/* //////////////////////////////////////////////// RESET */
body, p, ul, ol, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

address {
	font-style: normal;
}

a img {
	border: 0;
}


/* //////////////////////////////////////////////// TAG & TYPE STYLES */
html {
	background: #000 url(img/bg-toptile.png) repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

body {
	background: url(img/bg-header.jpg) no-repeat center top;
	color: #d2aa7d; /* tan */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.714em;
	height: 100%;
	width: 100%;
}

a, h2 a, h3 a {
	color: #f0d9bf; /* beige: e9bd8b */
	text-decoration: none;
}

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

address#address {
	display: block;
	font-weight: bold;
	left: 50%;
	line-height: 1.2em;
	margin-left: 170px;
	position: absolute;
	text-align: right;
	top: 30px;
	width: 300px;
}
	.phone {
		font-size: 18px;
	}

em {
	color: #d2aa7d;
}

h1, h2, h3 {
	color: #d2aa7d;
	text-shadow: #000 0 1px 1px;
}

h2, legend, #inventory h3 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 6px;
}

#inventory h3 {
	margin-bottom: 6px;
}

.title {
	border-bottom: 1px solid #c49a6c;
	border-bottom: 1px solid rgba(196,154,108,.3);
	font-size: 24px;
	margin-bottom: 0.4em;
	padding-bottom: 0.2em;
	width: 100%;
}

#home .title {
	margin-bottom: 1em;
}

.title+h2, .title+h3 {
	padding-top: 1em;
}

h4 {
	color: #f3d0a9;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 6px;
	text-shadow: #000 0 1px 1px;
	padding-top: 0.5em;
}

p, address, ul {
	padding-bottom: 1.714em;
}

.blueprint, .pricing {
	font-weight: bold;
	padding-bottom: 0;
}

.pricing {
	font-size: 1.2em;
}

.spaced {
	padding-top: 1em;
}

#contact span {
	color: #f3d0a9;
	font-weight: bold;
}

#services ul {
	padding-bottom: 2em;
}


/* //////////////////////////////////////////////// LOGO REPLACEMENT */
h1#logo {
	background: url(img/logo-wh.png) no-repeat;
	display: block;
	height: 94px;
	/* left: 50%;
	margin-left: -478px; */
	position: absolute;
	top: 30px;
	left: -10px;
	width: 192px;
}
	
	h1#logo a {
		display: block;
		height: 94px;
		text-indent: -999em;
		overflow: hidden;
		width: 100%;
	}


/* //////////////////////////////////////////////// WIDTHS */
.third {
	width: 300px;
}

.inthird {
	width: 278px;
}

.twothirds {
	width: 620px;
}

.intwothirds {
	width: 598px;
}

.half {
	width: 460px;
}

.inhalf {
	width: 438px;
}

.quarter {
	width: 220px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.gutter {
	margin-right: 20px;
}


/* //////////////////////////////////////////////// MAIN AREAS */
#header {
	height: 350px;
	width: 940px;
	margin: auto;
	position: relative;
}
	
#content {
	background: #251d15 url(img/bg-tile.png) repeat-x;
	border-top: 1px solid #000;
	width: 100%;
	padding-top: 3em;
}
	
	#cols {
		width: 940px;
		margin: auto;
	}
	
		#sidebar {
			float: left;
			margin-top: -90px;
			z-index: 300;
		}
		
		#testimonial {
			color: #8d7254;
			font-family: Georgia, serif;
			font-style: italic;
		}
		
		#subcontent {
			float: left;
			margin-top: 3em;
		}
		
			.row {
				clear: both;
				overflow: auto;
			}
			
			#services .row {
				border-bottom: 1px solid #c49a6c;
				border-bottom: 1px solid rgba(196,154,108,.3);
				margin-bottom: 3em;
				padding-bottom: 1em;
			}
			
			.box {
				background: #372b20;
				border: 1px solid #5e4b37;
				margin-bottom: 35px;
				padding: 10px;
				position: relative;
				text-shadow: #000 0 1px 1px;
			}
			
			#cta {
				background: url(img/bg-line.png) repeat-x center;
				text-align: center;
				clear: both;
				margin-bottom: 30px;
				width: 100%;
			}
				#cta .button-link {
					font-size: 18px;
					font-family: Georgia, serif;
					font-weight: bold;
					font-style: italic;
					line-height: 36px;
					-moz-border-radius: 18px;
					-webkit-border-radius: 18px;
					border-radius: 18px;
				}
		
			#services-main {
				border-bottom: 0;
				padding: 30px 20px;
				width: 100%;
				margin-left: -20px;
				margin-bottom: 0;
			}
				#services-main img.t {
					margin-right: 20px;
				}
				#services-main p {
					padding-bottom: 1em;
				}
			
			#inventory .box {
				margin-bottom: 20px;
			}
			
				img.t {
					border: 1px solid #c49a6c;
					float: left;
					margin-right: 10px;
				}
				
				img.map {
					display: block;
					float: left;
					margin-right: 20px;
				}

				.button-link, .more {
					background: #251d15 url(img/bg-link.png) repeat-x top;
					border: 1px solid #000;
					color: #e9bd8b;
					display: inline-block;
					font-family: Georgia, serif;
					font-weight: normal;
					font-style: italic;
					line-height: 24px;
					margin-top: 6px;
					padding: 0 10px;
					-moz-border-radius: 12px;
					-webkit-border-radius: 12px;
					border-radius: 12px;
					-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.14);
					-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.14);
					box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.14);
				}
				.button-link:after, .more:after {
					content: ' >';
				}
				.button-link:hover, .more:hover {
					text-decoration: none;
				}
				.button-link:active, .more:active {
					position: relative;
					top: 1px;
				}
				
			
#services div:target {
	background: #372b20;
	border: 1px solid #5e4b37;
	position: relative;
	padding: 20px 20px 0 20px;
	margin-left: -21px;
	margin-top: -21px;
}
	#services .feature {
		position: relative;
		height: 180px;
		border: 1px solid;
		margin-top: 1em;
		margin-bottom: 1em;
		text-align: right;
	}

	#custom .feature {
		height: 180px;
	}
		.feature .more {
			margin-top: -12px;
			margin-right: -10px;
		}
	
#gallery #content img {
	background: #000;
	border: 1px solid #c49a6c;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 138px;
}

#gallery #content img.end {
	margin-right: 0px;
}

#gallery #content a:active, #gallery #content a:focus {
	outline: 0;
}

#inventory .box {
	background: #372b20;
}


/* //////////////////////////////////////////////// NAVIGATION */
#nav {
	position: absolute;
	top: 163px;
	left: -10px;
	width: 300px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

	#nav a {
		color: #e9bd8b;
		display: block;
		height: 28px;
		margin-bottom: 2px;
		padding: 0px 10px;
	}
	
	#nav a:hover, #home #nav .home, #services #nav .services, #inventory #nav .inventory,
	#testimonials #nav .testimonials, #gallery #nav .gallery, #suppliers #nav .suppliers, #contact #nav .contact {
		background: url(img/nav.png) no-repeat left center;
		text-decoration: none;
		color: #f0d9bf;
	}


/* //////////////////////////////////////////////// FORM STYLES */
/*.buttonstyle {
	background: #443525;
	border: 1px solid #c49a6c;
	font: 1.75em/35px Georgia;
	font-weight: bold;
	height: 35px;
	padding: 0px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}*/

.buttonstyle {
	background: #251d15 url(img/bg-link.png) repeat-x top;
	border: 1px solid #000;
	color: #e9bd8b;
	display: inline-block;
	font-family: Georgia, serif;
	font-size:  24px;
	font-weight: normal;
	font-style: italic;
	line-height: 36px;
	margin-top: 6px;
	padding: 0 10px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.14);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.14);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.14);
}

.part {
	clear: both;
	display: block;
	float: left;
	width: 96%;
}

.field {
	background: #fff2e3;
	border: 1px solid #443525;
	color: #443525;
	font: 1em/1em Helvetica, sans-serif;
	padding: 5px;
}

.field:focus {
	background: #fff;
}

label, #submit {
	margin-top: 1em;
}

input.part, label.part {
	width: 50%;
}

textarea.field {
	height: 12em;
	margin-bottom: 1em;
	padding: 10px;
}

#submit {
	clear: both;
	color: #c49a6c;
	display: block;
	text-shadow: #000 0 1px 1px;
}

#submit:hover, #submit:focus, #submit:active {
	color: #f3d0a9;
}

#submit:active {
	position: relative;
	top: 1px;
}

#formspecial {
	height: 0px;
	overflow: hidden;
}


/* //////////////////////////////////////////////// FOOTER */
#foot {
	background: #000 url(img/bg-foot.png) repeat-x;
	clear: both;
	margin-top: 3em;
	padding: 20px;
}

	#foot ul, #foot p {
		list-style: none;
		margin: 0 auto;
		padding: 15px 0 0 0;
		width: 620px;
		position: relative;
		text-align: center;
		/*left: 50%;
		margin-left: -150px;*/
	}
	#foot p {
		padding: 0;
	}
	
		#foot li {
			display: inline;
		}
		
			#foot a {
				color: #c49a6c;
				display: inline-block;
				line-height: 2em;
				padding: 0 10px;
				border-left: 1px solid #c49a6c;
				border-left: 1px solid rgba(196,154,108,.3);
				height: 2em;
			}
			
			#foot li.lastli a {
				border-right: 1px solid #c49a6c;
				border-right: 1px solid rgba(196,154,108,.3);
			}
			
			#foot a:hover {
				color: #f3d0a9;
				background: #443525;
				background: rgba(196,154,108,.3);
				text-decoration: none;
			}
			
			a#tag {
				border: 0;
				font-size: 0.75em;
				margin-top: 10px;
			}
			
			a#tag:hover {
				background: none;
			}
