/* 	Henderson Roofing Re-Design
	General Styles, Draft 1
	By Jonathon VS -- www.jonathonvs.com */

html, body {
	background: #333;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
#wrapper {
	background: #333;
	margin: 30px;
}

/* Shadows */
#shad_left {
	display: inline;
	float: left;
	background: #333 url(../images/shadow_left.jpg) no-repeat;
	width: 8px;
	height: 454px;
}

/* Headers and Footers */
#header {
	height: 98px;
	padding: 0 16px;
	overflow: hidden;
}
#header h1 {
	margin: 0;
	line-height: 98px;
	color: #fff;
	font-weight: normal;
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-size: 32px;
}
#header img {
	float: right;
	margin: 16px 0;
}
#header, #footer {
	border: 1px solid #600;
	border-width: 0 0 1px 1px;
	border-top: 1px solid #966;
	background-color: #77312f;
}
#footer {
	color: #fff;
	font-size: 0.7em;
	padding: 0.5em;
	text-align: center;
	clear: both;
}
#footer a {
	color: #fff;
}

/* Links */
#links {
	border-top: 1px solid #555;
}
* html #links {
	position: relative;
	z-index: 100;
} 

/* Right Images */
#images {
	float: right;
	background: #f1e9d8;
	padding: 0.5em 0;
	margin: 0 0 1em 1em;
}
#images img {
	border: 1px solid #333;
	margin: 0.5em 1em;
}
#images div {
	font-style: normal;
	margin: 0 1em 1em;
	text-align: left;
}

/* Main Text */
#content {
	background: #fff;
	margin-left: 160px;
	color: #333;
	min-height: 465px;
}
* html #content {
	height: 465px;
	margin: 0 8px 0 8px;
	position: relative;
	left: -3px;
}
#text {
	padding: 1.0em 1.5em;
	font-size: 0.9em;
	background: #fff;
}
#text h2 {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #77312f;
}
#text h3 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #333;
	margin: -1.5em 0 0;
}
#text a {
	color: #666;
}
#text a:hover {
	color: #333;
}
#text .more {
	text-align: right;
}
#text #contacttable td {
	padding: 0.5em;
	vertical-align: top;
}
#text .cell {
	padding: 0.5em;
	float: left;
	text-align: center;
}
#text .cell a {
	text-decoration: none;
}
#text #linktable .cell {
	padding: 1.5em 1.0em;
} 
#text .clear {
	clear: both;
}
#text fieldset {
	border: 1px solid #ccc;
}
#text input, #text textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
