/*  RESET  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	margin-left: 20px;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
abbr,acronym { border: 0;
	}
	
	
/*  GLOBAL ELEMENTS  */
body {
	font-family: Georgia;
	font-size: 100%;
	background: #ffffff url(../images/body-bg.jpg) top repeat-x;
	color: #767373;
}
a:link {
	color: #7b7777;
	text-decoration: none;
}
a:visited {
	color: #7b7777;
	text-decoration: none;
}
a:hover, a:active {
	color: #e3000c;
	text-decoration: underline;
}
h1 {
	color: #ffffff;
	font-size: 38px;
}
h2 {
	color: #cc040e;
	font-size: 28px;
}
h3 {
	color: #767373;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #cf030e;
	font-size: 14px;
}
ol {
	list-style-type: ;
}
ul {
	list-style-type: ;
	margin: 0;
}
li {
	margin: ;
}
p {
	font-size: 14px;
	margin-bottom: 20px;
}
blockquote {}

#container {
	width: 989px;
	margin: 0px auto;
}

/*  HEADER   */
#header {
	padding-top: 40px;
}
#logo {
	float: left;
	width: 400px;
}
#tagline {
	float: left;
	width: 200px;
	margin-top: 100px;
}
#callNow {
	float: right;
	background: url(../images/get-a-quote-today.png) center bottom no-repeat;
	width: 319px;
	height: 155px;
	text-align: right;
	padding-right: 20px;
}
#callNow p.left {
	float: left;
}
span.callUs {
	color: #5e5d5d;
	font-size: 19px;
}
span.phNumber {
	color: #e6000c;
	font-size: 32px;
	line-height: 1.4;
}
span.taglineTop {
	color: #ba060f;
	font-size: 14px;
	line-height: 1.2;
}
span.taglineBtm {
	color: #434242;
	font-size: 14px;
	line-height: 1.5;
}
/*  NAVIGATION  */
#navigationHome, #navigationAbout, #navigationServices, #navigationContact {
	width: 979px;
	height: 29px;
	padding: 8px 0 0 30px;
}
#navigationHome a, #navigationAbout a, #navigationServices a, #navigationContact a {
	font-size: 18px;
	color: #ffffff;
}
#navigationHome {
	background: url(../images/nav-bg-home.png) no-repeat;
}
#navigationHome > li, #navigationAbout > li, #navigationServices > li, #navigationContact > li {
	float: left;
	padding-bottom: 8px;
}
#navigationAbout {
	background: url(../images/nav-bg-about.png) no-repeat;
}
#navigationServices {
	background: url(../images/nav-bg-services.png) no-repeat;
}
#navigationContact {
	background: url(../images/nav-bg-contact.png) no-repeat;
}
a.about {
	margin-left: 35px;
}
a.services {
	margin-left: 40px;
}
a.contact {
	margin-left: 40px;
}
.menu {
  position: relative;
  z-index: 100;
}
.menu ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 2px 0;
  background-color: #e3000c;
  border: 1px solid #a9a3a3;
  top: 29px;
  left: 12px;
  display: none;
}
.menu ul li {
  width: 200px;
}
.menu ul li a {
  display: block;
  padding: 2px 3px;  
}
.menu ul li a:hover {
  background-color: #e6464e;
}

/*  CONTENT  */
#content {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#contentMain {
	width: 650px;
	float: left;
	padding-top: 20px;
}
#quoteForm {
	width: 299px;
	float: right;
	background: url(../images/quote-form-bg.png) no-repeat;
	padding: 20px 20px;
}
#quoteForm label {
	color: #343333;
	font-size: 18px;
	float: left;
	margin-left: 10px;
}
#quoteForm input, #quoteForm textarea {
	float: right;
	font-size: 18px;
	color: #343333;
	border: 1px solid #9b9a9a;
}
#quoteForm input {
	width: 195px;
	height: 34px;
}
#quoteForm textarea {
	width: 195px;
	height: 200px;
}
input#quoteSubmit {
	width: 134px;
	height: 25px;
	border: none;
}
#locationHours {
	margin-top: 60px;
	text-align: right;
	font-size: 16px;
}
p.address {
	color: #767373;
	margin-bottom: 20px;
}
p.hours {
	color: #e4313b;
}

/*   home   */
#banner {
	width: 659px;
	background: url(../images/banner-bg.png) no-repeat;
	height: 285px;
}
#banner img {
	margin: 5px 0 0 5px;
}
#dots {
	text-align: center;
}
#dots img {
	margin-right: 10px;
}
#specials {
	text-align: center;
}
#homeHeader {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
#homeHeader h1 {
	color: #605b5b;
	font-size: 20px;
	margin: 10px 0;
}
#homeSubheaders {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 20px;
}
#homeSubheaders h3 {
	float: left;
	color: #de010d;
	font-size: 20px;
	font-weight: normal;
	width: 216px;
	margin: 5px 0;
}
div.contentCol {
	width: 200px;
	float: left;
	padding: 0 16px 20px 0;
}
div.contentCol p {
	line-height: 1.3;
}
ul.red {

}
ul.bold li {
	font-weight: bold;
}
ul.red li {
	display: block;
	background: url(../images/bullet-point.gif) 5px left no-repeat;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
.link {
	text-align: right;
	padding: 10px 0;
	border-top: 1px solid #d4d4d4;
	width: 299px;
}
.link img {
	float: right;
}
.link p {
	margin-bottom: 5px;
}
.link img.bbb {
	margin-left: 10px;
}
/*  about  */
#aboutHeader {
	width: 599px;
	height: 105px;
	background: url(../images/about-header-bg.png) center no-repeat;
	padding: 40px 0 0 60px;
	margin-bottom: 20px;
}
#contentCopy {
	width: 599px;
	margin: 0 auto;
}
h2.about {
	font-size: 20px;
	margin-bottom: 20px;
}
ul.promise {
	margin-left: 20px;
	list-style: circle;
}
/* services */
#servicesHeader {
	width: 599px;
	height: 115px;
	background: url(../images/services-header-bg.png) center no-repeat;
	padding: 30px 0 0 60px;
	margin-bottom: 20px;
}
#services {
	margin-top: 20px;
}
#services div {
	float: left;
}
div.moreInfo {
	width: 100px;
	text-align: center;
}
div.service {
	width: 359px;
	padding-right: 20px;
}
div.price {
	width: 100px;
}
span.small {
	font-size: 80%;
}
#serviceHeader {
	height: 61px;
	width: 599px;
	background: url(../images/service-header-bg.png) center no-repeat;
	padding: 15px 0 0 60px;
}
#acserviceHeader {
	background: url(../images/ac-service-banner.png) center no-repeat;
	width: 609px;
	height: 118px;
	margin: 20px 0;
	padding: 50px 0 0 50px;
}
#contactHeader {
	background: url(../images/contact-header-bg.png) center no-repeat;
	width: 599px;
	height: 103px;
	padding: 40px 0 0 60px;
}
#map {
	width: 599px;
	border: 1px solid #4e4d4d;
	margin: 20px 0;
}
p.contactHours {
	color: #4e4d4d;
}
p.contactLocal {
	color: #e4313b;
}
/*  FORMS  */

input {}
textarea {}
button {}

input:focus {}
textarea:focus {}
button:hover {}


/*  TABLES  */

table {}
tr {}
th {}
td {}


/*  FOOTER  */

#footer {
	border-top: 1px solid #d4d4d4;
	margin-top: 50px;
	padding: 20px 0 100px 0;
	color: #7b7777;
	font-size: 11px;
	line-height: 1.5;
}
#footer a {
	color: #7b7777;
}
#subNav a:hover {
	color: #e3000c;
}
#subNav {
	float: right;
	width: 60%;
	text-align: right;
}
#footer h2 {}
#copyright {
	width: 40%;
	float: left;
}





