/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 944px; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 220px; 
  float: left; 
}

#content { 
  width: 700px; 
  float: right; 
}

#mainContent { 
  width: 480px; 
  margin: 0; 
  float: left; 
  margin-top: 0px;
}

#secondaryContent { 
  width: 178px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
  margin-bottom: 20px;
} 

#footer { 
  clear: both; 
} 


/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 58.5%/1.6 Tahoma, Verdana, sans-serif;
  background-color:#fff;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

#wrapper {
  background-color: #fff;
}

#branding {
  height: 235px;
  background-color:#fff;
}

#branding h1 {
  margin: 0;
  text-indent: -5000px;
  background: #fff url(../images/header.gif) no-repeat top left;
  height: 95px;
}

#mainNav {
  background:#fff url(../images/environments-bg.gif) no-repeat bottom left;
  margin-top: 15px;
  padding-bottom: 10px;
}

#mainNav p {
	text-align: center;
	margin-left: -5px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.0em;
}

#secondaryContent {
  background-color:#fff;
  margin-top: 20px;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent img {
	border: 0;
}

#secondaryContent .featuredproductcell {
	padding: 3px;
}

#secondaryContent p {
  font-size: 1.2em;
  margin:0;
}

#footer {
  background: #fff url(../images/footer-bg.gif) no-repeat top left;
  padding: 1px 20px;
  height: 65px;
}

#footer p {
	font-size: 1.0em;
	margin-top: 35px;
	color: #7A7A7A;
}

#footer p.foot-right {
	float: right;
	margin-top: -25px;
}

#footer a {
	color: #7a7a7a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Top Navigation Styling */

#topnav {
	height: 41px;
	background: #fff url(../images/top-nav-bg.gif) no-repeat top right;
	font-size: 0.8em;
	padding: 0 10px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	padding-top: 14px;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	padding: 2px 18px;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#topnav ul li a:hover {
	color: #36691D;
}


/* Featured Product */

#featuredproduct {
	background-color: #DFF1C7;
	padding: 10px;
	display: none;
}

#featuredproduct h1 {
	font-size: 1.1em;
	color: #416F22;
	margin-top: 0;
	font-weight: bold;
}

#featuredproduct p {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 10px;
}

#mainContent h1 {
	background: url(../images/h1-bg.gif) no-repeat top left;
	padding-left: 40px;
	font-size: 1.7em;
	height: 36px;
}

#mainContent h1 .green {
	color: #66B934;
}

#mainContent p {
	font-size: 1.2em;
	margin-left: 20px;
}

#mainContent ul {
	margin-left: 40px;
	font-size: 0.85em;
}

#mainContent ul ul {
	font-size: 0.70em;
}

#mainContent ul ul ul {
	font-size: 0.70em;
}

#secondaryContent a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
}

#secondaryContent a:hover {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

#wiring {
	display: none;
}

#applications {
 	display: none;
}

#installation {
	display: none;
}

#operation {
	display: none;
}

#downloads1 {
	display: none;
}

#downloads2 {
	display: none;
}

#downloads3 {
	display: none;
}

#downloads4 {
	display: none;
}

#downloads5 {
	display: none;
}

#downloads6 {
	display: none;
}

#downloads7 {
	display: none;
}