@charset "utf-8";
/* CSS Document */

img {
	/* prevent images inside links from having borders */
	border:0px;
}

a img {
	/* prevent images inside links from having borders */
	border:0px;
}

body {
	position:relative; /* Fixes browser resizing bug in IE6 */
	margin:0 auto;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align:center; /* IE Centering Technique */
	background:#4C94B7;
}

#wrapper {
	text-align: left; /* IE Centering Technique */
}

#container {
	margin:0px auto;
	width:1000px;
	background:#C0C0C0;
}

#page {
	width:990px;
	margin:0px 5px;
	padding:0px;
}

#hdr_wrapper {
	width:990px;
	height:104px;
	margin:0px;
	padding:0px;
	background:url(images/hdr_background.gif) top left repeat-x;
}

#header {
	width:990px;
	height:104px;
	margin:0px;
	padding:0px;
	background:url(images/bg_header.jpg) top left no-repeat;
}

#header .logo1 {
	width:160px;
	margin:0px;
	padding:0px;
	float:left;
}

#header .logo2 {
	width:810px;
	margin:25px 20px 0px 0px;
	padding:0px;
	text-align:right;
	color:#FFF;
	font-family:Arial;
	font-size:40px;
	float:left;
}

#hdr_divider {
	clear:left;
	width:990px;
	height:16px;
	margin:0px;
	padding:0px;
	background:#FF9900;
}

#content {
	width:950px;
	margin:0px;
	padding:20px 20px;
	background:#FFF;
	font-size:12px;
	color:#000;
	line-height:16px;
	text-align:left;
}

#content h4 {
	font-size:12px;
	margin:0px 0px 5px 0px;
}

#fltleft {
	width:160px;
	margin:0px 10px 0px 0px;
	padding:0px;
	float:left;
	display:block;
}

#fltright {
	width:780px;
	float:right;
	margin:0px;
	padding:0px;
	display:block;
}

.section {
	margin-bottom:30px;
}

#ads_content {
	width:195px;
	margin:0px 10px 0px 25px;
	padding:0px;
	float:left;
}

#text_content {
	width:513px;
	margin:0px;
	padding:10px 5px;
	border: 1px solid #223e76;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:18px;
}

#ads_content2 {
	width:195px;
	margin:0px 25px 0px 25px;
	padding:0px;
	float:left;
}

#text_content2 {
	width:515px;
	margin:0px;
	padding:0px 5px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:18px;
}

.ratings {
	width:230px;
	margin:3px 10px 0px 25px;
	float:right;
}

#txt_description {
	clear:right;
	margin-top:30px;
	font-size:12px;
	line-height:16px;
	color: #223e76;
}

h1 {
	font: bold 14px/1em Tahoma, Geneva, sans-serif; color: #223e76; line-height:18px; margin:0px 0px 14px 0px;}
	
h2 {
	font: normal 14px/.5em Tahoma, Geneva, sans-serif; color: #000; line-height:18px; margin:0px 0px 0px 0px;}
	
h3 {
	font: bold 16px/1em Tahoma, Geneva, sans-serif; color: #000; line-height:24px; margin:0px 0px 10px 0px;
}	

a:link, a:visited {
	color: #f35112;}
	
a:hover {
	color: #001542;}
	
.title {
	font: bold 11px Tahoma, Geneva, sans-serif; color: #223e76;}
	
.orange {
	color: #f35112; text-transform:uppercase;}

#footer {
	width:1000px;
	margin:0px;
	padding:0px;
	background:#3878B6;
}

#ftr_divider {
	width:1000px;
	height:20px;
	margin:0px;
	padding:0px;
	background:#31689E;
}

#ftr_nav {
	width:900px;
	padding:10px 50px 10px 50px;
	margin:0px;
	color:#FFF;
	font-size:10px;
	line-height:14px;
	text-align:center;
}

#ftr_nav a { 
	text-decoration: none; 
	color: #fff;
}

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