@charset "utf-8";
/* CSS Document */
body {
	background-color:#deecbc;
	color:#000;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	border:0px;
	margin:0px;
}
.clear{
	clear:both;
}
a{
	color:#690;
}
a:hover{
	color:#010101;
	text-decoration:none;
}
#header-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header-logo {
	height:270px;
}
#header-tagline {
	height:150px;
}
#footer {
	font-size:14px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer-call-us-pic {
	text-align:center;
}
#footer-call-us {
	padding:0 20px;
}
#footer-upsell{
	height:150px;
	padding:20px;
}
#footer-upsell a{
	text-decoration:none;
}
#main-wrapper {

}
#main-content {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
.main-left {
	width: 380px;
	float:left;
	padding-left:40px;
}
.main-right {
	width: 300px;
	float:right;
	padding:20px;
	padding-right:40px;
}
.slideshow{
}
.intro{
	padding-bottom:20px;
}
.services{
	padding-bottom:20px;
}
.contact{
	padding-bottom:20px;
}

