
/*classes*/
.admin-nav{
	font:11px verdana,tahoma,geneva,sans-serif;
	text-align:right;
	padding:4px 10px;
	margin:2px 0px 2px 0px;
	background:#DEF;
	border:1px solid #69C;
}
.BodyBackground{
	background:#B0B0B0 url(images/background.jpg) repeat-x;
}
.content,.content p,.content ul,.content li,.content div,.content td,.content-text,.content-text p,.content-text ul,.content-text li,.content-text div,.content-text td, .RadEContentBordered div, .RadEContentBordered p, .RadEContentBordered td, body{ 
	font:12px verdana,tahoma,geneva,sans-serif;
	color:#3A3A3A;
}
.editor-html{
	font:12px verdana,tahoma,geneva,sans-serif;
	color:#3A3A3A;
	width:99%;
	height:300px;
}
.editor-text{
	font:12px courier new,courier,fixed;
	color:#3A3A3A;
	background:#FFF;
	border:1px solid #999;
}
.footer,.footer a{
	color:#666;
}
.form{
	font:12px sans-serif;
	background:#EEE;
	border:1px inset #EEE;
}
.form-submit{
	font:bold 10px verdana,tahoma,geneva,sans-serif;
	text-transform:uppercase;
	color:#333;
	background:#DDD url(Images/btn_bg.gif);
	border:2px outset #EEE;
}
.form-text,.form-text td, .form-text p, .form-text div, .form-text span, td.form-text {
	font:10px verdana,tahoma,geneva,sans-serif;
	color:#3A3A3A;
}
.form-upload{
	background:#F9F9F9;
}
.form-upload input{
	font:12px sans-serif;
	background:#EEE;
	border:1px inset #EEE;
}
textarea.form{
	font:13px sans-serif;
	background:#EEE;
}
.help{font:10px tahoma,geneva,sans-serif;color:#597;}
.HmAboutUs{
	padding:15px;
	width:270px;
}
.HmBoxBottom{
	background-image:url(images/hm_contentborder_bottom.gif);
	background-repeat:repeat-x;
}
.HmBoxLeft{
	background-image:url(images/hm_contentborder_left.gif);
	background-repeat:repeat-y;
}
.HmBoxRight{
	background-image:url(images/hm_contentborder_right.gif);
	background-repeat:repeat-y;
}
.HmTitles{
	color:#132475;
	font-weight:bold;
	font-size:12px;
}
.HmBoxTop{
	background-image:url(images/hm_contentborder_top.gif);
	background-repeat:repeat-x;
}
.HmMicroscope{
	width:420px;
	padding:15px;
}
.HmQuickLinks a,.HmQuickLinks a:visited{
	color:#666;
	padding-left:15px;
	text-decoration:none;
}
.HmQuickLinks a:hover{
	text-decoration:underline;
}
.HmSearchBoxes{
	color:#555;
	font-size:10px;
	background-color:#EEE;
	border:1px inset #EEE;
}
.HmSubNav{
	color:#525252;
}
.SiteMapSection
{
	margin-left: 0px;	
}

.SiteMapSection .Depth0
{
	font-weight:bold;
}
.SiteMapSection .Depth1
{
	margin-top:10px;
	display:block;
	font-weight:bold;
}
.InHeaderText{
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	padding:16px;
}
.InSectionNav{
	color:#333;
	background-color:#F9F9F9;
	text-decoration:none;
}
.InSectionNav a:hover,.InSectionNavMain a:hover{
	text-decoration:underline;
}
.InSectionNavMain a,.InSectionNavMain a:visited{
	color:#333;
	font-size:11px;
	line-height:22px;
	background-color:#F9F9F9;
	text-decoration:none;
}

.InSectionNavMain,.InSectionNavMain a,.InSectionNavMain a:visited{
	padding:10px 5px 10px 5px;
}

.InSectionNavMain a.selected, .InSectionNavSub a.selected, .InSectionNavSubSub a.selected{
	font-weight:bold;
}

.InSectionNavMain a.disabled, .InSectionNavSub a.disabled, .InSectionNavSubSub a.disabled{
	color:#ff0000;
}

.InSectionNavSub
{
	color:#333;
	font-size:10px;
	padding:3px 5px 3px 15px;
}

.InSectionNavSub a
{
	color:#333;
	text-decoration:none;
}

.InSectionNavSubSub
{
	color:#333;
	font-size:10px;
	padding:3px 5px 3px 30px;
}

.InSectionNavSubSub a
{
	
	color:#333;
	text-decoration:none;
}

.NewsCategory{
	color:#132475;
	font-weight:bold;
	font-size:12px;
}
.SpecificationsTableRow{
	padding:3px 5px 3px 11px;
	background-color:#F7F7F7;
}
.SpecificationsTableRow a{
	color:#7E7E7E;
	text-decoration:none;
}
.SpecificationsTableRow a:hover{
	text-decoration:underline;
}



/* Elements */
body {
background:#b0b0b0 url(images/background.jpg) repeat-x;
margin:0px;
text-align:center;
}

div, table, td {
font: 11px Arial, Helvetica, sans-serif;
color:#7a7163;
}

td {
vertical-align:top;
}

h1, h2, h3, h4, h5 {
margin:0;
}

a, a:active, a:visited {
color:#576c7f;
text-decoration:underline;
}

a:hover {
color:#576c7f;
text-decoration:none;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

/* Container */
#container {
margin:0 auto;
padding:0;
width:780px;
text-align:center;
}

/* Header */
#header {
	width:780px;
	height:185px;
	background:#fff url(images/header.gif) no-repeat;
	text-align:left;
}

/* Navigation */
#nav {
width:780px;
height:27px;
float:left;
}

#nav ul {
margin: 0;
padding: 0;
list-style: none;
}

#nav li {
float: left;
margin: 0;
padding: 0;
list-style: none;
}

#nav span {
display: none;
}

#nav a {
float: left;
}

#nav-border-right-1 {
	background:url(images/nav_border_right_1.gif) no-repeat top left;
	width:8px;
	height:15px
}	

#nav-border-right-2-hp {
	background:url(images/nav_border_right_2.gif) repeat-x top left;
	width:400px;
	height:15px;
	text-align:right;
	vertical-align:middle
}	

#nav-border-right-2-hp div
{
	margin:6px;
}

#nav-border-right-2-in {
	background:url(images/nav_border_right_2.gif) repeat-x top left;
	width:398px;
	height:15px;
	text-align:right;
	vertical-align:middle
}	

#nav-border-right-2-in div
{
	margin:6px;
}

#nav-border-right-3 {
	background:url(images/nav_border_right_3.gif) no-repeat top left;
	width:1px;
	height:27px;
	vertical-align:middle
}	

#nav-aboutus {
width: 95px;
height: 27px;
background-image:url(images/aboutus_off.gif);
background-repeat:no-repeat;
}

#nav-aboutus a {
padding: 0 95px 27px 0;
}

#nav-aboutus a:hover {
background:url(images/aboutus_on.gif) no-repeat top left;
}

#nav-products {
width: 93px;
height: 27px;
background-image:url(images/products_off.gif);
background-repeat:no-repeat;
}

#nav-products a {
padding: 0 93px 27px 0;
}

#nav-products a:hover {
background:url(images/products_on.gif) no-repeat top left;
}	

#nav-capabilities {
width: 112px;
height: 27px;
background-image:url(images/capabilities_off.gif);
background-repeat:no-repeat;
}

#nav-capabilities a {
padding: 0 112px 27px 0;
}

#nav-capabilities a:hover {
	background:url(images/capabilities_on.gif) no-repeat top left;
}

#nav-home {
width: 73px;
height: 27px;
background-image:url(images/home_off.gif);
background-repeat:no-repeat;
}

#nav-home a {
padding: 0 73px 27px 0;
}

#nav-home a:hover {
background:url(images/home_on.gif) no-repeat top left;
}	

/* Secondary Nav */
.secondary-nav {
background:url(images/secondary_nav_bg.gif) no-repeat top left;
width:780px;
height:38px
}

.secondary-nav-in {
background:url(images/secondary_nav_bg_in.gif) no-repeat top left;
width:780px;
height:31px
}

.secondary-nav-links {
width:503px;
float:left;
text-align:left;
color:#606060;
}

.secondary-nav-links p {
margin:0;
padding: 8px 0 0 23px;
}

.secondary-nav-links a, .secondary-nav-links a:active, .secondary-nav-links a:visited {
color:#606060;
text-decoration:none;
}

.secondary-nav-links a:hover {
color:#000;
text-decoration:none;
}

.secondary-nav-links span {
margin: 0 9px 0 9px;
}

/* Search */
.search-site {
width:277px;
float:left;
text-align:left;
}

.search-site p {
margin:0;
padding: 5px 0 0 0;
}

.form-search {
background: url(images/text_box_search.gif) repeat-x;
border: 1px inset #828282;
color: #000;
height:16px;
width:132px; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:sans-serif
}

/* Body */
.body-bg {
	background:#e0e0df;
	width:780px;
}	

.body-bg-in {
background:url('images/body_bg_in.gif') repeat-y top left;
width:780px
}	

/* HomePage Left Column */
#left-column {
	width:317px;
	float:left;
}

.left-position {
	padding: 0 0 7px 7px;
}

.intro-text-bg {
	background:url(images/intro_text_bg.gif) repeat-y top left;
	width:307px
}

.intro-text {
	margin:0;
	padding: 14px 18px 14px 18px;
	color:#0b2d5f;
	text-align:left;
}

.intro-text-bg span {
color:#666666;
}

.link-learn-more {
text-align:right;
padding: 0 0 7px 0;
}

.quick-links ul {
margin:0;
padding:0;
list-style:none;
}

.quick-links li {
margin:0;
padding:0;
background:url(images/quick_links_bg.gif) no-repeat top left;
width:307px;
height:27px; list-style-type:none
}

.quick-links li a, .quick-links li a:active, .quick-links li a:visited {
text-decoration:none;
color:#666666;
}

.quick-links li a:hover {
text-decoration:underline;
color:#336699;
}

.quick-links p {
margin:0;
padding: 6px 10px 0 39px;
}

/* InsidePage Left Column */
#left-column-in {
width:228px;
float:left;
padding: 0 0 15px 0;
}

.sub-nav-bg {
background:url(images/sub_nav_bg.gif) repeat-y top left;
width:228px
}

.sub-nav-bg a, .sub-nav-bg a:active, .sub-nav-bg a:visited {
text-decoration:none;
color:#333333;
}

.sub-nav-bg a:hover {
text-decoration:underline;
color:#336699;
}

.sub-nav-divider {
background:url(images/sub_nav_divider.gif) no-repeat top left;
width:228px;
height:3px;
font-size:0px
}

.product-item {
padding: 16px 2px 16px 12px;
color:#333333;
}

.product-detail {
padding: 5px 2px 5px 19px;
color:#333333;
}

/* HomePage Right Column */
#right-column {
width:463px;
float:left;
}

.main-text-bg {
background:url(images/main_text_bg.gif) repeat-y top left;
width:456px
}

.main-text {
padding: 28px 0px 0 0px;
}


.main-text-hr {
background:url(images/hr.gif) no-repeat bottom left;
width:412px;
height:18px
}

.main-text-bottom {
background:url(images/main_text_bottom.gif) no-repeat top left;
width:456px;
height:47px
}

/* InsidePage Right Column */
#right-column-in {
width:552px;
float:left;
}

.content-image {
text-align:center;
}

/* HomePage Footer */
#footer {
background:#e0e0df;
width:780px;
font: 9px Verdana, Arial, Helvetica, sans-serif;
color:#868686;
text-align:left;
}

#footer p {
margin:0;
padding: 16px 0 16px 15px;
}

.footer-separation {
padding:0 0 0 366px;
}

#footer a, #footer a:active, #footer a:visited {
text-decoration:none;
color:#868686;
}

#footer a:hover {
text-decoration:underline;
color:#336699;
}

/* InsidePage Footer */
#footer-in {
background:url(images/footer_in.gif) no-repeat top left;
width:780px;
height:71px;
text-align:left
}

#footer-in p {
margin:0;
padding: 52px 0 0 16px;
}

#footer-in p span {
margin: 0 6px 0 6px;
}

.footer-separation-in {
padding:0 0 0 316px;
}

#footer-in a, #footer-in a:active, #footer-in a:visited {
text-decoration:none;
color:#868686;
}

#footer-in a:hover {
text-decoration:underline;
color:#336699;
}