/* Market Hardware - layout.css */
body {
	background: #fff;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #2374b4;
}

h1,
h1 a {
	color: #2374b4;
}

a {
	color: #2374B4;
}

/* Breadcrumb & Logos */
.breadcrumb {
	font-size: 85%;
	padding-bottom: 10px;
}

.logos {
	text-align: center;
}

.logos img {
	padding: 5px;
	vertical-align: middle;
}

/* Container */
#container {
	background: #fff;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	width: 940px;
}
	
/* Branding */
#branding {
	color: #4f4f4f;
	height: 110px;
	position: relative;
}

#branding h1,
#contact-info {
	margin: 0;
	position: absolute;
}

/* Logo */
#branding h1 {
	background: url(../design/logo.png) no-repeat;
	height: 56px;
	left: 30px;
	top: 25px;
	width: 428px;
}

#branding h1 a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}

/* Contact Info */
#contact-info {
	right: 20px;
	text-align: right;
	top: 30px;
	font-size: 1.1em;
}

#contact-info .phone {
	color: #3396e3;
	background: url('../design/li.jpg') right center no-repeat;
	font-size: 1.2em;
	padding-right: 15px;
	padding-left: 10px;
}

#contact-info .phone-last {
	padding-left: 10px;
	padding-right: 0;
	background-image: none;
	color: #3396e3;
	font-size: 1.2em;
}

#contact-info .cities {
}

#contact-info a {
	color: 	#720030;
	text-decoration: none;
}

#contact-info a:hover {
	text-decoration: underline;
}


/* Columns */
#columns {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

/* Left Column */
.leftcol,
#leftcol {
	float: left;
	position: relative;
	width: 630px;
	z-index: 1;
}

#leftcol-inner {
	border-bottom: 0;
	overflow: hidden;
	padding: 10px 20px 40px;
	min-height:540px;
	height:auto !important;
	height:520px;
}
.home #leftcol-inner{
	padding-top: 30px;
}

.interior #leftcol-inner  {
	min-height:740px;
	height:auto !important;
	height:720px;
}


/* Right Column */
.rightcol,
#rightcol {
	float: right;
	position: relative;
	width: 310px;
	z-index: 2; 
}

/* Callouts */
.callouts,
#callouts ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}

.callouts li,
#callouts li {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
}

.callouts li.last,
#callouts li.last {
	margin: 0;
}

.callouts .content,
#callouts .content {
	padding: 10px 12px;
}

.callouts a.content,
#callouts a.content {
	display: block;
}

.callouts,
.callouts a,
#callouts,
#callouts a {
	color: #262626;
	zoom: 1;
}

.callouts a,
#callouts a {
	text-decoration: none;
}

.callouts li a:hover,
#callouts li a:hover {
	text-decoration: underline;
}

.callouts h3,
.callouts strong,
.callouts p,
.callouts span,
#callouts h3,
#callouts strong,
#callouts p,
#callouts span {
	display: block;
	margin: 0;
}

.callouts h3,
.callouts strong,
#callouts h3,
#callouts strong {
	font-size: 1.25em;
}

#callouts,
#callouts a {
	color: #4f4f4f;
}

#callouts .content {
	overflow: hidden;
	padding: 60px 0 30px 43px;
}

#callout-1 {
	background: #f4f3ef url(../design/callout_1.jpg) no-repeat;
}

#callout-2 {
	background: #f4f3ef url(../design/callout_2.jpg) no-repeat ;
}

/* Footer */
#footer {
	background: #000;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

#footer p,
#footer a {
	color: #fff;
}

#footer p {
	margin: 0;
}

#banner {
	background: url(../design/banner.jpg) no-repeat;
	color: #000;
	font-size: 1.3em;
	height: 246px;
	width: 345px;
	padding: 0px 255px 0 20px;

}



#banner h2 {
	font-size: 1.4em;
	font-family: Tahoma;
	font-style: normal;
	color: #000;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 120px;
	width: 340px;

}

#home-callouts,
#home-callouts a {
	color: #fff;
	margin: 0;
}

#home-callouts li {
	font-size: 1.4em;
	height: 125px;
	width: 309px;
	line-height: 88px;
	margin-bottom: 1px;
}

#home-callout-1 {
	background: url(../design/home_callout_1.png) repeat-x;
	line-height: 1.5 !important;
}

#home-callout-2 {
	background: url(../design/home_callout_2.png) repeat-x;
}

#home-callout-3 {
	background: #850037 url(../design/home_callout_3.png) repeat-x;
}

#home-callouts .content {
	padding: 0 25px;
}

#home-callout-1 .content {
	padding: 90px 0 0 125px;
	text-indent: -78px;
	overflow: hidden;
}

#home-callout-2 .content {
	padding: 60px 0 0 125px;
	text-indent: -78px;
	overflow: hidden;
}

#home-callout-3 .content {

}

#homecols {
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
}

#side {
	padding: 20px;
	position: absolute;
	background: url(../design/side-bg.jpg) top left no-repeat;
	top: 255px;
	min-height: 435px;
	width: 269px;
}

#side h2 {
	color: #fff;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}

#side h3 {
	color: #fff;
	font-size: 1.4em;
}

#side ul{
	margin-left: 20px;
}

#side ul li {
	list-style-image: url('../design/arrow.png');
	_list-style-image: url('../design/arrow.gif');
	font-size: 1.1em;
}

#side a {
	text-decoration: none;
}

#side a:hover {
	text-decoration: underline;
}

#side p.bottom {
	color: #3396e3;
	font-weight: bold;
	text-align: center;
	font-size: .9em;
	padding-top: 30px;
	line-height: 2em;
}
.word-footer {font-size: .85em;}