@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: #d4daea; color: black; font-family: Verdana, sans-serif; line-height: 1.5em; 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: #002b5c; }
h2 { font-size: 1.4em /* 15px */; margin-bottom: 12px; color: #002b5c; }
h3 { font-size: 1.2em /* 14px */; color: #2D2A2A;}
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1em; color: #534841;} /* DO NOT RESIZE */
ul { margin: 0px; padding-left: 14px;}
li { font-size: 1em; margin-bottom: .2em; margin-left: 0px; list-style-type: disc; padding-left: 20px;}

li strong { }

a, a:visited { color: #FF6C17; text-decoration: underline; }
a:hover, a:active { color: #FF6C17; 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 { display: block; }

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

#nav{ background: url('../images/design/nav_bg.jpg') repeat-x; z-index: 99; height: 46px; width: 825px; margin: 0 auto; padding: 0;}

#nav ul, #nav li, #callout ul, #callout li { margin-top: 0; padding: 0; text-indent: 0; list-style-type: none;}
#nav ul{ padding-top: 18px; height: 30px; padding-bottom: 0px; margin: 0px; text-align: left;  text-align: center; float: left;}
#nav li { position: relative; display: inline; font-family: Verdana; height: 100%; padding: 19px 18px 6px 18px; margin: 0px; background: url('../images/design/nav-divider.jpg') top right no-repeat;}
#nav li:hover, #nav li:active {  background: #A6ADC9 url('../images/design/nav-on.jpg'); }
#nav li ul { position: absolute; display: none;}
#nav li:hover ul, #nav li.hover ul { display: block;}
#nav li#nav-home { margin-left: 0px;}
#nav li ul {
	background: #949fb8;;
	float:none;
	left: 0px;
	margin: 6px 0 0 0; 
	text-align:left;
	padding:0;
	top:30px;
	width:170px;
	z-index: 999;
	height: auto;
}

#nav li ul li {
	height:auto;
	line-height:1.6;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0px;
	background-image: none;
}

#nav li ul a {
	padding: 0px;
	color: #000;
	font-size: 1em;
	width: 165px;
	display: block;
	padding-left: 5px;
}

#nav li ul a:hover {
	background: #4C81C2;
	color: #fff;
}

#nav a, #nav a:visited { color: #2d4f76; text-decoration: none;}
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.process #nav #nav-process a,
.products #nav #nav-products a,
.testimonials #nav #nav-testimonials a,
.contact #nav #nav-contact a { color: #fff; text-decoration: none;}

.home li#nav-home,
.about li#nav-about,
.services li#nav-services,
.process li#nav-process,
.products li#nav-products,
.testimonials li#nav-testimonials,
.contact li#nav-contact {
background: #A6ADC9 url('../images/design/nav-on.jpg');
}
#footer { width: 100%; margin: 0 auto; padding-bottom: 40px; padding-top: 10px; margin-top: 20px; font-family: Verdana; font-size: .8em; background: #d4daea url('../images/design/footer_bg.jpg') top no-repeat;}
#footer p { line-height: 1.6em; text-align: center; color: #567298; margin-right: 40px; margin-left: 40px;}
#footer a, #footer a:visited { text-decoration: underline; color: #567298;}
#footer a:hover, #footer a:active { text-decoration: none; color: #567298;}

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 0px 0px; padding: 20px 30px; background: #fff; border: 1px solid #dedede; }
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: #0567ae; }

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

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

											Custom Styles

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

#main{
	width: 885px;
	height: 100%;
	margin: 0px auto;
	background: url('../images/design/content_bg.jpg');
}

#wrapper{
	clear: both;
}

#branding{ 
	width: 885px;
	height: 135px;
	margin: 0px;
	padding: 0px;
	background: url('../images/design/header.jpg') no-repeat;
	overflow: hidden;
}

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

#phone{
	float: right;
	display: block;	
	width: 280px;
	height: 30px;
	text-align: right;
	font-weight: bold;
	margin-top: 70px;
	margin-right: 32px;
	color: #000;
	line-height: 1.3em;
}

#phone h2{
	color: #041D4A;
font-size: 1.8em;
}

#phone a h2{
	color: #666;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: underline;
}

#callout {
	width: 885px;
	height: 196px;
	overflow: hidden;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}

	.home #callout {background: url('../images/design/callout_bg.jpg') top left  no-repeat;}
	.about #callout {background: url('../images/header-aboutus.jpg') top left  no-repeat;}
	.services #callout {background: url('../images/header-services.jpg') top left  no-repeat;}
	.process #callout {background: url('../images/header-process.jpg') top left  no-repeat;}
	.products #callout {background: url('../images/header-products.jpg') top left  no-repeat;}
	.testimonials #callout {background: url('../images/header-testimonials.jpg') top left  no-repeat;}
		.contact #callout {background: url('../images/header-contactus.jpg') top left  no-repeat;}


/* content area */

#content {
	padding: 20px 20px 0 20px;
	clear: both;
}

#left {
	width: 510px;
	float: left;
	margin-left: 30px;
	padding-right: 20px;
}

#left p {
	margin-bottom: .2em;
}

#special {
	width: 815px;
	height: 130px;
	background: #fff url('../images/design/special-bg.jpg') bottom left repeat-x;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 20px;
margin: 0 auto;
}

#right {
	width: 285px;
	float: right;
}

.side_call_top{
	background: url('../images/design/side_bg.jpg') top center no-repeat;
	height: 113px;
	overflow: hidden;
	padding-left: 10px;
}

.side_call_top p{
	margin-top: 7px;
	color: #636B81;
}

.side_call {
	margin-top: 10px;
	padding: 10px;
	background: #fff url('../images/design/side_bg_blue.jpg') center bottom no-repeat;
}

.side_call h3 {
	margin-bottom: 6px;
}

.side_call p {
	margin-bottom: 4px;
}

.side_call li {
	margin-left: 10px;
	padding-left: 0px;
}

/*end content area */

#footer hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 2px;
width: 89%;
text-align: left;
margin-bottom: 10px;
}

.cleaner {
	clear: both;	
}