/* CSS Document */

body{
	font-family:arial,helvetica,sans-serif;
	font-size:76.01%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
	background:#ffffff url(bg.jpg) no-repeat top center;
}

*{
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
	color:#2270C2;
}

a:hover{
	text-decoration:underline;
	color:#2270C2;
}

.clr{
	clear:both;
}

.flt{
	float:left;
}

.flr{
	float:right;
}

p{
	margin:5px 0;
	text-align:justify;
}

.wrapper{
	width:987px;
	height:auto;
	margin:0 auto;
}

#header{
	height:100px;
}

.bggrey{
	background:#666666;
}

.topgrey{
	background:#cccccc;
	height:23px;
	line-height:23px;
	border-top:1px solid #ffffff;
}

#logopart{
	height:115px;
}

.logo{
	margin-left:90px;
	display:inline;
}

.pad-12{
	padding:0 12px;
}

.pad-10{
	padding:10px;
}

.maincontainer{
}

.maincontainer .shadtop{
	background:url(top-shadow.png) no-repeat left bottom;
	height:50px;
}

.maincontainer .shadmid{
	background:url(mid-shadow.png) repeat-y left top;
	padding-bottom:10px;
}

.maincontainer .shadbtm{
	background:url(btm-shadow.png) no-repeat left top;
	height:30px;
}

.leftcol{
	width:137px;
	height:auto;
}

.midcol{
	width:447px;
	margin-left:13px;
}

.rightcol{
	width:355px;
}

.comborder{
	border:1px solid #e8e8e8;
	margin:0 0 10px 0;
}

.halfborder{
	border:1px solid #e8e8e8;
	border-width:0 1px 1px 1px;
}

.scriptbox{
	margin:0 0 10px 0;
}

.orangetitle{
	background:#f2953c;
	line-height:33px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 10px;
}

.lighttitle{
	background:#fbc070;
	line-height:33px;
	color:#585858;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 10px;
}

.lighttitle h1{
	line-height:33px;
	color:#585858;
	font-size:16px;
	font-weight:bold;
}

.sidelinks{
	margin: 0 0 10px 0;
}

.sidelinks ul{
	list-style:none;
}

.sidelinks ul li{
	color:#2271c3;
	border-bottom:#e8eff2 1px solid;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}

.sidelinks ul li a{
	color:#2271c3;
	text-decoration:none;
	display:block;
	padding-left:10px;
}

.sidelinks ul li a:hover{
	color:#ffffff;
	background:#2271c3;
	text-decoration:none;
}

.reviews{
	padding:10px 0;
	border-bottom:1px solid #CCCCCC;
}

.rtitle{
	background:url(rtitle.jpg) repeat-x;
	height:36px;
	line-height:30px;
	padding:0 0 0 10px;
	color:#535758;
	font-size:14px;
	font-weight:bold;
}

.bonusbox{
	padding:10px 0;
	border-bottom:1px dotted #cccccc;
}

.bonus{
	margin-right:10px;
}

.searchbox{
	background:url(searchbg.gif) no-repeat;
	width:480px;
	height:50px;
	padding:9px;
	margin-top:35px;
}

.searchbox .txt{
	background:url(inputbg.gif) no-repeat;
	width:355px;
	line-height:38px;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	border:0px;
	height:38px;
	margin-right:5px;
}

.topnavigation{
	padding-top:2px;
}

.topnavigation a{
	background:#ffffff;
	color:#4f5050;
	text-decoration:none;
	line-height:28px;
	float:left;
	display:block;
	text-transform:uppercase;
	margin-right:2px;
	border-top:#bdbebe 1px solid;
	border-right:#bdbebe 1px solid;
	border-left:#bdbebe 1px solid;
	padding:0 15px;
	font-weight:bold;
}

.topnavigation a:hover{
	background:#f5f5f2;
	text-decoration:none;
}




