@import url(reset.css);
@import url(menu.css);
@import url(form.css);

/******************************************************************************************************

										Market Hardware Core CSS

/******************************************************************************************************/

/* typography */
body { font-size: 0.75em /* 12px */; background: white; color: black; font-family: "Trebuchet MS", Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #000; font-size: 1.75em; margin-bottom: 0.5em }
h1 { font-size: 1.6em /* 18px */; }
h2 { font-size: 1.5em /* 15px */; }
h3 { font-size: 1.4em /* 14px */; }
h4, h5, h6 { font-size: 1.3em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #fd4616; text-decoration: underline; }
a:hover, a:active { color: #fd4616; 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 */
#container { width: /*938px*/ 1005px; display: block; margin: 0 auto; background: #fff url(/design/body.gif); }

#branding { position:relative; }
#branding h1 { margin: 0; }
#branding h1 a { display: block; width: 252px; height: 104px; background: url(/design/logo.gif); border-top: 15px solid #fff; text-indent: -99999px; font-size: 1px; color: #fff; }
#branding p { position: absolute; top: 1px; left: 480px; background: url(/design/info.jpg) no-repeat; display: block; width: 361px; padding: 10px 0 5px 62px; line-height: 1.5em; height: 76px; }
#branding p { color: #fd4616; text-align: right; padding-right:100px; }
#branding p strong { font-size: 1.4em; letter-spacing: 2px; padding-right:120px;  }
#branding p .phone { font-size: 1.6em; padding-right:120px; }
.email {padding-right:120px;}
#chat { height:32px; left:300px; position:absolute; top:35px; width:147px; }

#leftcol, #rightcol { float: left; clear: none;  display: inline; }
#leftcol { width: 251px; margin-left: 50px; margin-right: 24px; text-align: right; }
#rightcol { width: 620px; padding-top: 93px; }
#flash { margin-bottom: 1.5em; background: url(/design/flash-placeholder.jpg) no-repeat; height:426px; }


#rightcol h1 { background: #000 url(/design/header.gif); display: block; line-height: 55px; height: 55px; padding: 0 10px; }
.home #rightcol h1, .home #rightcol h2, .home #rightcol h3 { color: #fd7304; background: no-repeat; line-height: normal; height: auto; padding: 0; }
#rightcol #content, #rightcol #content2, #rightcol #content3 { padding-left: 10px; }

#callout { width: 205px; margin: 0 auto; }
#callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#callout h3 { font-size: 1.75em; color: #000; margin-bottom: 0.5em; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #000; background: url(/design/foot.gif) no-repeat; padding: 7em 0 3em; width: 1005px; }

.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; }



#hp-calls {
	height: 170px;
	width: auto;
}

#hp-calls ul {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}

#hp-calls ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	width: 153px;
}

#hp-calls li a {
	display:block;
	text-decoration:none;
		text-indent: -9999px;
	padding-bottom: 120px;
	width: 100%;
}

