.pantone {
	width: 830px;
	height: 250px;
	float: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url('../images/pantone.jpg');
	position: relative;
}
.specials {
	position: absolute;
	right: -11px;
	top: 20px;
	text-align: right;
}
.nav-buttons {
	clear: both;
	width: 830px;
}
.nav-buttons li a {
	float: left;
	position: relative;
	width: 142px;
	display: block;
	height: 40px;
	line-height: 20px;
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #ddd;
	margin-top: 10px;
	font-weight: bold;
	font-style: italic;
	background: #eee;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav-buttons li a:hover, .nav-buttons a.active:link {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 5px;	
	border-top-right-radius: 0px;
	border-top: none;
	margin-top: -250px;
	padding-top: 266px;
	text-decoration: none;
}
.nav-buttons li a:hover span, .nav-buttons a.active:link span {
	color: #007ED3;
	text-decoration: underline;
}
.services a:hover, .services a.active:link {	
	background: url('../images/hover-states.png') 0px 0px no-repeat;
}
.about-us a:hover, .about-us a.active:link {
	background: url('../images/hover-states.png') -152px 0px no-repeat;
}
.environment a:hover, .environment a.active:link {
	background: url('../images/hover-states.png') -304px 0px no-repeat;
}
.web-design a:hover, .web-design a.active:link {
	background: url('../images/hover-states.png') -456px 0px no-repeat;
}
.contact-us a:hover, .contact-us a.active:link {
	background: url('../images/hover-states.png') -608px 0px no-repeat;
}
a.active:link .arrow {
	background: url('../images/arrow.png');
	position: absolute;
	bottom: -26px;
	left: 61px;
	height: 15px;
	width: 30px;
	z-index: 10;
}
.specials ul {
	height: 46px;
	background: url('../images/offer-background.png') no-repeat bottom right;
	text-transform: uppercase;
}
.specials ul li {
	background: url('../images/hover-states.png') 0px -332px no-repeat;
	float: right;
	font-size: 15px;
	padding: 0 30px 0 30px;
	font-weight: bold;
	height: 40px;
	line-height: 38px;
	color: #fff;
}
#offer-text li {
	background: url('../images/hover-states.png') 0px -373px no-repeat;
	color: #887A6F;
	text-transform: none;
}