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

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

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

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

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


#layout {
	background-color:#F7F2E4;
	width:800px;
}

/*** Header Element ***/

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

#header.custom {
	position:relative;
	width:800px;
	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: none;
}



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

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

 #downloads a {
	color: #774400;
	text-decoration: none;
	font-weight:bold;
}

 #downloads a:hover {
	color: #E1AB00;
	text-decoration: none;
}


#sub_header{
	/*margin:10px auto;*/
	position:relative;
	top:-140px;
	width:800px;
	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{
position:relative;
top:-250px;
left:0px;
	width:800px;
	margin:0;
	border-bottom:thin solid #ccc;
}

#left_nav{
	width:227px;
	margin:175px 0 0 0;
	background-color:#F7F2E4;
}

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




/*** Menu Boxes ***/


.round_corner_wrapper{
	width:210px;
}

.top_left {
	background-image: url('images/narrow_box_top_left.jpg');
	height: 18px;
	font-size: 2px;
	background-repeat: no-repeat;
	background-position: left top;
}

.top_right {
	float:right;
	background-image: url('images/narrow_box_top_right.jpg');
	margin-top: -18px;
	width: 25px;
	height: 18px;
	font-size:2px;
}

.bottom_left {
	background-image: url('images/narrow_box_bottom_left.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
	font-size: 2px;	
	margin-bottom:24px;
}

.bottom_right {
	float: right;
	background-image: url('images/narrow_box_bottom_right.jpg');
	margin-top:-42px;
	width: 25px;
	height: 18px;
	font-size:2px;
}

.round_content{
	background-color:#E1AB00;
	padding-top:4px;
	padding-bottom:4px;
	/*padding-left:8px;
	padding-right:8px;	*/
}

 .title{
	color:#E1AB00;
	font-size:14px;
	font-weight:bold;
	padding-left:0px;
}
.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  ***/

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: none;
}

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




/***  Search Box ***/
.inputForm {
	background-color: #efe5d3;
	border : 1px solid #E1AB00;
	color: #774400;
	font-size:10px;
	
	width:180px;
	margin-left:0px;
}


/*** 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;
}

#form{
position:relative;
left:0px;
background-color:#F7F2E4;
margin:0;
padding:0 0 25px 0;
font-size:10px;
}


#topimages{
width:800px;
height:136px;
position:relative;
top:-55px;
left:0px;
background-color:#999999;
}


#topNav{
width:800px;
height:21px;
position:relative;
top:-55px;
left:0px;
background-color:#330055;
padding:0 0 10px 0;
}

#topNavholder {
position:relative;
top:-85px;
}

#aboutus{
width:124px;
height:21px;
position:relative;
top:10px;
left:-325px;
text-align:center;
}

#learning{
width:124px;
height:21px;
position:relative;
top:-11px;
left:-181px;
text-align:center;
}

#shop{
width:124px;
height:21px;
position:relative;
top:-32px;
left:-42px;
text-align:center;
}

#events{
width:124px;
height:21px;
position:relative;
top:-53px;
left:82px;
text-align:center;
}


#resources{
width:124px;
height:21px;
position:relative;
top:-74px;
left:226px;
text-align:center;
}

#contact{
width:124px;
height:21px;
position:relative;
top:-95px;
left:351px;
text-align:center;
}

.topnav{
color:#ffffff;
font-family:Trebuchet MS;
font-weight:bold;
font-size:12px;
}

#topNavholder a {
color:#ffffff;
text-decoration:none;

}

#topNavholder a:hover {
color:#E1AB00;
text-decoration:none;
}


#content_head{
width:579px;
height:80px;
position:relative;
top:-50px;
left:30px;
}

.policytext{
color:#774400;
font-family:Trebuchet MS;
font-size:14px;
padding-left:5px;
line-height:1.5em;

}

#closewindow{
width:715px;
height:85px;
position:relative;
top:0px;
left:0px;
background-color:#c7b77c;
margin-bottom:50px;
}


.back{
color:#774400;
font-family:Trebuchet MS;;
font-size:16px;
text-align:center;
padding-top:35px;
}


#content_head a{
color:#774400;
text-decoration:none;
}

#content_head a:hover {
color:#e1ab00;
text-decoration:none;
}


#nameset {
width:535px;
position:relative;
top:0px;
left:0px;
}

#contactset {
width:535px;
position:relative;
top:0px;
left:0px;
}

#billingset {
width:535px;
position:relative;
top:0px;
left:0px;
}

#shippingset {
width:535px;
position:relative;
top:0px;
left:0px;
}

#creditcardset {
width:535px;
position:relative;
top:0px;
left:0px;
}

#submitset {
width:85px;
position:relative;
top:-50px;
left:-20px;
}


#continueshop {
position:relative;
top:75px;
left:15px;
}

#VIPcode {
width:535px;
position:relative;
top:0px;
left:0px;
}

#promocode {
width:535px;
position:relative;
top:-30px;
left:0px;
}

#downloads {
width:535px;
position:relative;
top:50px;
left:0px;
z-index:25;
}

#giftwrap {
width:535px;
position:relative;
top:0px;
left:0px;
}

.notice {
font-size:16px;
}

.errors {
font-size:16px;
color:#ff0000;
}