@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




.oneColFixCtrHdr #mainContent {


}
#contentArea {
	float: left;
	width: 900px;
}

#headerbar {
	float: left;
	height: 70px;
	width: 900px;
}

.oneColFixCtrHdr #footer {

}
#mbarArea {
	float: left;
	height: 30px;
	width: 900px;
}
#mbarAreaLeft {
	float: left;
	height: 30px;
	width: 665px;
}
#mbarAreaRight {
	float: left;
	height: 30px;
	width: 235px;
}
#menubar {
	height: 30px;
	width: 900px;
	float: left;
}
#menubar_left {
	float: left;
	height: 10px;
	width: 15px;
}
#menubar_menu {
	float: left;
	height: 10px;
	width: 650px;
}
#menubar_right {
	height: 30px;
	width: 235px;
	float: left;
}



#top_bar {
	float: left;
	height: 70px;
	width: 900px;
}
#footer {
	float: left;
	width: 900px;
}
#product_info_fix {
	width: 820px;
}
#product_info_fix_sub {
	float: left;
	width: 164px;
	height: 200px;
}
#product_info_fix_subA {
	float: left;
	width: 164px;
	height: 158px;
}
#product_info_fix_subB {
	float: left;
	width: 164px;
}
#product_info_area_fix {
	height: 200px;
	width: 820px;
}
