/* Global Styles */

body {
	background-color: #000000;
	text-align: center;
	min-width: 810px;
	color: #B5DC11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.boldText {
	color: #E7F7A9;
}

.textleft {
	text-align: left;
	padding-left: 100px;
}

#title {
	left: 200px;
	top: -400px;
	position: relative;
	width: 400px;
}

#wrapper {
	background-color: #999999;
	text-align: left;
	width: 800px;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
}
.colorbar {
	background-image: url(images/SN_bar.jpg);
	background-repeat: no-repeat;
	height: 1px;
	width: 800px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#prodbarleft {
	background-image: url(images/redken.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 160px;
}

a:link {
	text-decoration: none;
	color: #E7F7A9;
}
a:visited {
	text-decoration: none;
	color:#B5DC11;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #DAF85A;
}
a:active {
	text-decoration: none;
	color: #B5DC11;
}#navbar {
	width: 140px;
	vertical-align: top;
}
.pageName{
	font:18px Arial, Helvetica, sans-serif;
	color: #E7F7A9;
	line-height:24px;
	letter-spacing:0.3em;
	background-position: left;
}
.subHeadingText {
	color: #E7F7A9;
	font-weight: bold;
	font-size: 13px;
}

#navlist {
	margin: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navlist a, #navlist a:visited {
	display: block;
	background-color: #000000;
	color: #E7F7A9;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 2px;
}
#navlist a:hover {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3FF63;
	border-left-color: #E3FF63;
	color: #E3FF63;
}
.footerText {
	font-size: 9px;
	text-align: right;
}
.servicesText {
	text-align: left;
	padding-left: 100px;
	font-size: 12px;
}
.lightItalics {
	font-style: italic;
	color: #E7F7A9;
}
.smallerText {
font-size: 12px;
}

.smallerText tr {
border-spacing: 0 0 8px 8px;
vertical-align: top;
margin-bottom: 24px;
}
.smallerText td {
border-spacing: 0 0 8px 8px;
vertical-align: top;
padding: 12px 12px 12px 0;
}

.smallerText td p {
margin: 0;
}



