/*
Company:	JH Equipment
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #bfc2c8;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.gif) repeat-y 0 0;
}
div#hd-inner {
	width: 990px;
	overflow: hidden;
	background: url(../images/hd-bkg.gif) no-repeat 0 0;
}

/* Body */
div#bd {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}

/* Footer */
div#ft {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: url(../images/content-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	border-bottom: 1px solid #717174;
}
div#ft p {
	padding: 10px;
	text-align: right;
	margin: 0;
	font-size: 77%;
	color: #666666;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 250px;
	height: 185px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Head Right */
div#hd-right {
	width: 730px;
	padding: 70px 0 0 0;
	float: right;
	display: inline;
}

/* Tagline */

div#tagline p {
	font-size: 175.9%;
	color: #576682;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
div#tagline span {
	color: #576682;
	font-size: 275.6%;
	font-weight: bold;
	letter-spacing: 0.06em;
}

/* Main */
div.main {
	width: 549px;
	margin: 0 0 0 45px;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 343px;
	margin: 0 44px 0 0;
	float: right;
	display: inline;
}

/* Products */
div.products {
	clear: both;
}

/* Featured Product */
div.featured-product {
	border: 1px solid #ccc;
	height: 375px;
	margin: 0 0 65px 0;
	overflow: hidden;
}
div.featured-product h1 {
	font-size: 138.5%;
}
div.featured-product h1 span.prod-title {
	display: block;
	padding: 0 0 10px 0;
}
div.featured-product h2 {
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 108%;
	color: #666666;
	background: url(../images/wide-box-hd-bkg.gif) repeat-y 0 0;
}
div.featured-product div.content-pad {
	padding: 10px 15px;
}
div.featured-product img.pic {
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}
div.featured-product div.prod-desc {
	clear: both;
	padding: 0 10px;
}

/* Callouts */
div.callouts {
	margin: 0 0 9px 0;
	overflow: hidden;
}
div.callouts div.catalog {
	width: 271px;
	height: 82px;
	float: left;
	display: inline;
}
div.callouts div.search {
	width: 271px;
	height: 82px;
	background: url(../images/search-box-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	float: right;
	display: inline;
}
div.callouts div.search label {
	padding: 10px 0 2px 10px;
	display: block;
	font-size: 108%;
	font-weight: bold;
	color: #666666;
}
div.callouts div.search input.txt {
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 2px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	color: #666666;
	width: 165px;
}
div.callouts div.search input.btn {
	vertical-align: middle;
}
div.callouts div.search p {
	margin: 0;
	padding: 3px 0 0 10px;
	font-size: 77%;
}
div.callouts div.search p a:link, div.callouts div.search p a:visited {
	color: #666666;
	text-decoration: underline;
}
div.callouts div.search p a:hover {
	text-decoration: none;
}

/* Side Box */
div.side-box {
	border: 1px solid #ccc;
	margin: 0 0 7px 0;
}
div.side-box h2 {
	margin: 0 0 5px 0;
	background: url(../images/side-hd-bkg.gif) repeat-y 0 0;
	font-size: 108%;
	color: #666666;
	padding: 5px;
}
div.side-box h3 {
	margin: 0 0 5px 0;
	font-size: 108%;
}
div.side-box-pad {
	padding: 10px 15px;
}
div.side-box div.left {
	width: 210px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
div.side-box div.right {
	width: 80px;
	font-weight: bold;
	float: right;
	display: inline;
}

/* Products */
div.products {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
}
div.products div.prod-table {
	padding: 10px 0;
	text-align: center;
}
div.products div.products-hd {
	width: 548px;
	height: 55px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	position: absolute;
	margin: -56px 0 0 -1px;
	overflow: hidden;
	background-color: #fff;
}
div.products div.products-hd p {
	margin: 0;
	padding: 5px;
	background: url(../images/view-all-prod-hd.gif) repeat-y 0 0;
	font-weight: bold;
	font-size: 93%;
}
div.products h2 {
	margin: 0;
	padding: 5px;
	font-size: 108%;
	color: #666666;
	background: url(../images/wide-box-hd-bkg.gif) repeat-y 0 0;
}
div.products table {
	width: 870px;
	margin-left: 15px;
	margin-bottom: 0;
}
div.products table h4 {
	font-size: 93%;
	margin: 0 0 10px 0;
	line-height: 130%;
}
div.products table p {
	font-size: 93%;
	color: #666666;
	font-weight: bold;
}
div.products table td {
	border: none;
	text-align: center;
	width: 25%;
	vertical-align: top;
	padding: 15px 5px 15px 6px;
	background: url(../images/table-div.gif) no-repeat 0 50%;
	border-bottom: 1px solid #ccc;
}
div.products table td:first-child {
	background: none;
}
div.products table tr.last td {
	border-bottom: none;
}
/* @end */

/* @group Nav */
	
/* @end */

/* @group Default Headings */
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
	color: #666666;
	line-height: 140%;
}

div.side p {
	font-size: 93%;
	color: #666666;
	line-height: 140%;
}
div.side p strong {
	color: #000;
}

.bold {
	font-weight: bold!important;
}
/* @end */

/* @group Default Lists */
div.side ul {
	margin: 0 0 1em 0;
}
div.side ul li {
	list-style: none;
	font-size: 93%;
	padding: 1px 0;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #576682;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

