/*
DECO Windshield Repair / decorepair.com
Adam Campbell / adam@hotmeteor.com
2008/2009

Layout
*/

body {
	background: #fff url(../img/bg-header.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
}

/* 
---------------------------------------
General Layout
---------------------------------------
*/

#container {
	margin: 0 auto;
	padding: 0 10px;
	width: 920px;
}

#header {
	height: 100px;
	margin: 0 0 15px;
	position: relative;
	width: 100%;
}

#header-contacts {
	position: absolute;
	right: 0;
	top: 60px;
	width: 700px;
}

#main {
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px;
}

#footer {
	border-top: 4px solid #eee;
	clear: both;
	height: 150px;
	padding: 10px 0 50px;
	width: 100%;
}

.left {
	background-color: #f6f6f6;
	float: left;
	padding: 15px 15px 5px;
	width: 220px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.right {
	margin-left: 270px;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

/* 
---------------------------------------
Home Page
---------------------------------------
*/

#top {
	background: url(../img/bg-top.gif) no-repeat 0 0;
	height: 345px;
	width: 920px;
}

#top-left {
	float: left;
	height: 320px;
	padding: 25px 0 0 20px;
	position: relative;
	width: 440px;
}

#v-imgs {
	bottom: 0;
	left: 0;
	position: absolute;
}

#top-right {
	float: left;
	overflow: hidden;
	padding: 25px 10px 0 10px;
	position: relative;
	width: 430px;
}

#bottom {
	width: 920px;
}

#bottom-left {
	float: left;
	text-align: center;
	width: 460px;
}

#bottom-right {
	float: left;
	padding-left: 20px;
	width: 430px;
}

#serve_count {
	background: url(../img/bg-serve-counter.png) no-repeat center 0;
	height: 68px;
	right: 5px;
	padding: 7px 15px;
	position: absolute;
	top: 90px;
	width: 94px;
	z-index: 999;
}

/* 
---------------------------------------
About / Pricing
---------------------------------------
*/

.content {
	border: 1px solid #ccc;
	margin-left: 250px;
	min-height: 300px;
	height: auto !important;
	height: 300px;	
	padding: 20px 30px;
}

.note {
	background-color: #eee;
	padding: 12px;
	position: absolute;
	top: 390px;
	width: 180px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
}

.content-special {
	border-bottom: 1px solid #ccc;
	overflow: auto;
	padding: 0 0 25px;
}

#pricing-select {
	background-color: #eee;
	padding: 20px;
}

#pricing-tables div {
	padding: 20px 0;
}

/* 
---------------------------------------
Locations
---------------------------------------
*/

#headings {
	height: 25px;
	margin: 10px 0 0;
	width: 100%;
}

#sidebar {
	float: right;
	width: 20%;
}

#pointslist {
}

#directions {
	background-color: #fff;
	clear: both;
	font-size: 1.2em;
}

#mapholder {
	display: block;
	float: left;
	height: 400px;
	padding: 10px 0 0;
	width: 75%;
}

#map {
	height: 400px;
	width: 100%;
}

#comingsoon {
	padding: 20px 0 40px;
	text-align: center;	
}
	
.bubble {
	padding: 0;
	width: 250px;
}
