body { 
background:#e6e7e8 url(../images/bg.jpg) 0 0 repeat-x;
color:#2f2f2f; 
font:11px/1.5 Arial, Helvetica, sans-serif; 
margin: 0;
padding: 0;
}

.clear {
clear: both;
}

img {
border: none;
}

#main-XE {
width: 940px;
margin: 0 auto;
}

#header {
height: 144px;
background: #fefffd url(../images/header_bg.jpg) top left no-repeat;
position:relative;
width: 940px;

}

#header h1 {
margin: 0;
padding: 0;
}

#header h1 a {
display: block;
text-indent: -99999px;
width: 214px;
height: 73px;
position: absolute;
top: 23px;
left: 28px;
overflow: hidden;
}


/*header nav*/
.header_nav{
	margin:0px;
	padding:0px;
	float:right;
	width:500px;
	text-align:right;
}

.header_nav ul{
	margin:0px;
	padding:3px 0 0 0;
	list-style:none;
}

.header_nav li{
	margin:0px;
	padding:0 0px 0 5px;
	display: inline;
}

.header_nav li a{
	margin:0px;
	padding:0 8px 0 3px;
	font-size:11px;
	color:#333;
	border-right:1px #333 solid;
	text-decoration:none;
	outline:none;
	text-transform: uppercase;
	text-align:right;
}

.header_nav li a:hover{
	text-decoration: underline;
}

.top_search_box{
	margin:85px 10px 0 0;
	padding:1px 0 0 10px;
	text-transform: uppercase;
	width:247px;
	float:right; 
	height:23px;
	color:#fff;
	background:#58595b;
	font-weight:bold;
	font-size:11px;
}

.top_search_box p {
	margin: 4px 0 0 0;
	padding: 0;
	float: left;
}

.search_in{
	margin:0px;
	padding:2px 0 0 5px;
	width:184px;
	height:18px;
	border:1px #ccc solid;
	float: right;
}

/*navigation start*/

.navigation{
	margin:0px;
	padding:0px;
	position:relative;
	background:url(../images/nav_bg.jpg) repeat-x;
	height:44px;
	width: 940px;
}

.tollfree{
	margin:0px;
	padding:5px 0 0 30px;
	font-size:11px;
	font-weight:bold;
	float:left;
}

.nav{
	margin:0 0 0 15px;
	padding:0px;
	float:left;
	width:520px;
}

.nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.nav li{
	margin:0px;
	padding:0px;
	display:inline;
}

.nav li a{
	margin:0px;
	padding:10px 25px 0 25px;
	font-size:11px;
	float:left;
	color:#4c4c4c;
	outline:none;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/seprator.jpg) no-repeat 0 15px;
}

.nav li a:hover{
	color:#000;
	text-decoration: underline;
}

.cart-XE{
width:194px;
float:right;
position:absolute;
overflow:hidden;
bottom:7px;
right:0px;
height: 51px;
}

.cartLink {
width: 95px;
height: 51px;
background:url(../images/cart.png) no-repeat;
display: block;
text-indent: -99999px;
float: left;
}

.checaoutLink {
width: 99px;
height: 51px;
background:url(../images/checkout.png) no-repeat;
display: block;
text-indent: -99999px;
float: right;
}

/*navigation content end*/


/*product box start*/
.product_bar{
	margin:18px 0 0 0;
	height:150px;
	width: 920px;
	padding: 0;
}
/*
.box{
	margin:0px;
	padding:0px;
	background:url(../images/box.jpg) no-repeat;
	width:154px;
	height:150px;
	text-align:center;
	float:left;
}
*/

.index_catg_box{
	margin:0px;
	padding:0px;
	background:url(../images/box.jpg) no-repeat;
	width:153px;
	height:150px;
	text-align:center;
	float:left;
}
.product_img{
	margin:10px 0 0 0;
}

.product_name{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.product_name a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.product_name a:hover {
	color: #000000;
	text-decoration: none;
}
/*product box end*/


/*banner content start*/
.banner{
	margin:0px;
	padding: 17px 0 5px 0;
}

.left_banner{
	margin:0px;
	padding:0px;
	background:url(../images/left_banner.jpg) no-repeat;
	width:617px;
	height:321px;
	float:left;
}

.left_text_area{
	margin:0px;
	padding:16px;
	width:220px;
}

.heading{
	margin:0px;
	padding:0px;
	font-size:18px;
	color:154e9b;
	font-weight:normal;
	text-transform:uppercase;
}

.big_text{
	margin:0px;
	padding:5px 0 0 0;
	font-size:22px;
	font-weight:bold;
	color:000;
	text-transform:uppercase;
}

.text{
	margin:0px;
	padding:10px 0 0 0;
	font-size:11px;
	font-weight: normal;
	color:#000;
}

.text a{
	color:#666;
	float:right;
	text-decoration:none;
}

.text a:hover{
	color:#000;
	text-decoration: underline;
}

.right_banner{
	padding:1px 0 0 0;
	background:url(../images/right_banner.jpg) no-repeat;
	width:300px;
	height:320px;
	float:right;
}

.right_text_area{
	margin:0px;
	padding:16px 10px 0 14px;
	width:273px;
}
/*banner end*/


/*footer start*/
.footer{
	margin:0px 0 0 0;
	padding:0px;
	background:url(../images/footer_bg.jpg) repeat-x;
	height:50px;
	width:940px;
}

.footer_nav{
	margin:0px;
	padding:0px;
	text-align:center;
}

.footer_nav ul{
	margin:0px;
	padding:17px;
	list-style:none;
}

.footer_nav li{
	margin:0px;
	padding:0px;
	display:inline;
}

.footer_nav li a{
	margin:0px;
	padding:0 5px 0 5px;
	font-size:11px;
	color:#fff;
	outline:none;
	text-transform: capitalize;
	border-right:1px #fff solid;
	text-decoration:none;
}

.footer_nav li a:hover{
	color:#fff;
	text-decoration: underline;
}

/*----------------------------------------------product page start-----------------------------------------*/

/*product left content start*/
.product_left{
	margin:0px;
	padding:0px;
	width:275px;
	float:left;
	background:#f1f1f2;
}

.product_heading{
	margin:0px;
	padding:10px 0 0 15px;
	font-size:18px;
	font-weight:bold;
	color:#154e9b;
}

/*product nav*/
.product_nav{
	margin:0 0 0 0;
	padding:0 0 10px 0;
	width:275px;
}

.product_nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.product_nav li{
	margin:0px;
	padding:0px;
}

.product_nav li a{
	margin:0px;
	padding:3px 0 3px 15px;
	font-size:14px;
	display:block;
	color:#000000;
	outline:none;
	cursor:pointer;
	text-transform: capitalize;
	text-decoration:none;
	width: 260px;
}

.product_nav li a:hover{
	background:#fff;
	color: #000000;
	text-decoration: none;
}

/*category box*/
.category_box{
	margin:0px 0 0 14px;
	padding:0 0 0 0;
	position:relative;
}

.category_top{
	margin:0px;
	padding:0px;
	background:url(../images/category_top.jpg) no-repeat;
	height:10px;
	overflow:hidden;
	width:247px;
}

.category_mid{
	margin:0px;
	padding:0px;
	background: url(../images/category_mid.jpg) repeat-y;
	width:247px;
}

.category_botm{
	margin:0px;
	padding:0px;
	background: url(../images/category_botm.jpg) no-repeat;
	height:10px;
	width:247px;
}

.category_heading{
	margin:0px;
	padding:5px 0 0 20px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

/*category nav*/
.category_nav{
	margin:0px;
	padding:0px;
}

.category_nav ul{
	margin:0px;
	padding:0px 0 0 28px;
	list-style:none;
}

.category_nav li{
	margin:0px;
	padding:0px;
	display:inline;
}

.category_nav li a{
	margin:0px;
	padding:0px 0 0 13px;
	font-size:12px;
	display:block;
	color:#000;
	outline:none;
	text-transform: capitalize;
	background:url(../images/square.jpg) no-repeat 0 6px;
	text-decoration:none;
}

.category_nav li a:hover{
	text-decoration: underline;
}

.category_color{
	color:#999;
}

.desh{
	margin:10px 20px 0 20px;
	padding:0px;
	height:2px;
	background:url(../images/desh.jpg) repeat-x;
}


/*bestseller box*/
.bestseller_box{
	margin:0px;
	padding:10px 0 20px 14px;
	position:relative;
	background:#e6eadf;
	width:261px;
}

.bestseller_top{
	margin:0px;
	padding:0px;
	background: url(../images/bestseller_top.jpg) no-repeat;
	overflow:hidden;
	height:8px;
	width:247px;
}

.bestseller_mid{
	margin:0px;
	padding:0px;
	background: url(../images/bestseller_bg.jpg) repeat-y;
	width:247px;
}

.bestseller_botm{
	margin:0px;
	padding:0px;
	background: url(../images/bestseller_botm.jpg) no-repeat;
	height:8px;
	width:247px;
}

.bestseller_heading{
	margin:0px;
	padding:0 0 0 20px;
	font-size:20px;
	color:#154e9b;
}

.bestseller_text_heading{
	margin:0px;
	padding:10px 10px 0 20px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.bestseller_text{
	margin:0px;
	padding:0 10px 0 20px;
	font-size:11px;
	color:#000;
}
/*product left content end*/



/*product right content start*/

.product_right{
	margin:0px;
	padding:0px;
	width:615px;
	float:right;
}

.product_right_heading{
	margin:0px;
	padding:10px 0 0 0;
	font-size:24px;
	font-weight:bold;
	color:#154e9b;
}

/*top pagination start*/
.top_pagination{
	margin:0px;
	padding:0 0 8px 0;
	border-bottom:1px solid #CBCDCF;
}

.top_pagination ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.top_pagination li{
	margin:0px;
	padding:0 8px 0 0;
	display:inline;
	font-size: 12px;
	color: #666666;
}

.top_pagination li a{
	margin:0px;
	padding:0px 5px 0 0;
	font-size:12px;
	color:#666;
	outline:none;
	text-transform: capitalize;
	text-decoration:none;
}

.top_pagination li a:hover{
	text-decoration: underline;
}

.line{
	margin:15px 0 0 0;
	padding:0px;
	width:535px;
	border-top:1px #999 solid;
}

.formula_heading{
	margin:0px;
	padding:10px 0 0 0;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}

.formula_text{
	margin:0px;
	padding:0px;
	font-size:11px;
	text-transform: capitalize;
	color:#999;
}

.prise{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#fbb03b;
}


/*bottom pagination start*/
.botm_pagination{
	margin:0 50px 0 0;
	padding:0px;
	text-align:center;
}

.botm_pagination ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.botm_pagination li{
	margin:0px;
	padding:0px;
	display:inline;
}

.botm_pagination li a{
	margin:0px;
	padding:0px 5px 0 5px;
	font-size:14px;
	font-weight:bold;
	outline:none;
	color:#0000ff;
	text-decoration:none;
}

.botm_pagination li a:hover{
	text-decoration: underline;
}



/*---------------------------------product internal page start -----------------------------*/

.internal_heading{
	margin:0px;
	padding:0;
	font-size:24px;
	font-weight:bold;
	color:#000;
}

.internal_product_left{
	margin:0px;
	padding:0px;
	width:250px;
	float:left;
}

.internal_product_right{
	margin:120px 50px 0 0;
	padding:0px;
	width:225px;
	float:right;
}

.bluelink{
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#164f9b;
}

.bluelink a{
	font-size:11px;
	color:#164f9b;
	text-decoration:underline;
}

.bluelink a:hover{
	text-decoration:none;
}

.internal_text_heading{
	margin:0px;
	padding:20px 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#164f9b;
}

.blue_line{
	margin:0 50px 0 0 ;
	padding:0px;
	border-top:1px #164f9b solid;
}

.internal_t_heading{
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight:bold;
	color:#000;
}

.internal td{
	margin:0px;
	padding:5px 0 0 10px;
	border-top:1px #666 solid;
}

.internal{
	border:1px #666 solid;
	border-top:none;
}

.supplement{
	margin:0px;
	padding:10px 50px 0 0;
	font-size:11px;
	color:#333;
}

.gray_text{
	margin:0px;
	padding:10px 50px 0 0;
	font-size:11px;
	color:#999;
}

.footer_logos {
	padding:1em 0;
	text-align:center;
}

.footer_logos img {
	border:none;
	padding:.5em 0;
}