@charset "UTF-8";
body  {
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 90px;
	padding: 0;
} 
#headerLogo {
	position: relative;
	left: 0px;
	top: 10px;
}
#headerMenu {
	position: absolute;
	left: 260px;
	top: 54px;
	margin: 0;
	padding: 0px;
	width: 640px;
	float: right;
}

/****************************************************
ADDED BY AUTHOR to style submenus
***************************************************/

#headerMenu ul ul li a:link, #headerMenu ul ul li a:visited {
	display: block;
	background: #FC7E0C;
	margin-right: 0;
	color: #FFF;
	font-size: 0.8em;
	padding-top: 0.4em;
	padding-right: 0em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#headerMenu ul ul li a:hover {
	color: #000;
	background: #FC7E0C;
}
#Headerbar {
	height: 4px;
	width: 100%;
	position: absolute;
	top: 126px;
	left: 0;
	z-index: 1;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #ff7f00;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	color: #FC7E0C;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}
h2 {
	font-size: 150%;
	color: #FC7E0C;
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
h3 {
	font-size: 120%;
	font-weight: normal;
	color: #666;
	margin-bottom: 0.4em;
	display: block;
}
h4 {
	font-size: 120%;
	color: #FC7E0C;
	padding-top: 0.4em;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h5 {
	color: #666;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h6 {
	color: #666;
	font-size: 100%;
}
p {
	margin-bottom: 1.2em;
	line-height: 1.4em;
	margin-top: 0px;
	padding: 0px;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
img {
	padding-bottom: 5px;
}
#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 234px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding-right: 14px;
	padding-top: 10px;
}
#sidebar ul li  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0.6em;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
#sidebar a {
	color: #666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	color: #F60;
}
#sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ol   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0em;
}
#sidebar ol li  {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}  
#mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
}
#mainContent li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	list-style-type: disc;
	padding: 0px;
	color: #F60;
}
#mainContent a {
	color: #666;
	text-decoration: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#mainContent a:hover, #mainContent a:focus, #mainContent a:active {
	color: #F60;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}	
#container #mainContent table {
	border: 1px solid #4B4B4D;
}
#footer  {
	background:#ffffff;
	padding: 0px;
	text-align: center;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
}
#footer a {
	color: #666;
	text-decoration: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #F60;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}	
#Footerbar {
	height: 4px;
	width: 100%;
	position: relative;
	z-index: 1;
	bottom: 150px;
	float: left;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #ff7f00;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.offLeft {
	margin-left: -9999px;
}
.orangeType {
	color: #F60;
	font-weight: bold;
}
.smallType {
	font-size: 9px;
}
#hacYouTube1 {
}
#hacYouTube2 {
	margin-top: 20px;
}
#cacYouTube1 {
}
#cacAnimGif1 {
	margin-bottom: 20px;
}
#cacAnimGif2 {
	margin-bottom: 20px;
}
#gshpDiag {
	float: right;
	width: 240px;
	border: 1px solid #999;
	margin-left: 20px;
	padding: 4px;
}
#gshpDiag img {
	text-align: center;
}
#renYouTube1 {
}
#footerLinks {
	text-align: center;
}
#footerLinks ul  {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerLinks li {
	display: inline;
	text-align: center;
}
#footerLinks a {
	color: #666;
	text-decoration: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-size: .8em;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#footerLinks a:hover, #footerLinks a:focus, #footerLinks a:active {
	color: #F60;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}	

/* Form Starts Here*/
#form {
	padding-bottom: 20px;
}
fieldset {
	padding: 0px;
	margin: 0px;
}
legend {
	font-weight: bold;
	margin-left: 1em;
	color: #666;
}
#form ol {
	margin: 0px;
	padding: 1em;
	list-style-type: none;
}
#form li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	list-style-type: none;
}
#form ul {
	display: inline;
	padding-right: 1em;
	list-style-type: none;
}
label {
	text-align: right;
	float: left;
	width: 10em;
	padding-right: .5em;
}
.options label {
	text-align: left;
	float: none;
	width: auto;
}
#formSubmit {
	padding-top: 10px;
	float: left;
}
#formReset {
	float: right;
	margin-right: 1em;
} 
/*End of Form */
#productsMenu {
	background-color: #E8E8E8;
	margin-bottom: 20px;
	padding-left: 4px;
	height: auto;
}
#productsMenu ul li  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0.6em;
}
#productsMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#productsMenu li {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#productsMenu a {
	color: #666;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#productsMenu a:hover, #productsMenu a:focus, #productsMenu a:active {
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	color: #F60;
}
#multisplitSystems {
	float: right;
	margin-left: 20px;
}
#superDigInverter {
	float: right;
	margin-left: 20px;
}
#Tcom2 {
	float: right;
	margin-left: 20px;
}
#Tcom3 {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#Tcom4 {
	float: right;
	margin-left: 20px;
}
#Tcom5 {
	float: right;
	margin-left: 20px;
}
#Tcom6 {
	float: left;
	margin-right: 20px;
}
#Tcom7 {
	float: right;
	margin-left: 20px;
}
#Tcom8 {
	float: right;
	margin-left: 20px;
}
#auroTHERMexclusive {
	float: right;
	padding-left: 10px;
}
#auroTHERMplus {
	float: right;
	padding-left: 10px;
}
#auroTHERM {
	float: right;
	padding-left: 10px;
}
#auroSTOR {
	float: right;
	padding-left: 10px;
}
#auroMATIC560 {
	float: right;
	padding-left: 10px;
}
.tdGrey {
	background-color: #F0F0F0;
	padding-left: 4px;
	padding-right: 4px;
}
