@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: #795845; font-family: Arial, Helvetica, 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 */; }

h1, h2, h3 {
	border-bottom: 1px solid #ebc4b7; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: .5em;
	text-transform: uppercase;
	}

h1:first-letter   {
	font-size: 1.5em;
}
h2:first-letter   {
	font-size: 1.3em;
}
h1:first-line, h2:first-line {
	font-variant: small-caps;
}

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }
p {padding-top: 1em;}
a { color: #9d8467; text-decoration: underline; }
a:hover, a:active { color: #9d8467; 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 {background: #ebc4b7 url(../images/design/footer-bg.png) repeat-x;  clear: both; margin: 0 auto; font-size: 95%;  text-align: center;}
#footer p {color: #9d8467; padding: 5px; padding-top: 20px;}
#footer a, #footer a:visited { 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: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #EBC4B7 }

/* legend styling */
legend { font-weight: bold; color: #9f806e; }

/* 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: #71523f; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

html {
	background: #ebc4b7;
	margin:0 auto;
	text-align : center;
}	
/*#ebc4b7*/
#container {
	background: #9D8467 url(../images/design/html-bg.png) repeat-x;
	position: relative;
	text-align : left;
}
	
#wrapper {
	background: url(../images/design/scroll-bg.png) no-repeat 50% 5px ;
}	

#branding  {
	color: #795845;
	height: 62px;
	font-size: .95em;
	font-weight: bold;
	margin: 0 auto;
	width: 595px;
}
	
#branding ul {
	display:inline;
	float: left;
	list-style: none;
	padding-top: 15px;
	width: auto;
	margin-left: 0;
	padding-left: 80px;
}	
#branding li {
	float: left;
	background: url(../images/design/scroll-bullet.png) 0 50% no-repeat;
	padding-left: 33px;
	padding-right: 5px;
}
	
#branding li.address {
	background: none;
}
	
.email a {
	color: #795845;
	text-decoration: underline;
}

.email a:hover  {
	text-decoration: none;
}

.phone {
	font-size: 1.2em;
}

#header {
	background:url(../images/design/logo.png) 50% 50% no-repeat;
	color: #795845;
	height:118px;
	margin:0 auto;
	width: 474px;
}
#header h1 {
	border-bottom: none;
}
#header h1 a {
	border-bottom: none;
	height: 80px;
	display: block;
	outline: none;
	text-indent: -5000px;
	width: 474px;
}

#content { 
	margin : 0 auto; 
	position : relative; 
	text-align : left;
	width: 689px;
}
#content h2{ 
	padding-top: .5em;
}
#mp-main {
	background: #e7ded4;
	margin: 12px 0;
	padding: 25px;
	width: 686px;
}

.home #mp-main {
	background: none;
	margin: 0;
	padding: 0;

}
