/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:bold;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/*structure*/
body {
	margin:auto;
	text-align:center;
	font:medium "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url('img/body.png') repeat-x #61B6D6;
	color:#666;
}

#wrapper {
	width:860px;
	margin:0 auto;
	text-align:left;
}

#header {
	width:1000px;
	height:388px;
	background:url('img/header.jpg');
	margin-left:-70px;
	position:relative;
}

#main {
	width:800px;
	padding:20px 40px;
	margin-left:-10px;
	background:url('img/main.png');
}

#footer {
	width:880px;
	height:220px;
	background:url('img/footer.png');
	margin-left:-10px;
}

/*nav*/
#home {display:block;width:56px;height:22px;position:absolute;top:56px;left:452px;}
#about-us {display:block;width:85px;height:22px;position:absolute;top:56px;left:526px;}
#what-we-do {display:block;width:122px;height:22px;position:absolute;top:56px;left:627px;}
#faq {display:block;width:54px;height:22px;position:absolute;top:56px;left:760px;}
#contact {display:block;width:82px;height:22px;position:absolute;top:56px;left:830px;}

/*main*/
.quotes {
	padding:20px;
	background:url('img/quotebg.png') repeat-x #eee;
	border:1px solid #ccc;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	text-shadow:0 1px 1px #fff;
	margin-left:20px;
}

#payment {
	float:right;
	margin:0 0 30px 50px;
}

#livingroom {
	float:left;
	margin:20px 50px 0 0;
}

#diningroom {
	margin:20px 30px 20px 0;
}

#sunroom {
	margin:20px 0 0 30px;
}

#sink {
	margin-left:10px;
}

#bathtub {
	margin-bottom:20px;
}

#kitchen {
	margin-left:-20px;
}

#coupons {
	text-align:center;
	margin-top:25px;
}

#coupons img {
	margin:15px;
}

/*footer*/
#copyright {
	width:100%;
	padding:25px 0;
	text-align:center;
	text-shadow:0 1px 0 #A7D7E9;
	color:#222;
}

#serving {
	color:#222;
	width:400px;
	margin:15px 0 auto 40px;
	float:left;
}

#serving h1 {
	margin:0;
	padding:0;
	text-align:left;
	font-size:x-large;
}

#serving h3 {
	margin:5px 0 0 0;
	padding:0;
	text-align:left;
	font-weight:normal;
}

#estimate {
	width:335px;
	padding:26px 20px 0 20px;
	margin:10px 25px 0 0;
	float:right;
	text-align:center;
}

#estimate h1 {
	color:#61B6D6;
	font-size:xx-large;
	text-shadow:0 1px 1px #005271;
}

#estimate h3 {
	color:#007EAD;
	font-weight:normal;
	font-size:larger;
	margin:10px 0;
	padding:0;
}

/*text & misc*/
h1 {
	font-size:xx-large;
	font-weight:normal;
}
h2 {
	font-size:x-large;
	font-weight:normal;
}
p {
	line-height:160%;
	margin:10px 0;
}

ul {
	margin:10px 0 10px 30px;
}

ul li {
	line-height:160%;
	list-style:outside disc;
}

h3 {
	text-align:center;
	font-size:large;
	padding:30px 0 10px 0;
}

h5 {
	margin:15px 0 5px 0;
	font-size:medium;
}

blockquote {
	font:italic large Georgia, "Times New Roman", Times, serif;
	color:#999;
	background:url('img/quote.png') no-repeat;
	padding:3px 0 0 30px;
	margin:10px 0;
}

.clear {
	width:100%;
	clear:both;
}