@charset "UTF-8";
/* CSS Document */

/* TAB NAVIGATION BUTTONS */

#top_menu {
	height: 20px;
	width: 400px;
	margin: 5px 5px 0px 0px;
	float: right;
}

#button_menu {
	height: 42px;
	width: 988px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0 auto;
	background: url(/images/nav_bg_s.jpg) repeat-x top;
}


#header {
	background: url(/images/headers/header.jpg) no-repeat center top;
	margin: 0px auto;
	height: 80px;
	padding: 5px 0px 0px;
	width: 988px;
}


.buttonnav {
	position:relative;
	height: 32px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	overflow:hidden;/* for ie to hide extra height */
	background: url(/images/nav_hl.jpg) repeat-x;
}

.divider {
	float: left;
	height: 32px;
	width: 2px;
	background: url(/images/nav_sp.jpg) no-repeat left top;
}

.nav, .nav a:link, .nav a:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.nav a:hover {
	color: #FF0000;
	font-size: 10px;
	text-decoration: underline;
}

.nav_home {
	width: 68px;
}

.nav_science {
	width: 127px;
}

.nav_professionals {
	width: 117px;
}

.nav_restoration {
	width: 177px;
}

.nav_difference {
	width: 107px;
}

.nav_classes {
	width: 162px;
}

.nav_training {
	width: 65px;
}

.nav_testimonials {
	width: 100px;
}

.nav_contactus {
	width: 90px;
}
.nav_blank {
	width: 27px;
}


.vrule {
	border-right: 1px dotted #1B4423;
}


.buttonnav a {
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height */
}


.buttonnav a:hover {
	color: #FFFFFF;
}
.buttonnav img {
	height: 32px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.buttonnav a:hover img {
	visibility:hidden
}
.buttonnav span {
	position: absolute;
	left: 10px;
	top: 12px;
	text-align: center;
	cursor: pointer;
}


/* END OF NAVIGATION */

