@charset "UTF-8";
/* CSS Document 


OLIVEIRA GREEN: #008973
- 25%           #bfe1dc

*/

body {
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #424242 url(../images/bkgdgrad.jpg) top center repeat-x;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
	font-weight: lighter;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
h1 {
	font-size: 24px;
	color: #333;
	margin-top: 15px;
}
h2 {
	font-size: 18px;
}

p {
	margin-top: 3px;
}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.rt {
	float: right;
}
.super {
	font-size: 9px;
	vertical-align: text-bottom;
	text-decoration: none;
}
.super a, .super a:hover {
	text-decoration: none;
}
h1 .super {
	font-size: 10px;
	vertical-align: text-top;
	margin-left: 2px;
}

.sub {
	font-size: 9px;
	vertical-align: text-top;
	text-decoration: none;
}
.sub a, .sub a:hover {
	text-decoration: none;
}

.alert {
	padding: 5px;
	color: #FF0000;
	border: 1px #FF0000 solid;
	background: #ffbfbf;
	text-align: center;
}
.error {
	color: #FF0000;
}

.productnote {
	border: 1px #008973 solid;
	background: #bfe1dc;
	padding: 5px;
	margin: 5px 0;
}
.attention {
	width: 575px;
	border-bottom: 2px #9a1217 solid;
	margin-bottom: 10px;
	background: #f8d9da;
}
.attention h2 {
	background: url(../images/attentionh2bkgd.gif) top left no-repeat;
	padding: 3px 10px 0 35px;
	color: #FFFFFF;
	margin: 0;
}
.attention p {
	margin: 0;
	padding: 10px;
	border-left: 2px #9a1217 solid;
	border-right: 2px #9a1217 solid;
}

.clear {
	clear: both;
}

/* PRODUCT LIST */
.prodlist {
	background: url(../images/nav/prodlist_top.gif) top center no-repeat;
	margin-top: 0;
	padding: 10px 0 0 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width: 575px;
}
.prodlist ul {
	list-style-type: none;
	padding: 0 0 10px 0;
	margin: 0;
	background: url(../images/nav/prodlist_btm.gif) bottom center no-repeat;
}
.prodlist ul li {
	margin: 0;
	background: #CCC;
	border-left: 2px #666 solid;
	border-right: 2px #666 solid;
}
.prodlist ul li a {
	display: block;
	padding: 0.25em 0.5em;
	font-weight: normal;
	color: #000000;
	background: url(../images/nav/prodlist_btn_off.gif) center center repeat-x;
	border-bottom: 1px #FFF solid;
}
.prodlist ul li a img {
	border: none;
	margin: -4px 10px -4px -0.5em;
	vertical-align: middle;
}
.prodlist ul li a:hover {
	color: #FFFFFF;
	background: #666 url(../images/nav/prodlist_btn_on.gif) center center repeat-x;
	text-decoration: none;
}

/* PRODUCT SECTIONS */
.section {
	/*border: 1px #990000 solid;*/
	margin-bottom: 10px;
	padding-bottom: 10px;
}	
/*.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/

.section h2 {
	background: #990000;
	color: #FFF;
	margin: 0;
	padding: 5px;
}
.section p, .section h3, .section table {
	/*padding-left: 10px;
	padding-right: 10px;*/
}

table.specs {
	width: 300px;
}
.specs td {
	text-align: center;
	font-size: 10px;
	padding: 2px;
	border-bottom: 1px #999 solid;
	white-space: nowrap;
}
.specsrt {
	border-right: 1px #999 solid;
}
td.specstitle, td.specstitle2 {
	background: #333;
	color: #FFF;
	border-bottom: 0px;
	white-space: normal;
}
td.specstitle2 {
	border-bottom: 1px #FFF solid;
}
td.specstitleleft {
	background: #333 url(../images/table_titles/specstitlell.gif) bottom left no-repeat;
	border: none;
	padding: 0;
}
td.specstitlebtm {
	border-bottom: 0px;
}
td.specsblank {
	border: none;
}
td.specsul {
	background: #333 url(../images/table_titles/specstitleul.gif) top left no-repeat;
	border-bottom: 0px;
}

.diagram_specs {
	float: right;
	margin-right: 5px;
	width: 270px;
	font-size: 10px;
}
.diagram_specs ul {
	padding-left: 15px;
}

.topbtn {
	float: right;
	padding: 10px;
}

.definition {
	text-decoration: underline;
}

/* APPLICATIONS TABLE */
.apptable {
	padding: 5px;
	border: 1px #CCC solid;
	margin-bottom: 10px;
}
.apptable h3 {
	margin: -5px -5px 5px -5px;
	padding: 3px 5px;
	background: #666;
	color: #FFF;
}
.apptable ul {
	margin-top: 5px;
	padding-left: 20px;
}


/* MASTER PAGE ELEMENTS */
#page {
	background: url(../images/pagebkgd.jpg) top center no-repeat;
}
#containerbkgd {
	width: 950px;
	margin: 0 auto;
	background: url(../images/bodybkgd.jpg) top center repeat-y;
}
#container {
	background: url(../images/headerbkgd.jpg) top center no-repeat;
}
#nav {
	line-height: normal;
	margin: 0 auto;
	width: 850px;
	padding: 153px 0 0 0;
	font-size: 12px;
	text-align: center;
	height: 43px;
}
#nav ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
#nav li {
	display: inline;
}
#nav li a {
	text-transform: uppercase;
	padding: 14px 1em 17px 1em;
	background: url(../images/button_off.gif) bottom right no-repeat;
	color: #FFF;
	text-decoration: none;
}
#nav li.nav_bumper {
	padding: 14px 5px 17px 5px;
	margin-left: -10px;
	background: url(../images/button_off.gif) bottom right no-repeat;
	width: 10px;
	overflow: hidden;
}
#nav li.nav_bumper span {
	display: none;
}
#nav ul li a:hover {
	background: url(../images/button_over.gif) bottom right no-repeat;
	color: #fff;
}
#nav ul li a.current {
	background: url(../images/button_over.gif) bottom right no-repeat;
}

/*  SIDEBAR  */
#sidebar {
	margin-left: 50px;
	width: 215px;
	font-size: 12px;
	float: left;
	line-height: 1.3em;
}
#sidebar h1 {
	font-size: 18px;
}
#sidebar h2 {
	background: #b0151a url(../images/sidebarh2bkgd.gif) top center no-repeat;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 0;
	color: #FFFFFF;
	font-size: 16px;
}
#sidebar h2 a {
	color: #FFF;
	text-decoration: none;
}
#sidebar h2 a:hover {
	text-decoration: none;
}
#sidebar p {
	background: #CCC;	
	margin: 0;
	padding: 5px;
}
#sidebar ul {
	background: #CCC url(../images/sidebarulbkgd.gif) bottom center no-repeat;
	margin-top: 0;
	padding: 0.5em 0.5em 0.5em 1.75em;
}
#sidebar ul.links {
	list-style-type: none;
	padding: 0 0 10px 0;
}
#sidebar ul.links li {
	margin: 0;
	border-bottom: 1px #FFF solid;
}
#sidebar ul li a {
	display: block;
	padding: 0.25em 0.5em;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}
#sidebar ul li a:hover {
	color: #FFFFFF;
	background: #666;
	text-decoration: none;
}

#sidebarcontent {
	padding: 15px 10px 10px 10px;
}
.sidebar_diagram {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #008973;
	margin-bottom: 10px;
}
.gray_bkgd {
	background: #CCC url(../images/sidebarulbkgd.gif) bottom center no-repeat;
}

/*  CONTENT  */

#content {
	margin: 0 85px 0 285px;
	padding: 0 0 1px 0;
}
#content:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}
#content ul {
}

#footer {
	margin: 0 auto;
	padding: 15px 65px 15px 15px;
	height: 55px;
	width: 870px;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	background: #424242 url(../images/footerbkgd.jpg) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

#catalog_flag {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	right: 0;
	text-align: right;
}
