/*///////////////////////////////////////////////////////////////
 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: #663300;
font-size: 0.8em; 
background: #fff url("ims/background.jpg");
background-repeat: repeat-x;
border-top: 4px solid #fff;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}


a:link {   
text-decoration: underline; 
font-weight: bold; 
color:  #663300;  
}

a:visited {   
text-decoration:  underline;  
font-weight: bold; 
color:  #663300; 
}

a:hover { 
text-decoration: none;  
font-weight: bold; 
color: #663300;
}

h1{
font-family: verdana, arial, helvetica, sans-serif; 
margin: 30px 0 25px 0; 
font-size: 1.1em;
color:  #663300;
}

h2 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 5px 0 4px 0px; 
font-size: 1.0em;
color:  #663300;
}

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: #fff 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: 200px;
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: 175px;
	float: left;
}

/*///////////////////////////////////////////////////////////////*/
/* Footer ///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/

#footer {
	background: #fff;
	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:#88543A;
font-weight:normal;
}

#footer a:visited{
color:#88543A;
font-weight:normal;
}

#footer a:hover{
color:#88543A;
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; text-align: justify;}
div.main-right {width: 280px; float: right; display: block; border: 0px solid #FFCC00; padding-left: 30px;}
div.main-left {width: 410px; float: left; padding-left: 0px;
}

div.main-right-home {width: 410px; float: right; display: block; border: 0px solid #FFCC00; padding-left: 30px;}
div.main-left-home  {width: 280px; float: left; padding-left: 0px;
}

div.main-right-thumbs {width: 355px; float: right; display: block; border: 0px solid #FFCC00;
text-align:center; }
div.main-left-thumbs {width: 355px; float: left;  border: 0px solid #000; text-align:center; 
}

/*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: #fff;
font-family: verdana, arial, helvetica, sans-serif; 
font-weight: bold;
font-size:0.9em;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
display: block;
text-decoration: none;
/*///////// width should have the padding subtract ////////////*/
width: 172px;
padding: 10px 0 10px 2px;
color: #663300;
}
ul.mainnav li {
border-bottom: 1px solid #663300;
border-left: 0px solid #999;
}
ul.mainnav li a:hover {
background-color: #fff;
color: #88543A;
}


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{
width:  margin: 0 0 300px 0; padding: 10px; border: 1px solid #8A6C24;
}

img.mood_gite-2{
width:  margin: 90px 0 0 0; padding: 10px; border: 1px solid #8A6C24;
}

img.thumbnail{
width:  margin: 400px 0 0 0; padding: 10px; border: 1px solid #8A6C24;
}



