html {
	color: #103782;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select { 
	font-size: 100%;
}

/* DISNEY CHROME */
#navHolder {
	font-size: 11px;
	background-color:#000;
	width:996px;
	height:48px;
	margin:0 auto 10px;
}

/* GLOBAL */
* {
	font-family: arial, sans-serif;
}

body {
	background:url(../media/home_bkgd_gradient.png) repeat-x scroll 0 0 #BFBFBF;
}

#pageWrap { /* FIRST CHILD DIV OF BODY - WRAPS ALL .FTL CONTENT */
	background:url("../media/page_shadow.png") repeat-y scroll 0 0 transparent;
	margin:0 auto;
	min-height:1400px;
	width:1109px;
	z-index:2;
}

/* DMO header & user account controls */

#dmoHeader {
	background:url("../media/header_bkgd.png") no-repeat scroll 0 0 transparent;
	clear:both;
	display:block;
	height:88px;
	margin:0 68px 10px;
}

#dmoHeader>div {
	background:url("../media/topnav_bkgd.gif") repeat-x scroll 0 0 transparent;
	height:22px;
	position:relative;
	top:66px;
	width:100%;
}

#dmoHeader div a {
	background:url("../media/sprite_png8.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
	height:22px;
	position:absolute;
	text-indent:-9999px;
}

#dmoHeader a#homeLink {
	background-position:-551px -181px;
	width:66px;
}

#dmoHeader a#homeLink:hover {
	background-position:-623px -181px;
}

#dmoHeader a#createAccountLink {
	background-position:-550px -230px;
	width:99px;
	left:788px;
}

#dmoHeader a#createAccountLink:hover {
	background-position:-550px -208px;
}

#dmoHeader a#loginLink {
	background-position:-654px -230px;
	width:85px;
	left:887px;
}

#dmoHeader a#loginLink:hover {
	background-position:-654px -208px;
}

/* logged in user header link options  */

#dmoHeader div>span {
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	height:22px;
	left:490px;
	margin-right:10px;
	position:absolute;
	text-align:right;
	top:5px;
	width:250px;
}

#dmoHeader a#acctSettingsLink {
	background-position:-766px -65px;
	width:139px;
	left:748px;
}

#dmoHeader a#acctSettingsLink:hover {
	background-position:-766px -44px;
}

#dmoHeader a#logoutLink {
	background-position:-911px -65px;
	width:85px;
	left:887px;
}

#dmoHeader a#logoutLink:hover {
	background-position:-911px -44px;
}


/* Left Panel: navigation */

#leftPanel {
	margin:0 14px 0 68px;
	width:175px;
	float:left;
}

#leftPanel > ul {
	background:url("../media/sprite_png8.png") no-repeat scroll 0 0 transparent;
	height:282px;
}

#leftPanel > ul li a{
	display:block;
	width:100%;
	text-indent:-9999px;
}

#leftPanel > ul li a:hover {
	background:url("../media/sprite_png8.png") no-repeat scroll 0 0 transparent;
}

#leftPanel > ul li.first {
	height:39px;
}

#leftPanel ul li a#buyLink {
	height: 50px;
}

#leftPanel ul li a#buyLink:hover {
	background-position: -182px -40px;
}

#leftPanel ul li a#mmlLink {
	height: 35px;
}
#leftPanel ul li a#mmlLink:hover {
	background-position: -182px -90px;
}

#leftPanel ul li a#blogLink {
	height: 35px;
}

#leftPanel ul li a#blogLink:hover {
	background-position: -182px -125px;
}

#leftPanel ul li a#demoLink {
	height: 35px;
}

#leftPanel ul li a#demoLink:hover {
	background-position: -182px -160px;
}

#leftPanel ul li a#helpLink {
	height: 35px;
}

#leftPanel ul li a#helpLink:hover {
	background-position: -182px -195px;
}

#leftPanel ul li a#watchLink {
	height: 52px;
}

#leftPanel ul li a#watchLink:hover {
	background-position: -182px -230px;
}

#leftPanel > ul input {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	left:12px;
	position:relative;
	top:10px;
	width:130px;
}


/*  leftPanel: sharing links */

#leftPanel div#sharePanel {
	background:url("../media/sprite_png8.png") no-repeat scroll -551px -126px transparent;
	clear:both;
	height:50px;
	margin-top:12px;
	width:100%;
}

#sharePanel ul {
	background:url("../media/sprite_png24.png") no-repeat scroll -258px -20px transparent;
	padding-left:4px;
	position:relative;
	width:100%;
	top:20px;
	zoom:1!ie7;
}

#sharePanel ul li {
	display:inline-block;
	display:block!ie;
	float:left!ie;
	margin:0 0 0 1px;
	margin-left:4px!ie;
	padding:0;
	width:23px;
}

#sharePanel ul li a{
/*	background-color:#dddddd; */
	display:block;
	height:24px;
	text-indent:-9999px;
	width:100%;
}

/* Billboard Panel  */
/* styles for transparent rounded corners */
#billboardContainer {
	float:left;
	width:782px;
}

#billboardTop {
	background:url("../media/sprite_png8.png") no-repeat scroll -1px -314px transparent;
	height:11px;
	width:782px;
}

#billboardMain {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	height:323px;
}

#billboardBottom {
	background:url("../media/sprite_png8.png") no-repeat -1px -329px transparent;
	width:782px;
	height:10px;
}

/* styles for interior (white) corneres */
#billboardPane {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	height:323px;
	margin-left:9px;
	width:760px;
}

#billboardPaneTop {
	background:url("../media/sprite_png24.png") no-repeat scroll -4px -48px transparent;
	height:8px;
	margin-left:9px;
	position:absolute;
	top:167px;
	width:762px;
	z-index:98;
}

#billboardPaneBottom {
	background:url("../media/sprite_png24.png") no-repeat scroll -4px -60px transparent;
	height:8px;
	margin-left:9px;
	position:absolute;
	top:482px;
	width:762px;
	z-index:97;
}

/*  styles for content holder */
.billboardContent{
	width:100%;
	background-color: #ddd;
	height:323px;
	overflow:hidden;
}

#bb_1 {
	background:url("../media/billboard/sizzle_bkgd.jpg") no-repeat -7px -7px;
}

#bb_2 {
	background:url("../media/billboard/up.jpg") no-repeat -3px -3px;
}

/* billboard content navigation */
#billboardPaginator {
	background:url("../media/sprite_png24.png") no-repeat scroll -450px 0 transparent;
	display:none;
	height:40px;
	left:9px;
	position:relative;
	top:-40px;
	width:188px;
	z-index:99;
}

.cookieSet #billboardPaginator {
	display:block;
}

#billboardPaginator a {
	color:#AAA;
	display:inline-block;
	display:block!ie;
	float:left!ie;
	font-size:14px;
	font-weight:bold;
	height:18px;
	margin:18px 0 0 0;
	text-align:center;
	text-decoration:none;
	padding-top:1px;
	width:26px;
}

#billboardPaginator a.active {
	background:url("../media/sprite_png8.png") no-repeat scroll -737px -39px transparent;
	color:#fff;
}

#billboardPaginator a.prevLink,
#billboardPaginator a.nextLink {
	background:url("../media/sprite_png8.png") no-repeat scroll 0 0 transparent;
	text-indent:-9999px;
	width:12px;
}

#billboardPaginator a.prevLink {
	background-position:-709px -40px;
	margin-left:10px;
}

#billboardPaginator a.nextLink {
	background-position:-723px -40px;
}

/* hide/show */

.hidden {
	display:none;
}
