@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.7em /* 18px */; }
h2 { font-size: 1.5em /* 15px */; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
ul, ol { 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; }

#nav a:hover,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.portfolio #nav #nav-portfolio a,
.faq #nav #nav-faq a,
.testimonials #nav #nav-testimonials a,
.request #nav #nav-request a,
.articles #nav #nav-articles a,
.contact #nav #nav-contact a {
	text-decoration:underline;
}





#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: 36em; 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: #0567ae; }

/* 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: #0567ae; color: #fff; text-transform: uppercase; font-size: 90%; }

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

											Custom Styles

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

body {
	background:#3D3D3D;
	font-family:Arial, sans-serif;
}

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

#wrap {
	background:#FFF;
	margin:0 auto;
	padding:0 6px;
	width:723px;
}

#branding,
#branding .container {
	background:url(../images/design/branding.jpg) center top repeat-x;
	height:145px;
}

#branding h1 {
	background:url(../images/design/logo.png) no-repeat;
	height:145px;
	width:359px;
}

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

#branding p {
	font-size:2em;
	font-weight:bold;
	height:102px;
	margin:0;
	position:absolute;
	right:5px;
	text-align:right;
	top:25px;
	width:300px;
}

#branding .address {
	color:#FF0003;
	display:block;
	font-size:0.6em;
	margin-bottom:0.85em;
}

#branding .phone {
	color:#0300FC;
	display:block;
	margin-bottom:0.25em;
}

#branding .email {
	color:#7F3E05;
	font-size:0.6em;
}

#nav {
	background:#7E3E05 url(../images/design/nav.png) center top no-repeat;
	height:26px;
	padding-left:10px;
}

#nav li {
	float:left;
	height:26px;
	line-height:26px;
}

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

#nav li ul,
#nav li ul.group {
	background:#87232E;
	float:none;
	left:198px;
	margin:0;
	text-align:left;
	padding:0;
	top:-1px;
	width:175px;
}

#nav li ul li {
	height:auto;
}

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

#banner {
	background:url(../images/design/banner.jpg) no-repeat;
	height:182px;
	margin-bottom:8px;
}

#banner p {
	display:none;
}

#side,
#callout {
	float:left;
	width:257px;
}

#callout {
	background:#2D6DB4 url(../images/design/callout.png) left top no-repeat;
	float:none;
	font-weight:bold;
}

#callout,
#callout a {
	color:#DD9964;
	text-decoration:none;
}

#callout ul {
	background:url(../images/design/callout.png) right bottom no-repeat;
	margin:0;
	padding:15px 15px 0;
}

#callout li {
	padding-bottom:15px;
}

#callout h3 {
	color:#FFF;
}

#callout p {
	margin:0;
}

#logos {
	padding-top:15px;
	text-align:center;
}

#logos img {
	padding:10px;
}

#content {
	color:#222;
	float:right;
	position:relative;
	text-align:justify;
	padding:10px 10px 5px 0;
	width:440px;
	z-index:1;
}

#content h1,
#content h2,
#content h3,
#content h1 a,
#content h2 a,
#content h3 a {
	color:#7E3E05;
	margin-bottom:0.6em;
	font-weight: bold;
}

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

#footer {
	background:#2D6DB4;
	color:#FFF;
	margin:0 auto;
	padding:10px 6px;
	width:723px;
}

#footer p {
	margin:0;
}