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

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

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

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

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

h2 {
font-family: verdana, arial, helvetica, sans-serif; 
margin: 5px 0 4px 0px; 
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;
}


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

#header { 
background-color: #fff;
border-top: 1px solid #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: 180px;
	padding: 0 0 0 0;
}
#sidebar_menu {
	width: 180px;
	float: left;
	background:#844142;
}
#footer {
	background: #6B2424;
	margin-left: auto;
    margin-right: auto;
	clear: both;
	border-top: 4px solid #E6CFCF;
	border-bottom: 4px solid #E6CFCF;
	color: #efefef;
	padding: 2px 2px 5px 2px;
	text-align:center;
	width: 960px;
}

#footer a:link{
color:#efefef;
font-weight:normal;
font-size: 0.8em; 
}

#footer a:visited{
color:#efefef;
font-weight:normal;
font-size: 0.8em; 
}

#footer a:hover{
color:#efefef;
text-decoration:none;
font-weight:normal;
font-size: 0.8em; 
}

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

#portfolio-holder {margin: 0 0 0 25px; width: 700px; clear: both; float: left; text-align: justify; /*background-color:#B0DD7Fborder: 1px solid #ccc;*/}
div.row-left img{width: 220px; float: left; display: block;/* margin-left: 15px;padding-right: 5px; padding-top: 5px; */border: 5px solid #E6CFCF;}
div.row-right {width: 410px; float: right; padding-left: 10px; /*background-color:#000 border: 1px solid #000;*/}

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


ul.mainnav {
/*///////// I added the width in the line below to fix the IE/Firefox problem ////////////*/
list-style: none; width: 180px; 
margin: 0; 
padding: 0 0 0 0; 
background-color: #6B2424;
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: 178px;
padding: 10px 0 10px 2px;
color: #FFFFCC;
}

ul.mainnav li {
border-bottom: 1px solid #fff;
}

ul.mainnav li a:hover {
background-color: #FFFFCC;
color: #844142;
}

tr.order_form_1 td { 
padding: 4px 4px 4px 4px;  
border:0px solid #333; 
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: #DFDFDF;
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: #DFDFDF; 
margin-left: 3px;
border:0px solid #333;
}


img.main_photo{
width: 225px; height: 300px; margin: 0 0 5px 0; border:10px solid #333;
}

	/***************LIST START******************/

ul.bullet_points{
list-style-type: none;
line-height: 1.7;
padding: 0;
margin: 8px 5px 15px 10px;
}
	
li.bullet_points{
background-image: url(http://www.groverfurniture.com/ims/list_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 22px;
font-weight: bold;
}

	/***************LIST END******************/


/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////Form/////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
tr.order_form_1 td{ 
padding: 4px 4px 4px 10px; 
font-weight: normal; 
color: #EFEFEF;
background-color: #333;
vertical-align: top;
font-size: 0.8em;/*
border:1px solid #fff; 
}

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

textarea { 
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif; 
width: 150px; 
background-color: #EFEFEF; 
margin-left: 3px;
border:10px solid #333;
}

//////////////////////////////////////////////////////////////////////////////////////////////////
