/* Market Hardware - layout.css */
body {
	background: #f2f2f2 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 {
	color: #666;
}

h1 {
	color: #16304b;
}

h2 {
	text-transform: uppercase;
}

h3{
	font-weight: bold;
}

a {
	color: #16304b;
}

/* 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 {
	height: 98px;
	position: relative;
	background: url('../design/header.jpg');
}

#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: 100%;
	text-indent: -9000px;
	width: 460px;
	height: 80px;
}

/* Contact Info */
#contact-info {
	right: 10px;
	text-align: right;
	top: 20px;
	line-height: 2.2em;
}

#contact-info .phone {
	display: block;
	font-size: 2.2em;
	color: #666;
	font-weight: bold;
}

#contact-info a {
	color: #16304b;
	font-size: 1.4em;
	text-decoration: none;
}

#contact-info a:hover {
	text-decoration: underline;
}

/* Banner */
#banner {
	float: left;
	margin-bottom: 20px;
	margin-right: 0px;
}


/* Columns */
#columns {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0px 0px;
	position: relative;
	z-index: 1;
}

/* Left Column */
#leftcol {
	float: left;
	position: relative;
	width: 620px;
	z-index: 1;
}

#leftcol-inner {
	padding: 10px 10px 10px 27px;
}

#banner-callouts {
	padding: 0 10px;
}

#banner-callouts p {
	font-size: 1.5em;
	color: #16304b;
	padding: 20px;
	display: block;
	width: 269px;
	height: 210px;
	background: url('../design/banner-p.jpg') top left no-repeat;
	float: right;
}


#banner-callouts p span {
	font-style: italic;
}

/* Right Column */
#rightcol {
	float: right;
	position: relative;
	width: 310px;
	z-index: 2;
	padding-right: 10px;
}

#rightcol-inner {
	padding: 10px 0px;
}

/* Callouts */
#callouts {
	float: right;
	width: 310px;
}

.callouts ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}

.callouts li {
	float: left;
	margin: 0 0 20px;
	padding: 0;
	width: 310px;
	height: 120px;
	overflow: hidden;
}

.callouts li.last {
	margin: 0;
}

.callouts .content {
	padding: 0;
}

.callouts a.content {
	display: block;
}

.callouts a.content {
	text-decoration: none;
	padding: 5px 55px;
}

.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;
}

#callout-1 .content, #callout-2 .content, #callout-3 .content, #callout-4 .content {
	width: 310px;
	height: 110px;
	color: #fff;
}

#callout-1 .content {
	background: url(../design/callout1.jpg) no-repeat;
}

#callout-2 .content {
	background: url(../design/callout2.jpg) no-repeat;
}

#callout-3 .content {
	background: url(../design/callout3.jpg) no-repeat;
}

#callout-4 .content {
	background: url(../design/callout4.jpg) no-repeat;
}

/* Footer */
#footer {
	background: #f2f2f2;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	height: 30px;
}

#footer {
	color: #000;
}

#footer p {
	margin: 0;
}

#footer p#footer-content {
	float: left;
}

#footer p#license {
	float: right;
	width: 160px;
}