#buttons ul
{
	width: 600;
	margin :0px;
	border :0px;
	padding:0px;
	list-style-type:none;
	text-align:left;
}
.leftbar_text li
{
	width:100;
	margin :0px;
	border :0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
body {
	margin:auto;
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	}

/*Generic colors for hiperlinks*/
a:link   
{
	color:#135792;
	text-decoration:none;
}
a:visited
{
	color:#636563;
	text-decoration:none;
}
a:hover  {}
a:active {	color:#135792;}

#header{ width:auto;}

/*Simulate a link without using any image*/
#header #logo 
{
	float:left;
	width:216px;
}

#header #logo a img
{
	 height: 80px;
	 width: 215px;
}

/*Send the images to the right*/
#buttons
{
	float:right;
	width:528px;	/*force icons to be straight aligned*/
	text-align: right;
}

#buttons ul li { float:left;}

/*Begin Buttons inside header(not used)*/
/*
#btn_account{}
#btn_specials{}
#btn_basket{}
#btn_help{}
#btn_search{}
#btn_email{}
*/

/*Clear forces the search to stay below the other divs*/

#header_bottom {clear:both;}

#search
{
	position:relative;
	top:-4px;
	padding-top:3px;	
	padding-left:12px;
}

#search #search_text
{
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:white;
	padding-bottom:3px;
}

#search_input 
{
	float:left;
	position:relative;
	top:-3px;
}

#search #search_input div {	float:left;}
#search #search_textbox   {	padding-top:3px;}

#search_button 
{
	padding-top:5px;
	padding-left:8px;	
	}


/*End Buttons inside header*/


#leftbar 
{
	clear:both; /*Stop the float left initiated in #search_input*/
	position:absolute; /*used to move the bar up*/
	left:0px;
	top:167px;
	padding-top:4px;
	width:120px;
	height: auto;
	}
#leftbar div {	text-align:center;}

#leftbar #home
{
	position:relative;
	left:-2px;
	padding-bottom:5px;

	}

#leftbar ul li
{
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin:auto;
	text-decoration:none;
	text-align:center;
}

.leftbar_text li a
{
	color: #089494;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin:auto;
	text-decoration:none;
	}

.leftbar_text li {	text-align:center;}

#leftbar #about_ssl 
{
	font-family:Arial;
	font-size: 8px;
	color: #ad0034;	
	}

#content{
	margin-left: 121px;
	margin-right:121px;
	position:relative;
	top:100px;
	height:auto;
}

#content .black_bar 
{
	
	border: 	-moz-bg-inset 2px black; /*-moz-bg-inset new definition(?)*/
	height:16px;
	width:auto;
	background-color:Black;
	}

#content #content_header 
{
	text-align:center;
	width:auto;
	}

#content #header_text
{ 
	position:relative;
	top:-87px;
	left:9px;
	width:auto;
	text-align:center;
	font-family:Arial, Courier, Georgia, Sans-Serif;
	font-weight:bold;
	}

#content #header_line1
{
	text-align:center;
	color:Red;
	font-size:18px;
	}

#content #header_line2
{
	text-align:center;
	font-size:13px;
	padding-top:16px;
}

#content #content_footer 
{
	padding-top:40px;
	text-align:center;
}

#content #content_footer a
{
	font-family:Arial;
	font-size: 10px;
}

#content #isinclude {	text-align:center;}

#rightbar
{
	position:absolute;
	right:25px;
	top:167px;
	height:150px;
}

/*klaudia.morales@camcommerce.com  correction 2008-04-22. Centering products in the page*/
.classnav-trail {
	text-align:center;
}
.classnav {
	text-align:center;
}


