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

body{
	background:#ffffff;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	font-family:Verdana,Geneva,sans-serif;
}

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

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

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

a.black{
	color:#333333;
	text-decoration:none;
}

a.black:hover{
	color:#333333;
	text-decoration:underline;
}

.wrapper{
	width:978px;
	margin:0 auto;
}

.mar10{
	margin-bottom:10px;
}

.pad08{
	padding:8px;
}

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

#maincontent{
	padding:25px 0;
}

#maincontent .leftcol{
	width:156px;
}

#maincontent .leftcol .orangeheading{
	background:url(orange-heading.jpg) no-repeat;
	line-height:25px;
	font-size:13px;
	color:#000000;
	padding:0 0 0 10px;
}

#maincontent .leftcol ul.sidenav{
	border:1px solid #dcdcdc;
	list-style:none;
}

#maincontent .leftcol ul.sidenav li{
	border-bottom:1px solid #dcdcdc;
	background:url(li-bg.jpg) repeat-y;
}

#maincontent .leftcol ul.sidenav li a{
	color:#000000;
	display:block;
	border:1px solid #feffff;
	padding:4px;
}

#maincontent .leftcol ul.sidenav li a:hover{
	color:#2179D2;
	background:#feffff;
}

#maincontent .rightcol{
	width:801px;
}

#maincontent .rightcol .bonusrow{
}

#maincontent .rightcol .bonusrow .bonusbox{
	background:url(bonusbox.jpg) no-repeat;
	margin:0 6px 0 0;
	width:261px;
	height:113px;
	display:inline;
}

#maincontent .rightcol .bonusrow .bonusbox .banner{
	width:80px;
	height:89px;
	margin-left:5px;
	padding:2px 0 0 2px;
	background:url(banner.png) no-repeat;
}

#maincontent .rightcol .bonusrow .bonusbox .info{
	padding:0 0 0 5px;
	font-weight:bold;
}

#maincontent .rightcol .bonusrow .bonusbox .info .bonustitle{
	color:#a7bee2;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}

#maincontent .rightcol .bonusrow .bonusbox .info .bonustitle a{
	color:#a7bee2;
}



#maincontent .midcol{
	width:547px;
}

.article{
	padding:8px 0;
	border-top:1px solid #cccccc;
}

.pic{	
	float:left;
	margin-right:8px;
}

.date{	
	clear:left;
	font-size:11px;
}

a.more{
	padding-left:15px;
	background:url(arrow-or.jpg) no-repeat 0 50%;
}

.mainstory{
}

.mainstory h1{
	font-size:18px;
	font-weight:bold;
	color:#2179D2;
	border-bottom:1px solid #cccccc;
	line-height:24px;
}

.mainstory h2{
	font-size:18px;
	font-weight:bold;
	color:#2179D2;
	border-bottom:1px solid #cccccc;
	line-height:24px;
}

.reviewbox{
	margin:0 16px 0 0;
	width:390px;
	display:inline;
}

h3{	
	font-size:14px;
	color:#333333;
	line-height:18px;
}

h3 a{
	color:#333333;
}


.review-mid{
	background:#feffff url(article-box-mid.jpg) repeat-x;
	padding:0 10px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.right{
	width:241px;
}

.right .pad05{
	padding:0 5px;
}

.borderbox{
	border:1px solid #cccccc;
}

.grey{	
	background:#f8f8f8;
	padding:6px;
}

.white{	
	background:#ffffff;
	padding:6px;
}

.midheading{
	background:url(mid-heading.jpg) no-repeat;
	line-height:25px;
	padding:0px 0 0 10px;
	color:#0066d4;
	font-size:12px;
	font-weight:bold;
}


.rightheading{
	background:url(right-box-top.jpg) no-repeat;
	line-height:29px;
	padding:2px 0 0 16px;
	color:#474747;
	font-size:12px;
	font-weight:bold;
}

#footer{
	background:url(footer-bg.jpg) repeat-x;
	padding:15px 0;
	text-align:center;
}






















