/*
Theme Name: HHF Corporate v1.0
Theme URI: http://hhf-inc.com/_css/index
Description: Created May 2008. This is the main CSS theme for hhf-inc.com.
@media target: Screen, projection
@copyright:    HHF, Inc.
Version: 1.0
Author: Owan Hunte <owan@ispheretechnologies.com>

Table of Contents:
	layout
		general
		header
		main
		contact form
		footer
		hooks
	typography
*/

/* layout
----------------------------------------------- */

/* Friendly global style resetting */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { padding: 0; margin: 0 }
table { border-collapse: collapse; border-spacing: 0 }
a, img { border: none; outline: none }
address, caption, cite, th { font-style: normal; font-weight: normal }
ol, ul { list-style: none }
caption, th { text-align: left }
fieldset { border: none; }
abbr { border: none; }
iframe { border: none; overflow: hidden; }

/* layout --> general
----------------------------------------------- */
html, body {
	background-color: #f1f1f1;
	color: #000;
}

body, table, tr, td, th {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
}
body { text-align: center; padding-top: 10px; }

#wrapMe {
	margin: 0 auto;
	width: 1000px;
}

.hook { clear: both; }
.hook_l { clear: left; }
.hook_r { clear: right; }

.fsm {
	font-weight: bold;
	margin-bottom: 15px;
	background: #FFFFFF url(http://hhf-inc.com/images/site/backend_msg_bg.png) repeat-x left top;
	padding: 8px 10px;
	border: 1px solid #CCC9A4;
	color: #6F6F6F;
}

.fsm span, .error {
	color: #009933;
}

/* layout --> header
----------------------------------------------- */
#headerWrap {
	background: url(http://hhf-inc.com/images/site/header-bg-crnrright.jpg) no-repeat right top;
	text-align: left;
	height: 213px;
	padding-right: 26px;
}

#headerWrapInner {
	background: url(http://hhf-inc.com/images/site/header-bg-crnrleft.jpg) no-repeat left;
	height: 213px;
	padding-left: 25px;
}

#headerMain {
	background: url(http://hhf-inc.com/images/site/header-bg.jpg) repeat-x top;
	height: 213px;
	position: relative;
}

#curve {
	background: url(http://hhf-inc.com/images/site/top-curve.jpg) no-repeat;
	height: 168px;
	position: absolute;
	left: 0px;
	top: 45px;
	width: 259px;
}

#masterLogo {
	position: absolute;
	height: 116px;
	width: 277px;
	left: 13px;
	top: 33px;
}

#headerImagery {
	position: absolute;
	height: 122px;
	width: 448px;
	top: 37px;
	right: -26px;
}

#headerMain .navigation {
	background: url(http://hhf-inc.com/images/site/headernav-bg.png) no-repeat left top;
	position: absolute;
	width: 400px;
	height: 127px;
	left: 289px;
	top: 40px;
}

#headerMain .navigation li {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 2px 0 0 32px;
	position: absolute;
	height: 20px;
}

#headerMain .navigation a { font: 13px Arial, Helvetica, sans-serif; color: #787878; text-decoration: none; }
#headerMain .navigation a:hover, body#home li#nav_home a, body#about li#nav_about a, body#services li#nav_services a, body#equipment li#nav_equip a, body#contact li#nav_contact a { color: #009900; }
#headerMain .navigation span { display: block; visibility: hidden; }

li#nav_home span,body#home li#nav_home {background-image: url(http://hhf-inc.com/images/site/navbullet-home_f2.jpg);}
li#nav_home { background-image: url(http://hhf-inc.com/images/site/navbullet-home.jpg); left: 102px; top: 0px; }

li#nav_about span, body#about li#nav_about { background-image: url(http://hhf-inc.com/images/site/navbullet-about_f2.jpg); }
li#nav_about { background-image: url(http://hhf-inc.com/images/site/navbullet-about.jpg); left: 138px; top: 22px; }

li#nav_services span, body#services li#nav_services { background-image: url(http://hhf-inc.com/images/site/navbullet-services_f2.jpg); }
li#nav_services { background-image: url(http://hhf-inc.com/images/site/navbullet-services.jpg); left: 174px; top: 50px; }

li#nav_equip span, body#equipment li#nav_equip { background-image: url(http://hhf-inc.com/images/site/navbullet-equip_f2.jpg); }
li#nav_equip { background-image: url(http://hhf-inc.com/images/site/navbullet-equip.jpg); left: 206px; top: 76px; }

li#nav_contact span, body#contact li#nav_contact { background-image: url(http://hhf-inc.com/images/site/navbullet-contact_f2.jpg); }
li#nav_contact { background-image: url(http://hhf-inc.com/images/site/navbullet-contact.jpg); left: 238px; top: 105px; }

/* layout --> main
----------------------------------------------- */
#main {
	border-top: 3px solid #FF0000;
	border-bottom: 3px solid #FF0000;
	background: #000000 url(http://hhf-inc.com/images/site/main-bg.gif) no-repeat 280px top;
	position: relative;
	color: #FFFFFF;
	font: 13px "Trebuchet MS", Arial, sans-serif;
	padding-bottom: 20px;
	height: 1%;
}

#main table, #main tr, #main td { font: 12px "Trebuchet MS", Arial, sans-serif; }

#main .line {
	background: url(http://hhf-inc.com/images/site/main-bg-line.gif) repeat-y left;
	width: 4px;
	position: absolute;
	left: 462px;
	top: 459px;
}

#main h2 { font-size: 19px; }
#main h3 { font-size: 16px; }

#subnav {
	padding: 37px 0px 0px;
	float: left;
	width: 540px;
	text-align: left;
}

#subnav li {
	background: url(http://hhf-inc.com/images/site/subnav-sep.jpg) no-repeat right top;
	display: inline;
	float: left;
	padding: 2px 21px 0 18px;
	text-align: center;
}
#subnav li.first { padding-left: 0; }
#subnav li.last { background: none; padding-right: 0; }

#subnav a { font: 11px Arial, Helvetica, sans-serif; color: #686868; margin-right: 20px; }
#subnav a.sectLink { font: 19px Arial, Helvetica, sans-serif; color: #ccc; margin-right: 0; }
#subnav a:hover { color: #eee; }
#subnav a.active { color: #66FF66; cursor: default; }
#subnav a.last { margin-right: 0; }

.sectionIm {
	position: absolute;
	text-align: left;
	left: 288px;
	top: 24px;
}

.content_one {
	float: left;
	width: 450px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	margin-left: 90px;
}

.grid_one {
	padding: 20px 0 20px 20px;
	margin-right: 30px;
	float: left;
	width: 490px;
	text-align: left;
}

.grid_one_nested {
	float: left;
	margin-right: 20px;
	width: 190px;
}

.grid_two {
	padding: 20px 0 20px 0;
	float: left;
	width: 420px;
	text-align: left;
}

.grid_two_nested {
	float: left;
	width: 190px;
}

/* layout --> forms
----------------------------------------------- */
.stdform1 {
	padding: 8px 0px 0px 0px;
	width: 490px;
}

.stdform1 p {
	clear: left;
	text-align: left;
}

.stdform1 p label {
	float: left;
	margin-top: 2px;
	font-weight: bold;
	color: #ccc;
	width: 150px;
}

.stdform1 input.txt, .stdform1 textarea {
	border: 1px solid #999999;
	padding: 3px 0px 3px 4px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 290px;
}

.stdform1 textarea {
	/*height: 120px;*/
}

/* layout --> footer
----------------------------------------------- */
#footerWrap {
	background: url(http://hhf-inc.com/images/site/footer-bg-crnrright.jpg) no-repeat right top;
	text-align: left;
	height: 74px;
	padding-right: 30px;
}

#footerWrapInner {
	background: url(http://hhf-inc.com/images/site/footer-bg-crnrleft.jpg) no-repeat left;
	height: 74px;
	padding-left: 30px;
}

#footerMain {
	background: url(http://hhf-inc.com/images/site/footer-bg.jpg) repeat-x;
	height: 74px;
	position: relative;
}

#footerMain .contact {
	float: right;
	padding-top: 15px;
	font: 13px/140% Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	text-align: center;
	margin-right: 30px;
}
#affiliateMap { padding-top: 9px; padding-left: 10px; float: left; }

#footerMain .line {
	background: url(http://hhf-inc.com/images/site/footer-line.jpg) no-repeat left top;
	position: absolute;
	height: 72px;
	width: 3px;
	left: 434px;
	top: 0px;
}

.copyright {
	padding: 8px 10px 22px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #444;
}

.copyright .links {
	float: right;
}

.copyright .links a {
	text-decoration: underline;
	color: #787878;
}

.copyright .links a:hover {
	text-decoration: none;
	color: #999;
}

/* typography
----------------------------------------------- */
p { margin: 0 0 1.5em 0; line-height: 1.3em; }
a { color: #FFFF00; text-decoration: none; }
#footerMain a { color: #444; }
a:hover { color: #5F9EA0; text-decoration: none; }
#footerMain a:hover { color: #5F9EA0; }
img.thumb { border: 2px solid #333333; }
.emphasise { font-style: italic; }
.highlight { font-weight: bold; }
.ij_title { font-size: 1.1em; font-weight: bold; color: #BCBCBC; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #66FF66;
}

h1 { margin-bottom: 20px; }
h2 { margin-bottom: 18px; }
h3 { margin-bottom: 8px; }

h1 a, h2 a, h3 a { color: #66FF66; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #66FF99; }