@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 */; color: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { margin-bottom: 1em; /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }
h1 { font-size: 1.5em /* 18px */; }
h2 { font-size: 1.3em; border-bottom: 1px solid #1a3d6c; padding-bottom: 5px; /* 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 { color: #f28d1e; text-decoration: underline; }
a:hover, a:active { color: #f28d1e; 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 */
#footer { clear: both; margin: 0 auto;  text-align: center; color: #fff; background: #09408e;}
#content #footer p {padding: 5px; margin-bottom: 0; }
#footer a, #footer a:visited { color: #fff; text-decoration: underline; display: inline; }
#footer a:hover, #footer a:active { color: #fff; 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: 22em; 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: #FFF; }

/* 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: 100px; padding: 0 .25em; background-color: #0567ae; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

html {
	background: url(../images/design/html-bg.jpg) repeat;
	margin:0 auto;
	text-align : center;
}

#content {
	position : relative; 
	width: 760px;
}

#header, #branding {
	background:url(../images/design/header.jpg) no-repeat;
	height:118px;
}

#branding { 
	background: url(../images/design/branding.jpg) no-repeat;
	height: 201px;
}	

#branding p { 
	text-indent: -9999px;
}
	
#header h1  {
	margin-bottom: 0;
}

#header h1 a {
	height: 100px;
	display: block;
	float: left; 
	outline: none;
	text-indent: -5000px;
	width: 400px;
}

#header p {
	float:right;
	margin:0;
	padding:25px 25px 0 0;
	text-align:right;
	width:200px;
}

.phone {
	font-size:2em;
}

#header a:link {
	font-weight: bold;
}

#content { 
	background: url(../images/design/faux-columns.png) repeat;
	margin : 0 auto; 
	position : relative; 
	text-align : left;
}

#leftcol {
	float:left;
	width:200px;
}

#rightcol {
	float:left;
	width:559px;
}

#mp-main {
	padding: 25px;
	padding-top: 5px;
}

#callout {
	font-weight: bold;
	height: 85px;
	line-height: 1;
	text-transform: uppercase;
	width: auto;
	}

#callout h3 {	
	
	padding-top: 0px;
	padding-right:10px;
	}	

#callout span {
	font-size: .75em;
	padding-left: 10px;
	}

#callout ul {
	margin:0;
	padding-top: 15px;
	padding-left: 25px;
	}	

#callout ul li{
	background: url(../images/design/callout.png) no-repeat;
	font-weight:bold;
	font-size: 1.1em;
	float: left;
	height: 55px;
	list-style: none;
	padding-right: 12px;
	width: 163px;
	text-align:right;
}

#callout a:link, #callout a:visited, #callout a:active {
	color: #fff;
	display: block;
	padding-right: 40px;
	padding-top: 15px;
	padding-left: 20px;
	text-decoration: none;
}

#callout ul li.last-call h3 a {
	padding-bottom: 25px;
}

#callout a:hover {
	text-decoration: underline;
}


#footer {
  margin:0 auto;
  padding:10px 0;
  width: 760px;
}

#footer p {
  font-size:0.9em;
  line-height: 1.5;
  margin:0;
}