@charset "UTF-8";
/* Firewood Shop Styles  */
body {
	margin:0 0 0 0;
	border:0;
	background-color:fff;
	font-family:Calibri;
	font-size:62.5%;
	line-height:1.6em;
	color:#000000;
	text-align:center;
}
.clear { clear:both; }
.floatLeft { float:left; }
.floatRight { float:right; }
img { border:0; }

p {
	margin: 1.1em 0 1.1em 0;
	font-size: 1.2em;
}
a:link {
	color: #FF9900;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #FF9900;
}
a.footer:link { color: #999; text-decoration: underline; }
a.footer:visited { color: #999; text-decoration: underline; }
a.footer:hover { color: #999; text-decoration: none; }
a.footer:active { color: #999; text-decoration: none; }


.pic, a.pic, a.pic img {
filter: alpha(opacity=100); /* IE */
-moz-opacity: 1; /* Mozilla */
}
a.pic:hover, a.pic:hover img {
filter: alpha(opacity=80);
-moz-opacity: 0.8;
} 

#wrapper {
width:980px;
margin:auto;
text-align:left;
}
.fullWidthMiddle { background:url(images/border_middle.gif) top repeat-y; }
#header { width:980px; height:100px; position:relative; }
#logo {
position:absolute;
top:17px;
left:18px;
}
#Firewood {
	position:absolute;
	top:8px;
	left:850px;
}
#bullets {
	font-size: 14px;
	margin: 1.1em 0 1.1em 0;
	line-height: 1.6em;
}

#contactNumber {
	position:absolute;
	top:19px;
	left:640px;
}
#banner { width:950px; padding:0 15px 0 15px; }
#banner h1, h2, p { margin:0; padding:0; }


/** Main Menu **/

#navcontainer
{
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	height: 39px;
	width:950px;
}
#navcontainer ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
#navcontainer ul li a {
	background: url(images/banner_bg_light.jpg) top no-repeat;
	width: 100px;
	height: 25px;
	padding: 9px 0 0 0;
	margin: 0 6px 0 0;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	display: block;
	text-align: center;
	font-size:1.4em;
}
#navcontainer ul li a:hover {
color: #fff;
background: url(images/banner_bg.jpg) top no-repeat;
}
#navcontainer a:active {
background: url(images/banner_bg.jpg) top no-repeat;
color: #fff;
}
#navcontainer li#active a {
background: url(images/banner_bg.jpg) top no-repeat;
color: #fff;
}
#content {
	width:980px;
	margin:-2px 0 3px 0;
}
#homepage_text {
	width:913px;
}
/** Left Column **/

#Left {
	width:300px;
	min-height: 200px;
	font-size: 140%;
	font-weight: bold;
	padding-top: 20px;
}
#Left2 {
	width:300px;
	background-image: url(images/delivery-map.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 350px;
	font-size: 140%;
	font-weight: bold;
}
#calculator {
	background-image: url(images/calc_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 150px;
	width: 300px;
	font-size: 1.2em;
}

/** Main Content **/

#maincontent {
	width:580px;
	padding:5px 20px 0 0;
 }
#maincontent h1 {
	font-size:2.4em;
	color:#F06007;
	width:750px;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:5px 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999999;
}

#maincontent h2 {
	font-size: 1.8em;
	color: #f45110;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#maincontent h3 {
	font-size:1.6em;
	color:#EF9936;
	font-weight:bold;
	margin:7px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

#maincontent p { 
	margin:1.1em 0 1.1em 0;
}


/** Footer */

#footerHome {
	border-top: 1px dotted #ccc;
	width:960px;
	padding:15px 5px 5px 25px;
	text-align:left;
	background-color: #FF6600;
}
#footerHome p {
margin:0;
color:#999;
font-size:11px;
}
.footerFloatLeft { width:620px; }

.footerFloatRight { 
width:280px; 
text-align:right;
padding-right:10px;
}

#footer {
border-top: 1px solid #ccc;
width:950px;
padding:20px 0 25px 30px;
margin-top:25px;
text-align:left;
font-size:11px;
}
#footer p {
margin:0;
color:#999;
font-size:11px;
}
ul#footerList
{
	margin: 0 0 10px 0;
	padding: 0;
}
#footerList li
{
display: inline;
list-style-type: none;
}
#footerList a {
	padding: 0;
	margin:0 10px 0 0;
	color: #FFFFFF;
	font-size: 1.4em;
}
#footerList a:link, #footerList a:visited
{

}
#footerList a:hover
{
	color: #333333;
	text-decoration: none;
}
