/* CSS Document */
html, body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
} 
* {
	padding: 0;
	margin: 0;
}
/* Layout divs */  
#pagewidth { 
	width: 850px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto; 

} 
#navbar {
	height: 35px;
	width: 100%;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#header {
	height: 220px;
	width: 100%;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	
}
 
#cont_center {  
 	width: 675px; 
 	float: left; 
}
#cont_right {
	float: right; 
 	display: inline; 
 	width: 175px; 
}
#footer {
 	height: 50px; 
	width: 100%;
	background-color: #a0c7ff;
	text-align: center;
 	clear: both;
}
/* menu styles */
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
	padding-right: 25px;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #fceb5d;
	text-decoration: none;
}
/* Content styles */  
#cont_center h1 {
	font-size: 20px;
	color: #387fdf;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}
#cont_center p {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}
#cont_center ul {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding-left: 25px;
}
#cont_center h2 {
	font-size: 16px;
	color: #387fdf;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}	
#cont_center .item {
	float: left;
	width: 540px;
	font-weight: bold;
}
#cont_center .description {
	font-size: 12px;
}
#cont_center .fineprint {
	font-size: 11px;
	line-height: normal;
}
#cont_center a {
	color: #387fdf;
}
#cont_center a:hover {
	color: #000000;
}
.error {
	font-size: 10px;
	color: #FF0000;
	padding-left: 5px;
}
/* Order form styles */ 
#cont_center .formlabel {
	width: 150px;
	float: left;
}
#cont_center #button {
	margin-left: 150px;
}	
/* Right bar styles */
#cont_right h2 {
	font-size: 16px;
	color: #387fdf;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 5px;
}	
#cont_right h3 {
	font-size: 12px;
	color: #387fdf;
	margin-right: 25px;
	margin-bottom: 2px;
}		
#cont_right p {
	font-size: 12px;
	color: #000000;
	margin-right: 25px;
	margin-bottom: 10px;
}	
#cont_right form {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cont_right input {
	width: 150px;
	margin-bottom: 10px;
}
#cont_right textarea {
	width: 150px;
	margin-bottom: 10px;
}
#cont_right input.submitbutton {
	width: 70px;
	margin-left: 80px;
	background-color: #387fdf;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
}
#cont_right #features p {
	font-size: 11px;
	margin-bottom: 2px;
}
#cont_right #features ul {
font-size: 11px;
	color: #000000;
	margin-left: 25px;
	margin-bottom: 2px;
}	

/* footer styles */
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d89e4;
	padding-top: 20px;
}
#footer a {
	color: #3d89e4;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.clearit {
	clear: both;
} 