/*///////////////////////////////////////////////////////////////
 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.
///////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////*/
/*Main Styles///////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/


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

a:link {   
text-decoration: underline; 
font-weight: bold; 
color:  #9191B5;  
}

a:visited {   
text-decoration:  underline;  
font-weight: bold; 
color:  #9191B5; 
}

a:hover { 
text-decoration: none;  
font-weight: bold; 
color: #9191B5;
}

h1{
font-family: verdana, arial, helvetica, sans-serif; 
margin: 30px 0 25px 0; 
font-size: 1.2em;
color: #9191B5;
}

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

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

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


/*///////////////////////////////////////////////////////////////*/
/* 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 { 
background-color: #fff;
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: 200px;

}
#sidebar_menu {
	width: 175px;
	float: left;
	border:  0px solid #66CC00;
}

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

#footer {
	background: #9191B5;
	margin-left: auto;
    margin-right: auto;
	clear: both;
	width: 960px;
    border-top: 1px solid #FFF;
	text-align:center;
	padding: 5px 0 5px 0 ;
	color: #fff;
}

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

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

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

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

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


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


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

/*///////////////////////////////////////////////////////////////*/
/*Two Column styles////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/


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


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


/*///////////////////////////////////////////////////////////////*/
/*Tables ////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/


table.gallery {  
width: 750px;
margin:  5px 0 25px 0;
padding: 5px 5px 25px 5px;
border-bottom: 1px solid #9191B5;

}

td.gallery_photo{
width: 225px;
}

td.gallery_copy{
vertical-align:top;
}



table.booking td{ 
padding: 5px 5px 5px 5px;
vertical-align:middle;
font-weight:bold;
text-align:center;

}


td.booking-top{
text-align:left;
vertical-align:middle;
border-bottom: 1px solid #9191B5;
padding: 5px 5px 25px 5px;
}

td.booking-cell{
width: 175px;
text-align:center;
vertical-align:middle;
border: 1px solid #9191B5;
padding: 5px 5px 5px 5px;
}


table.prices td { 
padding: 5px 5px 5px 5px;
font-weight:bold;
}





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


/*///////////////////////////////////////////////////////////////*/
/*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: #9191B5;
font-family: verdana, arial, helvetica, sans-serif; 
font-weight: bold; 
}

ul.mainnav li a:link, ul.mainnav li a:visited {
display: block;
text-decoration: none;
/*///////// width subtracts padding from left div width ////////////*/
width: 170px;
padding: 10px 0 10px 5px;
color: #fff;
}
ul.mainnav li {
border-bottom: 1px solid #fff;
border-left: 0px solid #999;
}
ul.mainnav li a:hover {
background-color: #FFF;
color: #9191B5;
}

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


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

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:0px solid #333;
}

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


/*///////////////////////////////////////////////////////////////*/
/*Images/////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/


img.photo{
 margin: 0 0 25px 4px; padding: 2px; border: 1px solid #9C9CBC;
}

img.menu-so-smoke{
 margin: 37px 0 0 62px;
}


