@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: #000; 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 */ color:#800000;}
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: black; text-decoration: underline; }
a:hover, a:active { color: #666; 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; }

#nav a, #nav a:visited { color: #fuchsia; text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.relining #nav #nav-relining a,
.inserts #nav #nav-inserts a,
.services #nav #nav-services a,
.inserts #nav #nav-inserts a,
.specials #nav #nav-specials a,
.articles #nav #nav-articles a,
.service #nav #nav-service a,
.request #nav #nav-request a,
.contact #nav #nav-contact a { text-decoration: underline; }

#footer { margin: 0 auto; font-size: 90%; 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: #792022; }

/* 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: #792022; color: #fff; text-transform: uppercase; font-size: 90%; }

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

											Custom Styles

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

html {
	background:#000;
	}
#container {
	width:908px;
	margin:0 auto;
	}
#branding {
	width:908px;
	height:181px;
	background:url(/design/bg_header.jpg) top center no-repeat;
	}
.logo {
	width:301px;
	float:left;
	margin:10px 0 0 40px;
	text-align:center;
	}
.logo a, .logo a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
	color:#003e9c;
	margin:0;
	padding:0 20px 0 0;
	}
.logo a:hover {
	color:#0F59C3;
	}
.phone {
	width:240px;
	height:80px;
	float:left;
	margin:60px 0 0 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#800000;
	}
#nav {
	width:908px;
	height:44px;
	background:url(/design/bg_nav.jpg) top center no-repeat;
	}
#nav ul {
	padding:12px 0 0 40px;
	}
#nav li {
	display:inline;
	}
#nav a, #nav a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#762123;
	padding:0 10px;
	border-right:#762123 1px solid;
	}
#nav a:hover, #nav a:active {
	color:#CB020A;
	}
#nav .last a {
	border:none;
	}
#content {
	width:908px;
	float:left;
	padding:20px 0 0 0;
	background:url(/design/bg_content.jpg)
	}
#copy {
	width:550px;
	margin:0 0 0 40px;
	float:left;
	}
#callout {
	width:253px;
	float:right;
	margin:0 40px 0 0;
	background:url(/design/bg_sidebar_middle.jpg) top center repeat-y;
	}
#callout ul {
	width:181px;
	margin:0 auto;
	}
#callout li {
	background:url(../design/bg_callout.jpg) top center no-repeat;
	}
#callout h3 {
	width:151px;
	height:45px;
	margin-top:20px;
	padding:2px 0 0 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	}
#callout h3 a, #callout h3 a:visited {
	text-decoration:none;
	color:#fff;
	}
#callout p {
	line-height:1;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.callout_top {
	width:253px;
	height:8px;
	margin:0;
	padding:0;
	top:0;
	background:url(/design/bg_sidebar_top.jpg) top center no-repeat;
	}
.callout_bottom {
	width:253px;
	height:8px;
	margin:0;
	padding:0;
	bottom:0;
	background:url(/design/bg_sidebar_bottom.jpg) bottom center no-repeat;
	}
.logos {
	text-align:center;
	}
#footer {
	width:908px;
	height:81px;
	padding-top:20px;
	float:left;
	color:#000;
	background:url(/design/bg_footer.jpg) top center no-repeat;
	}
#footer a, #footer a:visited {
	color:#000;
	text-decoration:underline;
	}
#footer a:hover {
	color:#666;
	text-decoration:underline;
}
.hidden {
	display:none;
	visibility:hidden;
	}
