@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: normal; 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: white; color: black; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }
h1 { font-size: 1.5em /* 18px */; }
h2 { font-size: 1.3em /* 15px */; font-weight: bold; }
h3 { font-size: 1.2em /* 14px */; font-weight: bold; }
h4, h5, h6 { font-size: 1.1em /* 13px */; font-weight: normal; }

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

/* 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; }

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; }
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#nav a, #nav a:visited { text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.team #nav #nav-team a,
.landscaping #nav #nav-landscaping a,
.maintenance #nav #nav-maintenance a,
.nursery #nav #nav-nursery a,
.portfolio #nav #nav-portfolio a,
.seasonal #nav #nav-seasonal a,
.events #nav #nav-events a,
.testimonials #nav #nav-testimonials a,
.contact #nav #nav-contact a { text-decoration: none; color: #fadc55; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #5D7D96; }
#footer a:hover, #footer a:active { color: #5D7D96; text-decoration: underline; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #EFECD1; border-bottom: 1px solid #DFDCC3; border-right: 1px solid #DFDCC3; }
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: #607B03; }

/* 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: #607B03; color: #fff; text-transform: uppercase; font-size: 90%; }

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

											Custom Styles

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

/* Layout */

body {
	background: #15261e url('../images/bg_body.jpg') center top no-repeat;
	color: #fff;
}
#page {
	width: 906px;
	margin: 0 auto;
}
.container {
	margin: -71px auto 0;
	width: 886px;
	background: #f8f4d4 url('../images/bg_container.gif') center top repeat-y;
	color: #333;
}

.wrapper {
	background: url('../images/bg_footer.gif') left bottom no-repeat;
}

/* Header */

#branding {
	color: #eee8c5;
	width: 906px;
	height: 155px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#branding a {
	color: #f3de74;
	text-decoration: none;
}

#branding a:hover {
	text-decoration: underline;
}

#branding h1, #branding h1 span {
	width: 208px;
	height: 155px;
	overflow: hidden;
	position: relative;
}

#branding h1 span {
	background: url('../images/logo.jpg') no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}

#branding .address {
	position: absolute;
	left: 520px;
	top: 30px;
	width: 130px;
	text-align: right;
}

#branding .contact {
	position: absolute;
	left: 675px;
	top: 30px;
	width: 220px;
}

#branding .phone {
	font-size: 1.5em;
	margin-bottom: 3px;
}

/* Left Column */

#leftcol {
	float: left;
	width: 159px;
	padding: 70px 10px 0;
	margin: 0 0 5px 5px;
	background: #15261e url('../images/bg_leftcol.gif') 0 70px repeat-x;
	color: #fff;
}

* html #leftcol {
	display: inline;
}

#leftcol .images {
	text-align: center;
}

#leftcol .images img {
	margin-bottom: 10px;
}

/* Navigation */

#nav {
	padding: 0 10px 25px;
	margin: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
	color: #fff;
}

#nav li a:hover {
	text-decoration: underline;
}


/* Services */

#services {
	width: 682px;
	float: right;
	padding: 7px;
	margin: 0;
}

#services li {
	border: solid 1px #fff;
	border-left: none;
}

#services li:first-child {
	border-left: solid 1px #fff;
}

#services li, #services li span {
	width: 226px;
	height: 279px;
	position: relative;
	overflow: hidden;
	float: left;
	text-indent: -9999px;
}

#services li span {
	float: none;
	display: block;
	background: url('../images/bg_landscaping.jpg') no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

#services li.landscaping span {
	background-image: url('../images/bg_landscaping.jpg');
}

#services li.maintenance span {
	background-image: url('../images/bg_maintenance.jpg');
}

#services li.nursery span {
	background-image: url('../images/bg_nursery.jpg');
}

/* Content */

#content {
	width: 630px;
	float: right;
	padding: 25px 46px 25px 0;
}

.about #content, .team #content, .landscaping #content, .maintenance #content, .nursery #content, .portfolio #content, .seasonal #content, .events #content, .testimonials #content, .contact #content {	
	min-height: 436px;
	_height:436px;
	}

#content h1, #content h2, #content h3 {margin-bottom: 11px;}

#content h1 {
	font-size: 1.5em;
	color: #607b03;
}

#content h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}

#content a {
	color: #4c631f;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

/* Bottom */

#bottom {
	background: #504332 url('../images/bg_bottom.gif') repeat-x;
	color: #eee8c5;
	float: right;
	width: 696px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bottom li {
	width: 202px;
	background: url('../images/bg_bottom_separator.gif') left center no-repeat;
	padding: 10px 15px;
	float: left;
	margin: 0;
}

#bottom li:first-child {
	background: none;
}

#bottom li p {
	background: url('../images/bg_arrow.gif') 0 5px no-repeat;
	padding: 0 0 0 12px;
	margin: 0;
}

#bottom li a {
	font-weight: bold;
	color: #f6d654;
	text-decoration: none;
	margin-right: .5em;
}

#bottom li a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	background-color: #15261e;
	padding: 25px 0;
	text-align: center;
	color: #eee8c5;
	font-size: .8em;
	height: 30px;
	line-height: 15px;
}

#footer a {
	color: #f6d654;
	text-decoration: none;
}

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

#footer p {
	margin: 0;
	padding: 0;
}