@import url("important.css");
#header{
	height:219px;
	background:#001089;
	border-bottom:4px solid #fff;
}
#header_left{
	background:url(../images/header_left.jpg);
	height:219px;
	width:471px;
	float:left;
}
#header_right{
	background:url(../images/header_right.jpg);
	height:219px;
	width:429px;
	float:left;
}
/*#################### Main Menu ##############################*/
#nav_container{
	background:url(../images/nav_bg.jpg) repeat-x;
	height:31px;
	clear:both;
}
#nav{
	text-transform:capitalize;
	float:left;
}
#nav a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:6px 10px;
	float:left;
}
#nav a:hover{
	background:url(../images/nav_hover.jpg) center no-repeat;
	color:#f00;
	text-decoration:none;
	float:left;
}
#nav_current{
	text-transform:capitalize;
	float:left;
}
#nav_current a {
	background:url(../images/nav_hover.jpg) center no-repeat;
	display:block;
	text-decoration:none;
	color:#f00;
	font-weight:bold;
	font-size:14px;
	padding:6px 10px;
	float:left;
}
#body{
	background:#fff;
	padding:20px 13px;
	position:relative;
	float:left;
}
#left{
	width:200px;
	height:635px;
	float:left;
	padding-right:13px;
	border-right:1px solid #A5CAFF;
}
#right{
	width:645px;
	float:left;
	margin-left:13px;
}
#titl_container{
	float:left;
}
#titl{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding-bottom:20px;
	height:24px;
	text-align:left;
	line-height:24px;
	width:200px;
	float:left;
}
#titl_left{
	background:url(../images/title_left.jpg);
	height:24px;
	width:17px;
	float:left;
}
#titl_mid, #titl_mid_right{
	background:url(../images/title_mid.jpg);
	height:24px;
	width:166px;
	float:left;
	text-align:center;
}
#titl_mid_right{
	width:594px;
	text-align:left;
	font-weight:normal;
	padding-left:20px;
}
#titl_right{
	background:url(../images/title_right.jpg);
	width:17px;
	float:left;
	height:24px;
}
	
/*#################### Left Menu ##############################*/
#l_menu_container{
	clear:both;
	margin-bottom:50px;
}
#l_menu{
	background:url(../images/arrow1.jpg) left no-repeat;
	padding:5px 0 5px 20px;
	text-transform:capitalize;
	border-bottom:1px dotted #000;
	margin-bottom:5px;
}
#l_menu a {
	display:block;
	text-decoration:none;
	color:#000;
}
#l_menu a:hover{
	text-decoration:underline;
}
#sp_offer{
	float:left;
}
#offer_img{
	text-align:center;
	clear:both;
	height:auto;
}
#pric{
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#f00;
}
.pric{
	text-decoration:line-through;
}
#prod_container{
	width:215px;
	border-bottom:1px solid #A5CAFF;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
}
#prod{
	border-right:1px solid #A5CAFF;
	padding:0 10px;
	height:100px;
}
#prod_img{
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
}
#prod_title{
	float:left;
	height:77px;
	width:83px;
	overflow:hidden;
	margin-bottom:10px;
	text-align:left;
}
#prod_title_det{
	font-weight:bold;
	text-transform:capitalize;
	border-bottom:1px dotted #000;
	height:auto;
	margin-bottom:10px;
	padding-bottom:10px;
}
#prod_more{
	background:url(../images/arrow2.jpg) left no-repeat;
	float:left;
	width:70px;
	height:13px;
	line-height:13px;
	padding-left:13px;
}
#prod_more a{
	font-weight:bold;
	color:#001B7E;
}
#prod_more a:hover{
	color:#f00;
}
#recommend_container {
	background:#fff;
	margin:10px;
	padding:50px 0;
	position:relative;
	border:10px solid #759BFE;
}
#recommend{
	float:right;
	text-align:right;
	width:200px;
}
.recommend{
	background:none;
  	color:#fff;
  	text-align:center;
  	font-weight:bold;
  	padding:4px 5px;
  	border:none;
	cursor:pointer;
}