/**
 *	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: #545546;
	font-family: Helvetica Neue, Lucidia, Arial, sans-serif;
	color:black;
}

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:white;
	width:992px;
}

/*** Header Element ***/

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

#header ul {
	float:right;
	display: inline;
	margin-top: 81px;
	width:515px;
} 

#header ul li {
	font-size: 12px;
	margin-left: 0;
	padding: 0px 9px 0px 5px;
	list-style: none;
	display: inline;
	background-image:url(images/menu_spliter.gif);
	background-position:right;
	background-repeat:no-repeat;
	
}

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



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

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



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

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

}

#main_content{
	width:992px;
	margin:0;
	border-top:thin solid #ccc;
	border-bottom:thin solid #ccc;
}

#left_nav{
	width:227px;
	margin:25px 0 0 0;
}

#content{
	font-size:12px;
	width:684px;
	margin:0 auto;
	padding:0 33px;
}




/*** Menu Boxes ***/


.round_corner_wrapper{
	width:200px;
}

.top_left {
	background-color:#94ab9b;
	height: 18px;
	font-size: 2px;
	background-repeat: no-repeat;
	background-position: left top;
}

.top_right {
	float:right;
	
	margin-top: -18px;
	width: 25px;
	height: 18px;
	font-size:2px;
}

.bottom_left {
	background-color:#94ab9b;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
	font-size: 2px;	
	margin-bottom:24px;
}

.bottom_right {
	float: right;
	
	margin-top:-42px;
	width: 25px;
	height: 18px;
	font-size:2px;
}

.round_content{
	background-color:#94ab9b;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;	
}

.top_left .title{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-top:4px;
}
.round_content p{

	margin:0;
	padding:0;
}

.round_content form{

	margin:0;
	padding:0;
}

.round_content ul {
	font-size: 12px;
	color:#ffffff;
	margin:0;
	padding:0;

}

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





/*** Content  ***/

div.borderbottom {
	padding-bottom: 2px;
}

#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;
}


/*** Footer Element ***/
#footer{

	margin: 0 auto;
	width:992px;
	border-top: thin solid #999;
	text-align: center;
	font-size:11px;
	margin-top:10px;
}

#footer a {
	text-decoration: none;

}

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

#footer #footer_links{
	padding-bottom:3px;
}




/***  Search Box ***/
.inputForm {
	background-color: #ffffff; 
	border : 1px solid #000000;
	color: #000000; 
	font-size:12px;
	width:100px;
}


/*** Added for 1.1 ***/

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

/***checkout_confirm.tpl***/

.ls_cart_total_note{
	font-style:italic;
}


