body {
	border-top:5px solid #120B7B;
}

/* Start: Main Layout */
.content {
	width:950px;
	margin:0 auto;
}

#header {
	margin-top:15px;
	background:#fff;
}

#upper-content {
	background:#fff url(../img/upper-content-bg.jpg) repeat-x;	
}

#lower-content {
	background:#fff;
}

#contact {
	background:#fff url(../img/contact-bg.gif) repeat-x;
	height:30px;
}

#footer {
	background:#fff;
}
/* End: Main Layout */

/* Start: Utility Classes */
.horiz-nav {
	margin-left:0;
}

.horiz-nav li {
	float:left;	
	list-style-type:none;
	margin-left:0;
}

.horiz-nav li a {
	font-weight:bold;
	display:block;
	text-decoration:none;
}

.centered {
	text-align:center;
}

.img-center {
	margin:0 auto;
	display:block;
}

.img-left {
	display:block;
	float:left;
	margin:0 10px 10px 0;
}

.img-right {
	display:block;
	float:right;
	margin:0 0 10px 10px;
}

.clickable {
	cursor:pointer;
}

.spaced-list {
	margin-bottom:20px;	
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End: Utility Classes */

/* Start: Main Navigation */
#main-nav {
	padding-top:110px;
	margin-left:30px;
}

#main-nav li {
	margin-right:60px;
}

#main-nav li a {
	color:#7c5a00;
	font-size:0.8750em;
	font-weight:bold;
}

#main-nav li a:hover {
	text-decoration:underline;
}
/* End: Main Navigation */

/* Start: Services Navigation */
#services-nav {
	width:450px;
	margin:30px auto;
}

#services-nav li {
	width:150px;
}

#services-nav li a {
	padding-top:75px;
	text-align:center;
	display:block;
	color:#7c5a00;
	font-size:1em;
	font-weight:bold;
}

#install-icon {
	background:url(../img/icon-install.gif) no-repeat top;
}

#maintain-icon {
	background:url(../img/icon-maintain.gif) no-repeat top;
}

#gallery-icon {
	background:url(../img/icon-gallery.gif) no-repeat top;
}
/* End: Main Navigation */

/* Start: Upper Content */
#upper-content .content {
	position:relative;
	min-height:200px;
	background:url(../img/house-watermark.jpg) no-repeat left top;
	margin-bottom:10px;
}

#upper-container {
	padding-top:15px;
	color:#fff;
	font-weight:bold;
	margin-left:350px;
}

#upper-container p {
	font-size:.75em;
}

/* End: Upper Content */

/* Start: Lower Content */
	#lower-content ul {
		margin-bottom:20px;
	}
/* End: Lower Content */

/* Start: Contact */
#contact p, #contact a {
	color:#fff;
	line-height:18px;
}
/* End: Contact */

/* Start: Footer */
#footer p {
	font-size:.75em;
}

#footer a {
	color: #7c5a00;
	font-weight:normal;
	text-decoration:underline;
}

#footer img {
	vertical-align:middle;
	margin-left: 15px;
}
/* End: Footer */

/* Start: Carousel */
.carousel-container {
	background:url(../img/carousel-bg.png) no-repeat;
	margin:10px 0;
	width:607px;
	height:165px;
	padding:1px;
}

.carousel {
	position:absolute;
}
.carousel span{
	display:block;
	float:left;
}

.carousel-mask{
	position:relative;
	width:600px;
	height:158px;
	overflow:hidden;
}

.carousel span img{
	display:block;
	border:none;
}
/* End: Carousel */

/* Start: Element Specific Styles */
#spotlight-image {
	margin: -15px 0 0 0;
}

#gallery-info {
	position:absolute;
	top:200px;
	left:0;
	color:#7c5a00;
	width:300px;
}
/* End: Element Specific Styles */