/*///////////////////////////////////////////////////////////////
 This layout allows the central content to feature above the  
side columns and the footer to sit across the bottom without the 
use if Java Scrit. .

The other advantage of this layout is that it can easily be adapted to 
include a secong side column or be liquid.

IMPORTANT: The Central Content does need to be deeper than than the side bar to avoid the Footer (Note this also happens on the origonal http://alistapart.com/d/negativemargins/ex4.htm/ template.
///////////////////////////////////////////////////////////////*/

body { 
margin: 0 0 0 0 ;
padding: 0;
font-family:  verdana, arial, helvetica, sans-serif; 
color: #999;
font-size: 0.8em; 
background: #fff url("ims/background.jpg");
background-repeat: repeat-x;
}

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


a:link {   
text-decoration: underline; 
font-weight: normal; 
color:  #E6B800;  
}

a:visited {   
text-decoration:  underline;  
font-weight: normal; 
color:  #E6B800; 
}

a:hover { 
text-decoration: none;  
font-weight: normal; 
color: #E6B800;
}

h1{
font-family: verdana, arial, helvetica, sans-serif; 
margin: 30px 0 10px 0; 
font-size: 1.1em;
color: #000;
}

h2 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 5px 0 4px 0px; 
font-size: 1.0em;
color: #000;
}

h3 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 5px 0 4px 0px; 
font-size: 0.9em;
color: #000;
}


/*///////////////////////////////////////////////////////////////*/
/* Layout CSS ///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

/*  The point of this wrapper div & addition of background image to container div is to allow us to introduce the side_bar_menu.gif which fills the bottom of the left side bar column*/
#wrapper {
	background: #ff url("ims/side_bar_menu.gif") repeat-y left; 
	width: 960px;
	margin-left: auto;
    margin-right: auto;
	border-right: 0px solid #fff;
border-left: 0px solid #fff;
}

#header { 
height: 175px;
width: 960px;
margin-left: auto;
margin-right: auto;
}

/*  The inclusion of the background style along with the wrapper div above fills the top of the left side bar column*/
#container {
	width: 100%;
	background: #fff url("ims/side_bar_menu.gif") repeat-y left;
	float: right;
	margin-left: -200px;
}

#content {
	background: #fff;
	margin-left: 210px;

}
#sidebar_menu {
	width: 180px;
	float: left;
}

/*///////////////////////////////////////////////////////////////*/
/* Footer ///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

#footer {
	background: #333;
	margin-left: auto;
    margin-right: auto;
	clear: both;
	width: 960px;
    border-top: 1px solid #8A6C24;
	text-align:center;
	padding: 5px 0 5px 0 ;
}

#footer a:link{
color:#fff;
font-weight:normal;
}

#footer a:visited{
color:#fff;
font-weight:normal;
}

#footer a:hover{
color:#999;
text-decoration:none;
font-weight:normal;
}

#footer p {
margin-top: 5px;
margin-bottom: 5px;
}

/*///////////////////////////////////////////////////////////////*/

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}




#main-holder {margin: 0; width: 720px; clear: both; float: left;}
div.main-right {width: 330px; float: right; display: block; border: 0px solid #FFCC00;}
div.main-left {width: 335px; float: left; padding-left: 0px;
}

/*These are global table styles taken from page 7 of Eric Meyer
table{ 
width: 80%; margin: 0 0 0 5px;
}*/

#table.main{ 
width:960px;
border:0px;
text-align:center;
}

table.gallery{ 
margin: 0 0 30px ; 
width: 100%;
border-bottom: 1px solid #8A6C24;
}

tr.gallery{ 
vertical-align:bottom;
text-align:center;
border-bottom: 1px solid #8A6C24;
}

table.gallery-specify{ 
margin: 0 0 30px 0; 
}

/*///////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////*/
/*Main navigation////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/



ul.mainnav {
/*///////// I added the width in the line below to fix the IE/Firefox problem ////////////*/
list-style: none; 
margin: 0 0 0 0; 
padding: 0 0 0 0; 
background-color: #555555;
font-family: verdana, arial, helvetica, sans-serif; 
font-size:0.8em
}

ul.mainnav li a:link, ul.mainnav li a:visited {
display: block;
text-decoration: none;
/*///////// width should have the padding subtract ////////////*/
width: 171px;
padding: 8px 4px 8px 4px;
color: #fff;
font-weight:bold;
}
ul.mainnav li {
border-bottom: 1px solid #8A6C24;
border-left: 0px solid #999;
}
ul.mainnav li a:hover {
background-color: #E6B800;
color: #fff;
}


ul.products {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
	
ul.products li a:link, ul.products li a:visited{
display: block;
text-decoration: none;
width: 100%;
padding: 2px 0px 2px 2px;
color: #003399;
font-weight: bold; 
font-size: x-small;
line-height: 1.5;
font-family: verdana, arial, helvetica, sans-serif;
}


ul.products li{
border-bottom: 1px solid #999999;
}

ul.products li a:hover {
background-color: #ffcc66;
color: #003399;
}


/*///////////////////////////////////////////////////////////////*/
/*Form //////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

tr.order_form_text td { 
padding: 4px 4px 4px 4px;  
vertical-align: middle;
}

tr.order_form_message td { 
padding: 4px 4px 4px 4px;  
vertical-align: top;
}

input.input_box{
margin: 3px 0px 2px 4px;
padding: 2px 4px 4px 4px;  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 0.9em; 
background-color: #fff;
color: #333; 
border:1px solid #ccc;
}

textarea { 
padding: 4px 4px 4px 4px;  
font-size: 0.9em;
font-family: Verdana, Arial, Helvetica, sans-serif; 
width: 150px; 
background-color: #fff; 
margin-left: 3px;
border:1px solid #ccc;
}



img.main_photo{
 margin: 0 0 30px 0; padding: 5px; border: 1px solid #8A6C24;
}

/*///////////////////////////////////////////////////////////////*/
/*Bullets //////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

ul.bullet_points{
list-style-type: none;
line-height: 1.7;
padding: 0;
margin: 8px 5px 15px 10px;
}

li.bullet_points{
background-image: url(ims/list_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding: 0 0 10px 22px;
font-style:italic;
}
/*///////////////////////////////////////////////////////////////*/


