body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #080808;
}
h1, h2, h3, h4, h5,h6, p, form, input, select, textarea, ul, li {
	margin:0; 
	padding:0;
}
ul {
	list-style-type:none;
}
.spacer {
	clear:both;
	line-height:0px;
	font-size:0;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

/*-----------HEADER--------------*/
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
}
#logo {
	float: left;
}
#hd-contact {
	float: right;
}

/*------------TOP NAVIGATION------------*/
#top_nav {
	height: 51px;
	background-image: url(../img/top-nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#top_nav_container {
	height: 51px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav ul {
}
#top_nav ul li {
	float: left;
	padding-right: 1px;
	padding-left: 1px;
}
#top_nav ul li a {
	display: block;
	height: 51px;
	background-image: url(../img/top-nav.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #e0bd8d;
	text-transform: uppercase;
	text-decoration: none;
}
#top_nav ul li a:hover {
	background-image: url(../img/top-nav-hov.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#sub_nav {
	height: 31px;
	background-image: url(../img/subnav-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
#sub_nav_container {
	height: 31px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#sub_nav ul {
}
#sub_nav ul li {
	float: left;
}
#sub_nav ul li a {
	font-weight: normal;
	text-transform: uppercase;
	color: #adadad;
	text-decoration: none;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#sub_nav ul li a:hover {
	color: #FFF;
	font-size: 11px;
}
