@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.8em /* 12px */; background: #333333; color: black; font-family: Verdana, sans-serif; line-height: 1.4em; margin: 0 auto; margin-top: 0px; padding-top: 0px;}

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */}
h1 { font-size: 1.6em /* 18px */; margin-bottom: 12px; color: #C00302; }
h2 { font-size: 1.4em /* 15px */;line-height:1.1em; margin: 4px 0; color: #ffd22b;}
h3 { font-size: 1.2em /* 14px */; color: #8a6636; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p{ margin-bottom: 1.1em; color: #fff;font-family: Arial; font-size: 1em; }




a, a:visited { color: #ffd22b; text-decoration: none; }
a:hover, a:active { color: #ffd22b; text-decoration: underline; }

/* 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 { display: block; }

/* layout */
#branding { position:relative; }

#nav{
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	height: auto;
	text-align: left;
}

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent:0; }
#nav li { position: relative; font-family: Arial; font-size: 1em;padding-bottom: 5px; padding-top: 1px; list-style-type: none; width: 168px; height: 26px; padding-left: 23px; background: url('../images/design/nav.png');}

#nav a, #nav a:visited { color: #fff; text-decoration: none; }
#nav ul li a { display: block; width: 100%; height: 17px;}

#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.team #nav #nav-team a,
.careers #nav #nav-careers a,
.principles #nav #nav-principles a,
.neat #nav #nav-neat a,
.application #nav #nav-application a,
.portfolio #nav #nav-portfolio a,
.articles #nav #nav-articles a,
.safety #nav #nav-safety a,
.employee-login #nav #nav-employee-login a,
.contact #nav #nav-contact a { color: #ffd22b;}

.home #nav li#nav-home,
.about #nav li#nav-about,
.services #nav li#nav-services,
.team #nav li#nav-team,
.careers #nav li#nav-careers,
.principles #nav li#nav-principles,
.neat #nav li#nav-neat,
.application #nav li#nav-application,
.portfolio #nav li#nav-portfolio,
.articles #nav li#nav-articles,
.safety #nav li#nav-safety,

.contact #nav li#nav-contact { background: url('../images/design/nav-on.png') top left no-repeat; }

li#nav-employee-login, li#nav-employee-login a, #nav li#nav-employee-login {
margin-top:10px;
background: none;
}

#footer { margin: 0 auto; font-size: 85%; text-align: center; width: 920px; padding: 0 115px 40px 115px; }
#footer p { color: #fff; padding-top: 10px; width: 95%; margin: 0 auto; }

.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; color: #000;}
pre { color: #fff; }

/* 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 #D6A616 }

/* legend styling */
legend { font-weight: bold; color: #D6A616; }

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

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

											Custom Styles

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

#main{
	width: 976px;
	margin: 0px auto;
	background: url('../images/design/wrapper_bg.png') top center repeat-y;
}

#wrapper{
	width: 960px;
	padding-bottom: 10px;
	margin: 0 auto;
	background: url('../images/design/content_bg.jpg') top center no-repeat;
}

#branding{ 
	width: 960px;
	height: 140px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}

#branding h1 a{
	display: block;
	width: 250px;
	height: 140px;
	outline: none;
	text-indent: -5000px;
	margin: 0px;
}

#side-link h1 a{
	display: block;
	width: 250px;
	height: 140px;
	outline: none;
	text-indent: -5000px;
	margin: 0px;
}

#phone{
	float: right;
	padding-top: 75px;
	padding-right: 73px;
	line-height: 1.7em;
	color: #fff;
	text-align: right;
}

#phone h2 {
	font-size: 1em;
	margin: 0px;
	line-height: 1.6em;
	color: #fff;
	font-weight: bold;
}

#phone a{
	text-decoration: none;
	font-size: 1.1em;
}

#phone a:hover{
	text-decoration: underline;
}

#left{
	width: 235px;
	float: left;
	display:block;
	height: 100%;
	margin-left: 14px;
	margin-top: 0px;

	_margin:0;
	_padding:0;
}

#right {
	color:#FFF;
	float: right;
	padding: 300px 44px 0 10px;
	position: relative;
	width: 628px;

}

#right ul,
#right ol, {
	color: #fff;
	font-family: Arial;
	font-size: 1em;
	margin-bottom: 1.1em;
	margin-left: 30px;
}

#right li {
	color: #fff;
	font-family: Arial;
	font-size: 1em;
	line-height: 1.5;
	padding-left: 0;
}

#callout {
	background: #000 url(../images/banners/home.jpg) no-repeat;
	height: 252px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	top: 17px;
	width: 628px;
}

.about #callout {
	background-image: url(../images/banners/about.jpg);
}

.team #callout {
	background-image: url(../images/banners/team.jpg);
}

.services #callout {
	background-image: url(../images/banners/services.jpg);
}

.careers #callout {
	background-image: url(../images/banners/careers.jpg);
}

.portfolio #callout {
	background-image: url(../images/banners/portfolio.jpg);
}

.articles #callout {
	background-image: url(../images/banners/articles.jpg);
}

.contact #callout {
	background-image: url(../images/banners/contact.jpg);
}

.cleaner {
	clear: both;
}

.portfolio #right img {
	padding: 5px;
}


/* Home page slideshow */

.slideshow {
	width: 628px;
	height: 252px;
	overflow: hidden;
}
