/* CSS Document */

a:link,
a:visited {
	}
a:hover,
a:active {
	}
#toolbarwrap {
	width: 690px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 83px;
	text-align: center;
	}
ul.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul.navigation li {
	float: left;
	padding: 0 0 0 25px;
	}
ul.navigation li a {
display:block;
background-repeat:no-repeat;
margin:0px;
padding:0px;
	color: #707070;
	float: left;
	height: 32px;
	text-decoration:none;
	}
	ul.navigation li a span{
	visibility: hidden;
	}
ul.navigation li a:hover {
	text-decoration: none;
	color: #BCBCBC;
	background-position:0 -32px;
	}
ul.navigation li.active {
	color: #BCBCBC;
	text-decoration: none;
	
}
ul.navigation li.inactive {
	text-decoration: none;
	color: #707070;
	background-position:0 -32px;
}

#frame {
	overflow: auto;
	width: 690px;
	height:512px;
	top: 55px;
	margin: 0px 0 0 83px;
	position: relative;

}
#frame{*overflow:hidden;}  /* the wildcart hack for Internet Explorer 6 and 7 */
#scroller {
	width: 690px;
	margin: 0 auto;
	overflow: hidden;
	height:512px;


}

#content {
	width: 4152px;

}
.section {
	width: 690px;
	float: left;
	text-align: left;
	height:512px;


}
#home-tab a{
width:58px; background-image:url(../images/nav-home.gif)}
#products-tab a{
width:90px; background-image:url(../images/nav-products.gif)}
#services-tab a{
width:79px; background-image:url(../images/nav-services.gif)}
#faq-tab a{
width:42px; background-image:url(../images/nav-faq.gif)}
#industry-tab a{
width:137px; background-image:url(../images/nav-industry.gif)}
#contact-tab a{
width:84px; background-image:url(../images/nav-contact.gif)}
