@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 */; color: black; font-family: Arial, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { margin-bottom:0.8em; }
h1 { font-size: 1.5em; font-weight:bold; }
h2 { font-size: 1.25em; font-weight:bold; }
h3 { font-size: 1.25em; font-weight:bold; }
h4, h5, h6 { font-size: 1.1em; }

a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; }

h1, h1 a, h3, .home h2, .home h2 a, h3 a, h4, h4 a { color:#D2242D; }
h2, h2 a, h5, h5 a, .home h3 { color:#0053A1; }

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 */
#branding { position:relative; }

#nav ul, #nav li, #callout ul { 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, #nav a:visited { text-decoration: none; }

#footer { margin: 0 auto; font-size: 90%; 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; }

/* 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: #0053a0; }

/* 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: #0053a0; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

body {
	background:#FFF;
}

body.home {
	background:#EEE;
}

a {
	color:#0053A1;
}

/* 
#container-1 {
	background:#FFF url(../images/design/inner_1.jpg) no-repeat;
	width:987px;
}
 */
body.home #container-1 {
	background:#FFF url(../images/design/home_1.png) no-repeat;
	border-left:8px solid #E6E6E6;
	border-right:8px solid #E6E6E6;
	margin:0 auto;
	position:relative;
	width:1006px;
}
/* 
#container-2 {
	background:url(../images/design/inner_2.png) no-repeat 0 57px;
	padding:217px 115px 0 96px;
}
 */
body.home #container-2 {
	background:url(../images/design/home_2.jpg) no-repeat 0 97px;
	padding:0;
}

body.home #container-3 {
	background:url(../images/design/home_3.png) no-repeat 0 374px;
	padding:60px 115px 0;
}

#branding {
	background:#FFF url(../images/design/inner_header.png) no-repeat;
	height:100px;
	margin:0 auto;
	width:931px;
}

body.home #branding {
	background:none;
	height:36px;
	left:auto;
	position:relative;
	top:auto;
	width:auto;
}

#branding h1 {
	height:50px;
	left:75px;
	margin:0;
	position:absolute;
	top:12px;
	width:158px;
}

body.home #branding h1 {
	height:36px;
	left:auto;
	position:relative;
	top:auto;
	width:140px;
}

#branding a {
	display:block;
	height:100%;
	text-indent:-9000px;
}

#branding p {
	bottom:5px;
	height:36px;
	line-height:1;
	margin:0;
	position:absolute;
	right:112px;
	width:140px;
}

body.home #branding p {
	bottom:auto;
	right:-27px;
	top:0;
	width:145px;
}

#nav {
	padding-bottom:30px;
	width:auto;
}

body.home #nav {
	height:30px;
	line-height:30px;
	padding:15px 0;
	position:absolute;
	top:0;
	left:0;
	width:930px;
}

#nav li {
	background:url(../images/design/line.gif) repeat-x left bottom;
	/*height:30px;*/
	line-height:30px;
}

body.home #nav li {
	background:url(../images/design/nav.png) no-repeat left center;
	float:left;
}

body.home #nav li.first {
	background:none;
	padding-left:15px;
}

#nav a {
	background:url(../images/design/inner_icon.png) no-repeat left center;
	display:block;
	padding:0 15px 0 25px;
}

body.home #nav a {
	background:none;
	padding-left:20px;
}

#nav li:hover a,
#nav li.hover a,
.home #nav-home a,
.about #nav-about a,
.services #nav-services a,
.safety #nav-safety a,
.projects #nav-projects a,
.testimonials #nav-testimonials a,
.careers #nav-careers a,
.employee #nav-employee a,
.contact #nav-contact a {
	color:#F4293D;
}

/*#nav li ul {
	background:#D7DDE8;
	left:163px;
	top:0;
	width:175px;
	opacity:0.95;
	filter:alpha(opacity=95);
}*/

body.about #nav li#nav-about ul,
body.services #nav li#nav-services ul,
body.safety #nav li#nav-safety ul,
body.projects #nav li#nav-projects ul,
body.testimonials #nav li#nav-testimonials ul,
body.careers #nav li#nav-careers ul,
body.contact #nav li#nav-contact ul,
body.employee #nav li#nav-employee ul {
	display: block;
}

body.home #nav li ul {
	background:#E7E7E7;
	left:0;
	top:30px;
}

#nav li ul li,
body.home #nav li ul li {
	/*background:none;*/
	float:none;
	height:auto;
	/*line-height:1;*/
	padding: 5px 0;
	font-size: 90%;
	line-height: 1.4em;
}

#nav li ul li a,
#nav li.hover ul li a,
#nav li:hover ul li a {
	background:none;
	color: #2d4a88 !important;
	/*padding:8px 0 8px 20px;*/
}

#nav li ul li a:hover {
	color: #F4293D !important;
}

#callout {
	height:72px;
	margin:0 auto;
	position:relative;
	width:745px;
	z-index:1;
}

body.home #callout {
	background:none;
	height:212px;
	left:auto;
	padding-top:5px;
	position:static;
	top:auto;
	width:auto;
}

body.home #callout-bg,
body.home #callout-bg div {
	height:277px;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:97px;
	width:1006px;
	z-index:1;
}

body.home #callout-bg div {
	top:0;
}

body.home #callout-bg #callout-bg1 {
	background:url(../images/design/home_2a.jpg) no-repeat;
}

body.home #callout-bg #callout-bg2 {
	background:url(../images/design/home_2b.jpg) no-repeat;
}

#callout ul {
	position:relative;
	z-index:2;
	zoom:1;
}

#callout li {
	float:left;
	height:62px;
	margin:0;
	padding-right:4px;
	width:183px;
}

body.home #callout li {
	background:none;
}

#callout-1 {
	background:url(../images/design/inner_maintenance.jpg) no-repeat;
	padding-left:0;
}

body.home #callout-1 {
	height:169px;
	padding-left:0;
	padding-right:0;
	padding-top:49px;
	width:221px;
}

#callout-2 {
	background:url(../images/design/inner_fabrication.jpg) no-repeat;
}

body.home #callout-2 {
	height:183px;
	padding-left:0;
	padding-right:0;
	padding-top:29px;
	width:189px;
}

#callout-3 {
	background:url(../images/design/inner_construction.jpg) no-repeat;
}

body.home #callout-3 {
	height:202px;
	padding-left:0;
	padding-right:0;
	padding-top:10px;
	width:198px;
}

#callout-4 {
	background:url(../images/design/inner_replacements.jpg) no-repeat;
}

#callout #callout-4 {
	padding-right:0;
}

body.home #callout-4 {
	height:212px;
	padding-left:0;
	padding-right:0;
	width:168px;
}

#callout h3,
#callout a {
	display:block;
	height:100%;
	margin:0;
	text-indent:-9000px;
}

#columns {
	background: #e8ecf1 url(../images/design/inner_side.png) repeat-y left top;
	margin:0 auto;
	width:745px;
	position:relative;
	z-index:2;
}

body.home #columns {
	background:none;
	padding:20px 25px 0;
}

#leftcol {
	background:url(../images/design/inner_side_top.png) no-repeat;
	float:left;
	padding:65px 10px 5px;
	width:163px;
}

#leftcol img {
	width:163px;
}

body.home #leftcol {
	background:none;
	padding:0;
	width:445px;
}

#rightcol {
	float:right;
	padding:25px 12px 20px 0;
	width:537px;
}

body.home #rightcol {
	color:#172154;
	font-size:1.35em;
	line-height:1.45;
	padding-top:30px;
	font-weight: 300 !important;
	width:245px;
}

#banner {
	clear:both;
	padding-top:25px;
}

#footer {
	background:#2D4A88;
	margin-top:20px;
	padding:15px 0 10px;
}

#footer,
#footer a {
	color:#FFF;
}

body.home #footer,
body.home #footer a {
	background:none;
	color:#000;
}

#footer p {
	margin:0;
	font-size:0.9em;
}

body.home #footer p {
	font-size:1em;
}

.projects table img {
	padding-bottom:10px;
	width:200px;
}

.hr {
	border-bottom:1px solid #BBB;
	margin:20px 10px;
}

.hr hr {
	display:none;
}