/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	font-size: 62.5%;
	background: url(../media/images/body-bg.gif) repeat-x #ddd;
}

div#wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -120px;
	width: 1020px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 1.2em;
	
}

	div#header
	{
		position: relative;
		width: 1020px;
		height: 185px;
		overflow: hidden;
	}
	
	div#left
	{
		position: relative;
		padding: 316px 0 0 30px;
		width: 240px;
		background: url(../media/images/left-bg.gif) left top no-repeat;
		float: left;
	}
	
		div#contactinfo
		{
			position: relative;
			padding: 10px;
			width: 200px;
			background: url(../media/images/left-block-bg.gif) left top no-repeat;
			font-size: 0.8em;
		}
	
	div#right
	{
		position: relative;
		padding: 10px;
		width: 730px;
		float: left;
	}

	div#footerspace
	{
		position: relative;
		height: 120px;
	}
	
div#footer
{
	position: relative;
	min-width: 1020px;
	width: 100%;
	background: url(../media/images/footer-bg.gif) repeat-x #000;
}

	div#innerfooter
	{
		position: relative;
		padding: 10px 0 0 0;
		margin: 0 auto;
		width: 1020px;
		height: 110px;
		font-size: 1em;
	}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.6em;
	color: #800080;
}

h2
{
	font-size: 2em;
	color: #000;
}

h3
{
	font-size: 1.6em;
	color: #800080;
}

p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	color: #000;
}
p.error{
	color:#800080;
}
div#contactinfo p span
{
	color: #800080;
}

div#innerfooter p
{
	margin-top: 15px;
}	

div#innerfooter p, div#innerfooter a
{
	color: #fff;
}

/*Form*/
form, fieldset
{
	margin: 0;
	border: none 0;
}

	legend
	{
		display: none;
	}
	
	div.formrow
	{
		position: relative;
		padding: 0 0 8px 0;
	}
	
	label
	{
		margin: 3px 0 0 0;
		width: 130px;
		float: left;
	}
	
	label.nofloat
	{
		width: auto;
		float: none;
	}
	
	label span
	{
		color: #800080;
		font-weight: bold;
	}
	
	input, textarea, select
	{
		padding: 2px;
		width: 300px;
		border-left: 1px solid #aaa;
		border-top: 1px solid #aaa;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background-color: #f7f7f7;
	}
	
	input.medium, select.medium
	{
		width: 150px;
	}
	
	input.small, select.small
	{
		width: 60px;
	}
	
	input.xsmall
	{
		width: 30px;
	}
	
	input.radio
	{
		width: auto;
		border: none 0;
		background: none 0;
	}
	
	textarea
	{
		height: 100px;
		overflow: auto;
	}
	
	input#submit
	{
		width: 70px;
		height: 30px;
		color: #fff;
		border: none 0;
		background: url(../media/images/submit-bg.gif) no-repeat #ddd;
	}
	
div#right img
{
	border: 4px solid #fff;
}
