@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#wrapper { 
	width:740px; 
	margin:auto;
	}

	#header { 
		height: 75px; 
	}
		
		#brandlogo { 
			float: left;
			margin-top: 15px;
			margin-left: 10px;
			display: inline;
		}
		
		#topbar {
			height: 34px; 
			width:740px;
			background: url(../../images/bg_redgradient.jpg) repeat-x;
			text-align: left;
		}

	#content { 	
		width: 740px;
		text-align: left;
		background: url(../../images/bg_maingradient.jpg) repeat-x;
		padding: 0 0 20px 0;
		min-height: 200px;
		}
	
		#content #icon { 
			float: left; 
			padding: 10px 0 0 200px;
		}
		
		#content #text { 
			float: left; 
			width: 230px; 
			padding: 10px 0 0 10px; 
			color: #666666; 
			font-weight: bold;
		}
		
		#button, form {
			margin: 0px; 
			padding:0px;	
		}
		
		#button {
			text-align: right; 
			padding: 5px 10px 0 0;
			border-top: #EEEEEE solid 1px;
		}
				
		.submit {
			background: url(../../images/bg_button.jpg);	
			border: none;
			color: #FFFFFF;
			height: 22px;
			font-size: 1.2em; 
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			cursor:default;
		}
		
		.submitover {
			background: url(../../images/bg_button_over.jpg);	
			border: none;
			color: #FFFFFF;
			height: 22px;
			font-size: 1.2em; 
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}

#footer {
	text-align: left;
	padding: 10px 0 0 10px;
}

/* STYLES ================================================================ */

#footer p { 
	color: #999999;
	font-size:0.9em;
	margin: 0px;
	padding: 0 0 10px 0;
}

h1 { 
	color: #FFFFFF; 
	font-size: 1.3em; 
	padding: 9px 0 0 10px; 
	margin:0px;
}

h2 {
	margin: 0px; 
	padding: 0px; 
	font-size: 1.3em; 
	text-align: center;	
	padding: 70px 0 0 30px;
	}

#content p {
	text-align: left;
	padding: 0 30px 0 30px;
}

