@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.75em /* 12px */; background: white; color: black; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }
h1 { font-size: 1.5em /* 18px */; }
h2 { font-size: 1.3em /* 15px */; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #1c76a5; text-decoration: underline; }
a:hover, a:active { color: #1c76a5; 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 { zoom: 1; display: block; }

/* layout */
#branding { position:relative; }

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; }
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#footer { margin: 0 auto; font-size: 90%; line-height: 1.2em; text-align: center; color: lime; }
#footer a, #footer a:visited { color: lime; text-decoration: underline; }
#footer a:hover, #footer a:active { color: lime; 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; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border: 1px solid #e2e2e2; }

/* legend styling */
legend { font-weight: bold; color: #cc0000; }

/* 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: #cc0000; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/


body {
/*	background:url(../design/bodybg.gif) top left repeat-x; */
	background:url(../design/bg_html.jpg) top left repeat-x;
	}
#container {
	width:958px;
	margin:0 auto;
	}
#branding {	
	width:960px;
	height:150px;
	position:relative;
	float:left;
	}
	
#logo {
	width:300px;
	position:relative;
	display:block;
	float:left;
	}
#tagline {
	width:300px;
	position:relative;
	display:block;
	float:right;
	text-align:right;
	padding:20px;
	font-size:120%;
	font-weight:bold;
	color:#231f20;
	}
#contact {
	width:250px;
	position:relative;
	display:block;
	float:right;
	text-align:left;
	padding:20px;
	font-size:200%;
	color:#ed1f24;
	line-height:110%;
	}
#contact .phone {
	color:#000;
	font-weight:normal;
	}
#contact .email {
	font-size:65%;
	color:#000;
	line-height:90%;
	}
#content {
	width:960px;
	position:relative;
	display:block;
	float:left;
	}
#sidebar {
	background:url(../design/bkg_sidebar.jpg) top left no-repeat;
	width:160px;
	padding:0 30px;
	position:relative;
	display:block;
	float:left;
	}
#nav ul {
	padding-top:25px;
	}
#nav li {
	color:#faea76;
	list-style:inside;
	list-style-type:disc;
	border-bottom:#666 1px dashed;
	}
#nav a, #nav a:visited {
	color:#faea76;
	text-decoration:none;
	font-weight:bold;
	}
#nav a:hover, #nav a:active {
	color:#fff;
	}	
#callout {
	padding-top:30px;
	}
#callout h3 {
	font-weight: bold;
	}	
	
#callout a, #callout a:visited {
	color:#000;
	text-decoration:none;
	display: block;
	}
#callout a:hover {
	text-decoration:underline;
	}

#callout p {
	margin-bottom:20px;
	}
#copy {
	width:600px;
	padding:0 0 0 30px;
	position:relative;
	display:block;
	float:left;
	}
#copy h1 {
	color: #cc0000; 
	padding:20px 0 10px 0;/* 18px */; 
	}
#copy h2 {
	font-size: 1.25em; 
	color: #599a28; /* 15px */; 
	}
#copy table.ctable td{
	border-right: 1px dotted #CCC;
	border-bottom: 1px solid #CCC;
	text-align:center;
}
#copy table.ctable th{
	border-right: 1px dotted #CCC;
	border-bottom: 1px solid #919191;
	text-align:center;
	font-weight:bold;
}
#copy #group-image {
	margin-left:-15px;
	}
#footer {
	padding-top:20px;
	width:960px;
	border-top:#999 1px dashed;
	position:relative;
	float:left;
	color:#000;
	}
#footer a, #footer a:visited {
	color:#000;
	text-decoration:underline;
	}
#footer a:hover {
	color:#999;
	}
.hidden {
	display:none;
	visibility:hidden;
	}	
	
.home #nav #nav-home a, .safe #nav #nav-safe a, 
.clean #nav #nav-clean a, .easy #nav #nav-easy a, 
.cost #nav #nav-cost a, .delivery_shipping #nav #nav-delivery_shipping a, 
.specials #nav #nav-specials a, .contact #nav #nav-contact a { 
	color: #fff; 
	text-decoration: underline; 
	}	
	
	
	
/* INDEX PAGE TABLE */

.home table {border-top:#999 thin dashed; padding-top:10px;}
.home td {padding:5px;}
.home td a {display:block; text-decoration:none; color:#000;}
.home td a:hover {text-decoration:underline;}
.home td h2, h3#contactus {background:url(../design/arrow.png) no-repeat; background-position: 95% 50%;}
	h3#contactus {color:#54a4b2;}

/* COST COMPARE TABLE */	

table#compare {margin-bottom:10px;}

table#compare th, table#compare td {border:1px solid #ccc; border-collapse:collapse;}

table#compare th {text-align:center; vertical-align:middle;}

table#compare td {vertical-align:top;}

ul.check  {
	padding-left: 20px;
	list-style:none;
}
ul.check li {
	background: url(../images/checkmark3.gif) top left no-repeat;
	padding:5px 0 10px 35px;
}


ul.uncheck  {
	padding-left: 20px;
	list-style:none;
}
ul.uncheck li {
	background: url(../images/xmark.gif) top left no-repeat;
	padding:0 0 10px 28px;
}

