@charset "utf-8";

body {
	background-color: #000000;
	margin-top: 0px;
}
#container {
	height: 800px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
#flash {
	position: absolute;
	z-index: 1;
}

#services {
	background-image: url(../images/FPS_Menu.jpg);
	background-repeat: no-repeat;
	height: 757px;
	width: 980px;
	border: 2px solid #3A3B3D;
}
#products {
	width: 350px;
	margin-right: 0px;
	margin-left: 600px;
	position: absolute;
	margin-top: 750px;
	margin-bottom: 0px;
	z-index: 10;
	height: 35px;
}
#products ul {
	text-decoration: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#products ul li {
	display: inline;
}
.aveda {
	text-decoration: none;
	background-image: url(../images/aveda_concept.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 157px;
	float: right;
	background-position: 0px 0px;
}
.aquage {
	text-decoration: none;
	background-image: url(../images/aquage.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 78px;
	float: left;
	margin-left: 35px;
}
.goldwell {
	text-decoration: none;
	background-image: url(../images/goldwell.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 118px;
	float: left;
	margin-left: 35px;
}
.tigi {
	text-decoration: none;
	background-image: url(../images/tigi.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 46px;
	float: left;
	margin-left: 35px;
}
a:hover.tigi   {
	background-position: -46px 0px;
}
a:hover.aveda {
	background-position: -157px 0px;
}
a:hover.aquage {
	background-position: -78px 0px;
}
a:hover.goldwell {
	background-position: -117px 0px;
}
