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

#header-holder {
	height: 115px;
	width: 980px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/nav/nav-bg.png);
	padding-left: 0px;
}

#header-holder img {
	padding-top: 33px;
	padding-left: 25px;
	padding-right: 69px;
	float: left;
}

/*NAV START*/
#navigation {
	width: 450px;
	height: 50px;
	float: left;
	position: relative;
	top: 49px;
}

#home a{
	display:block;
	width: 93px;
	height: 50px;
	float:left;
	background:url(../img/nav/home-bg.jpg);
	background-position:bottom;
	text-decoration: none;
	line-height: 56px;
	background-repeat:repeat-x;
	margin-left: 1px;
}

	#home a:hover {
		display:block;	
		width: 93px;
		height: 50px;
		color: #cac8c8;
		text-decoration:none;
		background: url(../img/nav/home-bg-on.jpg);
		background-position:bottom;
		text-decoration:none;
		background-repeat:repeat-x;
	}

	.home {
		position:relative;
		margin-top: 0px;
		display:block;	
		width: 93px;
		height: 50px;
		line-height: -100px;
		background: url(../img/nav/home-bg-on.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		color: #cac8c8;
	}
	
#about a {
	width: 97px;
	height: 50px;
	float:left;
	background:url(../img/nav/about-bg.jpg);
	background-position:bottom;
	text-decoration: none;
	line-height: 56px;
	background-repeat:repeat-x;
	margin-left: 1px;
}
	#about a:hover {
		display:block;	
		width: 97px;
		height: 50px;
		color: #cac8c8;
		text-decoration:none;
		background: url(../img/nav/about-bg-on.jpg);
		background-position:bottom;
		text-decoration:none;
		background-repeat:repeat-x;
	}
	
		.about {
		position:relative;
		margin-top: 0px;
		display:block;	
		width: 97px;
		height: 50px;
		line-height: -100px;
		background: url(../img/nav/about-bg-on.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		color: #cac8c8;
	}

#services a{
	width: 119px;
	height: 50px;
	float:left;
	background:url(../img/nav/services-bg.jpg);
	background-position:bottom;
	text-decoration: none;
	line-height: 56px;
	background-repeat:repeat-x;
	margin-left: 1px;
}

	#services a:hover {
		display:block;	
		width: 119px;
		height: 50px;
		color: #cac8c8;
		text-decoration:none;
		background: url(../img/nav/services-bg-on.jpg);
		background-position:bottom;
		text-decoration:none;
		background-repeat:repeat-x;
	}
	
	.services {
		position:relative;
		margin-top: 0px;
		display:block;	
		width: 119px;
		height: 50px;
		line-height: -100px;
		background: url(../img/nav/services-bg-on.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		color: #cac8c8;
	}

#contact a {
	width: 121px;
	height: 50px;
	float:left;
	background:url(../img/nav/contact-bg.jpg);
	background-position:bottom;
	text-decoration: none;
	line-height: 56px;
	background-repeat:repeat-x;
	margin-left: 1px;
}

	#contact a:hover {
		display:block;	
		width: 121px;
		height: 50px;
		color: #fff;
		text-decoration:none;
		background: url(../img/nav/contact-bg-on.jpg);
		background-position:bottom;
		text-decoration:none;
		background-repeat:repeat-x;
	}
	
	.contact {
		position:relative;
		margin-top: 0px;
		display:block;	
		width: 121px;
		height: 50px;
		line-height: -100px;
		background: url(../img/nav/contact-bg-on.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		color: #cac8c8;
	}

/*NAVIGATION HOVER*/
#navigation a {
	font-family:"ITC Avant Garde Gothic";
	font-style:normal;
}
#navigation a:hover {
	color: #cac8c8;
	text decoration: none;
}
