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

										Market Hardware Core CSS

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address { margin: 0; padding: 0; text-indent: 0; border: none; outline: none; list-style: none; text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit; }
table, td, tr, tbody, thead, th, caption { border-spacing: 0; border: none; border-collapse: separate; vertical-align: top; text-align: left; font-weight: normal; }

/* typography */
body { font-size: 0.75em /* 12px */; background: #bfaf8e; color: #666; font-family: Verdana, sans-serif; line-height: 2em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {  color: #604a35; padding-bottom: .5em; font-weight: normal; text-transform: uppercase }
h1 { font-size: 1.5em /* 18px */; }
h2 { font-size: 1.5em;   /* 15px */; }
h3 { font-size: 1.2em; font-weight: bold; padding-bottom: 0; text-transform: capitalize; /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #595738; text-decoration: underline; }
a:hover, a:active { color: #595738; text-decoration: none; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { zoom: 1; display: block; }

/* layout */
#branding { position:relative; }

#footer { margin: 0 auto; font-size: 90%; line-height: 1.2em; text-align: center; color: #d7cdb7; clear:both; background: #595738; }
#footer-inner { padding:10px;}
#footer a, #footer a:visited { color: #d7cdb7; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #d7cdb7; text-decoration: none; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #f2f2f2; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
blockquote p { padding-left: 10px; }


/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #604a35; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 225px; }
input.radio, input.submit { width: auto; }
textarea { width: 225px; height: 100px; padding:0; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #604a35; color: #fff; text-transform: uppercase; font-size: 90%; }


#container {
	background: #fff;
	border: 1px solid #fff;
	border-top: none;
	clear: both;
	margin: 0 auto;
	width: 960px;
	}
	
#header {
	background: #595738 ;
	height: 148px;
	}
#branding{
	padding:0;margin:0;
	}

#header h1 {
	background: #595738 url(/images/design/HillmanOutdoorLiving-Logo-Brown.gif) no-repeat 50px 5px;
	border:1px #5a5637 solid;
	float: left;
	width: 320px;

	}
#header h1 a {
	display: block;
	height: 137px;
	text-indent: -9999px;
	top: 37px;
	left: 15px;
	width: 200px;
	}
#top-contact {
	color: #f2f2f2;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	width: 300px;
	}
#top-contact p {
padding:0;
margin:0;
}

#top-contact .fcbook{
	padding:5px 0 0 0;
	display: block;
}

.phone {
	font-size: 2em;
	}	

#top-contact a {
	color: #f2f2f2;
	}	

	
	
#content {
	float:left;
	width:66.5%;
	background: #fff;
	}

#content-inner {
	padding: 30px;
	}
	
#sidebar {
	float:right;
	width:33.5%;
	background: #fff url(/images/design/services-bg.jpg) repeat-x;
	}
	
#sidebar-inner {
	padding: 10px;
	padding-top: 35px;
	}
#callouts {
	background: #acacac;
	clear: both;
	}
#callouts ul, #callouts li  {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}	
#callouts li a {
	background: lime;
	color: #fff; 
	display: inline-block;
	height: 50px;
	margin-bottom: 19px; 
	padding: 0 12px; 
	text-decoration: none;
	width: 250px;
}
#callouts li a:hover {
color: #333;
}

#callout h3 {
	font-size: 1em;
	}

.gallery table img {padding:3px;}

#top-conult {
	color: #f2f2f2;
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	text-align: right;
	width: 200px;
	}
