@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; }


/* typography */
body { font-size: 0.73em /* 12px */; background: #fff url('../images/design/site_bg.jpg') top center repeat-x; 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.8em /* 18px */; margin-bottom: 12px; color: #00427A; font-weight: bold; }
h2 { font-size: 1.2em /* 15px */; margin-bottom: 2px;color: #00427A;; font-weight: bold; }
h3 { font-size: 1em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; color: #262626; line-height: 1.4em;} /* DO NOT RESIZE */
ul { margin-left: 0px; padding-left: 14px;}
li { margin-bottom: .5em; margin-left: 0px;  color: #8F0609; font-size: 1em; padding-left: 25px; list-style-type: square;}

p{  font-family: Arial; font-size: 1em;}

a, a:visited { color: #8F0609; text-decoration: none; }
a:hover, a:active { color: #0b8fa3; 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{ z-index: 99; margin: 0px; padding-top: 10px;}

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0px; text-indent: 0; }
#nav li { position: relative; font-family: Arial; font-size: 1.1em; display: block; width: 180px; height: 23px; background: url('../images/design/nav.jpg') top left no-repeat; border-bottom: 2px solid #fff; padding-left: 40px; padding-top: 8px;}
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; left: 220px; top: 0px;}

#nav ul li ul li{
border: 1px solid #fff;
}

#nav ul li ul li a {
font-size: .8em;
color: #262953;
}

#nav ul li ul li.odd{
background: #d5c096;
}

#nav ul li ul li.even{
background: #937f66;
border-top: 0px;
border-bottom: 0px;
}

#nav a, #nav a:visited { color: #fff; text-decoration: none; font-weight: bold; display: block; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.response #nav #nav-response a,
.monitoring #nav #nav-monitoring a,
.conversions #nav #nav-conversions a,
.new_install #nav #nav-new_install a,
.equipment #nav #nav-equipment a,
.most-commonly-used #nav #nav-most-commonly-used a,
.optional #nav #nav-optional a,
.cellular-communication #nav #nav-cellular-communication a,
.faq #nav #nav-faq a,
.tips #nav #nav-tips a,
.testimonials #nav #nav-testimonials a,
.manuals #nav #nav-manuals a,
.request #nav #nav-request a,
.contact #nav #nav-contact a { color: #fff; text-decoration: underline;}

.home #nav li#nav-home,
.about #nav li#nav-about,
.response #nav li#nav-response,
.monitoring #nav li#nav-monitoring ,
.conversions #nav li#nav-conversions,
.new_install #nav li#nav-new_install,
.equipment #nav li#nav-equipment,
.most-commonly-used #nav li#nav-most-commonly-used,
.optional #nav li#nav-optional,
.cellular-communication #nav li#cellular-communication,
.faq #nav li#nav-faq,
.tips #nav li#nav-tips,
.testimonials #nav li#nav-testimonials,
.manuals #nav li#nav-manuals,
.request #nav li#nav-request,
.contact #nav li#nav-contact { background: url('../images/design/nav-on.jpg');}

#footer { margin: 0 auto; font-size: 90%; text-align: center; width: 700px; margin-bottom: 20px;}
#footer p { color: #64615D; padding-top: 10px; }
#footer a { color: #005392; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #156574; text-decoration: none; }

.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; clear: left; }
form li {list-style: none; color: #262626; width: 400px;}
form li label {width: auto;}
/* 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, span .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; }
input.radio {float: left; margin-right: 10px;}

li label.error {display: block; float: right;}
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: 940px;
	margin: 0px auto;
}

#wrapper{
width: 940px;
	margin-top: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #00427A;
}

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

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

#header{
	width: 665px;
	padding-right: 115px;
	padding-top: 25px;
	overflow: hidden;
	float: right;
}

#phone{
	float: right;
	height: 30px;
	text-align: right;
	color: #000;
	margin: 0px;
	padding: 70px 0px 0 0px;
}

#phone h2{
	color: #00427A;
	font-family: Arial Narrow;
	font-size: 2.8em;
padding-top: 10px;
padding-bottom: 10px;
}

#callout{
	width: 710px;
	height: 197px;
	background: url('../images/design/callout-bg.jpg') no-repeat;
	margin-top: 10px;
	padding: 0px 0 4px 0;
	border-bottom: 8px solid #00427A;
	margin-bottom: 8px;
}

#call-container{
	width: 270px;
	margin-left: 25px;
	padding-top: 25px;
}

#callout h1{
	text-align: center;
	line-height: 1.4em;
	color: #00427A;
	font-weight: bold;
}

#callout h1 span{
	color: #8F0609;
}

#callout p{
	color: #505050;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.7em;
}

#callout2{
	width: 710px;
	height: auto;
}

#callout2 h1 a{
	font-size: .6em;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
display: block;
}

#callout2 p{
	font-size: .9em;
	margin-right: 25px;
	line-height: 1.7em;
	margin-left: 10px;
}

#call-res{
	width: 231px;
	display: block;
	float: left;
	background: url('../images/design/call-res.jpg') top left no-repeat;
	padding-top: 130px;
	padding-right: 8px;
}

#call-bus{
	width: 233px;
	display: block;
	float: left;
	background: url('../images/design/call-bus.jpg') top left no-repeat;
	padding-top: 130px;
}

#call-pres{
	width: 230px;
	display: block;
	float: right;
	background: url('../images/design/call-pres.jpg') top left no-repeat;
	padding-top: 130px;
}

#left{
	width: 220px;
	float: left;
	height: 100%;
	margin-top: 0px;
}

#left img{
	margin-top: 10px;
}

#right{
	float: right;
	width: 712px;
	margin-top: 0px;
}

#content-container{
	width: 660px;
	margin-top: 10px;
	height: 100%;
	padding: 25px;
	float: right;
	background: #EAEAEA;
	min-height:540px;
}

.manual-sections  li{
list-style-type: disc;
/*border-bottom: 1px solid #fafafa;*/
width:5%;
}
	
	
	
.cleaner {
	clear: both;	
}


table td p{text-align:left; }
#content-container table td {padding:10px;}