@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: #fff url('../images/design/site_bg.jpg') top center; color: black; font-family: Verdana, sans-serif; line-height: 1.7em; margin: 0 auto; margin-top: 0px; padding-top: 0px;}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 1.3em /* 18px */; margin-bottom: 12px; color: #211474; }
h2 { font-size: 1.1em /* 15px */; margin: 0; color: #211474;}
h3 { font-size: 1em /* 14px */; color: #211474; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; color: #000; line-height: 1.7em;} /* DO NOT RESIZE */
ul { padding-left: 30px;}
li {color: #000; font-size: .9em; }

p{  font-family: Arial; font-size: 1em;}

a, a:visited { color: #2e3092; text-decoration: underline; }
a:hover, a:active { color: #2e3092; 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{
margin-top: 25px;
	margin-bottom: 20px;
	padding-top: 0px;
	height: auto;
	text-align: left;
}

#nav ul, #nav li, #callout ul, #callout li { margin: 0 0 0 0px; padding: 0px; text-indent: 0; }
#nav li { position: relative; font-family: Arial; font-size: 1em; padding-top: 7px; list-style-type: none; width: 204px; height: 26px; padding-left: 30px; background: url('../images/design/nav-bg.jpg');}

#nav a, #nav a:visited { color: #fff; text-decoration: none; }
#nav a:hover{ color: #ffca00; }
#nav ul li a { display: block; width: 100%; height: 17px; }

.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.products #nav #nav-products a,
.testimonials #nav #nav-testimonials a,
.tips #nav #nav-tips a,
.request #nav #nav-request a,
.contact #nav #nav-contact a { font-weight: bold; color: #2d2f90;}

.home #nav li#nav-home,
.about #nav li#nav-about,
.services #nav li#nav-services,
.products #nav li#nav-products,
.testimonials #nav li#nav-testimonials,
.tips #nav li#nav-tips,
.request #nav li#nav-request,
.contact #nav li#nav-contact { background: url('../images/design/nav-on.jpg') top left no-repeat; }

#footer { margin: 0 auto; font-size: 85%; text-align: center; width: 732px; padding: 0 115px 40px 115px; }
#footer p { color: #fff; padding-top: 10px; width: 95%; margin: 0 auto; clear:both }
#footer a { color: #fff; 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: 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: 35em; 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: #211474; }

/* 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: 309px; padding: 0 .25em; background-color: #211474; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

#main{
	width: 1021px;
	margin: 0px auto;
	background: url('../images/design/wrapper_bg.png') top center repeat-y;
}

#wrapper{
	width: 766px;
	padding-bottom: 10px;
	margin: 0 auto;
}

#branding{ 
	width: 766px;
	height: 133px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	background: url('../images/design/header.jpg') top center no-repeat;
}

#branding h1 a{
	display: block;
	width: 250px;
	height: 110px;
	outline: none;
	text-indent: -5000px;
	margin: 0px;
	}

#phone{
	float: right;
	padding-top: 50px;
	padding-right: 13px;
	line-height: 1.7em;
}

#phone h2 a{
	font-size: 1.7em;
	text-decoration: none;
}

#phone a{
	text-decoration: none;
	font-size: 1.1em;
}

#callout{
	margin: 0 auto;
	width: 766px;
	height: 190px;
	background: url('../images/design/callout_bg.jpg');
}

#left{
	width: 235px;
	float: left;
	height: 100%;
	margin-left: 14px;
	margin-top: 0px;
	background: url('../images/design/left_bg.jpg');
	border-right: 1px solid #2e3092;
	border-left: 1px solid #2e3092;
}

#sidecall{
	width: 171px;
	height: 317px;
	background: url('../images/design/sidecall.png');
	padding-left: 35px;
	padding-right: 30px;
}

#sidecall h2 a{
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

#sidecall h2 a:hover{
	color: #ffca00; 
}

#sidecall h2.protect{
	padding-top: 23px;
}

#sidecall h2.request{
	padding-top: 60px;
}

#sidecall h2.read{
	padding-top: 55px;
}

#right{
	float: right;
	width: 480px;
	margin-top: 20px;
	margin-right: 12px;
}

.cleaner {
	clear: both;	
}
