@import url(form.css);

/******************************************************************************************************

										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, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }


/* 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; }

/* layout */
#footer { margin: 0 auto; font-size: 90%; line-height: 1.2em; text-align: center; }


.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; }


/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

body {background: #35358c url('/design/bg.gif') top left repeat-x; color: #333; font-family: Palatino, Georgia, serif; margin: -10px;}

h1, h2, h3, h4 {font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif; }
h1 {font-size: 2em; color: #0b4388; font-weight: normal; margin-bottom: 10px;}
h2 {font-size: 1.5em; color: #69b21f; margin-bottom: 8px;}
h3 {font-size: 1.33em; color: #0b4388; margin-bottom: 8px;}

a, a:active, a:visited {color: #0b4388; text-decoration: none;}
a:hover {color: #69b21f;}

#container {width: 940px; margin: 0 auto; background: #edffff; padding: 0 10px;}

/* HEADER */
#branding {background: url('/design/header-bg.gif') top left no-repeat; height: 140px; width: 940px; position: relative; color: #fff; margin-top: 10px;}
#branding h1 a {display: block; width: 420px; height: 140px; text-indent: -9999px; position: absolute; left: 0; top: 0;}
#branding .sub {position: absolute; right: 20px; top: 10px; text-align: right;}
#branding p.tagline {font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif; font-size: 1.67em; margin-bottom: 8px;}
#branding p.tagline a:hover {color: #fff;}
#branding p.service-area {font-size: 1.67em;}
#branding p.phone {font-size: 3em; padding-top: 30px; font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;}

/* NAVIGATION */
#nav {margin: 10px 0; height: 28px; position: relative; background: url('/design/nav-left.png') top left no-repeat; padding: 0 21px; }
#nav-right {background: url('/design/nav-right.png') top left no-repeat; width: 21px; position: absolute; right: 0; top: 0; height: 28px;}
#nav ul {margin: 0; padding: 0; list-style: none; background: #66bedb; line-height: 28px;}
#nav li {float: left; margin: 0;}
#nav li a {display: block; padding: 0 20px; font-size: 1.33em; color: #0b4388; font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif; text-transform: uppercase;}

#nav li a:hover,
.home #nav #nav-home a,
.services #nav #nav-services a,
.testimonials #nav #nav-testimonials a,
.request #nav #nav-request a,
.contact #nav #nav-contact a {
	background: #33338b;
	color: #fff;
}

/* CALLOUTS */

#callouts {margin-bottom: 5px;}
#callouts ul {margin: 0; padding: 0; list-style: none;}
#callouts li {float: left; margin-right: 5px;}
#callouts li.last {margin: 0;}

#callouts a {display: block; width: 310px; height: 200px; position: relative; text-align: center;}

a#callout-1 {background: url('/design/callout-1.png') top left no-repeat;}
a#callout-2 {background: url('/design/callout-2.png') top left no-repeat;}
a#callout-3 {background: url('/design/callout-3.png') top left no-repeat;}

#callouts a span {display: block; color: #fff; font-size: 1.5em; font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif; padding-top: 172px;}
#callouts a:hover span {color: #0b4388;}

/* CONTENT */

#columns {background: url('/design/columns-bg.gif') top left repeat-y;}

#sidebar {width: 290px; background: #33338b; padding: 10px; float: left;}
div.affils {margin: 50px 0; text-align: center;}
#sidebar p {color: #fff; font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif; text-align: center;}

#rightcol {width: 620px; float: right;}
#rightcol-inner {padding: 20px;}


/* FOOTER */

#footer {margin: 10px 0 0 0; height: 52px; background: url('/design/footer-bg.png') top center no-repeat; padding: 10px 0; color: #333; font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif; line-height: 1.5em;}
#footer a {color: #35358C;}
#footer a:hover {text-decoration: underline;}
#footer p {margin: 0;}

/* MISC */

.logos a {
color: #fff;
}