/*

Sesame Street
40 Years of Sunny Days

*/

@import url(reset.css);
@import url(jwbox.css);

* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	background: #f5de31 url(../images/bg.jpg) repeat;
}
body {
	background: url(../images/bg_mid.jpg) center top no-repeat;
	font: 12px/21px Arial, sans-serif;
	color: #309751;
}
#container {
	width: 996px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	text-align: center;
}
h1 a {
	background: url(../images/title_sesame.png) 0 0 no-repeat;
	width: 196px;
	height: 74px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}
h2 {
	text-indent: -9999px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
.left {
	float: left;
}
.footer {
	text-align: center;
	clear: both;
}


/* Nav */

#nav {
	margin: 23px auto 9px auto;
	display: block;
}
.dvd #nav {
	margin: 23px auto 30px auto;	
}


/* Home */

#container.home {
	width: 632px;
}
.home #forty_years,
.home #forty_prizes {
	width: 316px;
	height: 461px;
	margin: 48px 0 56px 0;
	display: block;
	float: left;
}
.home h2 a {
	width: 316px;
	height: 71px;
	display: block;
	float: left;	
}
#forty_years h2 a {
	background: url(../images/home_40years_title.png) 0 0 no-repeat;
}
#forty_prizes h2 a {
	background: url(../images/home_40prizes_title.png) 0 0 no-repeat;
}
#forty_years .info {
	background: url(../images/home_40years_info.png) 0 0 no-repeat;
	width: 316px;
	height: 147px;
	display: block;
	float: left;
	text-indent: -9999px;
}
#forty_prizes .info {
	background: url(../images/home_40prizes_info.png) 0 0 no-repeat;
	width: 316px;
	height: 134px;
	display: block;
	float: left;	
	text-indent: -9999px;
}
.hero, .info {
	float: left;
}
#pngfix {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/home_40prizes_hero.png');
	width: 316px;
	height: 256px;
	display: block;
}


/* DVD */

#dvd_title {
	background: url(../images/dvd_title.png) 0 0 no-repeat;
	width: 316px;
	height: 133px;
	margin: 0 auto 32px auto;
}
#synopsis {
	background: url(../images/dvd_synopsis.png) 0 0 no-repeat;
	width: 540px;
	height: 193px;
	text-indent: -9999px;
}
.dvd01 {
	margin: -7px 26px 0 46px;
}
.dvd02 {
	margin: -7px 0 0 28px;
}
.screens {
	margin: -12px auto 30px auto;
}
#buttons {
	margin: 0 auto 30px auto;
	clear: both;
}
#buttons a {
	margin: 0 10px 0 20px;
}


/* Prizes Page */

#prizes_title {
	display: none;
}
#prizes {
	margin: 0 0 15px 0;
	width: 996px;
	height: 562px;
	display: block;
}
.getflash {
	padding: 80px 0;
	margin: 0 auto;
	text-align: center;
}