
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	text-align: center;
	height: 100%;
}




/*************** Layout *********************/


header h1 a {
	position: absolute;
	text-indent: -9999px;
	width: 206px;
	height: 21px;
	background: #010000 url(../images/logo_type.gif) 0 0 no-repeat;
	margin: 0;
	outline: none;
}

#container {
 margin: 30px auto;
 border: 1px solid #ddd;
 color: #ffffff;
 text-align: left;
 width: 288px !important;
 width /**/:300px;
 }

#header ul li,
#header ul li a {
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0; )
}




#header ul li {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header ul li a {
	position: relative;
	line-height: 21px;
	height: 21px;
	padding: 0;
	text-align: left;
	padding-left: 9px;
	width: 116px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: #ffffff;
	border: 0;
	border-left: 1px solid #292929;
	overflow: hidden;
	outline: none;
/*	z-index: 5;*/
}

#header ul li a:hover {
	color: #BF9F75;
}

#header ul#nav {
	background: #1E1E1E;
	border-right: 1px solid #292929;
	position: relative;
}

#header .subnav {
	color: #ffffff;
	margin: 0;
	float: right;
	display: inline;
	clear: none;
}

#header .subnav #subnav_arrow {
	position: absolute;
	background: url(../images/nav_arrow.gif) 0 0 no-repeat;
	height: 7px;
	width: 8px;
	right: 110px;
	top: -8px;
	display: none;
}

#footer {
	clear: both;
	margin: 0 auto;
	max-width: 966px;
	padding: 0 0 5px;
	text-align: left;
	/*max-width: 966px;
	min-width: 750px;*/
	background: transparent;
	color: #a3a3a3;
}

body.default #footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
}

#footer * {
	margin: .5em;
}

#footer a {
	color: #fff;
}

/***** Home section ********/



body.default #page {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
}

body.default #header {
	position: relative;
	top: 28em;
	background: transparent url(img/header_bar2.png) 0 0 no-repeat;
	border: 0;
	width: 100%;
	max-width: none;
	height: 21px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

body.default #header .wrap {
	width: 966px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
}

body.default #header .secondary {
	display: ;
}






body.default #header ul {
	margin: 0;
	height: 21px;
	float: right;
	display: inline;
}



body.default #header ul li {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 21px;
}

body.default #header ul li a {
	float: left;
	display: inline;
	width: 116px;
}

body.default #header .subnav {
	display: none;
}



