@charset "UTF-8";

/* navigation structure */

#nav{
	margin:0;
	padding:0;
	width: 690px;
	float: right;
}

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

#nav li{
	display:inline;
	margin:0;
	float: left;
}

/* navigation style */

.home a {
	width: 81px;
	height: 49px;
	display:block;
	background: url(../images/btn_home.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

.home a:hover { 
	background-position: 0 -49px;
	color: black;
}

.homeSel a {
	width: 81px;
	height: 49px;
	display:block;
	text-indent: -9999px;
	background: url(../images/btn_home.jpg) 0px -98px no-repeat;
}

.contact a {
	width: 117px;
	height: 49px;
	display:block;
	background: url(../images/btn_contact.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

.contactSel a {
	width: 117px;
	height: 49px;
	display:block;
	background: url(../images/btn_contact.jpg) 0 -98px no-repeat;
	text-indent: -9999px;
}

.contact a:hover { 
	background-position: 0 -49px;
}

.products a {
	width: 108px;
	height: 49px;
	display:block;
	background: url(../images/btn_products.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

.productsSel a {
	width: 108px;
	height: 49px;
	display:block;
	background: url(../images/btn_products.jpg) 0 -98px no-repeat;
	text-indent: -9999px;
}

.products a:hover { 
	background-position: 0 -49px;
}

.view a {
	width: 151px;
	height: 49px;
	display:block;
	background: url(../images/btn_view.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

.viewSel a {
	width: 151px;
	height: 49px;
	display:block;
	background: url(../images/btn_view.jpg) 0 -98px no-repeat;
	text-indent: -9999px;
}

.view a:hover { 
	background-position: 0 -49px;
}

.testimonials a {
	width: 131px;
	height: 49px;
	display:block;
	background: url(../images/btn_testimonials.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

.testimonials a:hover { 
	background-position: 0 -49px;
}

.testimonialsSel a {
	width: 131px;
	height: 49px;
	display:block;
	background: url(../images/btn_testimonials.jpg) 0 -98px no-repeat;
	text-indent: -9999px;
}

.services a {
	width: 102px;
	height: 49px;
	display:block;
	background: url(../images/btn_services.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

.services a:hover { 
	background-position: 0 -49px;
}

.servicesSel a {
	width: 102px;
	height: 49px;
	display:block;
	background: url(../images/btn_services.jpg) 0 -98px no-repeat;
	text-indent: -9999px;
}

/* crumb trail */

#crumb_trail {
	padding: 0 0 20px 0;
	font-size: 10px;
	color: #666666;
}

#crumb_trail a, #crumb_trail a:visited {
	color: #333;
	text-decoration: underline;
}

#crumb_trail a:hover, #crumb_trail a:active {
	color: #ffcc00;
	text-decoration: none;
}
