/*----------------------------------------------------------------------------- 
GLOBAL RESET - Standardizes elements across all browsers
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------------------------- 
GLOBAL STYLING - Elements that are applied throughout the site
-----------------------------------------------------------------------------*/
* {font-family: Arial, Verdana, sans-serif;}
body {
	font-size: 62.5%;
	background: #000;
	color: #fff;
}
a {color: #fff;text-decoration: none;}
a:hover {text-decoration: underline;}

#wrapper {
	width: 800px;
	margin: 30px auto;
	background: url('../images/bgr-lines.png') repeat-y;
}
#header {
	background: url('../images/bgr-header.jpg') no-repeat;
	height: 586px;
}
#callout {
	float: right;
	text-align: center;
}
#callout h3 {
	background: url('../images/hdr-callout.png') no-repeat;
	width: 413px;
	height: 211px;
	display: block;
	text-indent: -9999em;
	margin: 34px 34px 0 0;
}
#mainvideo {
	/* background: black url('../images/plh-videotop.png') no-repeat scroll top left; */
	background: black;
	width: 390px;
	height: 272px;
	margin: 20px 0 0 12px;
}
#callout p {
	background: url('../images/txt-watchvideo.png') no-repeat;
	display: block;
	text-indent: -9999em;
	width: 337px;
	height: 32px;
	margin: 15px 0 0 35px;
}
#content {
	padding: 20px 40px 0 40px;
}
#content dt {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}
#content dd {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 30px 0;
}
#content dd p, #content dd ul {
	margin: 0 0 10px 0
}
#content dd ul {
	list-style: disc;
	margin-left: 20px;
}
#signup {
	padding: 5px 40px;
}
#watchlinks {
	float: right;
}
#musicvideo {
	text-transform: uppercase;
	font-size: 1.2em;
}
#watchlinks h3 {
	margin: 20px 0 0 0;
	text-transform: uppercase;
	font-size: 1.3em;
}
#watchlinks ul {
	font-size: 1.2em;
	line-height: 1.2em;
}
form fieldset {
	margin: 10px;
	width: 310px;
}
form label {
	display: block;
	text-transform: uppercase;
	font-size: 1.4em;
	margin: 0 0 2px 0;
}
form input {
	border: 2px solid #fff;
	font-size: 1.2em;
}
form .input {
	width: 100%;
}
form div p {
	float: left;
	width: 50px;
	font-size: 1.2em;
	margin-right: 20px;
}
form div p input {
	text-align: left;
	border: 0;
}
form div {
	margin: 5px 0 10px 0;
}
form .submit {
	background: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	width: 100px;
	height: 30px;
}
.formdesc {
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	width: 310px;
}
.formdesc span {
	font-size: 1.2em;
	display: block;
}
form .policy {
	float: right;
	width: 82%;
	font-size: 1.3em;
	line-height: 1.3em;
}
#about {
	background: url('../images/bgr-footer.png') 50% 100% no-repeat;
	padding: 0 40px 20px;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 20px 0 0 0;
}
#about p {
	margin: 0 0 1em 0;
}

/*----------------------------------------------------------------------------- 
HACKS - Global browser hacks to make everybody play nice
-----------------------------------------------------------------------------*/
form div:after, #signup:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

form div, #signup {display:inline-block;}
/* Hide from IE Mac \*/
form div, #signup {display:block;}
/* End hide from IE Mac */
