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

* {
	margin:0;
	padding:0;
}
body {
	background:url(../images/background.jpg) top center no-repeat #927357;
	font-family: 'Carme', sans-serif;
}
#mainwrapper {
	width:990px;
	margin:0 auto;
}
div#maintable {
	width:990px;
	margin:3px auto;
}
div#maintable_interior {
	width:990px;
	margin:3px auto;
	background-color:rgba(103, 71, 52, 0.7);
	box-shadow:#000 5px 5px 10px;
}
div#nav {
	width:990px;
	height:40px;
	float:left;
	
}
div#nav ul {
	width:400px;
	float:right;
	list-style:none;
}
#nav ul li {
	display:inline;
	font-family: 'Carme', sans-serif;
	padding-left:20px;
}
#nav ul li a {
	text-decoration:none;
	color:#fff;
}
#nav ul li a.current {
	font-weight:bold;
}
div#feature {
	width:990px;
	height:334px;
	float:left;
	background-color:#FFF;
	box-shadow:#000 5px 5px 10px;
}
div#logo {
	width:443px;
	height:286px;
	float:left;
	margin:20px 12px 20px 20px;
}

div#slideshow {
	width:515px;
	height:334px;
	float:left;
}
div#tagline {
	width: 847px;
	height:100px;
	float:left;
	margin:15px 71px;
}
div#interior {
	width:990px;
	height:133px;
	float:left;
	
}
div#logo_small {
	width:165px;
	float:left;
	margin:10px 10px 10px 40px;
	
}
div#interior_tagline {
	width: 700px;
	height:100px;
	float:left;
	margin-top:30px;
}
div#gallery {
	width: 950px;
	float:left;
	margin:40px 51px;
}
.row {
	width:950px;
	margin-bottom:25px;
}
.row img {
	margin-right:15px;
	border: 10px #fff solid;
}

div#home_services {
	width:968px;
	float:left;
	margin-left:12px;
}
div.service {
	width:239px;
	float:left;
	margin-right:3px;
}
div#main_copy {
	width: 847px;
	height:100px;
	float:left;
	margin:25px 71px;
}
div#main_copy_interior {
	width: 990px;
	float:left;
	margin:25px 0;
	padding:40px;
}
div#main_copy_interior .service {
	width:900px;
	height:175px;
	float:left;
}
div#main_copy_interior img {
	float:left;
	padding-right:15px;
}
div#footer {
	width: 990px;
	height:100px;
	float:left;
	text-align:center;
}
h1 {
	font-family: 'Quando', serif;
	font-weight:normal;
	color:#FFF;
	font-size:1.2em;
	padding-top:20px;
}
.service h1 {
	text-align:center;
	font-size:1.2em;
	padding:10px;	
}
.service h1 a{
	text-decoration:none;
}
div#main_copy_interior .service h1 {
	text-align:left;
	font-size:1.2em;
	padding:10px;	
}
p {
	padding-top:5px;
	color:#FFF;
}
a {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	color:#060;
	text-decoration:underline;
}
img a {
	border:none;
	outline:none;
}
