@charset "UTF-8";

BODY {
	z-index: 0;
	background-image: url('../images/texture.png');
	background-repeat: repeat;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 25px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
}

#logo_wrapper { 
	position: relative; 
	height: 211px;
	width: 687px; 
	margin-right: auto; 
	margin-left: auto; 
}

#logo {
	height: 211px;
	width: 687px;
	text-align: center;
}

#disco {
	left: 308px;
	bottom: 112px;
	position: absolute;
}

#scissors {
	z-index: 1;
	left: -20px;
	top: -65px;
	position: absolute;
	float: left;
}

#nav_wrapper {
	top: -100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	right: auto;
	left: auto;
	height: 30px;
	width: 600px;
}

#nav_box {
	position: absolute;
	right: auto;
	left: auto;
	background-color: black;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	height: 30px;
	width: 600px;
}

#sub_nav {
	top: -20px;
	text-align: center;
	line-height: 30px;
	right: 0px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	position: relative;
	height: 30px;
}

#sub_nav_box {
	left: 1px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	width: 600px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	position: absolute;
	height: 30px;
}

#nav {
	right: auto;
	left: auto;
	position: absolute;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 600px;
}

#main_wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	top: -80px;
	position: relative;
}

#main_box {
	width: 600px;
	z-index: 0;
	border-width: 1px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	background-color: black;
	top: 0px;
	border-color: white;
	border-style: solid;
}

#main {
	right: 0px;
	padding-top: 20px;
	left: 0px;
	top: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	width: 600px;
}

#main table {
	right: 20px;
	position: relative;
	left: 20px;
}
#girl {
	border-width: 0px;
	bottom: -5px;
	right: 0px;
	position: fixed;
}

#water {
	left: 1px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	bottom: 1px;
	width: 600px;
	position: relative;
	height: 156px;
}

#paulmitchell {
	height: 20px;
	width: 600px;
	bottom: 5px;
	position: absolute;
	text-align: center;
}

#copyright {
	width: 600px;
	bottom: -20px;
	position: absolute;
	color: #999999;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
}

.heading {
	margin-bottom: 10px;
	text-align: left;
	text-shadow: 0px 0px 6px white;
	color: white;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.text {
	text-align: left;
	color: #7f7f7f;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-right: 10px;
}

.opaque {
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
}

.nav {
	text-shadow: 0px 2px 1px black;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.image {
	left: 400px;
	position: relative;
	margin: 20px;
}

.rightborder {
	border-left-width: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-style: solid;
	border-right-color: #333333;
	border-right-width: 1px;
	border-left-style: none;
}

A:link IMG {
	border: none;
}

A:link {border-width: 0px; color: white; text-decoration: none;}
A:visited {border-style: none; border-width: 0px; color: white; text-decoration: none;}
A:visited IMG {border-style: none; border-width: 0px; color: white; text-decoration: none;}
A:hover { border-width: 0px; text-decoration: none; color: #0047ab;}
A:active {border-width: 0px;}

.form_text { 
	text-align: right; 
	font-weight: bold;
	color: #0047ab;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

table input[type="text"] { 
	padding: 5px;
	border-color: white; 
	border-style: ridge;
	border-width: 1px;
	background-color: black;
	color: white;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	margin-left: 10px;
}

table input[type="password"] { 
	padding: 5px;
	border-color: white; 
	border-style: ridge;
	border-width: 1px;
	background-color: black;
	color: white;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	margin-left: 10px;
}

table textarea { 
	padding: 5px;
	border-color: white; 
	border-style: ridge;
	border-width: 1px;
	background-color: black;
	color: white;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	margin-left: 10px;
}

table {
	border-style: none;
	border-width: 0px;
}

