@charset "UTF-8";


#nav {
	background-image: url(../images/new_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 45px;
	width: 901px;
	margin-left: 8px;
}

#nav_ul {
	font-size: 12px;
	list-style-type: none;
	font-weight: bold;
	letter-spacing: .3em;
	
}


#nav_ul li {
	background-image: none;
	float: left;
	width: 100px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: center;
}

#nav_ul li:hover {
	float: left;
	background-image: url(../images/point.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#number {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .3em;
	margin-left: 190px;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: center;
}
#nav #nav_ul .here {
	color: #666666;
	background-image: url(../images/point.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.details_hov {
	background-image:url(../images/button-details.png);
	height: 36px;
	width: 110px;
	background-position: center top;
	background-repeat: no-repeat;	
}
.details_hov:hover {
	background-image:url(../images/button-details.png);
	height: 36px;
	width: 110px;
	background-position: center -36px;
	background-repeat: no-repeat;	
}
#send {
	background-image:url(../images/button-sendemail.png);
	height: 36px;
	width: 110px;
	background-position: center top;
	background-repeat: no-repeat;
}
#send:hover {
	background-image:url(../images/button-sendemail.png);
	height: 36px;
	width: 110px;
	background-position: center -36px;
	background-repeat: no-repeat;	
}
#quote {
	background-image:url(../images/quote.jpg);
	height: 240px;
	width: 210px;
	background-position: center top;
	background-repeat: no-repeat;
}
#quote:hover {
	background-image:url(../images/quote.jpg);
	height: 240px;
	width: 210px;
	background-position: center -240px;
	background-repeat: no-repeat;	
}
#green {
	background-image:url(../images/green.jpg);
	height: 200px;
	width: 210px;
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
}
#green:hover {
	background-image:url(../images/green.jpg);
	height: 200px;
	width: 210px;
	background-position: center -200px;
	background-repeat: no-repeat;	
	float: right;
}
#visit_site {
	background-image:url(../images/button-visitsite.png);
	height: 36px;
	width: 110px;
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
}
#visit_site:hover {
	background-image:url(../images/button-visitsite.png);
height: 36px;
	width: 110px;
	background-position: center -36px;
	background-repeat: no-repeat;	
	float: right;
}
