@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: #6b747f; color: #2d2d2d; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #1f216a; }
h1 { font-size: 1.9em /* 18px */; padding-bottom:10px; }
h2 { font-size: 1.5em /* 15px */; padding-bottom:8px; }
h3 { font-size: 1.3em /* 14px */; }
h4, h5, h6 { font-size: 1.2em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #36537D; text-decoration: underline; }
a:hover, a:active { color: #36537D; 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 { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { zoom: 1; display: block; }

/* layout */
#branding { position:relative; display: block; height: 254px; background: url(/design/header.jpg) no-repeat; }
#branding h1 { margin: 0; }
#branding h1 a { display: block; height: 220px; width: 165px; text-indent: -99999px; position: absolute; top: 15px; left: 50px;}
#branding ul, #branding li { margin: 0; padding: 0; list-style: none; }
#branding ul { position: absolute; top: 55px; left: 270px; }
#branding li { display: block; float: left; clear: none; margin-right: 18px; height: 193px; width: 263px;  }
#branding li a { display: block; height: 193px; width: 263px; text-indent: -99999px; }
#branding strong.phone { font-weight: normal; position: absolute; top: 19px; left: 350px; color: #c00000; font-size: 1.5em; }
#branding a.email { font-weight: normal; position: absolute; top: 17px; left: 590px; color: #c00000; font-size: 1.1em; }


#nav { display: block; height: 32px; width: 816px; background: #6b747f; }
#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; display: inline; margin: 0 30px 0 15px; font-size: 1.2em; font-family: Arial, sans-serif; font-weight: bold;  }
#nav li ul { position: absolute; display: none;
background: #d7dee7; top: 15px; border-top: 10px solid #6b747f; left: 5px; 
 }
#nav li:hover ul, #nav li.hover ul { display: block; }

#nav a, #nav a:visited { color: #fff; text-decoration: none; padding-left: 15px; line-height: 32px; }
#nav li.hover a,
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.tips #nav #nav-tips a,
.contact #nav #nav-contact a { color: #1a4174; text-decoration: none; background: url(/design/nav.gif) left center no-repeat; }

#nav li.hover ul li { display: block; font-weight: normal; font-size: 1em; margin: 0; padding: 0; }
#nav li.hover ul a, #nav li.hover ul a:visited, .services #nav #nav-services ul li a { display: block; color: #56606d; width: 190px; padding: 0 8px; border-bottom: 1px solid #56606d; border-left: 1px solid #315382; background: none; }
#nav li.hover ul a:hover, #nav li.hover ul a:active, .services #nav #nav-services ul li a:hover { color: #fff; background: #1a4174 }



#callout { width: 251px; margin: 20px auto; }
#callout li { display: block; background: url(/design/callout-bottom.gif) bottom; margin-bottom: 5px; }
#callout div { background: url(/design/callout-top.gif) no-repeat; padding: 20px 20px 10px; color: #fff; }
#callout h3 { font-size: 1.3em; color: #fff; }
#callout a { color: #fff; text-decoration: none; }

#footer { margin: 0 auto 3em; font-size: 90%; background: url(/design/foot.gif) bottom no-repeat; width: 904px; padding: 0 0 20px; line-height: 1.2em; text-align: center; color: #617c9f; }
#footer p { background: url(/design/drip.gif); padding: 0 35px; display: block; margin: 0; }
#footer p span { background: #bdc8d7; display: block; padding: 10px; }
#footer a, #footer a:visited { color: #ac2626; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #ac2626; 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: #6B747F; }

/* 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: 290px; padding: 0 .25em; background-color: #6B747F; color: #fff; text-transform: uppercase; font-size: 90%; }

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

											Custom Styles

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

#container { background: url(/design/drip.gif); width: 834px; padding: 0 35px; margin: 0 auto; overflow: hidden; }
#leftcol, #rightcol { float: left; clear: none; display: inline; }
#leftcol { width: 268px; background: url(/design/callout-grade.gif) repeat-x; margin-right: 25px; }
#rightcol { width: 500px; padding-top: 30px; }
