/* *************************************************************************** */
/* Font Embedded */
/* *************************************************************************** */
@font-face {
	font-family: Akzidenz Grotesk BE Ex;
	font-style:  normal;
	font-weight: normal;
	src: url(../fonts/AKZIDEN0.eot);
}

/* *************************************************************************** */
/* General */
/* *************************************************************************** */
html {
	padding: 0;
	margin: 0;
	background-color: #89A3B4;
}
body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	behavior: url(/includes/csshover.htc);
}
div {
	font-family: arial, helvetica, sans-serif;
	color: #666;
}
a {
	font-family: Arial, helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
table#main {
	width: 774px;
}
td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	vertical-align: top;
}
textarea {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	width: 120mm;
	height: 20mm;
}
input {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #F3F3F1;
	padding: 0 3px;
	color: #666;
}
select {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #F3F3F1;
	color: #666;
}

/* *************************************************************************** */
/* Menu Section */
/* *************************************************************************** */
div#menu {
	margin: 34px 0;
	padding: 0;
	border-top: 1px solid #030;
}
div#menu ul {
	margin: 0; 
	padding: 0; 
	width: 160px; 
}
div#menu ul.level2 {
	border: 1px solid #030;
	background: #89A3B4;
}

ul.level1 li {
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #030;
}
ul.level2 li {
	font-size: 10px;
	text-align: left;
	border-bottem: 0;
}
div#menu li {
	position: relative; 
	list-style: none; 
	margin: 0;
}
div#menu li:hover {
	background: #89A3B4;
}
div#menu li.submenu {
	background: url(submenu.gif) 95% 50% no-repeat;
}
div#menu li.submenu:hover {
	background-color: #89A3B4;
}
div#menu a.selectedMenu {
	color: #030;
	background-color: #FFF;
}
ul.level2 a.subMenuLevel2:hover {
	background-color: #1B4075;
}
ul.level2 li#2ndLevel:hover {
	background-color: #1B4075;
}
div#menu li a {
	display: block; 
	color: #FFF;
	padding: 2px 10px;
  	text-decoration: none;
	width: 160px; 
}
div#menu li a:hover {
	border-left-color: red;
}
div#menu>ul a {
	width: auto;
}
div#menu ul ul {
	position: absolute; 
	top: -1px; 
	left: 160px;
  	display: none;
}
div#menu ul.level1 li.submenu:hover ul.level2 {
	display:block;
}

/* *************************************************************************** */
/* Banner area */
/* *************************************************************************** */
td#banner {
	width: 774px; 
	height: 86px; 
}
td#banner p#BackGroundImage {
	position: absolute;
	margin: 0;
	padding: 0;
}
td#banner p#HuntonGoupLogoLink {
	position: absolute;
	margin: 10px;
}
td#banner p#TraneLogoLink {
	position: absolute;
	margin: 11px 0 0 629px; 
}

/* *************************************************************************** */
/* Label area */
/* *************************************************************************** */
td#label {
	width: 774px; 
	height: 26px; 
	background: url(../images/bg_labelArea.gif) no-repeat;
}
td#label p#contactLink {
	
	position: absolute;
	margin: 0 12px;
	padding: 6px 0;
}
td#label p#contactLink a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
td#label p#title {
	position: absolute;
	margin: 2px 0 0 171px;
}

/* *************************************************************************** */
/* Left Menu area */
/* *************************************************************************** */
td#leftMenu {
	padding: 0;
	margin: 0;
	width: 160px;
	background: rgb(27,64,117) url(../images/bg_leftMenu.jpg) 0 0 no-repeat;
}
td#bottomImage {
	padding: 0;
	margin: 0;
	width: 160px;
	background-color: #1B4075;
	vertical-align: bottom;
}

/* *************************************************************************** */
/* Right Content Area */
/* *************************************************************************** */
td#content {
	width: 641px;
	background-color: #FFF;
}
td#content p#pageTitle {
	margin: 0;
	font-family: "Akzidenz Grotesk BE Ex", Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	height: 47px;
	width: 612px;
	padding: 11px;
	background: url(../images/bg_lblTitleArea.gif) 0 0 no-repeat;
}
td#content>p#pageTitle {
	width: 590px;
}
td#content ul {
	list-style-type: square;
	color: #OOO
	/* list-style-image: url(../images/bullet_green.gif); */
}
td#content div#bodyContent {
	padding: 13px;
}

/* *************************************************************************** */
/* Left Menu area */
/* *************************************************************************** */
td#footer {
	padding: 0;
	margin: 0;
	width: 774px;
	height: 127px;
	background: url(../images/bg_homefooter.jpg) 0 0 no-repeat;
}
td#subPagesFooter {
	padding: 0;
	margin: 0;
	width: 774px;
	height: 59px;
	background: url(../images/bg_subPagesFooter.gif) 0 0 no-repeat;
}

/* *************************************************************************** */
/* Others */
/* *************************************************************************** */
.blackText {
	color: #000;
}