@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: #1E2631 url('../images/design/site_bg.jpg') repeat-x; color: black; font-family: Arial, sans-serif; line-height: 1.7em; 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.7em /* 18px */; margin-bottom: 6px; color: #5376a2;}
h2 { font-size: 1.2em /* 15px */; margin-bottom: 6px; color: #5376a2; font-weight: bold; }
h3 { font-size: 1.1em /* 14px */; color: #5376a2;}
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol, li { margin-bottom: .9em; color: #fff;} /* DO NOT RESIZE */
ul { margin-bottom: 14px; padding-left: 14px; margin-top: 0px; padding-top: 0px;}
li { font-size: 1em; margin-bottom: 0em; margin-left: 30px; padding-left: 2px;}

a, a:visited { color: #ED6C4E; text-decoration: none; }
a:hover, a:active { color: #ED6C4E; 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 { background: url('../images/design/nav_bg.jpg') repeat-x; margin: 0 auto; text-align: center; height: 42px; padding: 0px; }

#nav ul, #nav li, #callout ul, #callout li { text-indent: 0;}
#nav ul{ margin: 0 auto; padding: 0px; text-align: center; padding-top: 10px;}
#nav li { position: relative; display: inline; background: url('../images/design/nav-bul.jpg') left center no-repeat; margin: 0; padding: 0 20px;}
#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; color: #fff; font-size: 1.1em;}
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.equipment #nav #nav-equipment a,
.contracts #nav #nav-contracts a,
.articles #nav #nav-articles a,
.coupon #nav #nav-coupon a,
.contact #nav #nav-contact a { color: #ED6C4E; }

#footer { width: 826px; margin: 0 auto; margin-top: 20px; font-family: Verdana; font-size: .8em; }
#footer p { line-height: 1.6em; text-align: center; color: #535A62; }
#footer a, #footer a:visited { text-decoration: none;}
#footer a:hover, #footer a:active { text-decoration: underline;}

.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; color: #5376a2;clear:both;}

/* 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 #5376a2 }

/* legend styling */
legend { font-weight: bold; color: #5376a2; }

/* 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: 228px; height: 100px; padding:0; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 312px; padding: 0 .25em; background-color: #5376a2; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

#main{
	width: 926px;
	height: 100%;
	margin: 0px auto;
	background: #19243e;
	margin-top: 23px;
	border-left: 1px solid #0e1627;
	border-bottom: 1px solid #35405C;
}

#branding{ 
	width: 926px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	background: url('../images/design/header.jpg') no-repeat;
	overflow: hidden;
}

#branding h1 a{
	display: block;
	height: 150px;
	width: 230px;
	outline: none;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#phone{
	float: right;
	display: block;	
	width: 360px;
	text-align: left;
	margin-top: 90px;
	padding-right: 272px;
	color: #fff;
	background: url('../images/design/phone.png') center left no-repeat;
}

#phone h2{
	color: #fff;
	font-weight: normal;
	font-size: 2em;
	font-family: Georgia;
	float: right;
	padding-top: 1px;
	padding-bottom: 3px;
}

#phone p{
	margin: 0px;
	color: #fff;
	font-size: 1.2em;
	line-height: .8em;
}

#phone span{
	font-size: 1.3em;
	line-height: 1em;
}

#phone a{
	background: url('../images/design/email.jpg') left center no-repeat;
	font-size: 1.2em;
}

/* content area */

#left{
	float: left;
	width: 259px;
	background: #1A243F url('../images/design/sidebar_bg.jpg') top center no-repeat;
}

#left .sidebox{
	padding-top: 20px;
	padding-left: 12px;
	display: block;
	width: 242px;
}

#left h2 a{
	color: #ED6C4E;
	font-family: Arial Narrow;
	font-size: 1.1em;
	display: block;
	font-weight: normal;
	background: url('../images/design/h2-arrow.png') top left no-repeat;
	padding-left: 13px;
}

#left h2 span{
	font-size: .9em;
}

#left p{
	color: #8B8B8B;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-left: 13px;
}

#left img{
	margin-left: 10px;
	margin-top: 15px;
}

#right{
	float: left;
	width: 667px;
}

#callout{
	height: 253px;
	width: 667px;
	background: url('../images/design/callout_bg.jpg') no-repeat;
}

#callout h2 a{
	float: right;
	padding-top: 217px;
	padding-right: 20px;
	color: #ED6C4E;
	font-family: Arial Narrow;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
}

#content{
	width: 610px;
	padding-left: 35px;
	margin-top: 15px;
}

/*end content area */

.cleaner {
	clear: both;	
}/* coupon make font dark on white BG */.coupon #content table.coupon, .coupon table span, .coupon table p{color:#19243E;}