* { margin: 0; padding: 0; }
html {
	width: 100%;
	height: 100%;
	background: transparent url(../images/watermark.jpg) no-repeat top right;
}
body {
	font-family: Arial;
	font-size: 11px;
	color: #630;
}
#wrapper {
	width: 810px;
	margin: 0 auto;
	text-align: center;
}
#content {
	float: left;
	width: 810px;
	text-align: left;
}
#logo {
	margin: 0 200px;
	clear: both;
	height: 148px;
	width: 400px;
	background: transparent url(../images/logo.jpg) no-repeat 0 0;
}
#footer {
	float: left;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}
#footer span {
	margin: 0 1px;
}

/****************************************************** NAVIGATION *************/*

#kwicks_container { 
	height: 404px;
	color: #000;
}
#kwicks {
	position: relative;
}
#kwicks li {
	float: left;
	display: block;
	width: 200px;
	height: 404px;
	border-left: 1px solid #FFF;
}
#kwicks li #house_images {
	float: right;
	display: none;
	width: 330px;
	margin: 105px 30px 0 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#kwicks li #house_images img {
	float: left;
	display: inline;
	margin: 10px;
	border: 2px solid #FFF;
}
#kwicks li #house_images img:hover { border: 2px solid #D172E2; }

#kwicks li #directions {
	float: right;
	display: none;
	width: 240px;
	margin: 330px 0px 0 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
	a#directions_link, a#directions_link:active, a#directions_link:visited, a#directions_link:hover {
		float: right;
		display: block;
		height: 20px;
		width: 233px;
	}

#kwicks li #our_tools {
	float: right;
	display: none;
	width: 330px;
	margin: 110px 25px 0 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
	a#pureology, a#pureology:active, a#pureology:visited, a#pureology:hover {
		float: right;
		display: block;
		height: 33px;
		width: 180px;
	}
	a#aquage, a#aquage:active, a#aquage:visited, a#aquage:hover {
		float: right;
		display: block;
		margin-top: 30px;
		height: 60px;
		width: 220px;
	}
	a#goldwell, a#goldwell:active, a#goldwell:visited, a#goldwell:hover {
		float: right;
		display: block;
		margin-top: 30px;
		height: 38px;
		width: 182px;
	}
		
#kwicks li #culture {
	float: right;
	display: none;
	width: 330px;
	margin: 325px 0 0 0;
	border: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
	#kwicks li #culture a, #kwicks li #culture a:active, #kwicks li #culture a:visited, 
	#kwicks li #culture a:hover {
		float: right;
		display: block;
		height: 25px;
		width: 170px;
	}

#what_we_do { background: transparent url(../images/what_we_do.jpg) no-repeat 0 0; }
#how_we_do_it { background: transparent url(../images/how_we_do.jpg) no-repeat 0 0; }
#our_house { background: transparent url(../images/our_house.jpg) no-repeat 0 0; }
#what_defines_us { background: transparent url(../images/what_defines_us.jpg) no-repeat 0 0; }
#what_we_do.hover, #how_we_do_it.hover, #our_house.hover,
#what_defines_us.hover { background-position: 0 -404px; }

/****************************************************** GENERAL STYLES **********/*

a, a:active, a:visited {
	color: #630;
	text-decoration: underline;
	outline: none;
}
a:hover { text-decoration: none; }
.hidden { display: none; }