/* 

STYLE SHEET FOR HEARTLAND TECHNOLOGY PRECISION AG WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation 
	4. fonts
	5. images
	6. hacks


/* --------- 1. defaults  --------- */

* {margin: 0; padding: 0;}

body {
	color: #000000;
	background-color: #fff;
	background-position: center top;
	background-image: url(https://www.htsag.com/images/masthead_backgrd.gif);
	background-repeat: repeat-x;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/*  --------- 2. structure  --------- */

#wrapper {
	width: 986px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -157px;

}


#masthead {
	height: 131px;
}
#masthead #storesearch .searchBox{
	text-align: right;
	width: 300px;
}

#masthead #storeSearch {
	float: right;
	padding-top: 61px;
	padding-right: 106px;
	width:300px;
	text-align: right;
}
#masthead #storeSearch .pcForms {
	padding-bottom: 4px;
	padding-top: 0px;
	margin: 0px;
	float: right;
}

#masthead #storeSearch .pcForms .searchBox .pcSmallText {
	color: #b9b99c;
	font-size: 12px;
}
#masthead #storeSearch .pcForms .searchBox .pcSmallText a {
	text-decoration: none;
	color: #b9b99c;
}
#masthead #storeSearch .pcForms .searchBox .pcSmallText a:hover {
	text-decoration: underline;
}
#navBox {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
}
.right {float: right;}
		
#logo {
	padding-left: 50px;
	padding-top: 0px;
	height: 131px;
	width: 425px;
	float: left;
		}
#topNav {float: left; padding-left: 494px; padding-top: 12px;}
#topNav a {text-decoration: none;font-weight: bold;}
#topNav a:hover {text-decoration: underline;}


#content {
	width: 986px;
	clear: both;
		}



/* ---------- 3. links and navigation ---------- */

a:link {color: #0184c2;}		
a:visited {color: #215579;}
a:hover {text-decoration: underline;}
a:active {color: #215579;}

.home #navBox .one a {background-position: bottom !important;}
.precisionProducts #navBox .two a {background-position: bottom !important;}
.classifieds #navBox .three a {background-position: bottom !important;}
.customerService #navBox .four a {background-position: bottom !important;}
.eNewsletters #navBox .five a {background-position: bottom !important;}
.contactUs #navBox .six a {background-position: bottom !important;}

#content a {
	text-decoration: none;
	color: #273b83;
}
#content a:hover {
	text-decoration: underline;
}
		
/* ---------- 4. fonts ---------- */



/* ---------- 5. images ---------- */

a img {border: 0;}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */ text-align: center;}
#wrapper {text-align: left;}  
