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

#sidebar_menu p {
color:#fff;
padding: 0 0 0 4px;
font-size: 0.7em;
}

#sidebar_menu a:link {   
text-decoration: none; 
font-weight: bold; 
color:  #fff;  
}

#sidebar_menu a:visited {   
text-decoration: none;  
font-weight: bold; 
color:  #fff; 
}

#sidebar_menu a:hover { 
text-decoration: none;  
font-weight: bold; 
color: #fff;
}

#quick-enquiry-form {
color:#fff;
}

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

a:visited {   
text-decoration: none;  
font-weight: bold; 
color:  #666; 
}

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

h1{
font-family: verdana, arial, helvetica, sans-serif; 
margin: 5 0 0 0; 
font-size: 1.1em;
color: #333;
}

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

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

hr.main {
width:100%;
color:#FF9933;
height:1px;
padding:0;
margin:0;
}


/*///////////////////////////////////////////////////////////////*/
/* 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: url(ims/side_bar_menu.gif) repeat-y left; 
	width: 755px;
	margin-left: auto;
    margin-right: auto;
}

#header { 
background-color: #fff;
height: 120px;
width: 755px;
margin-left: auto;
margin-right: auto;
border-bottom:  1px solid #669900;
}

/*  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: #669900 url(ims/side_bar_menu.gif) repeat-y left;
	float: right;
	margin-left: -210px;
}
#content {
	background: #fff;
	margin-left: 210px;
	padding: 10px;
}
#sidebar_menu {
	width: 210px;
	float: left;
	

}
#footer {
	background: #d7dabd;
	margin-left: auto;
    margin-right: auto;
	border-top:  1px solid #669900;
	clear: both;
	text-align: center;
	font-weight:bold;
	padding: 2px 5px 5px 5px;
	font-size: 0.8em;
}

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


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

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

ul.mainnav li a:link, ul.mainnav li a:visited {
display: block;
text-decoration: none;
/*///////// width subtracts padding from left div width ////////////*/
width: 205px;
padding: 10px 0 10px 2px;
color: #666;
}
ul.mainnav li {
border-bottom: 1px solid #669900;
border-left: 1px solid #669900;
}
ul.mainnav li a:hover {
background-color: #ccc;
color: #666;
}

img.thumbnail {
margin: 0 4px 4px 4px; width: 155px; height: 118px;
}

