@charset "utf-8";
/* CSS Document */


/*************************************************  TOP STUFF  **************************************************/
#header {
	padding: 0;
	margin: 0 auto;
	background: url(../../../../images/custom/header_bg.jpg) no-repeat center;
	width: 924px;
	height: 131px;
}
#shopping {
	background: url(../../../../images/custom/shopping_bg.png) no-repeat center;
	padding: 0;
	margin: 50px 15px 0 0;
	width: 186px;
	height: 48px;
	float: right;
	text-align: center;
	color: #0054a4;
	font-size: 13px;
	line-height: 48px;
	vertical-align: middle;
	font-weight: bold;
}
#nav_bg {	
	background: url(../../../../images/custom/nav_bg.png) no-repeat center;
	width: 930px;
	height: 53px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 10px;
}
#nav {
	padding: 14px 0 0 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
	vertical-align: middle;
	width: 700px;
	float: left;
}
#nav li {
	float: left;
}
#nav li a {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	border-left: #FFFFFF 2px solid;
}
#nav li:first-child a {
	border: none;
}
#search {
	float: right;
	padding: 0; *padding: 12px 0 0 0;
	margin: 10px 18px 0 0;	*margin: 0 8px 0 0;
}
#search .search {
	background: url(../../../../images/custom/search_bar.jpg) no-repeat center;
	width: 130px;
	height: 24px;
	border: none;
	line-height: 24px;
	vertical-align: middle;
	color: #152f6f;
	padding: 0 0 0 25px;
	margin: 0 0 17px 0; *margin: 0 0 13px 0;
}
#search input[type="image"] {
	padding: 0;
	margin: 0 auto;
}
/****************** END TOP STUFF ******************/
/*************************************************  LEFT STUFF  *************************************************/
.box {
	padding: 0;
	margin: 5px 5px 0 20px;
}
.BoxHeader {
	padding: 0 0 0 15px;
}
.BoxContent {
	background-color:#E0E4F2;
	color:#152F6F;
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:-0.01em;
	word-spacing:-0.1em;
	border-left: #b5b5b7 1px solid;
	border-right: #b5b5b7 1px solid;
}
.BoxText {
	padding: 7px 0;
}
#cat_head {
	background: url(../../../../images/custom/cat_head.png) no-repeat center;
	width: 177px;
	height: 18px;
}
#cat_foot {
	background: url(../../../../images/custom/cat_foot.png) no-repeat center;
	width: 177px;
	height: 18px;
}

/****************** END LEFT STUFF ******************/
/*************************************************  MAIN STUFF  *************************************************/
#wrapper {
	margin: 0 22px 0 0;
	padding: 0;
	float: right;
}
#main_text {
	width: 63%;
	float: left;
}
#main_text p {
	color: #4d4d4d;
}
#main_text span.first {
	color: #000000;
	font-size: 23px;
}
#main_text span.second {
	color: #000000;
	font-size: 31px;
	font-weight: bold;
}
#main_image {
	padding: 10px 0 0 0;
	background: url(../../../../images/custom/main_image.jpg) no-repeat right;
	width: 747px;
	height: 234px;
	float: right;
}
#purity, #synthesis, #order_info {
	float: left;
	width: 249px;
}
#purity p, #synthesis p, #order_info p {
	color: #4d4d4d;
	font-size: 12px;
	width: 220px;
	padding: 0;
	margin: 0 3px 0 13px;
	text-align: justify;
}
p.more_info a {
	background: url(../../../../images/custom/more_info.png) no-repeat right;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	float: right;
	color: #000000;
}


div#search-menu {
	background-color: #B50; 
	position: relative;
	left: -999em;
	top: -16px; *top: -14px;
	border: 1px solid #163070;
	width: 145px;
	margin-bottom: -100px;
}

	#search-menu div {
		color: #FFF;
		font: bold 13px Arial, Helvetica, sans-serif;
		border-top: 1px solid #FFF;
		text-align: right;
		padding: 3px 5px;
		cursor: pointer;
	}
	
	#search-menu div:first-child {
		border: none;
	}
	
	#search-menu div.searchName { background-color: #ED1B24; }	
	#search-menu div.searchName:hover { background-color: #AF151F; }
	
	#search-menu div.searchId { background-color: #F15A25; }
	#search-menu div.searchId:hover { background-color: #CF6540; }
	
	#search-menu div.searchCas { background-color: #F8931F; }
	#search-menu div.searchCas:hover { background-color: #CF8733; }
	
	#search-menu div.searchFormula { background-color: #FBB03B; }
	#search-menu div.searchFormula:hover { background-color: #DFAE61; }
	
	
	
/****************** END MAIN STUFF ******************/
/*************************************************  FOOTER STUFF  ***********************************************/

