/* CSS Document */
body {
	background:url(images/background.jpg) repeat-x;
	background-color:#5999D2;
	height:120px;
	margin:0;
	font-family:tahoma;
}
p, h1, h2, li {
	margin:0px;
	padding:0px;
}
i {display:none;}
#header {
	background:url(images/header.jpg) no-repeat;
	height:120px;
	width:780px;
	margin:0 auto 0 auto;
}
#tabs {
	height:33px;
	width:592px;
	margin:87px 6px 0 0;
	float:right;
}
#complete_guide {
	background:url(images/complete_guide.jpg) no-repeat;
	height:33px;
	width:97px;
	float:left;
	margin-right:2px;
	margin-left:97px;
}
#calculate {
	background:url(images/calculate.jpg) no-repeat;
	height:33px;
	width:97px;
	float:left;
	margin-right:2px;
}	
#demo {
	background:url(images/product.jpg) no-repeat;
	height:33px;
	width:97px;
	float:left;
	margin-right:2px;
}	
#styles {
	background:url(images/styles.jpg) no-repeat;
	height:33px;
	width:97px;
	float:left;
	margin-right:2px;
}
#confidence {
	background:url(images/confidence.jpg) no-repeat;
	height:33px;
	width:97px;
	float:left;
	margin-right:2px;
}
#rmi {
	background:url(images/rmi.jpg) no-repeat;
	height:33px;
	width:97px;
	float:left;
}
#rnav {
	float:right;
	width:175px;
	margin:0 6px 12px 10px; 
}
#rnav div {
	background-color:#eeeeee;
	border:1px solid #377abb;
	padding:3px;
	margin-bottom:5px;
}
#rnav div h1 {
	color:#377abb;
	font-size:12px!important;
	margin-bottom:5px;
}
#rnav div p {
	font-size:11px;
	line-height:normal!important;
}
#body {
	padding:10px 0 12px 0;
	width:100%;
	background:#FFFFFF;
	margin:0 auto 0 auto;
}
#body h1 {
	color:#FF0000;
	margin-bottom:12px;
	font-size:20px;
}
#body h2 {
	color:#000000;
	margin-bottom:0px;
	font-size:15px;
}
#body h3 {
	color:#000000;
	margin-bottom:0px;
	font-size:13px;
}
#body p {
	font-size:12px;
	color:#333333;
	margin-bottom:12px;
	line-height:18px;
}
#body a {
	color:#377abb;
	text-decoration:underline;
}
#body a:hover {
	color:#8FBAE0;
	text-decoration:underline;
}
#body ul {
	font-size:12px;
}
#container {
	width:780px;
	margin:0 auto 0 auto;
}
#footer {
	background:url(images/footer.jpg);
	margin:0 auto 0 auto;
	height:23px;
	/*width:800px;*/
	width:100%;
	padding:12px 0 0 0!important;
}
#footer p {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}	
#contactform {
	font-size: 12px;
	color: #337ABB;
	background-color: #eeeeee;
	border: 1px solid #223E96;
}
.ad {
	margin-bottom:12px;
}
.floatr {
	float:right;
}
.floatr2 {
	float:right;
	cursor:pointer;
}
.top {
	margin-top:27px;
