@charset "UTF-8";
/* CSS Document */

*{border:0px solid #eee;margin:0;padding:0;list-style:none}

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	cursor:default;
	background-color:#000
}

#container {
	overflow:auto;	
}



#navigation {
	position: absolute;
	left:0px;
	bottom: 50px;
	width:100%;
	margin: 0px;
	padding:0px;
	overflow: hidden;	
}

#logo {
	float: left;
	background-color:#000;
	width: 175px;
	height:185px;
	opacity:0.8;
	filter:alpha(opacity=80);
}


#menu {
	background:#000;
	height: 185px;
	margin-left: 180px;
	opacity:0.8;
	filter:alpha(opacity=80);
	min-width:600px;
}

#menu-2 {
	background:#0b0b0b;
	height: 145px;
	margin-left: 180px;
	min-width:600px;
}

#logo-2 {
	float: left;
	background-color:#0c0c0c;
	width: 175px;
	height:145px;
}


#clear {
	clear: both;	
}

#main_image {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#image_holder {
	display: none;
	line-height: 0px;
	position: fixed;
	overflow: hidden;
}

ul {
	float:left;
	width:135px;
	padding:7px 0 0 13px;
	margin-top:7px;
	font-weight:bold;
	/* border-left:thin solid #FFF; */
}



#details ul {
	float:left;
	width:185px;
	padding:7px 0 0 13px;
	margin-top:7px;
	color:#FFF;
}

#details li {
	color:#C9AD79;
	height:16px;
	font-size:11px;
	padding:0 5px;
	font-weight: normal;
	width: 185px;
}

.secondary {
	color:#C9AD79;
	height:18px;
	font-size: 9px;
	padding:0 5px;
	font-weight:bold;
	width: 135px;
	}

li a {
	height: 18px;
	font-size:11px;
	padding:0 5px 0 0;
	color:#FFF;
	display:block;
	text-decoration:none;
	
}

li a:hover,li.cur a {
	color:#C9AD79
	
}

li a#current,li.cur a {
	color:#C9AD79
}

h1 {
	color:#fff;
	font-size:16px;
	font-weight: normal;
	text-align:center;
	text-decoration:none;
	margin-top:13px;
}

h1 a{
	color:#fff;
	font-size:16px;
	font-weight: normal;
	text-align:center;
	text-decoration:none;
	}
	
h1 a:hover {
	text-decoration: none;
	}

#copy {
	float:left;
	width:425px;
	padding:6px 0 0 13px;
	margin-top:5px;
	color:#FFF;
	/* border-left:thin solid #FFF; */
}

#copy p{
	color:#fff;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}


#copy p a{
	color:#C9AD79;
	font-size:12px;
	line-height:18px;
	font-weight: normal;
	text-decoration:none;
}

/* #81CCDB  #CCBEAA  #A58355 */



#second ul{
	float:left;
	width:135px;
	padding:7px 0 0 13px;
	margin-top:7px;
	font-weight:regular;
	/* border-left:thin solid #FFF; */
}

#second li a {
	height: 18px;
	font-size:11px;
	padding:0 5px 0 0;
	font-weight: normal;
	color:#FFF;
	display:block;
	text-decoration:none;
	
}

#second li a:hover,li.cur a {
	color:#C9AD79
	
}

#second li a#current,li.cur a {
	color:#C9AD79;
	font-weight:bold;
}

#second ul{
	float:left;
	width:135px;
	padding:7px 0 0 13px;
	margin-top:7px;
	font-weight:regular;
	/* border-left:thin solid #FFF; */
}

#third li a {
	height: 18px;
	font-size:11px;
	padding:0 5px 0 0;
	font-weight: normal;
	color:#FFF;
	display:block;
	text-decoration:none;
	
}

#third li a:hover,li.cur a {
	color:#C9AD79
	
}

#third li a#current,li.cur a {
	color:#C9AD79;
	font-weight:bold;
}



