﻿/* CSS Document */

body {
	background: #000000;
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h2, div.newsitem h1 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	text-transform: uppercase;
}

h3 {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 10px;
}

a {
	color: #be7116;
	text-decoration: none;
}

.supportheader {
	line-height: 100%;
	font-style: italic;
	font-size: 11px;
	padding: 5px 10px;
	border-bottom: solid 1px #666666;
}

#tail {
	background: #0f0f0f;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#topspace {
	width: 100%;
	overflow: hidden;
	height: 180px;
}

#mainmenu {
	background: url("images/menu-bg.gif") no-repeat;
	width: 290px;
	height: 300px;
	float: left;
}

#mainmenu h1 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0px 0px 55px;
	padding: 0px;
}

#mainmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#mainmenu ul li {
	background: url("images/list-item.gif") 55px center no-repeat;
	display: block;
	float: left;
	width: 100%;
}

#mainmenu ul li a {
	display: block;
	color: #6d2900;
	font-weight: bold;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 85px;
	text-decoration: none;
}

#banner {
	width: 610px;
	height: 300px;
	overflow: hidden;
	float: right;
}

#bar {
	background: url("images/topmenu.gif") repeat-x;
	height: 63px;
	width: 100%;
	overflow: hidden;
}

#submenu {
	width: 655px;
	float: left;
	overflow: hidden;
}

#submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#submenu ul li {
	display: inline;
}

#submenu ul li a {
	display: inline-block;
	vertical-align: middle;
	padding: 23px;
	color: #be7116;
	text-decoration: none;
}

#submenu ul li a:hover {
	color: #FFFFFF;
}

#submenu ul li.current a{
	font-weight: bold;
	font-style: italic;
}

#search {
	float: right;
	width: 245px;
	vertical-align: middle;
	height: 43px;
	padding-top: 20px;
}

#search * {
	vertical-align: middle;
}

#search input.text {
	border: none;
	color: #AAAAAA;
	font-style: italic;
	width: 140px;
	padding: 2px;
	padding-left: 15px;
	font-size: 10px;
	margin-right: 15px;
}

#container {
	width: 100%;
	overflow: hidden;
}

#sidebar {
	width: 300px;
	float: left;
	background: #23201d;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.box {
}

.box_title {
	background: url("images/module-title.gif") repeat-x;
	height: 45px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 45px;
	vertical-align: middle;
}

.box_title span {
	background: url("images/module-title-bg.gif") 55px top no-repeat;
	padding-left: 90px;
}

.box_content {
	padding: 20px 55px;
}

.box_content .colored {
	color: #be7116;
}

ul.votelist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.votelist li {
	padding: 3px 0px;
	vertical-align: middle;
}

ul.votelist li * {
	vertical-align: middle;
}

#content {
	width: 560px;
	float: right;
	padding: 45px 20px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

#content p {
	padding: 10px;
	margin: 0px;
}

#content table td {
	vertical-align: top;
}

#content img {
	border-color: #f0f0f0;
	border: 2px solid #f0f0f0;
}


#footer {
	text-align: center;
	padding: 20px;
}

#content .NewsletterNewsletterSubscribeForm table tr td p {
	padding-left: 0px;
	margin-left: 0px;
}

.NewsletterNewsletterSubscribeForm table tr td em {
	color: #FFF;
}

.NewsletterNewsletterSubscribeForm table tr td.label {
	font-weight: bold;
}

.NewsletterErrorMessage {
	padding-left: 10px;
}

.NewsletterNewsletterSubscribeForm .NewsletterLabel {
	clear: both;
	display: block;
	margin: 4px 0px;
}

.NewsletterNewsletterSubscribeForm .NewsletterFieldText {
	width: 150px;
	margin: 0px 0px 4px 0px;
}

.NewsletterNewsletterSubscribeForm .NewsletterRadioButtonList {
	clear: both;
}

.ultimize_list_pager {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

.ultimize_list_pager li {
	display: inline;
	padding: 0px 5px;
}

