/* CSS Document */
/* Generic / Main Layout */
HTML{
	background:#1b1d1e url(../../images/interface/stripes.gif) top left repeat;
}
BODY, HTML {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
TABLE, TABLE TABLE, TR, TD, TABLE TABLE TD, TH {
	text-align:center;
	vertical-align:top;
	font-size:9px;
	line-height:11px;
	margin:0;
	padding:0;
	border:0;
}
TD, TH {
	padding-right:8px;
}
TH {
	color:#939393;
}
A IMG {
	border:0;
}
.clear {
	clear:both;
}
.impt {
	color:#d42a29;
}
A:HOVER {
	color:#d42a29 !important;
}
H1{
	font-size:12px;
	color:#d42a29;
	margin:0;
	padding:0;
}
H2{
	font-size:12px;
	color:#fff;
	margin:0;
	padding:16px 0 1px 0;
}
H3{
	font-size:12px;
	color:#6b6767;
	margin:0;
	padding:8px 0 0 0;
}
H1 EM {
	font-style:normal;
	color:#fff;
}
P {
	margin:6px 0 14px 0;
	padding:0;
	line-height:13px;
}
ADDRESS {
	font-style:normal;
}
A, A H1 {
	color:#fff;
}
DIV#container {
	width:858px;
	margin:20px auto 0 auto;
}
DIV#content {
	background:#2f2a29;
	width:100%;
	height:auto !important;
	padding-bottom:45px;
	height:557px;
}
	
/* Sub Nav */
DIV#subnav, DIV#logout {
	margin:0 0 10px 20px;
	color:#7d7b79;
}
DIV#logout {
	float:right;
	margin:-21px 16px 0 0;
	color:#fff;
}
DIV#subnav A, DIV#logout A {
	margin:0 10px 0 6px;
	text-decoration:none;
	color:#fff;
}
DIV#subnav A:HOVER, DIV#logout A:HOVER {
	text-decoration:underline;
	color:#fff;
}
/* Header */
DIV#header{
	width:100%;
	padding:30px 0 30px 30px;
}
A#logo {
	display:block;
	width:320px;
	height:61px;
}
DIV#header UL, DIV#header UL LI {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	height:26px;
}
DIV#header UL LI {
	float:left;
}
DIV#navigation{
	margin:30px 0 0 0;
}
DIV#header UL LI A H1 {
	display:none;
}
DIV#header UL LI A {
	height:26px;
	display:block;
	border-left: 1px solid #5b5756;
}
DIV#header UL LI A#nav_home {
	background:url(../../images/interface/nav/nav_home.gif) center 0 no-repeat;
	width:88px;
}
DIV#header UL LI A#nav_products {
	background:url(../../images/interface/nav/nav_products.gif) center 0 no-repeat;
	width:107px;
}
DIV#header UL LI A#nav_literature {
	background:url(../../images/interface/nav/nav_literature.gif) center 0 no-repeat;
	width:113px;
}
DIV#header UL LI A#nav_news {
	background:url(../../images/interface/nav/nav_news.gif) center 0 no-repeat;
	width:86px;
}
DIV#header UL LI A#nav_testimonials {
	background:url(../../images/interface/nav/nav_testimonials.gif) center 0 no-repeat;
	width:130px;
}
DIV#header UL LI A#nav_links {
	background:url(../../images/interface/nav/nav_industrylinks.gif) center 0 no-repeat;
	width:145px;
}
DIV#header UL LI A#nav_contact {
	background:url(../../images/interface/nav/nav_contactus.gif) center 0 no-repeat;
	width:118px;
	border-right:1px solid #5b5756;
}
/*
DIV#header UL LI A#nav_home {
	background:url(../../images/interface/nav/home.gif) center 0 no-repeat;
	width:189px;
}
DIV#header UL LI A#nav_products {
	background:url(../../images/interface/nav/products.gif) center 0 no-repeat;
	width:207px;
}
DIV#header UL LI A#nav_literature {
	background:url(../../images/interface/nav/literature.gif) center 0 no-repeat;
	width:207px;
}
DIV#header UL LI A#nav_contact {
	background:url(../../images/interface/nav/contact.gif) center 0 no-repeat;
	width:189px;
	border-right:1px solid #5b5756;
}
*/
DIV#header UL LI A:HOVER, DIV#header UL LI A.selected {
	background-position: center -26px !important;
}
/* Footer */
DIV#footer {
	color:#4f4843;
	margin:10px 0 30px 30px;
	width:429px;
}
DIV#footer A {
	color:#4f4843;
	text-decoration: none;
}
DIV#footer A:HOVER{
	text-decoration:underline;
	color:#fff;
}
DIV#login{
	margin:28px;
}
DIV#login INPUT, DIV#login SELECT, DIV#login {
	width:355px;
}
DIV#login INPUT.checkbox, INPUT.checkbox {
	width:auto;
	height:auto;
}
