@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: inherit; 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: #cc9966 url(/design/bg.gif) bottom left repeat-x; color: #333; font-family: Arial, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 2em; color: #cc6633; margin-bottom: 15px; }
h2 { font-size: 1.5em; color: #61361d; margin-bottom: 8px;}
h3 { font-size: 1.3em; text-transform: uppercase; margin-bottom: 5px;}
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #d3222a; text-decoration: none; }
a:hover, a:active { color: #a97643; }

/* 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; }



.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #fff; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
blockquote p { padding-left: 10px; }



/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/



#container {
	width: 950px;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
}

/* HEADER */

#branding {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
	height: 155px;
}

#branding h1 {
	background: url(/design/logo.gif) top left no-repeat;
	width: 299px;
	height: 151px;
	float: left;
}

#branding h1 a {
	display: block;
	text-indent: -9999px;
	width: 299px;
	height: 151px;	
}

#branding #locations {
	width: 165px;
	float: left;
	font-size: 1.17em;
	color: #666;
}

#branding #locations strong {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.14em;
}

#branding #contact {
	float: right;
	background: url(/design/service-bg.gif) right 50% no-repeat;
	padding-right: 170px;
}

#branding p.phone {
	font-size: 2em;
	color: #000;
	line-height: 1.2em;
	margin-bottom: 4px;
}

#branding p.email, #branding p.directions {
	font-size: 1.33em;
}

p.email a, p.directions a {
	text-decoration: underline;
}

a.service {
	display: block;
	width: 152px;
	height: 151px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* NAVIGATION */

#nav {
	background: #dc291e;
	border-top: 5px solid #990000;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #eeceb2;
	padding: 0 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.17em;
}

#nav a:hover,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.maintenace #nav #nav-maintenance a,
.tips #nav #nav-tips a,
.contact #nav #nav-contact a {
	color: #fff;
}

/* BANNER AND CALLOUTS */

#banner {
	margin: 10px 0;
}

#banner img {
	width: 630px; 
	float: left;
}

#callouts {
	width: 310px;
	float: right;
}

#callouts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#callouts li {
	background: #603314;
	margin-bottom: 12px;
}	

#callouts li.last {
	margin: 0;
}

#callouts a {
	display: block;
	height: 53px;
	width: 300px;
	line-height: 53px;
	color: #fff;
	font-size: 1.5em;
	padding-left: 10px;
}

#callouts a:hover {
	color: #eeceb2;
}

/* CONTENT */

#columns {
	background: url(/design/columns-bg.gif) center top repeat-y;
}

#leftcol {
	width: 630px;
	float: left;
}

#leftcol-inner {
	padding: 30px;
}	


#rightcol {
	width: 310px;
	float: right;
}

#sidebar {
	padding: 20px;
}

#sidebar p.hours, p.call {
	font-size: 2em;
	color: #000;
	line-height: 1.2em;
}

#sidebar p strong {
	color: #cc6633;
	font-weight: normal;
}

/* FOOTER */

#footer {
background:#f9f2eb;
margin-top: 10px;
padding: 10px;
color: #6f6b6b;
text-align: center;
font-size: 0.9em;
}

#footer p {
	margin: 0;
}
