/* Market Hardware - layout.css */
body {
	background: #f3f3f3 url('../design/site-bg.jpg') top left repeat-x;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: Georgia;
	color: #000;
}

h1 {
	color: #014a33;
}

h3 {
	font-weight: bold;	
}

a {
	color: #569258;
}

/* Breadcrumb & Logos */
.breadcrumb {
	font-size: 85%;
	padding-bottom: 10px;
}

.logos {
	text-align: center;
}

.logos img {
	padding: 5px;
	vertical-align: middle;
}

/* Container */
#container,
.container {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

/* Branding */
#branding {
	background: url('../design/header.jpg');
	height: 250px;
	margin-bottom: 10px;
	position: relative;
}

#branding h1,
#contact-info {
	margin: 0;
	position: absolute;
}

/* Logo */
#branding h1 {
	background: url(../design/logo.png) no-repeat;
	height: 100px;
	left: 10px;
	top: 10px;
	width: 250px;
}

#branding h1 a {
	display: block;
	height: 180px;
	width: 290px;
	text-indent: -9000px;
}

/* Contact Info */
#contact-info {
	left: 60px;
	text-align: right;
	top: 198px;
}

#contact-info .phone {
	display: block;
	font-size: 2.3em;
	color: #fff;
}

/* Banner */
#banner {
	float: left;
	height: 250px;
	margin-bottom: 20px;
}


/* Columns */
#columns {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

/* Left Column */
#leftcol {
	float: left;
	padding: 10px;
	position: relative;
	width: 280px;
	z-index: 1;
}

#leftcol-inner {
	padding: 10px;
	text-align: center;
	color: #666;
}

#leftcol-inner strong {
	display: block;
}

#leftcol-inner p {
	padding-bottom: 20px;
}

/* Right Column */
#rightcol {
	float: right;
	position: relative;
	width: 630px;
	z-index: 2;
}

#rightcol-inner {
	padding: 10px 20px;
}

/* Callouts */
.callouts ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.callouts li {
	background: #aaa;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 300px;
	overflow: hidden;
}

.callouts li.last {
	margin: 0 !important;
}

.callouts .content {
	height: 53px;
	line-height: 53px;
	padding: 0;
	background: url(../design/callout.jpg) no-repeat center bottom;
	padding-left: 70px;
}

.callouts a.content {
	display: block;
}

.callouts,
.callouts a {
	color: #004933;
	font-family: Georgia;
}

.callouts a {
	text-decoration: none;
}

.callouts li a:hover {
	text-decoration: underline;
}

.callouts h3,
.callouts strong,
.callouts p,
.callouts span {
	display: block;
	margin: 0;
}

.callouts h3,
.callouts strong {
	font-size: 1.25em;
	padding: 0 12px;
}

#home-callouts li {
	margin: 0 6px 0 0;
	width: 310px;
}

#home-callouts .content {
	padding: 0 0 80px;
}

/* Footer */
#footer {
	background: #98bf82;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

#footer,
#footer a {
	color: #fff;
}

#footer p {
	margin: 0;
}