/* Market Hardware - layout.css */
body {
	background: #efecdc 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: #f00;
}

h1 {
	color: #699f68;
}

h2, h3 {
	color: #666;
}

h3 {
	font-weight: bold;	
}

a {
	color: #32a09c;
}

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

.logos {
	text-align: center;
}

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

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

/* Branding */
#branding {
	background: url('../design/header.jpg') top left no-repeat;
	height: 110px;
	position: relative;
	padding-bottom: 10px;
}

#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: 300px;
}

/* Contact Info */
#contact-info {
	right: 253px;
	text-align: left;
	top: 60px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#contact-info .phone {
	display: block;
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
}

#contact-info a {
	font-size: 1.2em;
	text-decoration: none;
}

#proudly {
	position: absolute;
	top: 20px;
	right: 10px;
	color: #666;
	font-size: 1.3em;
}

#request {
	position: absolute;
	top: 70px;
	right: 52px;
	font-size: 1.4em;
}

#request a {
	color: #fff;
	text-decoration: none;
}

#request a:hover, #contact-info a:hover{
	text-decoration: underline;
}


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


/* Columns */
#columns {
	background: #fff url(../design/callout.jpg) no-repeat center top;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

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

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

/* Right Column */
#rightcol {
	float: right;
	position: relative;
	width: 620px;
	z-index: 2;
	background: url('../design/aff.jpg') center bottom no-repeat;
	padding-bottom: 100px;
}

#rightcol-inner {
	padding: 280px 20px 0 20px;
}

/* Callouts */
.callouts ul {
	list-style-type: none;
	margin: 135px 0 20px;
	padding: 0;
	display: block;
	height: 118px;
	overflow: hidden;
}

.callouts li {
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

.callouts li.last {
	margin: 0;
}

.callouts .content {
	height: 53px;
	line-height: 50px;
	padding-left: 10px;
	text-align: center;
}

.callouts a.content {
	display: block;
}

.callouts,
.callouts a {
	color: #fff;
}

.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;
}

/* Footer */
#footer {
	background: #efecdc;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
	border-top: 4px solid #699f68;
	background: url('../design/cc.jpg') center left no-repeat;
}

#footer p {
	color: #333;
}

#footer p {
	margin: 0;
}
#rightcol table td.odd {
	text-align: center;
	background:#EFEDDA;
	border-right: 1px solid #FFF;
}
#rightcol table{
margin:0 auto 15px auto;
text-align: center;
}