body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	}
h1 {
	font-size: 130%;
	color: #750404;
	 margin-top: 0px;
	padding-top: 20px;
	}

h2 {
	font-size: 110%;
	color:#666666;
	 margin-top: 0px;
	}	
	
a {
	color: #FF6600;
	text-decoration: none;
	}
	
a:hover {
	color: #FF9900;
	text-decoration:underline;
	}	
a:visted {color: #999999;}


#container {
	text-align: left;
	width: 955px;
 	margin: 0 auto;
	font-size: 80%;
	}

#topBanner {
	height: 191px;
	background-image:url(images/top_banner.jpg);
	background-repeat:no-repeat;
	width: 954px;
	}

#nav {
	height: 45px;
	background-image:url(images/nav_bground.jpg);
	background-repeat:no-repeat;
	width: 924px;
	padding-left: 30px;
	
	}
#nav p {
		padding-top: 13px;
		margin: 0px;
		color: #fff;
	}	
	
#nav a:hover {
	color:#FF6600;;
	text-decoration: underline;
	}	
#nav a {
	color: #fff;
	text-decoration: none;
	}	
	
	
#shelf {
	height: 24px;
	background-image:url(images/div3.jpg);
	background-repeat:no-repeat;
	width: 954px;
	}	
#content {
	background-image:url(images/content_bground2.gif);
	background-repeat:repeat-y;
	width: 954px;
	margin-bottom: 0px;
	}

.colLeft {
	position:relative;
	float:left;
	width: 260px;
 	top: 0px;
	margin-bottom: 0px;
	 
	}
.colMid {
 	z-index: 0;
	/*position:relative;
	padding:0 280px; */
	line-height: 150%;
	width: 45%;
	padding-left: 15px;
 	float: left;
 /*	border: 1px #000 solid; */
 
	}
.rightInfo {
	/*position: relative;*/
	width: 240px;
	float: right;
/*	border: 1px #000 solid;
	top: 0px;*/
	text-align: center;
	}
	
.redsquare {
	width: 183px;
	height: 110px;
	background-image:url(images/featurette_bground.jpg);
	background-repeat:no-repeat;
	color: #fff;
	text-align: left;
	}		
.redsquare p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
font-size: 80%;
	}

.thermostats {
	border: 1px dashed #ccc;
	padding: 5px;
	font-size: 80%;
	background-color:#e9e9e3;
 	clear: right;
	height: inherit;
	display: block;
	margin-bottom: 10px;
	}
.thermostats img {
	float: left;
	padding: 3px;
	}
.thermostats h1 {
	font-size: 120%;
	color:#990000;
	margin-bottom: 5px;
	}
.thermostats p {marign-top: 5px;}	

.floatLeft {float: left; padding: 5px;}

.floatRight {float: right; padding: 5px;}
	
.clearall {
	clear: both;
	}	
#footer {
	height: auto;
	background-image: url(images/footer_bground.gif);
	background-repeat:repeat-y;
	color: #fff;
	text-align: center;
	font-size: 80%;
	/*padding-top: 6px;*/
	width: 954px;
	margin: 0px;

	clear: both;
	}	
#footer p {
	margin: 0px; 
	padding-top:6px;
	padding-right: 50px;
	padding-left: 50px;
	}	
	
/* *-*-*-*-    Begin list Menu Rules    *-*-* * */

#button {
	z-index: 1000;
	width: 236px;
	margin-top: 0px;
	margin-bottom: 0em; 
	padding-top: 10px;
	left:5px;
	top: 10px; 
	  
	}
		
#button ul {
		list-style: none;
		border: none;
		}
		
#button li {
		padding-top: 8px;	
		}

#button li a {
		display: block;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #b1b687;
		border-bottom: 1px solid #b1b687;  
		width: 230px;
		padding-left: 10px;
		padding-top: 8px;
		color: #530e16;
		text-decoration: none;
		}

body #button li a {
	width: auto;
	height: 25px;
 	}

#button li a:hover {
	border-top: 1px solid #b1b687;
	border-left: 1px solid #b1b687;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff; 
	color:#FF6600;
	text-decoration: underline;
	}

.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #4a4979;
  color: #ffffff;
}

.menu a.menuItem span.menuItemText {}

.menu a.menuItem span.menuItemArrow {
 /* margin-right: -.75em;*/
}

.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

input[type=text] {
	background-color: #FFF;
	border: 1px solid #666;
	color: #102132;
	padding: 2px;
	
}

textarea {
	background-color: #FFF;
	border: 1px solid #666;
	color: #102132;
	padding: 2px;
}
	