img {
	border: 0px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: black;
	margin: 0px;
	padding: 0px;
	color: black;
}

div.headarea {
	margin: auto;
	width: 100%;
	background-image: url('/img/backgroundTop.png');
	background-repeat: repeat-x;
	height: 100%;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a:visited {
	color: white;
}

hr {
	margin-top: 3px;
	margin-bottom: 3px;
}

div.top {
	margin: auto;
	margin-top: 0px;
	background-color: black;
	width: 1010px;
	height: 133px;
	color: #f4b100;
	font-weight: bold;
	font-size: 16px;
	padding-left: 16px;
}

div.topBox {
	color: white;
	float: left;
	font-size: 14px;
	border-right: 1px solid #5C5553;
	margin-right: 5px;
	padding-right: 5px;
}

input, textarea {
	color: #C29D42;
	background-color: #F6DA8D;
	border-left: 1px inset #C29D42;
	border-top: 1px inset #C29D42;
}

div.menu {
	margin-bottom: 5px;
	background-color: #FBB003;
	width: 949px;
	height: 60px;
}

div.separateMenu {
	margin-top: 15px;
	float: left;
	width: 1px;
	border-left: 1px solid #FCD069;
	height: 25px;
}

div.menu1 {
	margin-top: 10px;
	background-color: #f4b100;
	width: 180px;
	min-height: 300px;
	padding-bottom: 40px;
	padding-top: 30px;
	float: left;
	font-size: 13px;
}

div.menuBox {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: white;
	height: 40px;
	padding-top: 20px;
	font-weight: bold;
}

div.under {
	padding-top: 15px;
	background-color: #ECEAD9;
	width: 929px;
	height: 40px;
	padding-left: 20px;
	float: left;
}

div.under a {
	color: #908D6E;
	text-decoration: none;
}

div.under a:hover {
	color: #908D6E;
	text-decoration: underline;
}

div.under a:visited {
	color: #908D6E;
}

div.separateUnder {
	border-right: 1px solid #D9D7C5;
	height: 30px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

div.copyright {
	width: 909px;
	color: #908D6E;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	float: left;
}

table.offer {
	width: 100%;
	float: left;
}

table.offer th {
	background-color: #E3E0D2;
	color: #545851;
	/*
	border-right: 1px solid #f6f6ea;
	*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #E3E0D2;
	border-bottom: 1px solid #E3E0D2;
}

td.titleOffer {
	background-color: #E3E0D2;
	color: #545851;
	border-right: 1px solid #f6f6ea;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

td.offer, td.offer_image {
	border-right: 1px solid #E3E0D2;
	color: #545851;
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid #E3E0D2;
}

td.offer {
	/*
	padding: 10px;
	*/
	padding: 7px;
}

td.offer_image {
	padding: 0px;
}

td.offer a, table.offer th a,
td.offer a:hover, table.offer th a:hover,
td.offer a:visited, table.offer th a:visited {
	color: #545851;
}

td.separateOffer {
	border-top: 1px solid #E3E0D2;
}

input.newsletter {
	background-color: white;
	color: black;
	border: 0px;
	text-align: left;
}

input.newsletterSubmit {
	background-color: black;
	float: right;
	color: #A7A699;
	border: 1px solid #3E4543;
	margin-left: 5px;
}

div#hmenu {
	margin: 0px 0px 10px 0px;
	background-color: #fbb003;
	padding: 10px 0px 10px 0px;
	float: left;
	width: 100%;
}

div#hmenu a {
	display: block;
	float: left;
	color: #fff;
	padding: 8px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	border-right: solid 1px #fcd069;
	background-color: #fbb003;
}

div#hmenu a.last {
	border-style: none;
}

div#leftmenu {
	margin-top: 10px;
	background-color: #f4b100;
	width: 180px;
	min-height: 300px;
	padding-bottom: 40px;
	padding-top: 30px;
	float: left;
	font-size: 13px;
	min-height: 300px;
	margin-left: 3px;
	clear: left;
}

div#leftmenu h3 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 1em 0px;
	text-align: center;
}

div#leftmenu a.l1 {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	border-top: solid 1px #b27c00;
}

div#leftmenu a.l2 {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-top: solid 1px #b27c00;
	font-weight: bold;
}

div#leftmenu a.selected {
	background-color: #E39E00;
}

pre.debug, pre.warning, pre.error { border-bottom: solid 1px #000; color: #000; width: 100%; clear: both; margin: 0px; padding: 0px; }

pre.debug { background-color: #0f0; }
pre.warning { background-color: #ff0; }
pre.error { background-color: #f00; }

