@import "reset.css";
@import "960.css";

/*940px max width*/

body {
	background: #330B16 url(../img/redtile.gif);
}

#spryquotecheck label {
	display: inline;
}

/* @group Fonts */

body {
	color: #f5f5f5;
	font: 14px/1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: 0.3px;
}

a:link, a:visited {
	color: #F0B650;
	text-decoration: none;
}

a:hover {
	color: #ffd387;
}

a:active {
	color: #e5ae16;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAD46B;
	font-weight: bold;
	font-size: 2em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}

.yellow {
	color: #FAD46B;
}

.home h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAD46B;
	float: left;
/*	font-weight: 600;*/	
	font-weight: normal;
	font-size: 3.45em;
/*	font-size: 2em;
*/	line-height: 0.85em;
}

.home h3 strong {
	color: #fff;
/*	font-size: 2em;
*/}

.thanks #message h3 {
	font-size: 3.45em;
}

#navmain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}

.reference p {
	color: #f5f5f5;
}

.reference p span {
	font-style: normal;
}

/* @end */

/* @group -Base- */

#page {
	position: relative;
}

#mainback {
	position: relative;
	margin-top: 20px;
	padding-bottom: 15px;
	background: #111114;
	-webkit-box-shadow: rgba(0,0,0,0.45) 0 4px 6px;
	box-shadow: rgba(0,0,0,0.35) 0 6px 8px;
}

#header {
	position: relative;
	z-index: 10;
	background: #111114;
	border-bottom: 1px solid #080809;
}

#header h1 {
	position: relative;
	width: 254px;
	height: 96px;
	background: url(../img/hhi_logo.png) center no-repeat;
	
	text-indent: -9999em;
	overflow: hidden;
	margin-left: 25px;
}

#content {
	background: #111114 url(../img/body_shadow.png) repeat-x 0 top;
}




/* @end */

/* @group Nav Menu */

#navmain {
	margin-top: 5px;
	height: 100px;
	background: url(../img/nav_glow.png) no-repeat center bottom;
}

#navmain h1 {
	margin-top: 5px;
	height: 95px;
	float: left;
}

#navmain ul {
	position: relative;
	float: right;
	/*margin-top: 50px;*/
	top: 50px;
	margin-right: 40px ;
}

#navmain li {
	position: relative;
	display: block;
	float: left;
	margin-left: 10px;
	height: 66px;
	/*width: 90px;*/
	width: 100px;
}

.home li.home,
.about li.about,
.services li.services,
.photos li.photos,
.contact li.contact {
	background: url(../img/nav_select.png) no-repeat top center;
}

.home li.home a,
.about li.about a,
.services li.services a,
.photos li.photos a,
.contact li.contact {
	color: #ffd387;
}


/*#navmain li.contact {
	width: auto;
	background: none;
}*/

/*#navmain li.contact a,
#navmain li.contact a:link {
	width: auto;
}*/

#navmain li a {
	position: relative;
	top: 15px;
	display: block;
	text-align: center;
}

/* @end */

/* @group Home */


#bigphoto {
	position: relative;
	margin: 0 auto 30px;
	width: 940px; /*40px margins*/
	height:240px;
	background: #000 url(../img/home_banner.jpg) center;
}

#bigphoto h3 {	
	display: block;
	position: absolute;
	margin-left: 35px;
	bottom: 15px;
	width: 15em;
}

#captionbox {
	margin: auto;
	position: relative;
	margin-left: 40px;
}

#captionbox p {
	display: block;
	float: left;
	position: relative;
	width: 420px;
	/*width: 270px;*/
	padding-right: 30px;
}

#referencebtn {
	position: absolute;
	width: 136px;
	height: 136px;
	display: block;
	right: -60px;
	top: 260px;
	background: url(../img/reference_button.png) no-repeat center;

	text-indent: -9999em;
	overflow: hidden;
	margin-left: 25px;
}

/* @end */

/* @group Wall Content */

.text {
	display: block;
	margin: auto;
	width: 860px;
	padding: 20px 0 20px;
}

.text h2 {
	display: block;
	margin-bottom: 0.5em;
}

.about .text {
	padding-bottom: 0;
}

.wall + .text {
	padding-top: 0;
}

.text + .text {
	padding-top: 1em;
}

/* @group Slideshow */

.about .text #slideshow {
	float: left;
	display: block;
	height: 310px;
	margin-right: 30px;
}

.about .text #slideshow img {
	outline: 1px solid #252525;
	-webkit-box-shadow: rgba(0,0,0,0.85) 0 3px 4px;
	box-shadow: rgba(0,0,0,0.85) 0 3px 4px;
}

.about .text #slideshow p  {
	clear: both;
	padding-top: 7px;
	text-align: center;
	font-style: italic;
	width: 350px;
}

.about .text #about  {
	width: 470px;
	float: right;
}

/* @end */

.wall {
	display: block;
	margin: auto;
	width: 940px;
	padding: 20px 0 0px;
}

.wall h2 {
	display: block;
	margin-left: 40px;
}


.reference {
	position: relative;
	left: 40px;
	float: left;
	width: 355px;
	padding: 20px 25px;
	margin: 20px 35px 30px 0;
	background: #1d1e1f;
	outline: 1px solid #252525;
	-webkit-box-shadow: rgba(0,0,0,0.85) 0 3px 4px;
	box-shadow: rgba(0,0,0,0.85) 0 3px 4px;
}

.services .reference {
	margin-bottom: 10px;
}

.services .reference ul {
	width: 175px; /*290x full width*/
	float: left;
}
.textfull {
	position: relative;
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	left: 40px;
	float: left;
	width: 860px;
	/*padding: 25px 30px;*/
	margin: 10px 40px 30px 0;
}

.services .text {
	font-style: italic;
	position: relative;
	left: 40px;
	float: left;
	width: 410px;
/*	margin: 20px 40px 10px 0;
*/}

.reference h3 {
	display: block;
	margin-left: 0;
	margin-bottom: 0.5em;
}

.reference li {
	margin-left: 0.9em;
	list-style-type: disc;
	list-style-position: outside;
}

.reference li li {
	margin-left: 0.9em;
	list-style-type: circle;
	
}

.reference.nobox {
	padding: 25px 30px;
	margin: 20px 40px 30px 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* @end */
.relocate {

}
/* @group Gallery */

.gallery {
	display: block;
	margin: auto;
	width: 940px;
	padding: 25px 0 20px;
}

.gallery li { /*940px max*/
	display: block;
	position: relative;
	float: left;
	width: 206px;
	/*height: 126px;
	background: white;*/
	left: 40px;
	margin-right: 12px;
	color: #837a6b;
}

.gallery li:hover {
	color: #f5f5f5;
}

.gallery a img {
	background: #1d1e1f;
	outline: 1px solid #252525;
	-webkit-box-shadow: rgba(0,0,0,0.85) 0 3px 4px;
	box-shadow: rgba(0,0,0,0.85) 0 3px 4px;
}

.gallery p {
	font-size: 0.85em;
	display: block;
	font-style: italic;
	text-align: center;
	height: 30px;
}

.gallery h3 {
	font-size: 1.2em;
	display: block;
	margin-left: 40px;
	padding-bottom: 20px;
}


.gallery .rule {
	border-top: 1px solid #4d4d4d;
	margin: 20px 40px 20px 40px;
}

/* @end */

/* @group Contact Us */

label {
	display: block;
	font-style: italic;
	margin-top: 8px;
}

.textinput, .formfield {
	width: 345px;
	width: 405px;
}

.contact .reference {
	margin-bottom: 0;
	margin-top: 0;
}

.contact .contactbox {
	padding: 25px 30px;
	padding: 0;
	margin: 20px 40px 30px 0;
	margin: 20px 100px 30px 0;
}

.contact .reference p + h3 {
	margin-top: 1em;
}

.contact fieldset #buttons {
	margin-top: 12px;
	float: right;
}



/* @end */

/* @relocate banner */

#relocate {
	position: relative;
	background-color: #a60028;	
	text-align: center;
	display: block;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: rgba(0,0,0,0.45) 0 4px 6px;
	box-shadow: rgba(0,0,0,0.35) 0 6px 8px;
}

#relocate h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAD46B;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5em;
}
/* @end */

/* @group Footer */

#footer {
	z-index: -1;
	position:relative;
	padding-top: 15px;
	height: 80px;
	background: url(../img/footer_glow.png) no-repeat center top;
}

#footer p {
	text-align: center;
	display: block;
	margin: auto;
	font-style: italic;
	font-size: 12px;
}

#footer #serving {
	color: #8c484b;
	width: 600px;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
}

/* @end */

/* @group Thanks */

.thanks #message {
	text-align: center;
	margin-top: 200px;
}

/* @end */