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


h1, h2, h3 {
	font-size:21px;
	font-weight:600;
	line-height:15px;
	margin:10px 0;
}

#spacer {
	height:10px;
}

img {
	border:none;
}

a, a:link, a:visited, a:active {
	color:#fff;
	text-decoration:none;
	font-style:italic;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

.underline {
	text-decoration:underline;
	font-size:18px;
	font-weight:600;
}

body {
	margin:0 auto;
	text-align:center;
	font-family: 'Titillium Web', sans-serif;
	padding:0;
	height:100%;

}

#header {
	background:#000 url(images/header-bkgd.jpg) repeat-x;
	width:auto;
	height:130px;
	margin:0 auto;
}

#header-wrapper {
	width:800px;
	height:130px;
	margin:0 auto;
	text-align:left;
}

#logo {
	width:214px;
	height:75px;
	margin-top:30px; 
	margin-left:45px;
	float:left;
	background:url(images/logo2.png) no-repeat;
}

#menu {
	width:450px;
	height:25px;
	display:block;
	float:right;
	margin-top:75px;
	padding-top:12px;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu ul li {
	display:inline;
	margin:0 0 0 30px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:300;
	font-style:italic;
	font-size:16px;
	text-align:right;
}

#menu ul li a:link {
	color:#fff;
	text-decoration:none;
	padding-bottom:3px;
}

#menu ul li a:hover {
	text-decoration:none;
	color:#E8CC11;
}

a:visited {
	color:#FFF;
	text-decoration:none;
}


.current {
	border-bottom:#E8CC11 solid 3px;
}

#main {
	background-color:#fff;
	width:702px;
	height:510px;
	margin:45px auto 10px;
}

/* HOME PAGE */

#home-banner {
	width:700px;
	height:246px;
	float:left;
}

#home-blurb {
	width:640px;
	height:65px;
	margin:0 auto;
	padding:15px 30px;
	text-align:center;
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:18px;
	text-align:justify;
	color:#333;
	background-color:transparent;
	float:left;
	clear:left;	
}

#main-categories {
	width:700px;
	height:170px;
	float:left;
	clear:left;
	font-family: 'Titillium Web', sans-serif;
	font-weight:600;
	text-align:center;
}

#box1 {
	width:165px;
	height:150px;
	float:left;
	margin:0 13px 10px 0;
}

#box2 {
	width:165px;
	height:150px;
	float:left;
	margin:0 5px 10px 0;
}

#box3 {
	width:165px;
	height:150px;
	float:left;
	margin:0 13px 10px 8px;
}

#box4 {
	width:165px;
	height:150px;
	float:left;
	margin:0 0 10px 0;
}

/* ABOUT PAGE */

#main-about {
	background-color:#fff;
	width:702px;
	height:800px;
	margin:45px auto 20px;
}

#about-content {
	background:#000 url(images/about-bkgd.jpg) no-repeat;
	width:702px;
	height:800px;
	margin:0 auto;
}

#about-blurb {
	font-size:17px;
	width:430px;
	height:340px;
	float:left;
	margin:180px 0 0 40px;
	color:#fff;
	background-color:#000;
	text-align:left;
	line-height:20px;
	font-weight:300;
}

#testimonials {
	width:150px;
	height:260px;
	background-image:url(images/testimonials-bkgd.png);
	background-repeat:no-repeat;
	float:right;
	margin-top:180px;
	text-align:left;
	padding:40px 25px 0 25px;
	font-size:12px;
	line-height:15px;
}

#gallery {
	width:702px;
	margin:0 auto;
	float:left;
	text-align:center;
}

#gallery a img {
	margin:0 6px;
	border:#fff solid 2px;
}

/*  SERVICES PAGE  */

#main-services {
	background-color:#fff;
	width:702px;
	height:620px;
	margin:45px auto 10px;
}

#services-content {
	background:#000 url(images/services-bkgd.jpg) no-repeat;
	width:702px;
	height:600px;
	margin:0 auto;
}

#services-blurb {
	width:640px;
	height:360px;
	float:left;
	margin:185px 10px 0 50px;
	color:#fff;
	background-color:transparent;
	text-align:left;
}

#free-quote {
	width:230px;
	height:88px;
	float:right;
	margin-top:10px;
	margin-right:20px;
}

.quote {
	font-size:20px;
	font-style:italic;
	font-weight:600;
	margin:15px 0;
	color:#E8CC11;
}


/*  CONTACT PAGE  */
#main-contact {
	background-color:#fff;
	width:702px;
	height:670px;
	margin:45px auto 20px;
}

#contact-content {
	background:#fff url(images/contact-bkgd.jpg) no-repeat;
	width:702px;
	height:670px;
	margin:0 auto 20px;
}

#contact-info {
	width:230px;
	height:200px;
	float:left;
	margin:225px 0 0 0;
	text-align:left;
}

#contact-content #contact-form {width:400px; float:left; margin:200px 10px 0 35px; text-align:left;}
#contact-content #contact-form p {line-height:5px;}
input, textarea { 
	padding: 5px;
	border: solid 1px #E5E5E5;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 250px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 250px;
	max-width: 250px;
	height: 80px;
	line-height: 150%;
	margin-bottom:10px;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px #E8CC11;
	-webkit-box-shadow:0 0 8px #E8CC11;
	box-shadow:0 0 8px #E8CC11;
}

.form label { 
	margin-left: 12px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #617798;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
	
.button { 
	width:60px; 
	height:30px;
	color:#666;
	}

#contact-form label { display:block; float:left; font-size:12px; width:auto; font-weight: bold; margin-bottom: 7px; color: #333333;}
#contact-form label.error { display:block; float:right; font-size:12px; width:auto; font-weight: normal; margin-bottom: 0px; color:#E8CC11; margin-top: 5px; padding: 5px 7px;}
#contact-form label.checked { display:none; background: none; border: 0px; margin-top: 0px; padding: 0px; text-indent: -5000px;}
#contact-form .stage { margin-bottom: 20px;}
#contact-form .requiredNote { margin: 20px 0px 20px; color: #333; font-weight: bold;}

#thanks {
	text-align:center;
	width:500px;
	height:270px;
	padding-top:200px;
	margin:0 auto;
}

/*  FOOTER  */

#footer {
	background-color:#000;
	width:100%;
    height: 100px;
	margin-bottom:0;
}

#footer-wrapper {
	color:#FFF;
	font-family: 'Titillium Web', sans-serif;
	font-weight:300;
	font-size:14px;
	width:700px;
	height: 80px;
	margin:10px auto;
	line-height: 17px;
}

#address {
	width:220px;
	height:60px;
	text-align:left;
	padding-top:20px;
	float:left;
	line-height:20px;
}

#copyright {
	width:240px;
	height:60px;
	text-align:right;
	padding-top:20px;
	float:right;
	line-height:20px;
}
	
.yellow {
	color:#E8CC11;
	font-size:16px;
}

.small-text {
	font-size:11px;
}