@charset "utf-8";
/* CSS Document */

/*------------- reset -------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, blockquote, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html, body {
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

p {margin-bottom: 20px;}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

/*------------- end reset -------------*/

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

#flashheader {
	width: 1000px;
	height: 382px;
	position: relative;
	z-index: 1;
}

#navigation {
	width: 825px;
	padding-top: 12px;
	height: 70px;
	text-align: center;
	background: url(../Images/menu_bkgrd.jpg) no-repeat;
	margin-left: 102px;
	font: normal 18px Tahoma, Geneva, sans-serif;
}

#navigation li {
	display: inline;
	margin-left: 55px;
}

#navigation li a {
	color: #000;
}

#navigation li:first-child {
	margin-left: 0px;
}

#navigation li a:hover, #footer_navigation li a:hover, #home .home_but a, #services .services_but a, #estimates .estimates_but a {
	color: #fff;
	text-decoration: none;
}

#content {
	margin: 20px 0 0 102px;
	width: 825px;
	padding-bottom: 171px;
	clear: both;
}

#left_content {
	float: left;
	margin: 0 40px 0px 35px;
	width: 276px;
}

#right_content {
	float: left;
	width: 435px;
	margin: 0 0 40px 0px;
}

#couponimages li {
	display: inline;
	list-style-type: none;
	margin-left: 100px;
}

#couponimages li:first-child {
	margin-left: 0;
}

#imagelogos {
	margin-top: 120px;
	text-align: center;
}

#footer {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	height: 101px;
	padding-top: 50px;
	margin-top: -121px;
	clear: both;
}

#footer_number {
	height: 30px;
	width: 130px;
	font-weight: bold;
	margin: 0 auto;
	color: red;
}

#footer_navigation {
	margin-left: 14px;
	background: url(../Images/bottomFull.gif) no-repeat;
	width: 825px;
	height: 71px;
	padding-top: 10px;
	clear: both;
	text-align: center;
}

#footer_navigation li {
	display: inline;
	font-size: 12px;
	margin-left: 20px;
}

#footer_navigation li:first-child {
	margin-left: 0;
}

#footer_navigation li a {
	color: #000;
}

#serviceform {
	font-size: 14px;
	line-height: 20px;
}

#phonenumber {
	font: bold 22px Tahoma, Geneva, sans-serif;
	color: #F30;
	position: relative;
	left: 555px;
	top: -350px;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 180px;
}

/*------------- text styles -------------*/

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

.content_text {
	font-size: 14px;
	line-height: 20px;
	list-style-type: square;
	list-style-position: inside;
}

.last_p {
	margin-bottom: 50px;
}

.orange {
	color: #ebc630;
}

.blue {
	color:#699fc8;
}

.rightmargin {
	margin-right: 50px;
}

.leftmargin {
	margin-left: 15px;
}

.leftmargin2 {
	margin-left: 30px;
}

.topmargin {
	margin-top: 20px;
}

.topmargin2 {
	margin-top: 50px;
}

.border {
	border: 1px solid black;
}


.clear {
	clear: both;
}

.numberlist {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 50px;
}

.centered {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

input, textarea {
	border: 1px solid black;
	float: left;
}

.center {
	text-align: center;
}

label.error {
	color: red;
	width: 100px;
	clear: both;
	font-size: 10px;
	font-weight: bold;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

.contact_text {
	font-size: 11px;
}