html {
	height: 100%;
	padding-bottom: 1px;
}

body {
	margin: 0; padding: 0;
	font: 13px Verdana, Geneva, sans-serif;
	background: #303030 url(images/body.png);
	color: #696969;
}

a, a:link, a:visited {
	color: #009de3;
	text-decoration: none;
}

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

#page {
	margin: 0 auto;
	width: 990px; overflow: hidden;
}

#header {
	width: 100%;
	background: url(images/header.png) no-repeat top left;
	height: 88px;
	padding-top: 20px;
}

#header h1 {
	float: left;
	margin: 0 30px 0 10px; padding: 0;
	height: 74px; line-height: 74px; width: 315px;
}

#header h1 a {
	display: block;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	outline: none;
}

#header ul {
	margin: 0; padding: 0;
	list-style: none;
}

#header ul li {
	list-style: none;
	float: left;
	height: 31px;
	line-height: 29px;
	padding-left: 45px;
}

#header ul li a {
	font: bold 14px/70px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

#header ul li a:hover, #header ul li a.active {
	color: #0088dc;
	border-bottom: 5px solid #0088dc;
}

#top {
	margin-bottom: 10px;
	overflow: hidden;
}

#top h2 {
	margin: 0; padding: 0 0 0 310px;
	height: 57px;
	background: #272727 url(images/top-head.png);
	font: bold 23px/57px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#top .text {
	background: #ffffff url(images/top.jpg) no-repeat top;
	height: 150px; padding: 15px 30px 0 310px;
	line-height: 20px;
}

#top .guide {
	background: #2d78e4 url(images/top-sub.png) no-repeat top;
	height: 49px;
	line-height: 49px;
}

#top .guide form {
	margin: 0; padding: 10px 0 0 630px;
	overflow: hidden;
}

#top .guide form .email {
	padding: 6px 6px 7px 6px; margin-right: 10px;
	color: #a6a6a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #9c9c9c;
	border-right: 0; border-bottom: 0;
	border-left: 1px solid #9c9c9c;
	width: 150px;
	float: left;
}

#top .guide form .submit {
	float: left;
}

#content {
	overflow: hidden;
	background: url(images/content.png) repeat-y;
	height: 1%;
	margin-bottom: 30px;
}

#left {
	float: left;
	width: 291px;
	padding-bottom: 50px;
}

#left h3 {
	margin: 0; padding: 0 0 0 12px;
	background: url(images/side-head.png) no-repeat;
	font: bold 14px/70px Verdana, Geneva, sans-serif;
	color: #ffffff;
}

#left h4 {
	margin: 10px 0; padding: 0;
	font: normal 24px Verdana, Geneva, sans-serif;
	color: #008adc;
}

#left h4 a:link, #left h4 a:visited {
	text-decoration: underline;
}

#left .block {
	padding: 10px 15px 40px 27px;
	background: url(images/side-bottom.png) no-repeat bottom;
}

#left .article h4 {
	font-size: 16px;
}

#left .article {
	padding: 10px 15px 35px 27px;
	background: url(images/side-divider.png) no-repeat bottom center;
}

#main {
	float: right;
	width: 686px;
}

#main.wide {
	width: 100%;
	background: url(images/content-wide.png) repeat-y;
}

#main .block {
	padding: 15px 30px 0px 37px;
	overflow: hidden;
	height: 1%;
	line-height: 20px;
}

#main .block p {
	margin: 0 0 20px 0;
	padding: 0; clear: left;
}

#main .divider {
	height: 25px;
	background: url(images/main-bottom.png) no-repeat bottom;
}

#main.wide .divider {
	background: url(images/main-bottom-wide.png) no-repeat bottom;
}

#main .go-top {
	text-align: right;
}

#main .thumb.right {
	float: right;
	margin: 0 0 25px 15px;
}

#main .thumb.left {
	float: left; clear: left;
	margin: 0 15px 15px 0;
}

#main h2 {
	margin: 0; padding: 0 20px 0 12px;
	background: url(images/main-head.png) no-repeat;
	font: bold 18px/70px Verdana, Geneva, sans-serif;
	color: #ffffff;
}

#main.wide h2 {
	background: url(images/main-head-wide.png) no-repeat;
}

#main h2 span {
	float: right;
}

#main .call {
	text-align: center;
}

#bottom {
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	background: url(images/bottom.png) no-repeat bottom;
}

#bottom.wide {
	padding-bottom: 10px;
	background: url(images/bottom-wide.png) no-repeat bottom;
}

ul.rating {
	float: right; clear: right;
	margin: 0; padding: 0;
	list-style: none;
}

ul.rating li {
	line-height: 30px; margin-bottom: 5px;
	overflow: hidden;
}

ul.rating label {
	line-height: 20px; margin-right: 20px;
	float: left;
	width: 150px;
	text-align: right;
}

#footer {
	background: #202122 url(images/footer.png) repeat-x top;
	overflow: hidden;
}

#footer .inner {
	margin: 0 auto;
	padding-top: 20px;
	width: 990px;
	background: url(images/divider2.png) no-repeat;
	background-position: 0 45px;
	overflow: hidden;
}

#footer .links {
	float: left;
	width: 25%;
	text-align: center;
}

#footer h3 {
	color: #6b6b6b;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0; padding: 0;
}

#footer ul {
	margin: 0 0 30px 0; padding: 0;
	list-style: none;
}

#footer li {
	list-style: none;
	margin-bottom: 4px;
}

#footer li a:link, #footer li a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer li a:hover {
	text-decoration: none;
}

#footer li a.active {
	color: #09a0f2;
}