@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: #fff; color: #000; font-family: Arial, 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 */
	color: #055026; font-weight: normal;
 }
h1 { font-size: 2.16em; /* 26px */; font-weight: bold;}
h2 { font-size: 1.65em; /* 20px */; }
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; }

a, a:visited { color: #000; text-decoration: underline; }
a:hover, a:active 
{ color: #000; 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; }

#nav ul, #nav li, #callout ul, #callout li, .left-column ul, .left-column li, #context ul, #context 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:0.92em; text-align: center; color: #fff; background: #666 url(../images/bg_footer.gif) repeat-x 0 0; clear: both; }
#footer .container { padding: 16px 0;  }
#footer p { float: left; margin: 0; }
#footer p.first { width: 230px; padding-right: 40px; text-align: left; }
#footer a, #footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover, #footer a:active { color: #fff; 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;clear:both; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #055127; }

/* legend styling */
legend { font-weight: bold; color: #055127; }

/* 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: #055127; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/
html { background-color:#666 ;}
.ir a { display: block; position: relative;  text-indent: -999em;}
.ir span { display: block; width: 100%; height: 100%; position: absolute; top:0; left:0; cursor: pointer; }
.container, #content { width: 970px; margin: 0  auto; position: relative; }
#content{ padding-bottom: 20px;}
#branding { background: url(../images/bg_body.png) repeat-x 0 0;}
#branding .container {  height: 128px;  }
#branding h1 { position: absolute; background: url(../images/bg_header.gif) no-repeat 0 0; width: 315px; height: 65px; top: 63px; left: -50px; }
#branding a { width: 221px; height: 111px; margin: 17px 0 0 53px; }
#branding h1 span { background: url(../images/logo.png) no-repeat 0 0; }
#branding p { color: #fff; text-align: right; padding-top: 52px; }
#branding strong { display: block; margin-bottom: 18px; }
#branding .phone { font-size: 2.42em; }
#branding .address { font-size: 1.65em; font-weight: normal; }

.left-column { float: left; width: 223px; padding: 80px 0 0 6px; }
.right-column { float: right; width: 700px; padding: 29px 0 0 0; }
#nav { margin-bottom: 43px; }
#nav li { position: relative; }
#nav li a { color: #055026; display: block; background: url(../images/bg_nav.gif) no-repeat 0 0; width: 223px; height: 30px; line-height: 30px; vertical-align: middle; text-decoration: none; font-weight: bold; padding-left: 22px; margin-bottom: 3px; }
#nav li a.current, #nav li a:hover, 
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.industrial #nav #nav-industrial a,
.portfolio #nav #nav-portfolio a,
.privacy #nav #nav-privacy a,
.contact #nav #nav-contact a

 { color: #fff; background: url(../images/bg_nav-cur.gif) no-repeat 0 0; text-decoration: none;}

.left-column h2 { margin-bottom: 3px; }
.left-column p.title { margin: 0; }
.left-column li { margin-left: 14px; background: url(../images/dot.gif) no-repeat 0 7px; padding-left: 8px; }
.left-column ul p { margin: 0; }

#brand_group { margin-top: 16px; }
#brand_group p.first a { float: left; }
#brand_group p.first a.last { padding: 14px 0 0 28px;}
#brand_group p.second { text-align: center; }
#brand_group p.second a { padding-right: 22px; }
p.tel { font-size: 1.5em; color: #055026; padding-left: 22px; }

#content h1 { text-align: right; }

#content ol { margin: 0; padding: 34px 0 20px 0; }
#content ol li { float: left; list-style: none; margin-right: 9px; width: 168px; }
#content ol li.last {margin-right:0;}
#content ol li p { background: url(../images/bg_p.jpg) repeat-x 0 0; height: 46px;  }
#content ol li p a { color: #fff; text-decoration: none; display: block; width: 93px; padding: 7px 38px 0 26px; background: url(../images/ico_arrow.jpg) no-repeat 148px 20px;  overflow: hidden;}
#content ol li div.pic { padding:1px; border: 1px solid #D6D6D6; background: #EFEFEF; height: auto; margin-bottom: 6px; }

#context { float: left; width: 420px;}
#context h2 { margin-bottom: 12px; }
#context h2.second { margin-bottom: 3px; }
#context li { background: url(../images/dot.gif) no-repeat 0 7px; padding-left: 8px; margin-left: 20px;}
#context li p { margin-bottom: 0; }

#callout { border: 1px solid #E4E4E4; width: 235px; }
#callout .inner { background: #E4E4E4 url(../images/bg_box.jpg) repeat-x 0 0; padding: 22px 0 20px 15px; }
#callout h3 { text-transform: uppercase; color: #666; font-weight: bold;	 }
#callout p { margin: 0; color: #666; }
p.end { margin: 97px 0 0 19px; }

/*  
 * Int page
 */
.right-column h2 { background: url(../images/bg_p.jpg) repeat-x 0 0; height: 46px; color: #fff; vertical-align: middle; line-height: 46px; padding-left: 16px; margin: 27px 0 24px 0; }
#content .right-column ul.listed, #content .right-column ul.listed li{list-style-type: decimal;width:auto;margin:0 0 10px 10px;line:height:1.5em;}

body.int .right-column p, body.int #content h4.title { margin-left: 8px; }
body.int .right-column h4.title { color: #000; }



.home #context {width: 100%;}
.home #left-context {width: 345px; margin-right: 9px; float: left;}
.home #right-context {width: 345px; float: left;}
