/* General */

body {
	background: #000;
	color: #A0A0A0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", arial, sans-serif;
	font-size: 13.5px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, legend {
	font-family: "Adobe Garamond Pro", "Garamond", "Georgia";
	color: #FFF;
	line-height: 1.25;
}
h1 a {
	width: 87px;
	height: 28px;
	background: url('http://dpajbcojiy8zt.cloudfront.net/logo.png') no-repeat;
	text-indent: -5000px;
	float: left;
}
h2 {
	font-size: 32px;
	margin: 0 0 28px 0;
}
h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 100px 0 7px 0;
}
h4 {
	font-size: 20px;
	margin: 0 0 7px 0;
}
p {
	margin: 0 0 14px 0;
}
.double_margin {
	margin: 0 0 28px 0;
}
strong {
	font-family: "Helvetica Neue", arial, sans-serif;
	font-weight: bold;
}
ul {
	list-style: square inside;
}
ol {
	list-style: decimal outside;
}
ol li {
	margin: 0 0 28px 0;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FEAE15;
}
a.button {
	margin: 28px 0;
}
a.button:hover {
	cursor: pointer; /* cursor: hand; for IE5 */
}
hr {
	border-color: #2A2A2A;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 1px;
	margin: 42px 0;
}


/* Header */

.main-header {
	margin-top: 50px;
}
.main-header ul {
	float: right;
	list-style: none;
}
.main-header li {
	display: inline;
	list-style: none;
	margin-left: 15px;
}
.main-header li a {
	font-size: 16px;
	color: #FFF;
	padding: 5px 5px;
}
.main-header li a:hover {
	color: #FEAE15;
}
.main-header li.selected a, .main-header li.selected a:hover {
	color: #FEAE15;
}


/* Slideshow */

.slideshow {
	width: 100%;
	height: 400px;
	border: 1px solid #2A2A2A;
	margin: 28px 0 42px 0;
}
.slideshow_content {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.slideshow_content .item {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.slideshow_nav {
	list-style: none;
	float: right;
	position: relative;
	top: -60px;
	z-index: 10;
}
.slideshow_nav li {
	list-style: none;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 10px 0 0;
}
.slideshow_nav li a {
	width: 30px;
	height: 30px;
	display: block;
	border: 1px solid #2A2A2A;
	outline: none;
}
.slideshow_nav li a:hover {
	border: 1px solid #FFF;
}
.slideshow_nav li a.activeSlide {
	border: 1px solid #FEAE15;
}


/* Boxes */

.box {
	border: 1px solid #2A2A2A;
	margin: 42px 0;
}
.box_light {
	border-bottom: 1px solid #2A2A2A;
	margin: 42px 0 0 0;
}
.box h3, .box_light h3 {
	margin: 56px 0 7px 0;
}
.box h2, .box_light h2 {
	margin: 42px 0 14px 0;
}


/* Share buttons */

.share_twitter {
	position: relative;
	left: -3px;
}
.share_facebook {
	position: relative;
	left: -8px;
}


/* Section headings */

.section_heading {
	text-align: center;
	position: relative;
	top: -10px;
}
.section_heading .heading {
	font-family: "Adobe Garamond Pro", "Garamond", "Georgia";
	color: #FFF;
	font-size: 13.5px;
	text-transform: uppercase;
	padding: 0 14px;
	background: #000;
}


/* Player demo */

#player_demo {
	width: 100%;
	height: 400px;
}


/* Partners box */

.partners {
	margin: 30px 0;
}
.partners img {
	width: 154px;
	float: left;
	border-right: 1px solid #2A2A2A;
	border-bottom: 1px solid #2A2A2A;
}


/* Forms */

fieldset {
	border: 1px solid #2A2A2A;
	padding: 14px 30px;
	margin-bottom: 28px;
}
legend {
	font-size: 20px;
}
label {
	display: block;
	color: #FFF;
}
input.text, #newsletter input, textarea {
  	margin: 0 0 10px 0;
  	padding: 5px 10px 7px 10px;
  	background: #000;
  	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", arial, sans-serif;
  	font-size: 13.5px;
	font-weight: 300;
	letter-spacing: 0.5px;
  	color: #A0A0A0;
	border: 1px solid #2A2A2A;
}
#newsletter input.text {
  	width: 130px;
}
#newsletter input#submit {
  	font-family: "Helvetica Neue", arial, sans-serif;
  	font-weight: 400;
  	color: #FFF;
  	padding-bottom: 6px;
}
#newsletter input#submit:hover {
	cursor: pointer; /* cursor: hand; for IE5 */
	color: #FEAE15;
}
#order div.contact-left, #order div.contact-right {
	width: 248px;
	float: left;
}
#order div.contact-right {
	margin-left: 30px;
}
#order input.text, #order textarea#address {
	width: 226px;
	margin: 0;
}
#order textarea#comments {
	width: 506px;
}
#order #submit {
	margin-left: 30px;
}


/* Footer */


.footer {
	margin-bottom: 56px;
	font-size: 11.5px;
}
.footer ul {
	float: left;
	margin-right: 42px;
	list-style: none;
}
.footer li {
	list-style: none;
	display: block;
}
.footer li.section {
	margin-bottom: 7px;
}
.footer li a {
	color: #A0A0A0;
}
.footer li.section a {
	font-family: Georgia;
	font-size: 14.5px;
	color: #FFF;
}
.footer li a:hover {
	color: #FEAE15;
}
.footer .copyright {
	text-align: right;
}


/* Message boxes */

#success, #bademail, #badserver {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	display: none;
  	-moz-opacity: .90;
	filter: alpha(opacity=90);
  	opacity: 0.9;
}
#success {
	background: #209801;
}
#bademail, #badserver {
	background: #FF1A00;
}
#success p, #bademail p, #badserver p {
	font-family: "Adobe Garamond Pro", "Garamond", "Georgia";
	line-height: 1;
	margin: 18px 0 14px 0;
	color: #FFF;
	font-size: 30px;
}
