/* default settings
============================================================================ */

html {
	text-align: center;
}

body {
	min-width: 750px;
	max-width: 950px;
	margin: 30px 10px 0 10px;
	position: relative;
	font: 76%/140% Arial, Verdana, sans-serif;
	color: #000;
	text-align: left;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

p {
	padding-top: .5em;
}

a:link, 
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, 
a:active {
	text-decoration: none;
}

em {
	font-style: italic;
	font-weight: bold;
}
	
* { 
	behavior: url(/iepngfix.htc); 
}
	


/* layout
============================================================================ */

/* --- NavSub --- */

#NavSub {
	position: relative;
	height: 4em;
}

#NavSub ul {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0;
	margin-left: 0;
	width: 70%;
	float: left;
	font-family: "arial narrow" , arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 1px solid #b6bcc7;
}

#NavSub ul li {
	display: inline;
}

#NavSub ul li a {
	padding: 0.2em 1em;
	color: #7e8591;
	text-decoration: none;
	float: left;
	border-right: 1px solid #b6bcc7;
}

#NavSub ul li a:hover {
	background-color: #b9bfca;
}

#NavSub ul li#Login a {
	color: #000;
}

.home #NavSub #Home a, 
.locations #NavSub #Locations a, 
.contact #NavSub #Contact a, 
.careers #NavSub #Careers a {
	background-color: #e1e1e1;
}

.water-treatment #NavMain #WaterTreatment a {
	background-color: #600;
}

/* --- 888-4Hobart --- */
#NavSub p.hobart-888 {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "arial narrow" , arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	float: right;
	padding: 1px 7px;
	margin: 0;
	color: #8e2421;
	border: 1px solid #8e2421;
}

/* --- Branding --- */
#Branding {
	height: 147px;
	position: relative;
	border-top: 5px solid #8e2421;
	border-bottom: 5px solid #8e2421;
}

#BrandingLogo {
	float: left;
	width: 26%;
	margin: 1px 0;
	height: 139px;
	border-left: 1px solid #cacac2;
	background-color: #d8d7c6;
}

#BrandingLogo img {
	margin: 3.5em auto;
}

#BrandingImage {
	margin: 1px 0 1px 1px;
	height: 145px;
	width: 398px;
	float: left;
	background: #fff url(Images/branding-image.jpg) left top no-repeat;
}

#BrandingMessage {
	position: absolute;
	top: 0;
	right: 0;
	margin: 1px 0 1px 1px;
	height: 145px;
	width: 40%;
	border-right: 1px solid #cacac2;
	background: transparent url(Images/branding-msg-bg.png) left top no-repeat;
}

#BrandingMessage img {
	padding-left: 60px;
	margin: 3em auto;
}

/* --- BrandingSub --- */
#BrandingSub {
	position: absolute;
	left: 300px;
	right: 2px;
	padding: .2em 1em .5em 1em;
	background-color: #8e2421;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}

/* --- Content --- */
#Content {
	position: relative;
	float: left;
	width: 100%;
	border-left: 1px solid #cacac2;
	border-bottom: 1px solid #cacac2;
}

/* --- ContentMain --- */
#ContentMain {
	background: #fff url(Images/you-banner.jpg) left top no-repeat;
	font-size: 1em;
	float: left;
	line-height: 1.6em;
	padding: 0 0 30px 10px;
	width: 51%;
}

.service #ContentMain #Info, 
.contracts #ContentMain #Info, 
.locations #ContentMain #Info, 
.warranty-registration #ContentMain #Info, 
.notices #ContentMain #Info {
	width: 550px;
}

#ContentMain p {
	margin: 100px 10px 0 80px;
	padding: 10px 0px 0 10px;
	border-top: 1px solid #cacac2;
}

/* --- ContentSub --- */
#ContentSub {
	border-right: 1px solid #cacac2;
	font-size: .9em;
	line-height: 1em;
	padding: 40px 15px 20px 0;
	float: right;
	margin-right: 1px;
	width: 180px;
}

#ContentSub h2 {
	font-weight: bold;
	font-size: 1.2em;
}

#ContentSub ul.offers {
	line-height: 1.2em;
	padding: 10px 20px 20px 20px;
	width: 80%;
	border-bottom: 1px dotted #000;
}

#ContentSub ul.offers p
{
	margin-top: .5em;
}

#ContentSub h3 
{
	font-weight: bold;
	text-transform: uppercase;
	color: #8e2421;
}

#ContentSub ul.offers li h3 
{
	font-size: 1.2em;
}

#ContentSub img {
	margin: 20px auto 0 auto;
}

#ContentSub ul.offers a.learn-more {
	text-transform: uppercase;
	color: #8e2421;
	background: #fff url(Images/arrow_red.png) left center no-repeat;
	padding-left: 15px;
}

#ContentSub ul.offers a.learn-more:hover {
	text-decoration: underline;
	color: #8e2421;
}

/* --- NavMain --- */
#NavMain {
	width: 160px;
	float: left;
	background-color: #dedccf;
	border-bottom: 5px solid #8e2421;
}

#NavMain li {
	font-size: 1em;
	font-weight: bold;
	border-top: 1px dotted #666;
}

#NavMain li a {
	color: #54544e;
	width: 130px;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}

#NavMain li#MyHobartService a {
	color: #377128;
}

#NavMain a:hover, 
.service #NavMain #Service a, 
.parts #NavMain #Parts a, 
.installation #NavMain #Installation a, 
.enzyme-products #NavMain #EnzymeProducts a,
.water-treatment #NavMain #WaterTreatment a, 
.manuals #NavMain #Manuals a, 
.contracts #NavMain #Contracts a, 
.warranty-registration #NavMain #WarrantyRegistration a {
	background: #fbf9ec url(Images/right-triangle-small-grey.gif) left center no-repeat;
}

/* Don't show sub menus on main page */
ul.nav-main-sub{
	display:none;
}

/* --- SiteInfo --- */
#SiteInfo {
	clear: both;
	width: 75%;
	font-size: .9em;
	color: #666;
	padding: 5px 0 20px 0;
}

#SiteInfo a {
	color: #000;
	text-decoration: none;
}

#SiteInfo a:hover {
	color: #8e2421;
	text-decoration: underline;
}


/* ---[ tables - dataForm ]------------------------------- */

form#dataForm table {
	padding: 0;
	margin: 0 15px;
}

form#dataForm table p {
	margin: 0;
	padding: 0;
}

form#dataForm table td {
	font-size: 95%;
}

form#dataForm table td.headingLine {
	font-size: 100%;
}

form#dataForm table td.headingLine p {
	border-top: 1px solid #002c82;
	margin: 15px 0;
	padding: 3px 0;
	line-height: 1.3em;
}

form#dataForm td.headingLine span.formSectionNote {
	display: block;
	border: none;
	font-size: 85%;
	color: #666;
	padding: 0;
	margin-left: 2px;
}

form#dataForm span.fieldNote {
	display: block;
	border: none;
	font-size: 90%;
	color: black;
	padding: 0;
	margin-left: 2px;
}

form#dataForm table tr.formButtons td p {
	font-size: 95%;
	text-align: center;
	font-weight: bold;
	border-top: 2px solid #002c82;
	margin: 30px 0;
	padding: 10px 0;
}

form#dataForm table td.fieldTitle {
	width: 30%;
}

