/**************RESET********************/
/* v1.0 | 20080212 */

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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/**************END RESET********************/

body {
	background-color: #12100f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

img {
	border: none;
}

#maincontent {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*height: 85.8em;*/
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 97.3em; 
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 18.7em;
	margin-top: .5em;
	overflow: hidden;
	width: 97.9em;
}

h1 {
	float: left;
	margin-left: 3.5em;
}

/*IE6*/
* html h1 {
	margin-left: 1.7em;
}

ul#days {
	float: left;
	list-style: none;
	overflow: hidden;
	margin: .8em 0 0 0;
	padding: 0;
}

ul#days li {
	float: left;
	margin: 0;
}

h2 {
	text-align: center;
	margin: 2em 0;
}

#playerwrapper {
	background-image: url(../images/bg_player.gif);
	background-repeat: no-repeat;
	height: 46.4em;
	margin: 0;
	overflow: hidden;
	width: 89.4em;
}

#playerwrapper #player {
	margin: .6em 0 0 25.1em;
}

/*IE6*/
* html #playerwrapper #player {
	margin: .6em 0 0 25.3em;
}

#watch {
	margin-top: -6.5em;
}

/*IE6*/
* html #watch {
	height: 1%;
}

#watch #online {
	float: left;
	margin-left: 11em;
	overflow: hidden;
	width: 41em;
}

/*IE7*/
*:first-child+html #watch #online {
	width: 41.3em;
}

/*IE6*/
* html #watch #online {
	margin-left: 5.5em;	
	width: 41.2em;
}

h3 {
	margin-bottom: 1.2em;
	text-align: center;
}

#watch #online ul#row1,
#watch #online ul#row2 {
	clear: left;
	list-style: none;
	margin-bottom: 1em;
	overflow: hidden;
}

#watch #online ul#row1 li,
#watch #online ul#row2 li {
	float: left;
	margin-right: .7em;
}

#watch #online ul#row1 li.lastitem,
#watch #online ul#row2 li.lastitem {
	margin-right: 0;
}

#watch #online ul#row2 {
	margin: 0 auto;
	width: 20.1em;
}

/*IE6*/
* html #watch #online ul#row2 {
	width: 20.5em;
}

/*IE7*/
*:first-child+html #watch #online ul#row2 {
	width: 20.6em;
}

#watch #mobile {
	float: left;
	overflow: hidden;
	margin-left: 5em;
	width: 20.1em;
}

#watch #mobile ul {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	width: 20.1em;
}

/*IE6*/
* html #watch #mobile ul {
	width: 20.5em;
}

/*IE7*/
*:first-child+html #watch #mobile ul {
	width: 20.6em;
}

#watch #mobile ul li {
	float: left;
	margin-right: .7em;
}

#watch #mobile ul li.lastitem {
	margin-right: 0;
}

ul#verizon {
	background-image: url(../images/bg_verizon.gif);
	background-repeat: no-repeat;
	display: none;
	height: 36.8em;
	margin: -20em 0 0 78em;
	overflow: hidden;
	position: absolute;
	width: 16.6em;
}

/*IE6*/
* html #watch ul#verizon {
	margin: -20em 0 0 1em;
}

/*IE7*/
*:first-child+html #watch ul#verizon {
	margin: -20em 0 0 1em;
}

#watch ul#verizon li {
	margin: 1.4em auto 0 auto;
	width: 12.5em;
	text-align: center;
}

#watch ul#verizon li p {
	font-size: 1.1em; 
	line-height: 1.2;
	text-align: left;
}

#watch ul#att {
	background-image: url(../images/bg_att.gif);
	background-repeat: no-repeat;
	display: none;
	height: 22em;
	margin: -7em 0 0 78em;
	overflow: hidden;
	position: absolute;
	width: 16.6em;
}

/*IE6*/
* html #watch ul#att {
	margin: -7em 0 0 1em;
}

/*IE7*/
*:first-child+html #watch ul#att {
	margin: -7em 0 0 1em;
}

#watch ul#att li {
	margin: 1.5em auto 0 auto;
	width: 12.5em;
	text-align: center;
}

#watch ul#att li p {
	font-size: 1.1em; 
	line-height: 1.2;
	text-align: left;
}

