@charset "utf-8";
/* CSS Document */

body {
	background:#000000 url(../images/bg_header.gif) repeat-x top;
	margin:0px;
	padding:0px;
}

#wrap {
	width:100%;
	margin:auto;
}

#content, #header, #footer_nav {
	width:900px;
	margin:auto;
	position:relative;
}

#header {
	background:url(../images/bg_header_glow.gif)  center 154px no-repeat;
	/*overflow:hidden;*/
	z-index:2;
}

#logo {
	margin:auto;
	width:255px;
	height:102px;
	margin-top:23px;
	position:relative;
}

#content {
	min-height:400px;
	position:relative;
	margin-top:50px;
	z-index:1;
}

#content_area {
	background:#252423 repeat-x url(../images/bg_as_seen.gif); 
	overflow:hidden; 
	display:block;
	margin-top:-9px;
	padding:10px 25px 0px 25px;
}


#section_header {
	width:100%;
	height:55px;
	background:url(../images/bg_section_header.gif) repeat-x 0px 45px;
}

#product_area {
	width:450px;
	float:left;
	position:relative;
	overflow:hidden;
}


#product_image {
	position:relative;
	float:left;
	width:215px;
	height:325px;
	overflow:hidden;
	text-align:right;
}

#product_content {
	float:left;
	position:relative;
	width:220px;
	height:auto;
	overflow:hidden;
}

#product_content ul {
	margin-left:15px; padding:0px;
}

#product_content li {
	margin:0px; padding:0px;
}


#product_content h2 {
	color:#e4c066;
	font-size:17px;
	font-weight:lighter;
	display:block;
	width:100px;
	border-left:#e4c066 solid 1px;
	padding-left:5px;
}


#footer {
	width:100%;
	background:url(../images/bg_footer.gif) top repeat-x;
	margin:0px 0px 20px 0px;
}
