@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: white; color: black; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }
h1 { font-size: 1.5em /* 18px */; }
h2 { font-size: 1.3em /* 15px */; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, { margin-bottom: 1.1em; } /* DO NOT RESIZE */
ul { margin-left:1.5em; padding:0; }
li { margin-bottom: 0.5em; } 

a, a:visited { color: aqua; text-decoration: underline; }
a:hover, a:active { color: fuchsia; text-decoration: none; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after, .container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group, .container { zoom: 1; display: block; }

/* layout */
#branding { position:relative; }

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; }
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#footer { margin: 0 auto; font-size: 90%; line-height: 1.2em; text-align: center; color: lime; }
#footer a, #footer a:visited { color: lime; text-decoration: underline; }
#footer a:hover, #footer a:active { color: lime; text-decoration: none; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #f2f2f2; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
blockquote p { padding-left: 10px; }

/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #314167; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 225px; }
input.radio, input.submit { width: auto; }
textarea { width: 225px; height: 100px; padding:0; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #314167; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

body {
	background:#314167;
	color:#FFF;
	font-family:Arial, sans-serif;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color:#FFF;
}

#wrap {
	background:#FFF url(../images/design/wrap.png) repeat-y;
	color:#222;
	margin:0 auto;
	position:relative;
	width:790px;
}

#wrap-top {
	background:url(../images/design/branding.jpg) center top no-repeat;
}

#wrap-bottom {
	background:url(../images/design/footer.png) center bottom no-repeat;
	padding-bottom:20px;
}

#branding {
	background:url(../images/design/branding.jpg) no-repeat;
	height:270px;
}

#branding h1 {
	height:252px;
	padding:0 0 0 6px;
	width:278px;
}

#branding h1 a {
	display:block;
	height:100%;
	text-indent:-9000px;
}

#branding p {
	color:#FFF;
	font-size:1.4em;
	left:300px;
	margin:0;
	position:absolute;
	text-align:left;
	top:102px;
	width:165px;
}

#branding .phone {
	display:block;
	font-size:1.2em;
	margin-bottom:0.25em;
}

#branding .email {
	color:#FFD899;
	font-size:0.8em;
}

#nav {
	font-size:1.1em;
	padding-bottom:25px;
	position:relative;
	z-index:3;
}

body.home #nav {
	border:0;
}

#nav li {
	text-align:right;
	border-bottom:1px solid #881A12;
	border-top:1px solid #8E1B13;
}

#nav li a {
	color:#FFF;
	display:block;
	padding:5px 8px;
	text-decoration:none;
}

#nav li ul,
#nav li ul.group {
	background:#D5AF54;
	float:none;
	left:-50%;
	margin:0;
	text-align:left;
	padding:0;
	top:40px;
	width:175px;
}

#nav li ul li {
	border:0;
	height:auto;
	line-height:1.2;
	padding:5px 0;
}

#nav li ul a {
	padding:0 10px;
}

#nav li.hover,
#nav li:hover {
}

#nav li.hover li,
#nav li:hover li {
	background:none;
}

#nav li.hover li a:hover,
#nav li:hover li a:hover {
	text-decoration:underline;
}

#nav #nav-home {
	border-top:0;
}

#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.specials #nav #nav-specials a,
.ohio #nav #nav-ohio a,
.tips #nav #nav-tips a,
.links #nav #nav-links a,
.request #nav #nav-request a,
.blog #nav #nav-blog a,
.contact #nav #nav-contact a  { color: #FFD899;text-decoration:underline; }

#nav #nav-contact {
	border-bottom:0;
}

#callout {
	color:#FFF;
	height:60px;
	overflow:hidden;
	position:absolute;
	right:10px;
	text-align:center;
	top:210px;
	width:494px;
}

#callout ul {
	margin:0;
}

#callout li {
	float:right;
	padding-top:5px;
	width:242px;
}

#callout li.first {
	float:left;
}

#callout h3 {
	font-weight:bold;
	font-size:1.5em;
	line-height:1.5;
}

#callout h3 a {
	color:#FFD899;
}

#callout p {
	margin:0;
}

#callout p a {
	color:#FFF;
	text-decoration:none;
}

#side {
	background:url(../images/design/side.png) center right repeat-y;
	color:#FFF;
	float:left;
	padding-left:6px;
	position:relative;
	width:278px;
	z-index:1;
}

#side-top {
	background:url(../images/design/side_top.png) right top no-repeat;
}

#side-bottom {
	background:url(../images/design/side_bottom.png) right bottom no-repeat;
	padding:20px 15px;
}

#side p {
	text-align:right;
}

#side p#logos {
	padding:20px 0;
	text-align:center;
}

#side p#logos img {
	padding:5px;
}

#content {
	color:#222;
	float:right;
	position:relative;
	padding:25px 37px 0 0;
	width:445px;
	z-index:2;
}

#content a {
	color:#222;
	text-decoration:underline;
}

#content h1,
#content h1 a,
#content h2,
#content h3,
#content h2 a,
#content h3 a {
	color:#DA251C;
	margin-bottom:0.6em;
}

#content h2,
#content h3,
#content h2 a,
#content h3 a {
	color:#103C80;
}

#footer,
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color:#FFF;
}

#footer {
	padding:10px;
}

#footer p {
	margin:0;
}