/*///////////////////////////////////////////////////////////////
 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: #666;
font-size: 0.8em; 
background: #fff url("ims/background.jpg");
background-repeat: repeat-x;
}

a:link{
font-size: 12px;
text-decoration: underline; 
color: #cc0066;
font-weight:bold;
}

a:visited{
font-size: 12px;
text-decoration: underline; 
color: #cc0066;
font-weight:bold;
}

a:hover{
font-size: 12px;
text-decoration: none; 
text-decoration: none;
font-weight:bold;
}


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

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

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


/*///////////////////////////////////////////////////////////////*/
/* 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 #669900;
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: 200px;

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

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

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

#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;
}

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

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




#main-holder {margin: 0; width: 760px; clear: both; float: left; text-align: justify;}
div.main-right {width: 253px; float: right; display: block; border: 0px solid #FFCC00;}
div.main-left {width: 486px; float: left; padding-left: 0px;
}

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



td {
	border: 1px solid #C1DAD7;
	padding: 6px;
	
	}

th {
	font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 2px 2px 8px;
	background: #669900;
	color:#FFFFFF;
	}
	tf {
	font: bold 11px  Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	}

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


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

ul.mainnav {
/*///////// I added the width in the line below to fix the IE/Firefox problem ////////////*/
list-style: none; width: 175px; 
margin: 0 0 0 0; 
padding: 0 0 0 0; 
background-color: #fff;
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: #669900;
}
ul.mainnav li {
border-bottom: 1px solid #D7037B;
border-left: 0px solid #999;
}
ul.mainnav li a:hover {
background-color: #fff;
color: #D7037B;
}

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

/*///////////////////////////////////////////////////////////////*/
/*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-weight: normal;
font-style:italic;
}
/*///////////////////////////////////////////////////////////////*/



img.main_photo{
margin: 0 0 30px 0; padding: 10px; border: 1px solid #D7037B;
}


img.menu-logos{
 margin: 5px 0 0 25px;
}

img.menu-logos-2{
 margin: 5px 0 0 0;
}



