@charset "UTF-8";

body,html {
	margin: 0 auto;
	padding: 0;
	overflow:auto;
	background:black;
	color:#E5E5E5;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	min-width: 900px;
	width: 100%;
	z-index:100;
}
a {
	text-decoration:none;
}
a:hover {
	color:white;
}

#title {
	padding-top:20px;
	padding-bottom:20px;
	margin: 0 auto 0 auto;
	width:800px;
	display: block;
	height: 80px;
	z-index:100;
	position:relative;
}
	
.list_text {
	position: absolute;
	bottom: 5px;
	width: 670px;
	border-top-style: solid;
	border-width: 1px;
	color: #C5C5C5;
	font-size: 12px;
	text-align: left;
	border-color: #727272;
	font-weight: bold;
}

.submenu {
	left:-670px;
	border:none;
}

#collections {
	bottom: 21px;
	width: 650px;
	}

#subcollection {
	bottom: 0px;
	width: 630px;
	}

#flashcontent {
	width:800px;
	height:600px;
	color:white;
	margin: 0 auto 0 auto;
	z-index:100;
  }
  
#footer {
	text-align: center;
	padding-bottom: 25px;
	padding-top: 20px;
	z-index:100;
	width: 800px;
	margin: 0 auto 0 auto;
}

#footer, a {
	color: #C5C5C5;
	font-weight: bold;
}


	
/*a:hover {
color:#424242;
}
*/

#ie_note {
	display:block;
	padding-top:0px;
	color:#868686;
}

#ie_note a {
	color:white;
}

#ie_note a:hover {
	color:#424242;
}


.logo {
	float: left;
	width: 130px;
	display: block;
}

.menu {
	vertical-align: bottom;
	float: left;
	height: 87px;
	width: 600px;
}

.list_box {
	width: 670px;
	height: 87px;
	position: relative;
	float: left;
	clear: right;
	display: block;
	overflow: hidden;
}

.menu_item {
	padding-right: 1em;
	display: inline;
}

.menu_item img {
	bottom:-6px;
	border-style: none;
	position: relative;
}

#img_logo {
	float: left;
}

#menu_line {
	color: #C5C5C5;
	border-top-style: solid;
	border-top-width:1px;
}
#line {
	display: block;
	padding: 5px 0 2px 0;
	margin: 0 auto 0 auto;
}

#mask {
	z-index: 0;
}

