@charset "UTF-8";
body {
	background-image: url(images/metalback.png);
	background-repeat: repeat-x;
}
#homeTxt {
	width: 150px;
	float: right;
	clear: none;
	left: 525px;
	top: 0px;
}
#bodyContent #colorRow {
	width: 200px;
	float: right;
	position: absolute;
	left: 616px;
	top: 280px;
}
#container {
	margin-left: auto;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	top: 27px;
	width: 900px;
	margin-right: auto;
}
#holder {
	overflow: auto;
	width: 100%;
	margin-left: 5px;
}
#container #bodyContent {
	background-color: #666;
	margin-left: 21px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	padding: 10px;
	width: 860px;
	float: left;
}
#container #purpleBack {
	background-color: #300D31;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #303;
	float: left;
	width: 900px;
}
#companyInfo {
	font-size: 12px;
	font-weight: bold;
	color: #303;
	background-color: #DAB9D8;
	width: 875px;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 6px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999;
	display: inherit;
	float: none;
	clear: both;
	margin-left: 22px;
}
#container #addressRow {
	background-image: url(images/addressBottom.png);
	height: 100px;
	background-repeat: no-repeat;
	float: left;
	width: 900px;
	margin-bottom: 20px;
}
#container #logo {
	height: 128px;
	width: 100%;
	background-image: url(images/top_banner.png);
	background-repeat: no-repeat;
}
#logoPhoto img {
	margin-right: 50px;
}
#container #border {
	background-image: url(images/border_grad.png);
	background-repeat: repeat-x;
	height: 14px;
}
#container #menu {
	background-color: #62105D;
	height: 35px;
	background-image: url(images/menugrad.png);
	background-repeat: repeat-x;
	width: 900px;
}
#container #bodyContent #pgTitle {
	font-size: large;
	font-variant: small-caps;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
	font-weight: bold;
}
#container #logoPhoto {
	height: 129px;
	width: 100%;
	background-image: url(images/slimscents_logo.png);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#infoBox {
	width: 300px;
	margin-left: 20px;
	background-color: #CCF;
	position: relative;
	text-align: center;
	height: 385px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #666;
	margin-top: 15px;
}
#vidThumb {
	width: 305px;
	height: 260px;
	float: left;
}
#vidDetails {
	width: 400px;
	margin-left: 310px;
}
#vidRow {
	width: 100%;
	clear: both;
	float: left;
}
#bodyContent #buttonCol {
	background-color: #E3B6DA;
	width: 250px;
	margin-left: 5px;
	float: right;
	padding: 5px;
	position: absolute;
	left: 468px;
	top: 271px;
	visibility: hidden;
}

a.noLine {
	text-decoration: none;
}


a.darklink {
	font-weight: bold;
	color: #2F0024;
	text-decoration: underline;
}

#vidBack {
	z-index: 10000;
	background-color:#000;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:ccc;
	text-align:center;
	vertical-align:middle;
	visibility:hidden;
	  /*supported by current Mozilla, Safari, and Opera*/
}
a.darklink {
	font-weight: bold;
	text-decoration: underline;
}
a.darklink:hover {
	font-weight: bold;
	color: #30C;
}
#bodyContent #studies {
	background-color: #CCC;
	float: left;
	width: 150px;
	clear: left;
	margin-left: 10px;
	font-size: 9px;
	text-align: center;
	color: #303;
	padding: 5px;
	margin-top: 125px;
}
#studies #studTitle {
	border-bottom-color: #303;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
form label {
	margin-left: 40px;
	float: left;
	display: block;
	text-align: right;
	width: 150px;
	margin-top: 5px;
}
form input, form select, form textarea   {
	margin-left: 20px;
	margin-top: 5px;
}
form #fakeForm {
	width: 385px;
	float: left;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
form #buttonRow {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
form #buttonRow #submit, form #buttonRow #reset {
	color: #333;
	background-color: #D9B9D8;
}
form #buttonRow #submit:hover, form #buttonRow #reset:hover {
	color: #d9b9d8;
	background-color: #333;
}
form fieldset {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
a.smallLightLink {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
a.smallLightLink:hover {
	font-size: 10px;
	color: #CCF;
	text-decoration: none;
}
.smallerTxt {
	font-size: 10px;
}
#bodyContent #emailFriend {
	text-align: center;
	float: right;
	border: 2px solid #906;
	padding: 6px;
	margin-bottom: 30px;
}
.important {
	font-size: 18px;
	color: #FFF;
	list-style-type: square;
}
.important ul li {
	padding-bottom: 14px;
}
.highlight {
	color: #FF0;
}
#container #siteBy {
	padding-top: 10px;
	margin-left: 30px;
	margin-top: 30px;
}
#container #siteBy a {
	color: #666;
	text-decoration: none;
}
#container #siteBy a:hover {
	color: #310E30;
	text-decoration: underline;
}
.errormessage {
	font-size: 12px;
	color: #F00;
}
#container #purpleBack #bodyContent .special {
	color: #303;
	background-color: #CCC;
	padding: 3px;
	border: thin solid #FFF;
	text-align: center;
}
#container #purpleBack #bodyContent .special a {
	color: #505;
}
#container #purpleBack #bodyContent .special a:hover {
	color: #333;
}
#disclaimer {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #3E0E40;
	background-color: #FFF;
	text-align: center;
	font-size: 10px;
}
#container #purpleBack #bodyContent #imageWrap {
	float: left;
	color: #78CCD3;
	font-size: 10px;
	width: 335px;
	padding-right: 10px;
}
#logo #buyButton {
	padding-top: 100px;
	padding-left: 180px;
}
