/**
 *	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);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFF00;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}


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

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

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


#layout{
	background-color:#2a2a2a;
	width:950px;
}

#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: 110px;
}
#header.custom{
	position:relative;
	width:950px;
	background-image: url(file:///Volumes/Web%20Store%20Installer/xlsws_php/xls_upload_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 110px;
}


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

#header ul li {
	font-weight:bold;
	font-size: 12px;
	margin-left: 16px;
	margin-right: 16px;
	padding: 0px 9px 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: #FFFF00;
	text-decoration: underline;
}



#sub_header.custom{
	width:950px;
	background-image: url(file:///Volumes/Web%20Store%20Installer/xlsws_php/xls_upload_subheader.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 121px;
	padding-right: 0px;

}

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

}

#main_content{
	width:950px;
	margin:0;
	padding-top:13px;
	background-color:#747474;
	background-image:url(images/bgContent.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#left_nav{
	width:180px;
}

#main_content_body{

	float:right;
}


/*** Footer Element ***/
#footer{
	padding-top:13px;
	width:950px;
	text-align: center;
	font-size:10px;
	line-height:13px;
	color:#000000;
	background-image:url(images/bgContentBottom.jpg);
	background-repeat:no-repeat;
	height:46px;
}

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

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

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

/*** Menu Boxes

	

***/

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

.title{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	background-color:#FFFF00;
	padding-bottom:1px;
	padding-left:8px;
	line-height:14px;
}
.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 {

	font-size: 12px;
	color:#ffffff;	
	margin-left:9px;
	margin-right:7px;
	padding:4px;
	border:1px solid #cccccc;
	background-color:#777878;
	width:735px;
}


#contentBoxTop {
	background-image:url(images/contentBoxTop.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:9px;
}


#contentBoxBottom {
	background-image:url(images/contentBoxBottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;	
	height:9px;
}

#content {
	font-size: 12px;
	padding-left: 7px;
	padding-right: 7px;
}

#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:12px;
	font-weight:bold;
}


#content a:hover {color:#FFFF00}
#content a:visited {color:#FFFFFF}

/***  Buttons
.btn_search {
	width:24px;
	height:15px;
	margin:0 0 -4px 4px;
}
.btn_addToCart {
	width:149px;
	height:44px;

}

.btn_checkout {
	width:149px;
	height:44px;
}

.btn_continu {
	width:149px;
	height:44px;
}

.btn_editInformation {
	width:149px;
	height:44px;
}

.btn_placeOrder {
	width:149px;
	height:44px;
}

.btn_updateCart {
	width:149px;
	height:44px;
}  ***/
