@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#000000;
	}
	
#container {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:147px;
	background:url(../images/header_bg.gif) left bottom  repeat-x;
}
#banner {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	background:#1e1e1e;
	height:192px;
	background:url(../images/banner_bg.gif) top left repeat-x;
}

#banner_product_detail {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	background:#1e1e1e;
	height:347px;
	background:url(../images/banner2_bg.gif) top left repeat-x;
}

#banner_left_div {
	position:relative;
	width:755px;
	height:194px;
	float:left;
	clear:left;
	background:url(../images/banner_left.gif) top left no-repeat;
}

#banner_right_div {
	position:relative;
	width:240px;
	height:194px;
	float:right;
	background:url(../images/banner_right.gif) right top no-repeat;
}
#search_area {
	position:relative;
	left:0px;
	top:14px;
	width:217px;
	height:166px;
	background:url(../images/search_area.gif) top left no-repeat #565656;
}

#data_area {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	background:#1e1e1e;
	background-image:url(../images/full-bg.gif);
	background-repeat:repeat-y;	
}
#left_data_area {
	position:relative;
	left:0px;
	top:-2px;
	width:235px;
	float:left;
}
#left_one {
	position:relative;
	left:8px;
	width:224px;
	float:left;
	clear:left;
}

#middle_data_area {
	position:relative;
	left:0px;
	top:-2px;
	width:528px;
	float:left;
}
#middle_data_one {
	position:relative;
	left:5px;
	top:0px;
	width:521px;
	float:left;
	clear:left;
	background:url(../images/pink_top_large.gif) top left no-repeat #FFFFFF;
}

#middle_data_one_productdetail {
	position:relative;
	left:4px;
	top:0px;
	width:756px;
	float:left;
	clear:left;
	background:url(../images/large_pink.gif) top left no-repeat #FFFFFF;
}

#right_data_area {
	position:relative;
	left:0px;
	top:0px;
	width:229px;
	float:left;
}

#right_data_one {
	position:relative;
	left:5px;
	top:-2px;
	width:224px;
/*	height:445px;*/
	float:left;
	clear:left;
	background:url(../images/orangetop.gif) top left no-repeat #827f7f;
}

#footer {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:150px;
	background:url(../images/footer_bar.gif) bottom left repeat-x #1e1e1e;
}
