@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: #525cbc url('../images/site_bg.jpg') repeat-x; 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: #4ab3e9; text-decoration: underline; font-weight: bold;}
a:hover, a:active { color: #4ab3e9; text-decoration: none; font-weight: bold;}

/* 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 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: #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: 290px; padding: 0 .25em; background-color: #0567ae; color: #fff; text-transform: uppercase; font-size: 90%; }

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

											Custom Styles

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

#main {
	width: 100%;
	margin: 0px auto 0;
	height: 100%;
}

/*****************   MENU - SELECTED STAES   ********************/

body.home a#nav-home,
body.about a#nav-about,
body.household  a#nav-household,
body.office a#nav-office,
body.storage a#nav-storage,
body.faqs a#nav-faqs,
body.plan a#nav-plan,
body.tips a#nav-tips,
body.request a#nav-request,
body.contact a#nav-contact {
color: #000;
}

/*****************   LOGO PLACEMENT   ********************/

#header h1 a {
	display: block;
	width: 200px;
	height: 100px;
	text-indent: -5000px;
	outline: none;
	float: left;
}
#description {
	float: left;
	padding: 40px 0 0 10px;
	display: block;
	width: 400px;
	height: 75px;
}
#description p{
	font-size: .8em;
	color: #696969;
}

/*****************   LAYOUT   ********************/

#header {
	height: 181px;
	width: 857px;
	background: url('../images/header.jpg') top center no-repeat;
	margin: 0px auto;
}
#nav {	
	height: 21px;
	width: 857px;
	padding-top: 5px;
	margin: 0px auto;
}
#nav span{
	color: #8b2024;	
}
#wrapper{
	width: 857px;
	margin: 0px auto;
background: #838CC7 url('../images/content_bg.jpg') repeat-x;
min-height: 759px;
margin-top: 8px;
}
#content, #contentsub {
	width: 535px;
	float: left;
	padding-left: 20px;
}
#contentsub {
margin-top: 20px;
}
#content h1{
	margin: 20px 0 10px 0px;
}
#content span {
	display: block;
	width: 470px;
	height: 3px;
	background: #fbda64;
	margin-left: 30px;
}
#sidebar {
	width: 288px;
	height: 100%;
	float: right;
}
#sidebar img{
padding: 10px 0 0 10px;
}
#footer {
	clear: both;
	display:  block;
	overflow:  hidden;
	width: auto;
	height: 56px;
	margin: 0 auto;
	text-align: center;
	padding: 18px 30px 0 30px;
	margin-bottom: 20px;
border-top: 1px dotted #ccc;
background: #6E77C2;
}
#footer p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
}
#footer p.top {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#footer a {
	color: #fff;
}
#footer a:active, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #8a8a8a;
	text-decoration: underline;
}
#address {
	text-align: center;
	float: left;
	width: 245px;
	height: 80px;
	border-top: 1px dotted;
	margin-top: 10px;
}
#address p {
	color: #696969;
	font-family:Arial, Helvetica, sans-serif;
}
.cleaner {
	clear: both;	
}
#leftcol_txt {
	width: 215px;
	margin-left: 14px;
	float: left;
	padding-top: 20px;
	padding-bottom: 12px;
}
#leftcol_txt p{
	color: #fff;
	font-size: .8em;
	margin-bottom: 14px;
}
#phone {
float: right;
padding: 30px 380px 0px 0px;
}
#phone h1 {
font-size: 2em;
color: #efbd2e;
text-align: center;
margin-bottom: 1px;
line-height: 1.2em;
}
#phone h2 {
font-size: 1em;
color: #fff;
text-align: center;
margin-bottom: 1px;
}
#phone h2 a{
font-size: 1em;
color: #4ab3e9;
text-align: center;
font-weight: normal;
text-decoration: none;
}
#phone h2 a:hover{
text-decoration: underline;
}