/* CSS Document */

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

body{
	background:#F0B70E;
	font-size:12px;
	line-height:16px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

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

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#ff0000;
	text-decoration:none;
}

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

#wrapper{
	margin:0 auto;
	width:1000px;
	background:#ffffff;
	padding-bottom:10px;
}

#header{
	height:101px;
	padding:0px;
	background:url(header.jpg) no-repeat;
}

#header .logo{
	padding:0 0 0 5px;
}

#header .topbanner{
	width:468px;
	height:90px;
	padding:5px 5px 0 0;
}

.topnavigation{
	height:30px;
	background:#cecece;
}

.topnavigation ul{
	list-style:none;
}

.topnavigation ul li{
	float:left;
	line-height:30px;
	font-size:12px;
}

.topnavigation ul li a{
	color:#000000;
	text-decoration:none;
	padding:0 15px;
	display:block;
}

.topnavigation ul li a:hover, .topnavigation ul li a.active{
	color:#ffffff;
	background:#000000;
	text-decoration:none;
}

#maincontent{
	padding:10px 5px;
}

#maincontent .leftcol{
	width:243px;
	height:auto;
}


#maincontent .midcol{
	width:409px;
	padding:0 0 0 6px;
	height:auto;
}

#maincontent .rightcol{
	width:325px;
	height:auto;
}

.greyhead{
	background:#cecece;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	line-height:25px;
	padding: 0 0 0 12px;
}

.yellow{
	background:#fafae0;
}

.padding05{
	padding:5px;
}

.margin10{
	margin-bottom:10px;
}

.bonusbox{	
	text-align:center;
	padding:0 0 7px 0;
	margin:0 0 7px 0;
}

.bonusbox span{
	color:#000000;
}

.bonusbox .bonusbanner{
	width:220px;
	height:67px;
	border:1px solid #000000;
	background: #ffffff url(loader1.gif) no-repeat center;
	margin-bottom:8px;
}

ul.sidenav{
	list-style:none;
	padding-left:8px;
}

ul.sidenav li{
	padding:0 0 0 10px;
	margin-bottom:4px;
	background:url(liicon.jpg) no-repeat 0 7px;
}

h1{
	font-size:18px;
	line-height:24px;
	color:#000000;
}

h2{
	font-size:18px;
	line-height:24px;
	color:#000000;
}

.reviews{
}

.reviews span.pic{
	float:left;
	margin-right:10px;
	padding:1px;
	border:1px solid #000000;
}

.reviews span.date{
	font-size:11px;
	font-style:italic;
} 

.reviews a.readmore{
	font-size:12px;
}

.footer{
	margin:5px 10px;
	text-align:center;
}


































































