/*
		ALL SUBURBS GARDEN AND WOOD SUPPLIES
*/

@import url("reset.css");

/*----------	LaYoUT STYLeS	----------*/
body {
	color: #3A3B41;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/core/body-background01.jpg);
}

#container {
	width: 770px;
	text-align: left;
	margin: 50px auto 0 auto;
	border: 1px solid #000000;
	background: url(../images/core/container_bg.gif) repeat-y;
}

.column-left { float: left; width: 186px; background: url(../images/core/cta-bg.gif) top repeat-y; border-right: 1px solid #000000; border-top: 1px solid #000000; color: #000000; }
.column-right { float: right; width: 583px; background-color: #FFFFFF; padding-bottom: 20px; border-top: 1px solid #000000; }

/*----------	CoMMoN STYLeS	----------*/
a { text-decoration: underline; }
a:hover { text-decoration: none; }
img { border: none; }
strong { font-weight: bold; }
p { margin: 5px 65px 20px 15px; }

.clear { display: block; clear: both; }
.hidden { display: none; }
.title { margin-top: 25px; }
#flash { _margin-bottom: -2px; }
p.cta { margin: 10px 0 10px 15px !important; }

/*----------	HeaDeR STYLeS	----------*/
#header { background: url(../images/core/header-bg.jpg) repeat-x; position: relative; widows: 770px; height: 110px; }
#header img#logo { position: absolute; top: 29px; left: 9px; }


/*----------	NaVIGaTIoN STYLeS	----------*/
#nav { background-color: #FFED09; width: 770px; height: 40px; border-bottom: 1px solid #000000; }
#nav ul { list-style-type: none; float: right; }
#nav ul li { float: left; }
#nav ul li a { display: block; height: 40px; }
#nav ul li a:hover { background-position: 0 -40px !important; }
#nav ul li#home a { background: url(../images/nav/home.gif); width: 90px; }
#nav ul li#firewood a { background: url(../images/nav/firewood.gif); width: 137px; }
#nav ul li#contact a { background: url(../images/nav/contact.gif); width: 132px; }

body.home #nav ul li#home a, body.firewood #nav ul li#firewood a, body.contact #nav ul li#contact a { background-position: 0 -40px !important; }

/*----------	FooTeR STYLeS	----------*/
#footer { color: #FFFFFF; width: 770px; margin: 5px auto; }
#footer a { color: #FFFFFF; }
#footer ul#logos { float: right; list-style-type: none; margin-right: 10px; }
#footer ul#logos li { float: left; }
#footer #logo-FPC, #footer #logo-FAA { margin-left: 8px; }
#footer #logo-webfirm { margin-left: 85px; }