@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#f2f2f2 url(../images/bg-main.jpg) repeat-x top fixed;
	}
	
#container {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:110px;
/*	background:url(../images/header_bg.gif) bottom  repeat-x;*/
background:#1e1e1e;
}
#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:340px;
/*	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:5px;
	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:0px;
	top:0px;
	width:531px;
	float:left;
	clear:left;
	background:url(../images/pink_top_large.gif) top left repeat-x  #FFFFFF;
}

#middle_data_one_productdetail {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	float:left;
	clear:left;
	background:url(../images/large_pink.gif) top left repeat-x  #FFFFFF;
}

#right_data_area {
	position:relative;
	left:0px;
	top:0px;
	width:229px;
	float:left;
}

#right_data_one {
	position:relative;
	left:8px;
	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;
}
.login-box {
		height:95px;
		width:216px;
		background:url(../images/login-bg.gif);
		position:absolute;
		top:2px;
		right:15px;

}
