/* mom and pop */
html, body {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #dedede; background: #000; 
}

html { 
    height: 100%; /* prevents scrollbar peekaboo between pages that need it or dont */ 
} 
body { 
	background: url('../images/backgrounds/background_image.jpg') bottom left no-repeat;
	padding: 0 0 0 200px;
}


/* links */
a, 
a:link, 
a:visited, 
a:active {
    color: #fff; 
    text-decoration: none;
}
a:hover { 
	color: #fbc405; 
}


/* headings */
h1 {}
h2 {}
h3 { 
	color: #ffc100;
	font-size: 150%;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 95%;
}
h3 strong { color: #fff; display: block; }
h4 { font-size: 150%; color: #fff; }
h5 {}

p { margin-bottom: 2em; }

#container {
	width: 900px; padding-bottom: 200px;
	background: url("../images/backgrounds/bg-gradient.jpg") top left no-repeat;
}
#header, #main, #footer {
	width: 900px; position: relative;
}

#logo {	text-align: center; padding: 25px 0 0;}

#nav {
	width: 700px;
	text-align: center; text-transform: uppercase;
	border-top: solid 1px #1f1f1f;
	border-bottom: solid 1px #292929;
	margin: 10px auto 50px;
	padding: 5px 0;
}
#nav li {
	position: relative;
	float: left;
	width: 20%;
}


.gloss {
	background: url("../images/backgrounds/button-bg.jpg") top left repeat-x;
	height: 36px; line-height: 36px; 
	border: solid 1px #333;
	color: #fff; text-transform: uppercase;
	font-family: arial, sans-serif; font-size: 16px; font-weight: bold;
	cursor: pointer;
	padding: 9px; text-align: center;
}

.twocol li {
	float: left; width: 400px; margin-left: 50px;
}
.sections li {
	height: 120px;
}
.numbers {
	list-style-type: decimal-leading-zero;
}
.discs {
	list-style-type: disc;
}
.response {
	font-size: 200%;
} 
.positive { color: #090; } 
.negative, .error { color: #900; }
.step-preview-links h4 {
	height: 35px;
}
.step-preview-links ul {
	list-style-type: none;
	font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans",arial,sans-serif	
}
.step-preview-links li {
	width: 170px; margin-bottom: 13px;
	padding: 3px 9px; display: block;
	background: url("../images/backgrounds/button-bg.jpg") left repeat-x; border: solid 1px #999;
	/*border-color: #966 #322 #322 #966;*/
	border-color: #555 #222 #222 #555;
}
.step-preview-links a {
	text-decoration: underline;
}
.step-preview-links a:hover {}
.step-preview-links p {
	margin: 0;
}

#supportingText {
}
#supportingText p {
	float: left; width: 33%;
	text-transform: uppercase;
	text-align: center;
	font-family: arial, sans-serif; font-weight: bold;
	color: #444;
}
#supportingText p em {
	color: #888;
	font-size: 135%;
	font-style: normal;
}

#videoPlayer {
	text-align: center;
	width: 420px;
	margin-top: 20px;
}
#trailer {
	width: 550px; float: left;
	padding: 25px;
	font-size: 150%;
}


#purchase {
	width: 280px; float: right;
	text-align: center;
	padding: 25px 10px;
}

#dvd-about {
	margin-top: 1em;
}
#dvd-about img {
	margin: 3em 2em 1em 0;
}
#dvd-about p {
	
}
#dvd-complete-series {
	float: right; width: 280px;
	padding: 10px;
}
#dvd-intro {
	float: left; width: 280px;
	padding: 10px 10px 50px;
}

#contact-info {	float: left; width: 200px; margin-top: 1em; }
#contact-form {	float: right; width: 600px; margin-top: 1em; }

#contact-form label {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 30px;
	width: 75px;
	vertical-align: top;
	text-align: left;
} 
#contact-form label.error { width: auto; }
#contact-form input, #contact-form textarea {
	width: 200px;
	padding: 3px;
	border: solid 1px #444;
	margin-left: 3px;
}
#contact-form input:focus, #contact-form textarea:focus {
	background: #fffccc;
	color: #000;
}
#contact-form textarea {
	width: 350px;
	height: 150px;
	overflow: auto;
	margin-left: 0;
}
#contact-form #submit-button {
	margin-top: 1em;
	margin-left: 75px;
}
#contact-form .captcha {
	padding: 10px 0 10px 80px;
}
input.gloss {
	padding: 0 !important; border: solid 2px #fff;
}

#footer {
	text-align: center;
	height: 50px; line-height: 50px;
	padding: 0 0 150px;
}
#footer #copyright {
	float: left; width: 40%;
}
#footer #credits {
	float: right; width: 50%;
}
#footer #credits a {
	font-weight: bold;
	text-decoration: underline;
}
#footer #credits a.blend {
	font-weight: normal;
	text-decoration: none;
}