/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.clr{
	clear:both;
}

.flt{
	float:left;
}

ul, ol{
	list-style:none;
}

a{
	outline:none;
	color:#343434;
	text-decoration:none;
}

p{
	text-align:justify;
	padding:5px 0 5px 0;
	margin:5px 0 5px 0;
	line-height:16px;
}

.wrapper{
	width:995px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header{
	border-bottom:1px solid #a7a0a7;
	height:90px;
	padding:5px 0;
}

#header .logo{
	float:left;
}

#header .topbanner{
	float:right;
}

#maincontent{
	height:auto;
}

.col1{
	width:176px;
	border-right:1px solid #a7a0a7;
}

.col1 ul.homenav{
	list-style:none;
	margin:0px 0 10px 0;
	padding:0px;
}

.col1 ul.homenav li{
	margin:2px 0 0 0;
	padding:0 0 0 5px;
	text-transform:uppercase;
	background:#dddddd;
	line-height:15px;
}

.col1 ul.homenav li a{
	text-decoration:none;
	color:#000000;
}

.col1 ul.homenav li a:hover{
	text-decoration:underline;
	color:#000000;
}

.col2{
	width:440px;
	padding:0 5px 0 6px;
	border-right:1px solid #a7a0a7;
}

.col3{
	width:175px;
	padding:0 3px;
	border-right:1px solid #a7a0a7;
	height:auto;
}

.col4{
	width:175px;
	padding:0 3px;
	height:auto;
}

h1{
	color:#0F487E;
	font-family:Verdana,Arial,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:0.75px;
	line-height:22px;
	padding-bottom:10px;
	text-transform:uppercase;
	background:url(titlebg.gif) no-repeat left bottom;
}

h2{
		font-family:Verdana,Arial,sans-serif;
		font-size:13px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		letter-spacing:0.75px;
		line-height:22px;
		padding-bottom:10px;
		text-transform:uppercase;

}

h4{
	color:#0F487E;
	font-family:Verdana,Arial,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:0.75px;
	line-height:22px;
	padding-bottom:10px;
	text-transform:uppercase;
	background:url(titlebg.gif) no-repeat left bottom;
}

.box{
	height:auto;
}

.topbonus{
	height:auto;
	margin:0 0 10px 0;
}

.topdescription{
	float:left;
	padding:3px;
	text-align:justify;
	width:197px;
	background:#dddddd;
}

.reviews{
	border-bottom:1px dotted #cccccc;
	padding:7px 0 7px 0;
}

.reviews:hover{
	background:#eeeeee;
}

a.more{
	float:right;
	color:#03a18a;
	text-decoration:none;
}

a.more:hover{
	color:#03a18a;
	text-decoration:underline;
}

h5.title{
	color:black;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
}

.articles a{
	color:#343434;
	text-decoration:none;
}

.articles a:hover{
	color:#343434;
	text-decoration:underline;
}

.articles{
	padding:10px 0 10px 0;
}

.articles span img{
	float:left;
	margin:0 10px 0 0;
}

.articles span.readmore{
	font-size:10px;
	color:#277fc7;
	display:block;
}

.bonus{
	height:auto;
	padding:7px 0 7px 0;
}

.bonus .banner32{
	width:32px;
	height:auto;
	padding:0 20px 0 5px;
	float:left;
}

.bonus .max{
	color:#44ACDC;
	float:left;
}

.bonus .button{
	padding-top:7px;
}

ul.rightlinks{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.rightlinks li{
	padding:0 0 8px 20px;
	background:url(rht-icon.gif) no-repeat 5px 4px;
	line-height:16px;
	font-weight:bold;
}

ul.rightlinks li a{
	color:#738891;
	text-decoration:none;
}

#footer{
	text-align:center;
	font-size:11px;
	padding:15px 0 15px 0;
	border-top:1px solid #a7a0a7;
}

#footer p.links{
	text-align:center;
}






