/* Start of CMSMS style sheet 'Layout' */
/*-----------------------------------------------------------------------------
Dick Elmer's Furniture Screen Stylesheet

version:   1.0
date:      01/03/07
author:    Stephen Greener
email:     admin@stephengreener.com
website:   http://www.stephengreener.com
version history: 1
-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/ 

/* @import url("typography.css"); */

body {
	background: url(uploads/images/bground.gif) repeat-x top left;
	text-align:center
}
#wrapper {
	margin: 0px auto;
	/* position: relative; 
	margin-left: -500px;
	left: 50%;*/
	width: 1000px;
	text-align: left; /* Resets center from body || used IE5 center content */

}
#header {
	width: 100%;
	height: 61px;
	position: relative;
}
#header #deliveryareas {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: .9em;
	vertical-align: bottom;
	color: #F08172;
}
#header img {
	margin-left: 20px;
}
#banner {
	width: 100%;
	height: 160px;
	background: url(uploads/images/banner.jpg) no-repeat top center;
	position: relative;
}
* html #banner {margin-top: -2px;}
#banner #locations {
	position: absolute;
	/* margin: 15px 0px 0px 370px; */
	right: 0;
	top: 0;
	width: 250px;
	font-size: 0.9em;
}
#banner #locations .location {
	/* float: left; */
	margin: 15px 30px 0px 30px;
}
#banner #locations .location .inline {
	display: inline;
}
#banner #elmers_difference {
	position: absolute;
	width: 300px;
	top: 20px;
	left: 380px;
}
#banner #elmers_difference ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;

}
#banner #elmers_difference ul li {
	padding: 5px 0px 5px 30px;
	background-image: url(uploads/images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	list-style-position: outside;
	font-weight: bold;
	font-size: 0.9em;
	color: #2E406B;
}
#content_2cols {
	width: 980px;
	margin: 20px 10px;
}
#content_1col {
	width: 940px;
	margin: 20px 30px;
}
#footer {
	width: 100%;
	border-top: 1px solid #cccccc;
	margin: 50px 0px 0px 0px;
	padding-top: 5px;
}
#footer p {margin: 0}
#footer #left{float: left}
.clearfix {clear: both; display: block}


/* --------------------------------------------------------------------------------------
Column formatting on Home Page
-----------------------------------------------------------------------------------------*/

#colwrap {
	/* height: 500px;
	border: 1px solid #000;*/
}
#col1 {
	width: 100%;
	float: left;
	margin-right: -280px;
}
/* Wrapps around col1 to give the right margin we need - same width as col 2 */
#col1 .content {
	margin-right: 280px;
	/* border-right: 1px solid #ccc; */
	background: url(uploads/images/vert_divider.gif) no-repeat top right;
}
#col2 { 
	width: 260px;
	float: right;
}
.last {
	margin: 0px;
}
/* End of 'Layout' */

