/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
/*  font-size: 1.0em;  */
  
}

/*html * {
	margin: 0;
	padding: 0;
	list-style-type: none;
} */

img		{
	border: 0px;
	border-style: solid;
}

body {
  background-color: #EBEBEB;
  background-image: url(images/bg-shade.png);
  background-repeat:repeat-x;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em; 
/*  line-height:normal;*/
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/*p, ul, ol {

	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.2em; 
	} */
	
.green {
color:#009933;
}

.nomarginbottom {
	margin-bottom: 0;
}

.nomargintop {
	margin-top: 0px;
}

a:link, a:visited {text-decoration: underline; color: #990000;}
a:active {text-decoration: underline; color: #000066;}
a:hover {text-decoration: underline; color: #FF6600; }

/*ul, ol 	{ font-size: 1.0em;}*/

h1 {
  color:#096;
  color:#060;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
/*  line-height: 1.0em;
  margin-bottom: 8px;
*/}

h2 {
  color:#039;
  color:#036;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
/*  line-height: 1.0em;*/
}

h3 {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin: 8px 0px 8px 0px;
 /* line-height: 0.9em; 
  padding:0px;
  margin:0px;*/
}

h4 {
  color: #039;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0px 0px 6px 0px;
/*  line-height: 1.0em;*/
}

#download-section li {
	padding-left: 24px;
	background-image: url('images/pdficon_small.gif');
	background-repeat: no-repeat;
	list-style:none;
	line-height: 1.5em;
}

.superscript {
color:#CC0000;
text-transform:capitalize;
text-transform:uppercase;
font-style:italic;
font-size: 0.8em;
vertical-align: super;
}

.news-date {
	text-align: right;
	color: #039;
	font: italic 0.8em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0 0 0;
	border-bottom: 1px solid #039;
}

.tagline {
	text-align: right;
	color: #039;
	font: italic 0.8em Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0 0 0;
}

#info {
	background-color: #E1E1E1;
	border: 1px solid #CCCCCC;
	padding: 12px 12px;
	margin: 0 0 8px 0;
	text-align: left;
}


#info p {
	text-align: left;
    font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.1em;
    margin:10px 0; 
    padding:0
}

#info h1 {
	color: #039;
	font-size: 1.15em;
	padding: 0;
	line-height: 0.9em;
	margin: 0 0 18px 0;
}
	
.colum-3-3 h1 {
	color: #039;
	font-size: 1.15em;
	padding: 0;
	line-height: 0.9em;
	margin: 20px 0 5px 0;
}
	
#info h2 {font-size: 1.0em; color:#333333; margin-bottom: 6px;}
#info h3 {font-size: 0.95em; color: #096; text-decoration: none; font-weight: bold; margin-bottom: 6px;}
#info h4 {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1.0em; 
 font-weight:bold;
 margin: 12px 0 0 0;
 }

#products {
	padding-left: 10px;
}

#products p {
	margin:0 0 2px 0;
	line-height: normal;
}

#products h2 {
	margin: 20px 0px 2px 0px;
}

#products h4 {
	margin: 12px 0px 1px 0px;
}

#small	{ font-size: 1em; padding: 0; }
#smaller{ font-size: .7em; padding: 0; }

.warranty {font-size: 0.7em;}

/*td	{ padding: 8px 1px; text-align: left; font: normal 0.9em Verdana, Arial, Helvetica, sans-serif; vertical-align:top; }*/

.product-table td { font-size: 0.9em; }
.product-table {margin-bottom: 20px; }
.spaced-table td { font-size: 1.0em; line-height: 1.0em; padding-bottom: 10px; border-bottom: 1px solid #000; }
.product-spec-table {margin-bottom: 20px;}
.product-spec-table td { font-size: 0.85em; margin: 0px; padding: 0px; line-height: 1.2em;}
.centered-table td { text-align: center; font-size: 1.0em; line-height: 1.0em; padding-bottom: 10px; }

a.em:active, a.em:hover, a.em:visited { color: #c00; }
a.here:active, a.here:hover, a.here:visited { color: #36c; }

.clear {
	clear: both;
	height: 0%;
	line-height: 0%;
	font-size: 1px;
	overflow: hidden;
}

.right	{ float: right; }
.left	{ float: left; }

.img-right {float:right; padding-left: 15px; padding-top: 5px; padding-right: 5px;}
.img-left {float:left; padding-left: 5px; padding-top: 5px; padding-right: 15px;}

.header-top {
/*	height: 30px; */
	width: 748px;
	overflow: hidden;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
/*	padding-bottom: 20px; */
}

.header-top a {
text-decoration: none;
font-weight: bold;
}

.header-top .right {
	font: bold 18pt/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #039;
}

.header-top p {
	padding-top: 7px;

}

.header-top a:link, .header-top a:hover, .header-top a:active, .header-top a:visited {
	font: normal 11pt/1.0em Verdana, Arial, Helvetica, sans-serif;
}

.header-top ul {
	padding-left: 5pt;
	text-align: left;
}

.header-top li {
	padding: 0 2pt;
	line-height: 2.7em;
}

.header-slogan {
/*	height: 30px;*/
	overflow: hidden;
	color: #fff;
	background-color: #339;
	font-weight: bold;
	font-size: 1.5em;
	border-top: 0px solid #666;
	border-bottom: 1px solid #666;
	text-align: left;
	padding: 8px 15px;
}

.header-slogan-green {
	height: 42px;
	overflow: hidden;
	color: #fff;
	background-color: #090;
	font: bold 16pt/1.7em Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #666;
	border-bottom: 1px solid #666;
	text-align: left;
	padding-left: 17px;
}

.main-content {
	width: 766px;
	width: 748px;
	overflow: hidden;	
/*	background: url(images/bg-main.gif); */
}

.center-column {
	width: 748px;
	overflow: hidden;
	border: 0px solid #999;
	border-left: none;
	border-right: none;
}

#right-product-nav p { 
	background-color: #E1E1E1;
	padding: 1px 1px;
	margin: 20px 0 4px 0;
	text-align: left;
	color:#333
}

#right-product-nav a {
color:#000099
}

#right-product-nav a:hover {
color:#FF6600}

#right-product-nav div {
	text-align: left;
}


a.last:link, a.last:active, a.last:hover, a.last:visited {
	border-right: #333;
}

.navigation a.active:link, .navigation a.active:active, .navigation a.active:hover, .navigation a.active:visited {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.content {
	background-color: #fff;
	padding: 15px;
	text-align: left;
}

.colum-3-1 {
	float: left;
	width: 240px;
}

.colum-3-2 {
	float: left;
	width: 240px;
	margin-left: 15px;
}

.colum-3-3 {
	float: left;
	width: 190px;
	margin-left: 25px;
	text-align:left;
}



.column-2-1 {
	float: left;
	width: 500px;
}

.column-2-1 p {
	margin-bottom: 1.0em;
}

.column-1-1 {
	float: left;
	width: 715px;
}

.email-input {
	background: url(images/input.gif) no-repeat;
	width: 150px;
	height: 21px;
	border: none;
	font: normal 9pt/1.2em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 0 5px;
	text-align: right;
	color: #333;
}

#footer {
	width: 748px;
	margin: 10px 0px;
/*	height: 90px;*/
	overflow: hidden;
}

#footer p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}


/*ul.common-list {
	display: block;
/*	display: list-item; 
/*	padding-top: 8px; 
	margin-left: 20px;
	margin-bottom: 12px;
}
*/

/*ul.common-list li {
	list-style: disc inside; 
	display: list-item;
	float: none;
/*	font-size:1.0em; 
	margin-bottom: 8px;
	}  */

.two-columns {
	clear: both;
}

.first-column, .second-column {
	float: left;
	width: 48%;
}

.first-column {
	margin-right: 10px;
}

.second-column {
	margin-left: 10px;
}

#thumbnail {
	padding: 0;
	margin: 0 12px 10px 5px;
	float: left;
}

/*ul.common-list {
	display: block;
/*	display: list-item; 
/*	padding-top: 8px; 
	margin-left: 20px;
	margin-bottom: 12px;
}
*/

/*ul.common-list li {
	list-style: disc inside; 
	display: list-item;
	float: none;
/*	font-size:1.0em; 
	margin-bottom: 8px;
	}  */

ul.multicolon {
	padding-top: 8px;
}

ul.multicolon li {
	float: none;
	display: list-item;
	clear: both;
	background: url(images/dot_line.gif) repeat-x bottom;
}

ul.multicolon li span {
	float: right;
	background-color: #fff;
	font-style: italic;
}

ul.multicolon li em {
	background-color: #fff;
}

div.figure {
  float: right;
  width: 180px; 
  border: 0px silver solid;
  margin: 0.5em;
/*  padding: 0.5em; */
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding:0;
  margin:0;
  font-weight:bold;
  color:#CC0000;
}

