@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:black;
	font-family:Century Gothic;
	font-size:13px;
}

a {
	color:#ea0095;
}

h2 {
	letter-spacing:1px;
}

h3 {
	letter-spacing:1px;
	text-align:center;
	margin-top:30px;
}

#underHeader {
	width:900px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

#sequence {
	margin-top:15px;
	margin-left:-15px;
}

#order {
	margin-bottom:10px;
	margin-left:-15px;
}

/* Content Container */
#Product {
	width:870px;
	/*background-color:#eddae2;*/
	background-image:url(../images/underheaderrep.png);
	background-repeat:repeat-y;
	background-color:#191718;
	padding:15px;
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
	float:left;
	margin:0px;
	position:relative;
}

/* Parent div for page */
#mainContainer {
	width:900px;
	margin:0px auto;
}

.float_right {
	float:right;
	position:absolute;
	right:360px;
	top:57px;
}

/* Main header with logo image */
#headerImage {
	color:#fff;
	height:215px;
}

/* Lefthand div w/ product description text */
#productDescription {
	height:auto;
	width:440px;
	float:left;
	color:#CCC;
	z-index:2;
	position:relative;
	padding:20px;
	margin-top:35px;
	margin-left:20px;
}

/* Lefthand div w/ product description text */
#feature {
	text-align:left;
	color:#CCC;
	margin-bottom:15px;
}

#featureTable {
	margin-top:-10px;
}

/* Righthand div w/ product images */
#productImg {
	height:auto;
	width:330px;
	float:left;
	margin-top:65px;
	z-index:1;
	position:relative;
	padding:20px;
}

/* Bottom div w/ purchase button */
.productPurchase {
	width:870px;
	float:none;
	color:#CCC;
	clear:both;
	text-align:center;
}

.productPurchase form {
	margin:0px auto;
	display:block;
}

#orderForm {
	margin:40px;
	text-align:center;
}

.orderFormLabel {
	font-size:14px;
}

#footer {
	margin-top:0px;
	margin-left:-15px;
	margin-bottom:0px;
}