body {
	text-align: center;
	background: #490000 url('/images/background.gif') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#all {
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #D5D5D5;
	width: 800px;
	position: relative;
	border-top: 1px solid #490000;
	top: -1px;
}

#content {
	padding: 10px 70px 10px 40px;
	margin: 135px 0 0 0;
	background: #D5D5D5;
	color: #333333;
	font-size: 14px;
}

body.home #content, body.home-beta #content {
	padding: 10px 370px 10px 40px;
	margin: 345px 0 0 0;
	background: #D5D5D5;
	color: #333333;
	font-size: 14px;
}

body.photos #content,
body.testimonials #content {
	margin-top: 155px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	background: #D5D5D5 url('/images/topback.jpg') repeat-x;
	width: 800px;
	height: 91px;
}

#phone {
	position: absolute;
	right: 0;
}

#slideshowcont {
	position: absolute;
	width: 800px;
	height: 254px;
	top: 91px;
	left: 0;
	background-image: url('/images/slideshow.jpg');
}

#rightcolumn {
	position: absolute;
	top: 360px;
	right: 20px;
	width: 320px;
	font-size: 14px;
}

#footer {
	background: #98845A url('/images/footerback.jpg') repeat-x;
	padding: 80px 20px 20px 20px;
	color: #3F3625;
	font-size: 13px;
}

#footer a {
	color: #423A21;
	border-bottom: 1px solid #423A21;
}

#footer a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}

h1 {
	color: #490000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	/*font-weight: normal;*/
}

h2 {
	color: #98845A;
	font-size: 18px;
}

h4 {
	color: #003300;
	font-size: 24px;
	font-style:italic; 
}

div.usection0, div.usection {
	border-bottom: 1px solid #98845A;
}

div.usection0 h2, div.usection h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}

div.usection {
	padding-top: 5px;
}

h3 {
	color: #98845A;
	font-size: 16px;
	/*font-weight: normal;*/
}

a {
	border-bottom: 1px solid #366089;
	color: #366089;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #003D71;
	color: #003D71;
	/*background-color: #ffffff;*/
}

a.gallerythumb {
	display: block;
	border: none;
	padding: 0 30px 10px 0;
	background: url(/images/gallery-background.jpg) no-repeat;
}

a.gallerythumb img {
	border: 1px solid #a5a5a5;
}

a.imgthumb {
	display: block;
	border: none;
	padding: 0 40px 40px 0;
}

a.imgthumb img {
	border: 1px solid #a5a5a5;
}

ul {
	list-style: square;
	color: #490000;
}

li span {
	color: #333333;
}

div.flright {
	width: 200px;
	float: right;
	margin: 0 0 0 20px;
	border: 1px solid red;
}


#nav {
	position: absolute;
	height: 40px;
	width: 800px;
	top: 91px;
	left: 0;
	background-color: #98845A;
}

#nav table {
	height: 40px;
}

#nav td.btn {
	/*border-left: 1px solid #000000;*/
	/*background: url(/images/button-background.png) no-repeat;*/
	background: url(/images/button-background2.png) no-repeat;
}

#nav a {
	border-bottom: 0;
	text-decoration: none;
	color: #490000;
}

#nav a:hover {
	color: #000000;
	text-decoration: underline;
}

#subnav {
	position: absolute;
	height: 30px;
	width: 800px;
	top: 131px;
	left: 0;
	background-color: #b5b5b5;
	font-size: 0.9em;
}

#subnav table {
	height: 30px;
}

#subnav td.btn {
	background: url(/images/button-background-sub2.png) no-repeat;
}

#subnav a {
	border-bottom: 0;
	text-decoration: none;
	color: #490000;
}

#subnav a:hover {
	color: #000000;
	text-decoration: underline;
}

body.faq #nav td.faq,
body.free-estimate #nav td.estimate,
body.contact #nav td.contact {
	background-image: none;
	background-color: #D5D5D5;
	/*border-left: 1px solid #524731;
	border-top: 1px solid #524731;*/
	border-top: 1px solid #98845A;
}

body.photos #nav td.photos,
body.testimonials #nav td.testimonials {
	background-image: none;
	background-color: #b5b5b5;
	/*border-left: 1px solid #524731;
	border-top: 1px solid #524731;
	border-bottom: 1px solid #524731;*/
	border-top: 1px solid #98845A;
}

input, textarea {
	border: none;
	background-color: #efefef;
	padding: 2px 4px 2px 5px;
}

input.btn {
	background-color: #98845A;
	color: #490000;
	font-size: 1.1em;
	padding: 4px 8px;
	border: 1px solid #524731;
	cursor: pointer;
}

table.tableform td {
	padding-bottom: 8px;
}

.tall {
	line-height: 2em;
}

#homepagevideo {
	width: 320px;
    height: 221px;
    background-color: #cecece;
    border: 1px solid red;
}




