/**
 *	This file contains the layout information for the default index.php file.
 *	This layout will generally be modified to suit ones requirements.
 *	
 */


body{ 
	margin:0px;
	padding:0px;
	background-color: #2a2a2a;
	background-image:url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

p{
	margin-top: 0px;
	margin-bottom: 10px;
}

h1, h3, h4, h5, h6, h7{
	margin: 0px;
}

h2{
	color:#727377;
	font-size:14px;
	display:block;
	border-bottom: 1px solid #727377;
	margin-bottom:10px;
}

h4{
	color:#727377;
	font-size:14px;
}


#layout{
	background-color:#e8e8e8;
	width:950px;
	background-image:url(images/bgLeftPanel.jpg);
	background-repeat:repeat-y;
}

#background{
	background-image:url(images/bgTop.jpg);
	background-position:top center;
	background-repeat:repeat-x
}

/*** Header Element ***/

#header{
	position:relative;
	width:950px;
	background-image: url(images/header_main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 200px;
}
#header.custom{
	position:relative;
	width:950px;
	background-image: url(../../../xls_upload_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 200px;
}



#header ul{
	width:100%;
	position:relative;
	top:86px;
	display: inline;
} 

#header ul li{
	font-weight:bold;
	font-size: 12px;
	margin-left: 18px;
	margin-right: 18px;
	padding: 0px 8px 0px 5px;
	list-style: none;
	display: inline;
	
}

#header em{
	font-style: normal;
	text-decoration: underline;
}



#header a{
	color: #ffffff;
	text-decoration: none;
}

#header a:hover{
	color: #529c44;
	text-decoration: underline;
}



#sub_header{
	/*margin:10px auto;*/
	width:950px;
	background-image: url(images/header_sub.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 121px;
	padding-right: 0px;

}
#sub_header.custom{
	/*margin:10px auto;*/
	width:950px;
	background-image: url(../../../xls_upload_subheader.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 121px;
	padding-right: 0px;

}

#main_content{
	width:950px;
	margin:0;
	background-image:url(images/contentBoxTop.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}

#left_nav{
	width:222px;
}





/*** Footer Element ***/
#footer{
	background-image:url(images/bg.jpg);
	width:950px;
	padding-top:6px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align: center;
	font-size:10px;
	line-height:13px;
	color:#a1a1a2;
}

#footer a{
	color:#204e9b;
	text-decoration: none;
}

#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}





/*** Menu Boxes ***/

.round_content{
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom:24px;
}

.title{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px
}
.round_content p{
	margin:0;
	padding:0;
}

.round_content form{
	margin:0;
	padding:0;
}

.round_content ul{
	font-size: 10px;
	color:#111111;
	margin:0;
	padding:0;
}

.roud_content ul li{
	list-style: disc outside;
}





/*** Content  ***/

#content{
	background-image:url(images/contentBoxBg.jpg);
	background-repeat:repeat-y;
	background-position:bottom left;
	font-size: 12px;
	padding-left: 7px;
	padding-right: 17px;
	padding-bottom:13px;
	margin-top: 6px;
	margin-bottom: 13px;
	width:705px;
}

#content h1{
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content h3{
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
}
#content h4{
	font-size:14px;
	font-weight:bold;
}


/***  Search Box ***/
.inputForm{
	background-color: #FFFFFF; 
	padding-left:20px; 
	width:110px; 
	border : 1px solid #7b7a7a; 
	color: #000000; 
	font-size:9px;
}



/*** Added for 1.1 ***/

/***product_deatil.tpl***/
#price{
	margin:5px;
	font-style:italic;
}
#description{
	margin:5px;
}
#inventory{
	margin:5px;
	font-style:italic;
}
#availability{
	margin:5px;
	font-style:italic;
}

/***product_list.tpl, search_list.tpl***/
.zoom{	
	height: 13px;
	width: 13px;
	float: right;
	margin: 0 25px 0 0;
	background: url(images/btn_zoom.jpg) no-repeat;
	
}

/***checkout_confirm.tpl***/

.ls_cart_total_note{
	font-style:italic;
}

