/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: URL(../images/bg.jpg) top center repeat-x;
	background-color: #920000;
	text-align: center;
	font-family: Verdana, Georgia, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 804px;
}

#header {
	width: 804px;
	height: 111px;
	background: URL(../images/header.jpg);
}

.empty {
	clear:both;
}

a {
	color: #fff;
	text-decoration: none;
}

p {
	font-weight:  600;
	line-height: 20px;
}

/* --------- Nav ---------*/

#nav ul {
	display: inline;
	float: left;
}

#nav li {
	float: left;
	list-style: none;
}

#nav span {
	display: none;
}

#logo a:link, #logo a:visited {
	background: url(../images/logo.png);
	width: 243px;
	height: 129px;
	float: left;
}

#logo a:hover, #logo a:active {
	background-position: 0% -129px;
}

#sublogo a:link, #sublogo a:visited {
	background: url(../images/sublogo.png);
	width: 243px;
	height: 129px;
	float: left;
}

#sublogo a:hover, #sublogo a:active {
	background-position: 0% -129px;

}

#aboutus a:link, #aboutus a:visited {
	background: url(../images/aboutus.png);
	width: 97px;
	height: 129px;
	float: left;
}

#aboutus a:hover, #aboutus a:active {
	background-position: 0% -129px;
}

#request a:link, #request a:visited {
	background: url(../images/requestestimate.png);
	width: 150px;
	height: 129px;
	float: left;
}

#request a:hover, #request a:active {
	background-position: 0% -129px;
}

#faq a:link, #faq a:visited {
	background: url(../images/faq.png);
	width: 72px;
	height: 129px;
	float: left;
}

#faq a:hover, #faq a:active {
	background-position: 0% -129px;
}

#photos a:link, #photos a:visited {
	background: url(../images/photogallery.png);
	width: 132px;
	height: 129px;
	float: left;
}

#photos a:hover, #photos a:active {
	background-position: 0% -129px;
}

#contact a:link, #contact a:visited {
	background: url(../images/contactus.png);
	width: 110px;
	height: 129px;
	float: left;
}

#contact a:hover, #contact a:active {
	background-position: 0% -129px;
}

/* -------- Content --------- */

#body {
	background: url(../images/body.jpg) no-repeat;
	width: 804px;
	min-height: 441px;
	padding: 0 20px;
}

#content {
	width: 764px;
}

#content h1 {
	font-size: 18px;
	padding-bottom: 10px;
	color: #ff0;
}

#subbody {
	background: url(../images/subbody.jpg) no-repeat;
	width: 804px;
	min-height: 441px;
}

#left_col {
	float: left;
	width: 155px;
}

#left_col ul {
	margin-left: 5px;
	list-style: none;
	text-align: left;
}

#left_col a {
	padding: 10px 0 0 5px;
	font-size: 12px;
	display: block;
	width: 140px;
	height: 28px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #ff0;
}

#left_col a:hover {
	background-color: #5a0c0b;
}

#right_col {
	float: left;
	width: 620px;
	text-align: left;
	color: #ffffff;
	margin-left: 15px;
}

#right_col h1 {
	font-size: 18px;
	padding-bottom: 10px;
	color: #ff0;
}

#homeCall img {
	border: none;
}

#homeCall a {
	text-decoration: none;
}

.about {
	height: 441px;
}

/*---------- Estimate ----------*/

.status {
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 764px;
	border-bottom: 1px solid #ff0;
}

#estimateForm {
	color: #fff;
	text-align: center;
	width: 764px;
}

#estimateForm label {
	padding-top: 5px;
	font-size: 12px;
	display: block;
	font-weight:bold;
	text-align:right;
	width:216px;
	float:left;
}

#estimateForm input, #estimateForm textarea, #estimateForm select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width: 400px;
	margin:2px 50px 20px 10px;
}

#estimateForm .small{
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#formbuttons input {
	background-color: #CCCCCC;
	float: right;
	text-align: center;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width: 200px;
	margin:2px 20px 20px 10px;
}

#formbuttons input:hover {
	background-color: #999;
}

/*---------- Steps ----------*/

#repairSteps {
	margin: 25px 0;
}

.step {
	border-bottom: #ff0 solid 1px;
	padding: 5px;
}

.even {
	background-color: #880000;
}

.one {
	background: url(../images/1.jpg) top left no-repeat;
}

.two {
	background: url(../images/2.jpg) top left no-repeat;
}

.three {
	background: url(../images/3.jpg) top left no-repeat;
}

.four {
	background: url(../images/4.jpg) top left no-repeat;
}

.five {
	background: url(../images/5.jpg) top left no-repeat;
}

.six {
	background: url(../images/6.jpg) top left no-repeat;
}

.seven {
	background: url(../images/7.jpg) top left no-repeat;
}

.eight {
	background: url(../images/8.jpg) top left no-repeat;
}

.nine {
	background: url(../images/9.jpg) top left no-repeat;
}

.ten {
	background: url(../images/10.jpg) top left no-repeat;
}

.description {
	float: left;
	display: block;
	width: 550px;
	padding: 5px 0px 5px 45px;
}

.description p {
	font-size: 14px;
	line-height: 18px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.description h2 {
	font-size: 20px;
	padding-bottom: 15px;
}

.description ul {
	list-style: none;
	padding-left: 10px;
}

.description li {
	padding-bottom: 10px;
}

.description a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.description a:hover {
	text-decoration: underline;
}

.service_des {
	float: left;
	display: block;
	padding: 5px;
}

.service_des p {
	font-size: 14px;
	line-height: 18px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.service_des h2 {
	font-size: 20px;
	padding-bottom: 15px;
}

.service_des ul {
	list-style: none;
	padding-left: 10px;
}

.service_des li {
	padding-bottom: 10px;
}

/*---------- FAQ Accordian ---------*/

#faqContent {
	text-align: left;
	padding-bottom: 25px;
}

.faqmenu{
	margin: 5px 0;
	padding: 5px;
	width: auto; /*width of menu*/
}

.faqmenu div.faqheader a{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px 0;
	padding-left: 8px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1PX solid #FFFF00;
}


.faqmenu div.faqheader a:visited, .faqmenu div.faqheader a:active{
	color: white;	
}

.faqmenu div.selected a, .faqmenu div.faqheader a:hover{
	background: #880000;
	color: white;
	border-bottom: 1px dotted #ff0;
}

.faqmenu div.submenu{ /*DIV that contains each sub menu*/
	background: #920000;
	padding: 15px;
	color: white;
	border-bottom: 1px solid #ffff00;
	min-height: 150px;
}

/*---------- Photos ----------*/

#photosPage {
	height: 441px;
}

#photosPage a {
	text-decoration: none;
}

#photosPage img {
	border: 1px solid #fff;
	padding: 5px;
	margin: 5px;
}

#photosPage ul {
	list-style: none;
}

#photosPage li {
	display: inline;
}

/*---------- Contact ---------*/

.contactCont {
	height: 441px;
}

#contactContent {
	text-align: left;
	float: left;
	width: 350px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#contactRight {
	float: left;
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-left: 50px;
}

#contactForm label {
	padding-top: 5px;
	font-size: 12px;
	display: block;
	font-weight:bold;
	text-align:left;
	width:216px;
	float:left;
}

#contactForm input, #contactForm textarea, #contactForm select{
	float:left;
	font-size:12px;
	padding:4px 0;
	border:solid 1px #aacfe4;
	width: 340px;
	margin:2px 50px 5px 0;
}

#contactButtons input {
	background-color: #CCCCCC;
	float: right;
	text-align: center;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width: 50px;
	margin:2px 10px 20px 0;
}

#contactButtons input:hover {
	background-color: #999;
}

#maps p {
	color: #000000;
}

/*---------- Footer ----------*/

#footer {
	margin: 0 auto;
	text-align: center;
	border-top: dotted #FF0 1px;
	padding: 10px 0 30px 0;
	margin: 0 10px;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer img {
	border: none;
}
