/* CSS Document */

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

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

a{
	color:#0879BF;
	text-decoration:none;
}

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


.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

#header{
	background:url(headerbg.jpg) repeat-x;
	height:116px;
}

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

.logopart{
	height:86px;
}

.topnav{
	background:#706c6d;
	height:30px;
}

.topnav ul{
	list-style:none;
}

.topnav ul li{
	float:left;
	line-height:30px;
	color:#ffffff;
}

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

.topnav ul li a:hover{
	background:#ffb806;
	text-decoration:none;
	color:#ffffff;
}

.contianer{
	background:url(contenttop.jpg) repeat-x;
	padding:30px 0 0 0;
}

.maincontainer{
	background:#ffffff;
	padding:10px 0 10px 0;
}

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

.midcol{
	width:493px;
	height:auto;
	padding:0 0 0 10px;
}

.midcol .smallbox{
	width:242px;
	margin-right:10px;
}

.rightcol{
	width:188px;
	height:auto;
}

.box, .boxsmall{
	margin:0 0 10px 0;
}

.leaftheading{
	background:url(leftheading.jpg) no-repeat;
	padding:0 0 0 8px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	line-height:28px;
}

.borderbox{
	padding:8px;
	background:#ffffff;
	border-left:1px solid #faeeb2;
	border-right:1px solid #faeeb2;
}

.topreview{
	background:url(topreviewbg.jpg) no-repeat;
	height:199px;
	padding:10px;
	border:1px solid #000000;
	color:#f7eef0;
}

.revtitle{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:10px;
}

.revbanner{
	width:120px;
	height:120px;
	background:#4b0011 url(loader.gif) no-repeat center;
	border:2px solid #ffffff;
	margin-right:15px;
}

.topreview .toprevname span{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}

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

.midtop{
	background:url(midheading.jpg) no-repeat;
	padding:0 0 0 8px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	line-height:28px;
}

.righthead{
	background:url(rightheading.jpg) no-repeat;
	padding:0 0 0 8px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	line-height:28px;
}

.boxsmall{
	width:242px;
	margin-bottom:10px;
}

.midsmall{
	background: url(midsmallheading.jpg) no-repeat;
	padding:0 0 0 8px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	line-height:28px;
}

.articles{
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #CCCCCC;
}

.articles .pic{
	padding:1px;
	border:1px solid #999999;
	float:left;
	margin-right:10px;
}


ul.sidenav{
	list-style:none;
}

ul.sidenav li{
	font-weight:bold;
	line-height:16px;
	color:#ED7000;
	padding:0 0 0 15px;
	background:url(li-icon.jpg) no-repeat 0 4px;
	margin-bottom:5px;
}

ul.sidenav li a{
	color:#ED7000;
	text-decoration:none;
}

ul.sidenav li a:hover{
	color:#000000;
	text-decoration:none;
}

.date{
	font-size:11px;
	color:#999999;
}

.bonus{
	width:223px;
	padding:0 0 5px 0;
	margin:0 auto 5px auto;
	text-align:center;
}

.banner{
	border:1px solid #a2a2a2;
	width:221px;
	height:120px;
	background:#ffffff url(loader2.gif) no-repeat center;
	margin-bottom:7px;
}


.footer{
	background:#f1f2e0;
	padding:10px 0;
	text-align:center;
}




























