@charset "UTF-8";
a:link {
	color: #cc0000;
}
a:hover {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}

img {
	border: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #412c21;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: 0 2px;
}
.homepage {
	background-image: url(../images/bg.jpg);
}
.interiorpage {
	background-image: url(../images/bg.jpg);
	background-position: 0 -50px;
	background-color: #968d78;

}

.mainContainer, .interiorTopBar {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.hp-logo {
	margin-left: 400px;
	margin-bottom: 5px;
}
.hp-logoText {
	margin-left: 250px;
}

.interior-logo {
	margin-top: 35px;
	margin-bottom: 12px;
	width: 399px;
	height: 67px;
}

.interiorTopBar {
	margin-top: 4px;
	background-image: url(../images/interior-contact.gif);
	background-repeat: no-repeat;
	background-position: right 1px;	
}
.navLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline;
}
.on {
	color: #f60;
}

.navLinkSeparator {
	display: inline;
	color: #ffc;
}


#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}


#navigation ul {
     text-align: center;
}

#navigation ul li {
	display: inline;
}

#navigation ul li.last {
	margin-right: 0;
}


#navigation li a {
	padding: 4px 1em;
}

#navigation ul li a {
	padding: 5px 0;
	font-family: Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffc;
	letter-spacing: 2px;
}


#navigation ul li a span {
	padding: 4px .5em;
}

#navigation ul li a:hover span {
	color: #f60;
}

.mainPhoto {
	float: left;
	border: 1px solid black;
}
.mainPhotoContainer {
	float: left;
	margin-right: 2px;
}
.header {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.thumbHolder {
	float: left;
}
.thumbnail {
	float: left;
	margin-bottom: 1px;
	border: 1px solid black;
}

.interior-mainContent {
	background-repeat: no-repeat;
	background-position: top;
}


.gallery {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	width: 407px;
}

.interior-contentContainer, .testimonialContentContainer {
	padding-top: 28px;
	float: left;
	width: 463px;
}
.interior-content {
	margin-left: 30px;
}
.interior-content ul {
	padding: 15px;
	margin:0;
}
.interior-callout {
	font-size: 18px;
	font-weight: bold;
	margin-left: -15px;
}
.interior-subcallout {
	font-size: 12px;
	font-style: italic;
}
.testimonialContentContainer {
	padding-top: 0px;
}
.testimonialContainer {
	padding-top: 28px;
}

.testimonial {
	margin: 25px;
}

.jutRight {
	margin-left: 150px;
}

.clientPhoto {
	height: 100px;
	float: left;
	margin-left: 60px;
}


.hp_flash {
margin-bottom: -3px;
}


.hp-bottom {
	background: url(../images/hp-bottom-s.jpg);
	height: 250px;
	border-bottom: 1px solid #ffc;
}














/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}
/**/


/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/


