
#header #current {
  background-image:url("images/left_on.gif");
  border-width:0;
  text-align:center;
  }
  #header ul {
      margin:0px 0px 0px 15px;
      padding:10px 10px 0;
      list-style:none;
	  font-size:10px;
      }
  #header li {
  
  float:left;
  background:url("images/left_both.gif")
    no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }
#header a {
white-space:nowrap;
  float:left;
  display:block;
  background:url("images/right_both.gif")
    no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
  #header li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#header li:hover a {
  background-position:100% -150px;
  }
  #header #current {
  background-position:0% -150px;
  border-width:0;
  }
#header #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
  #home #nav-home, #news #nav-news,
#products #nav-products, 
#about #nav-about,
#contact #nav-contact {
  background-position:0% -150px;
  border-width:0;
  }
#home #nav-home a, 
#news #nav-news a,
#products #nav-products a, 
#about #nav-about a,
#contact #nav-contact a {
  background-position:100% -150px;
  color:#333;
  padding-bottom:5px;
  }
  body, td, span, tr, th, .bod, font, p{
	margin: 0;
	padding: 0;
	font: 14px/14px verdana, arial, geneva, sans-serif;
	color: #404040;
}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
background-position:50% 0px;
	background-color: #2e3b43;
    text-align:center;
	background-repeat:repeat-x;
	background-image:url(images/gradient_bg_sides.jpg);
	
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style5 {font-size: 18px; color:#000000; filter:alpha(opacity=90);-moz-opacity:.90; font-weight:900;}
.style6 {
	font-size: 9px;
	font-weight: bold;
}
.style7 {color: #8DB3C9}
.style9 {
	font-size: 18px;
	font-weight: bold;
}
.mainImage {
	float:left;
	/*
	width:125px;
	height:125px;
	*/
	margin:5px;
}
.style5 {font-size: 18px; color:#000000; filter:alpha(opacity=90);-moz-opacity:.90; font-weight:900;}
.style6 {
	font-size: 9px;
	font-weight: bold;
}
.style7 {color: #8DB3C9}
.mainImage {
	float:left;
	/*
	width:125px;
	height:125px;
	*/
	margin:5px;
}


.style11 {
	color: #8DB3C9;
	font-size: 20px;
	font-weight: bold;
}
.style5 {font-size: 18px; color:#000000; filter:alpha(opacity=90);-moz-opacity:.90; font-weight:900;}
.style6 {
	font-size: 9px;
	font-weight: bold;
}
.style7 {color: #8DB3C9}
.style12 {font-size: 9px}
.style13 {color: #FFFFFF}
.style16 {color: #FFFFFF; font-size: 14px; }
.detail{
	margin-bottom: 5px;
	border-right:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;
}

.detail td{
	border-right:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;
}
.detail table{
	float:left;
	margin:5px;
	clear:left;
}
.style10 {font-size: 24px}
.style11 {color: #8DB3C9; font-size: 20px; }
.style12 {font-size: 9px}
.style20 {
	font-size: 12px;
	font-weight: bold;
}
.style21 {font-size: 12px}
.tabs_body {
    background-image:url(images/tabs_bg.gif);
	background-position:center;
	background-color:#FFFFFF;
	width: 525px;
	height: 360px;
	background-repeat:no-repeat;

}

.tabs_header {
	background-image:url(images/pbck_top.gif);
	background-position:center;
	background-color:#FFFFFF;
	width: 321px;
	height: 30px;
	background-repeat:no-repeat;

}
.tabs_subheader {
	background-image:url(images/pbck.gif);
	background-position:center;
	background-color:#FFFFFF;
	width: 321px;
	height: 34px;
	background-repeat:no-repeat;

}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
text-align:right;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -240px; /*position where enlarged image should offset horizontally */

}


