@import url("reset.css");
body { 
	background-color: #79080C;
	font: 62.5%/150% Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
}

a { color: #79080C; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: #D04032 url(/images/common/bg-top.jpg) center top no-repeat;
}
#wrapperEsp {
  width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: #D04032 url(/images/common/bg-top.jpg) center top no-repeat;
}



#inner-wrapper {
	/* border: 2px solid yellow; */
	background: url(/images/common/bg-bottom.jpg) center bottom no-repeat;
	padding-bottom: 80px;
}
#inner-wrapperEsp {
  /* border: 2px solid yellow; */
	background: url(/images/common/bg-bottom.jpg) center bottom no-repeat;
	padding-bottom: 80px;
}


#wrapper-movie {
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#wrapper-movie #inner-wrapper {
	background: 0 none;
	padding-bottom: 80px;
}

#logo {
	position: absolute;
	left: 39px;
	top: 12px;
	z-index: 100;
}
ul#nav {
	font-size: 1.2em;
	padding: 42px 0 0 245px;
	z-index: 2000;
}
ul#navEsp {
	font-size: 1.2em;
	padding: 42px 0 0 245px;
	z-index: 2000;
}

ul#nav li {
	float: left;
	display: inline;
	position: relative;
	z-index: 2005;
	margin-bottom:-20px;
}
ul#navEsp li {
	float: left;
	display: inline;
	position: relative;
	z-index: 2005;
}

ul#nav li a {
	display: block;
	color: #EFCCA6;
	text-decoration: none;
	text-indent: -9999px;
	height: 47px;
}

ul#navEsp li a {
  display: block;
	color: #EFCCA6;
	text-decoration: none;
	text-indent: -9999px;
	height: 17px;
}

ul#nav li#nav-popcorn {
	background: url(/images/common/nav/CAG3058-ORV-NAV_popcornV3.png) center top no-repeat;
	width: 115px;
}
ul#navEsp li#nav-popcornEsp {
  background: url(/images/common/nav/spanish/nav_products_off.png) center top no-repeat;
	width: 175px;
}

ul#nav li#nav-recipes {
	background: url(/images/common/nav/CAG3058-ORV-NAV_recipesV3.png) center top no-repeat;
	width: 103px;
}
ul#nav li#nav-charitable {
	background: url(/images/common/nav/CAG3058-ORV-NAV_Charityv3.png) center top no-repeat;
	width: 135px;
}
ul#navEsp li#nav-recipesEsp {
  background: url(/images/common/nav/spanish/nav_recipes_off.png) center top no-repeat;
	width: 85px;
}

ul#nav li#nav-offers {
	background: url(/images/common/nav/CAG3058-ORV-NAV_newsv3.png) center top no-repeat;
	width: 127px;
}
ul#navEsp li#nav-offersEsp {
	background: url(/images/common/nav/spanish/nav_news_offers_off.png) center top no-repeat;
	width: 168px;
}

ul#nav li#nav-about {
	background: url(/images/common/nav/CAG3058-ORV-NAV_aboutv3.png) center top no-repeat;
	width: 118px;
}
ul#navEsp li#nav-aboutEsp {
	background: url(/images/common/nav/spanish/nav_about_orville_off.png) center top no-repeat;
	width: 154px;
}

ul#nav li#nav-popcorn:hover, ul#nav li#nav-popcorn.on, ul#nav li#nav-popcorn.over {
	background: url(/images/common/nav/CAG3058-ORV-popcornv3rollover_06.png) center top no-repeat;
	width: 115px;
}
ul#navEsp li#nav-popcornEsp:hover, ul#navEsp li#nav-popcornEsp.on, ul#navEsp li#nav-popcornEsp.over {
	background: url(/images/common/nav/spanish/nav_products_on.png) center top no-repeat;
	width: 175px;
}

ul#nav li#nav-recipes:hover, ul#nav li#nav-recipes.on, ul#nav li#nav-recipes.over {
	background: url(/images/common/nav/CAG3058-ORV-recipesv3rollover_07.png) center top no-repeat;
	width: 103px;
}
ul#nav li#nav-charitable:hover, ul#nav li#nav-charitable.on, ul#nav li#nav-charitable.over {
	background: url(/images/common/nav/CAG3058-ORV-charityv3rollover_08.png) center top no-repeat;
	width: 135px;
}

ul#navEsp li#nav-recipesEsp:hover, ul#navEsp li#nav-recipesEsp.on, ul#navEsp li#nav-recipesEsp.over {
  background: url(/images/common/nav/spanish/nav_recipes_on.png) center top no-repeat;
	width: 85px;
}

ul#nav li#nav-offers:hover, ul#nav li#nav-offers.on, ul#nav li#nav-offers.over {
	background: url(/images/common/nav/CAG3058-ORV-newsv3rollover_09.png) center top no-repeat;
	width: 127px;
}
ul#navEsp li#nav-offersEsp:hover, ul#navEsp li#nav-offersEsp.on, ul#navEsp li#nav-offersEsp.over {
  background: url(/images/common/nav/spanish/nav_news_offers_on.png) center top no-repeat;
	width: 168px;
}

ul#nav li#nav-about:hover, ul#nav li#nav-about.on, ul#nav li#nav-about.over {
	background: url(/images/common/nav/CAG3058-ORV-aboutv3rollover_10.png) center top no-repeat;
	width: 118px;
}
ul#navEsp li#nav-aboutEsp:hover, ul#navEsp li#nav-aboutEsp.on, ul#navEsp li#nav-aboutEsp.over {
  background: url(/images/common/nav/spanish/nav_about_orville_on.png) center top no-repeat;
	width: 154px;
}

div#wrapper ul#nav li:hover, div#wrapper ul#nav li.on {
	background-position: center bottom;
}
div#wrapperEsp ul#navEsp li:hover, div#wrapperEsp ul#navEsp li.on {
	background-position: center bottom;
}


ul#nav li ul {
	display: none;
	position: absolute;
	left: 5px;
}
ul#navEsp li ul {
  display: none;
	position: absolute;
	left: 5px;
}

ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}
ul#navEsp li:hover ul, ul#navEsp li.over ul {
  display: block;
}


ul#nav li ul li {
	float: none;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
}
ul#navEsp li ul li {
  float: none;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
}


ul#nav li ul li a {
	float: none;
	background-color: #D04032;
	color: #efcca6;
	font-size: 12px;
	padding: 5px 10px 5px 5px;
	margin: 0;
	height: auto;
	width: 130px;
	text-indent: 0;
	zoom: 1;
}
ul#navEsp li ul li a {
  float: none;
	background-color: #D04032;
	color: #efcca6;
	font-size: 12px;
	padding: 5px 10px 5px 5px; 
	margin: 0;
	height: auto;
	width: 130px;
	text-indent: 0;
	zoom: 1;
}

ul#nav li ul li a:hover {
	background-color: #EFCCA6;
	color: #D04032;
}
ul#navEsp li ul li a:hover {
  background-color: #EFCCA6;
	color: #D04032;
}


ul#popcorn-subnav {
	border-bottom: 3px solid #F0E8D9;
	margin: 20px 5px;
	height: 27px;
}
ul#popcorn-subnav li {
	float: left;
	position: relative;
}
ul#popcorn-subnav li#microwave-item a {
	background: url(/images/our-popcorn/common/hdr-microwave-off.jpg) top center no-repeat;
	display: block;
	position: absolute;
	left: 177px;
	text-indent: -9999px;
	width: 174px;
	height: 36px;
}
ul#popcorn-subnav li#kernel-item a {
	background: url(/images/our-popcorn/common/hdr-kernel-off.jpg) top center no-repeat;
	display: block;
	position: absolute;
	left: 405px;
	text-indent: -9999px;
	width: 174px;
	height: 36px;
}
ul#popcorn-subnav li#microwave-item.on a, ul#popcorn-subnav li#microwave-item a:hover {
	background: url(/images/our-popcorn/common/hdr-microwave-on.jpg) top center no-repeat;
}
ul#popcorn-subnav li#kernel-item.on a, ul#popcorn-subnav li#kernel-item a:hover {
	background: url(/images/our-popcorn/common/hdr-kernel-on.jpg) top center no-repeat;
}
div#masthead {
	background: url(/images/common/masthead.jpg) center top no-repeat;
	padding: 20px 175px 25px 190px;
}
div#Flavor_Singles {
	background: url(/images/common/flavor-bg-img.jpg) center top no-repeat;
	height:346px;
	width:774px;
}

.flavor_h1{
	width:220px;
	position:relative;
	top:35px;
	left:508px;
	font-size:18px;
	color:#FED009;
	line-height:22px;
}

div#Flavor_Singles h2 {
	text-indent:-9999px;
	margin:0px;
	height:10px;
}
div#Flavor_Singles p{
	width:210px;
	position:relative;
	top:148px;
	left:510px;
	color:#F8E9B2;
}
.singles_flavor{
	position:relative;
	top:10px;
	left:80px;
	width:600px;
	height:300px;
}
div.singles_flavor div.popcorn-product h3{
	margin-left:5px;
}
div.singles_flavor div.popcorn-product p{
	padding:5px 0 0 5px;
	height:50px;
}
div#about-us div#masthead {
	background: url(/images/common/masthead.jpg) center top no-repeat;
	padding: 20px 175px 10px 190px;
}
div.content div#masthead p, div.content-home div#masthead p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 5px;
}
div#border-bottom {
	background: url(/images/common/bottom-border.jpg) center bottom no-repeat;
	height: 12px;
	clear: both;
	margin-top: -8px;
	*margin-top: -8px;
	_margin-top: -9px;
	z-index: -1;
}
div#border-bottomEsp {
  background: url(/images/common/bottom-border.jpg) center bottom no-repeat;
	height: 20px;
	clear: both;
	margin-top: -8px;
	*margin-top: -8px;
	_margin-top: -9px;
	margin-left: 2px;
	z-index: -1;
}


div#border-bottom-yellow {
	background: url(/images/common/bottom-border-yellow.jpg) center bottom no-repeat;
	height: 12px;
	clear: both;
	margin-left:0px;
	*margin-left:1px;
	_margin-left:1px;	
	margin-top: -8px;
	*margin-top: -8px;
	_margin-top: -9px;
	z-index: -1;
}

.masthead-style { padding: 5px 150px 5px 190px; }
div#kernel-page { padding: 0 82px; }
div.kernel-bucket {
	float: left;
	display: inline;
	margin: 10px 0 20px 20px;
	width: 184px;
	height: 221px;
	position: relative;
}
div.kernel-bucket h2 {
	position: absolute;
	text-indent: -9999px;
}
div.content div#kernel-page div.kernel-bucket p {
	font-size: 1.1em;
	line-height: 120%;
	padding: 165px 20px 0;
}
div.kernel-bucket#original {
	background-image: url(/images/our-popcorn/kernel/img-original.jpg);
	margin-left: 14px;
}
div.kernel-bucket#white {
	background-image: url(/images/our-popcorn/kernel/img-white.jpg);
}
div.kernel-bucket#oil {
	background-image: url(/images/our-popcorn/kernel/img-oil.jpg);
}
div.popcorn-bucket {
	float: left;
	display: inline;
	margin: 10px 0 20px 3px;
	width: 184px;
	height: 185px;
	padding-top: 115px;
	position: relative;
}
div.popcorn-bucket#popcorn-family {
	background-image: url(/images/our-popcorn/microwave/img-family-favorites.jpg);
	margin-left: 14px;
}
div.popcorn-bucket#popcorn-sweet-special {
	background-image: url(/images/our-popcorn/microwave/img-sweet-special.jpg);
}
div.popcorn-bucket#popcorn-smartpop {
	background-image: url(/images/our-popcorn/microwave/img-smart-pop.jpg);
}
div.popcorn-bucket#popcorn-natural {
	background-image: url(/images/our-popcorn/microwave/img-natural.jpg);
}
div.popcorn-bucket a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	width: 100%;
	text-indent: -9999px;
}
div.popcorn-bucket p a {
	display: block;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 20px;
	height: auto;
	width: auto;
	text-indent: 0;
	text-transform: uppercase;
	padding-right: 10px;
	background:url("/images/common/right-arrow.jpg") no-repeat scroll right center;
	font-size: .9em;
	line-height: 100%;
}
div.popcorn-bucket h2 {
	text-indent: -9999px;
}
#wrapper div.popcorn-bucket p {
	font-size: 1.2em;
	margin: 10px 20px;
}
div#popcorn-top {
	padding: 20px 95px;
	margin-bottom: 30px;
}
div#popcorn-top div { float: left; padding-right: 50px; }
div#popcorn-top h2 { margin-top: 30px; }
div.popcorn-product {
	float: left;
	display: inline;
	padding: 0 0 0 15px;
	width: 155px;
	margin: 0 0 30px 10px;
	background: url(/images/common/img-vertical-line.jpg) 0 8px no-repeat;
	font-size: 90%;
}
div.popcorn-product img {
	margin: 10px 0;
}

div#home-content, div#history {
	padding: 0px 35px;
}
div#home-contentEsp, div#history {
  padding: 0px 35px;
	background-color: white;
}

div#history {
	height: 409px;
	position: relative;
	overflow: hidden;
}
#wrapper div.content#recipe h2 {
	font-size: 1.8em;
	font-weight: bold;
}
#wrapper div.content#recipe ul {
	font-size: 1.2em;
	margin-left: 25px;
	list-style-type: disc;
}
#wrapper div.content#recipe #recipe-content li {
	margin-top: 3px;
}
#wrapper div.content#recipe ol {
	font-size: 1.2em;
	margin-left: 25px;
	list-style-type: decimal;
}
div#recipe-sidebar {
	float: left;
	margin: 20px;
	display: inline;
	position: relative;
	width: 153px;
	height: 168px;
	background: url(/images/common/img-perfect-pop-callout.jpg) left top no-repeat transparent;
}
div#recipe-sidebar h2, div#recipe-sidebar p {
	text-indent: -9999px;
}

a.btn-get-coupon-red {
	display: block;
	position: absolute;
	text-indent: -9999px;
	/*  bottom: 7px; */
	bottom: 15px;
	left: 14px;
	background: transparent;
	width: 125px;
	height: 28px;
}
a.btn-get-coupon-red:hover {
	background-position: left bottom;
}
div#recipe-content {
	float: left;
	width: 520px;
	padding: 20px 0;
}
div#recipe-content div#recipe-image {
	float: right;
	padding-left: 10px;
}
div#recipe-content div#recipe-image p {
	text-align: center;
	margin-top: 8px;
}
#recipe-content .recipe-note {
	margin-top: 15px;
}
#recipe div#more-recipe-content {
	background: url(/images/recipes/more/background.jpg) 6px 0 no-repeat;
	padding: 0 5px;
	height: 392px;
	position: relative;
}
#wrapper div#recipe div#more-recipe-content h2 {
	font-size: 1.2em;
	line-height: 110%;
}
#wrapper div#recipe div#more-recipe-content p {
	font-size: 1.1em;
	line-height: 120%;
	margin: 5px 0;
}
#wrapper div#recipe div#more-recipe-content div.more-recipes-content-bucket {
	margin: 0 0 0 60px;
	width: 320px;
	padding: 15px 0 0 0;
}
#wrapper div#recipe div#more-recipe-content div.more-recipes-content-bucket .image {
	float: left;
	margin: 0 15px 0 0;
}
#wrapper div#recipe div#more-recipe-content div.more-recipes-content-bucket p {
	padding-left: 128px;
}
#recipe div#more-recipe-content div#more-more-recipe {
	position: absolute;
	bottom: 10px;
	left: 65px;
	width: 120px;
}
#recipe div#more-recipe-content div#more-more-recipe p a {
	display: block;
	text-indent: -9999px;
	background: url(/images/btns/get-more-btn.gif) center bottom no-repeat;
	width: 109px;
	height: 21px;
	margin: 0;
}
#recipe div#more-recipe-content div#more-more-recipe p a:hover {
	background-position: center top;
}
#recipe div#more-recipe-content div#featured-more-recipe {
	position: absolute;
	top: 228px;
	left: 582px;
	width: 185px;
}
#recipe div#more-recipe-content div#featured-more-recipe p {
	margin: 3px 0 0;
	font-size: 1.0em;
	font-weight: bold;
}
#recipe div#more-recipe-content div p a {
	display: block;
	text-indent: -9999px;
	background: url(/images/btns/btn-get-recipe-off.png) center top no-repeat;
	width: 109px;
	height: 26px;
	margin-left: -5px;
}
#recipe div#more-recipe-content div p a:hover {
	background: url(/images/btns/btn-get-recipe-on.png) center top no-repeat;
}
div#about-height-control {
	height: 613px;
}
div.content#about-us {
	height: 617px;
	position: relative;
}
div.content#about-us #orville-sidebar {
	position: absolute;
	left: 5px;
	_left: 6px;
	*left: 6px;
	top: 0;
	background: url(/images/about-us/about-orville.png) left top no-repeat;
	width: 139px;
	height: 613px;
}
div.content#about-us #orville-sidebar p {
	padding: 75px 25px 0 15px;
	font-size: 1.0em;
	line-height: 1.1em;
	text-align: center;
}
div#about-us-landing {
	padding: 15px 75px 0 175px;
}
div#about-us-landing div.about-us-bucket {
	clear: both;
	height: 116px;
}
div#about-us-landing div.about-us-bucket h2 {
	margin: 0;
	line-height: 100%;
}
div#about-us-landing div.about-us-bucket p {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 10px 0;
}
div#about-us-landing div.about-us-bucket p a {
	font-size: 1.0em;
	line-height: 1.0em;
	text-transform: uppercase;
	padding-right: 10px;
	background: url(/images/common/right-arrow.jpg) right center no-repeat;
}
div#about-us-landing div.about-us-bucket div.image {
	float: left;
	padding-right: 20px;
}
div.content div#theater {
	padding: 20px 36px;
	position: relative;
}
div.content div#theater .png {
	position: absolute;
	top: -30px;
	left: 5px;
}
div.content div#theater p {
	padding: 10px 60px 0 170px;
	height: 110px;
}
div.content div#theater a {
	display: block;
	float: left;
	width: 233px;
	height: 99px;
	text-indent: -9999px;
	margin: 0;
	background-repeat: no-repeat;
}
div.content div#theater a.center { width: 232px; }
div.content div#theater a#amc { background-image: url(/images/about-us/theaters/logo-amc.jpg); }
div.content div#theater a#amc:hover { background-image: url(/images/about-us/theaters/logo-amc-on.jpg); }
div.content div#theater a#century { background-image: url(/images/about-us/theaters/logo-century.jpg); }
div.content div#theater a#century:hover { background-image: url(/images/about-us/theaters/logo-century-on.jpg); }
div.content div#theater a#cinema-center { background-image: url(/images/about-us/theaters/logo-cinema-center.jpg); }
div.content div#theater a#cinema-center:hover { background-image: url(/images/about-us/theaters/logo-cinema-center-on.jpg); }
div.content div#theater a#cinemark { background-image: url(/images/about-us/theaters/logo-cinemark.jpg); }
div.content div#theater a#cinemark:hover { background-image: url(/images/about-us/theaters/logo-cinemark-on.jpg); }
div.content div#theater a#classic-cinemas { background-image: url(/images/about-us/theaters/logo-classic-cinemas.jpg); }
div.content div#theater a#classic-cinemas:hover { background-image: url(/images/about-us/theaters/logo-classic-cinemas-on.jpg); }
div.content div#theater a#cobb { background-image: url(/images/about-us/theaters/logo-cobb.jpg); }
div.content div#theater a#cobb:hover { background-image: url(/images/about-us/theaters/logo-cobb-on.jpg); }
div.content div#theater a#coming-attrations { background-image: url(/images/about-us/theaters/logo-coming-attractions.jpg); }
div.content div#theater a#coming-attrations:hover { background-image: url(/images/about-us/theaters/logo-coming-attractions-on.jpg); }
div.content div#theater a#dickinson { background-image: url(/images/about-us/theaters/logo-dickinson.jpg); }
div.content div#theater a#dickinson:hover { background-image: url(/images/about-us/theaters/logo-dickinson-on.jpg); }
div.content div#theater a#gkc { background-image: url(/images/about-us/theaters/logo-gkc.jpg); }
div.content div#theater a#gkc:hover { background-image: url(/images/about-us/theaters/logo-gkc-on.jpg); }
div.content div#theater a#landmark { background-image: url(/images/about-us/theaters/logo-landmark.jpg); }
div.content div#theater a#landmark:hover { background-image: url(/images/about-us/theaters/logo-landmark-on.jpg); }
div.content div#theater a#malco { background-image: url(/images/about-us/theaters/logo-malco.jpg); }
div.content div#theater a#malco:hover { background-image: url(/images/about-us/theaters/logo-malco-on.jpg); }
div.content div#theater a#mann { background-image: url(/images/about-us/theaters/logo-mann.jpg); }
div.content div#theater a#mann:hover { background-image: url(/images/about-us/theaters/logo-mann-on.jpg); }
div.content div#theater a#marcus { background-image: url(/images/about-us/theaters/logo-marcus.jpg); }
div.content div#theater a#marcus:hover { background-image: url(/images/about-us/theaters/logo-marcus-on.jpg); }
div.content div#theater a#megaplex { background-image: url(/images/about-us/theaters/logo-megaplex.jpg); }
div.content div#theater a#megaplex:hover { background-image: url(/images/about-us/theaters/logo-megaplex-on.jpg); }
div.content div#theater a#mtc { background-image: url(/images/about-us/theaters/logo-mtc.jpg); }
div.content div#theater a#mtc:hover { background-image: url(/images/about-us/theaters/logo-mtc-on.jpg); }
div.content div#theater a#muvico { background-image: url(/images/about-us/theaters/logo-muvico.jpg); }
div.content div#theater a#muvico:hover { background-image: url(/images/about-us/theaters/logo-muvico-on.jpg); }
div.content div#theater a#pacific { background-image: url(/images/about-us/theaters/logo-pacific.jpg); }
div.content div#theater a#pacific:hover { background-image: url(/images/about-us/theaters/logo-pacific-on.jpg); }
div.content div#theater a#ultra-star { background-image: url(/images/about-us/theaters/logo-ultra-star.jpg); }
div.content div#theater a#ultra-star:hover { background-image: url(/images/about-us/theaters/logo-ultra-star-on.jpg); }
div.content div#theater a#wallace { background-image: url(/images/about-us/theaters/logo-wallace.jpg); }
div.content div#theater a#wallace:hover { background-image: url(/images/about-us/theaters/logo-wallace-on.jpg); }
div.content div#theater a#amstar { background-image: url(/images/about-us/theaters/logo-amstar.jpg); }
div.content div#theater a#amstar:hover { background-image: url(/images/about-us/theaters/logo-amstar-on.jpg); }
div.content div#theater a#regency { background-image: url(/images/about-us/theaters/logo-regency.jpg); }
div.content div#theater a#regency:hover { background-image: url(/images/about-us/theaters/logo-regency-on.jpg); }
div.content div#theater a#grand { background-image: url(/images/about-us/theaters/logo-grand.jpg); }
div.content div#theater a#grand:hover { background-image: url(/images/about-us/theaters/logo-grand-on.jpg); }
div.content div#theater a#tristone { background-image: url(/images/about-us/theaters/logo-tristone.jpg); }
div.content div#theater a#tristone:hover { background-image: url(/images/about-us/theaters/logo-tristone-on.jpg); }
div.content div#theater a#santikos { background-image: url(/images/about-us/theaters/logo-santikos.jpg); }
div.content div#theater a#santikos:hover { background-image: url(/images/about-us/theaters/logo-santikos-on.jpg); }
div.content div#theater a#phoenix { background-image: url(/images/about-us/theaters/logo-phoenix.jpg); }
div.content div#theater a#phoenix:hover { background-image: url(/images/about-us/theaters/logo-phoenix-on.jpg); }
div.content div#theater a#goodrich { background-image: url(/images/about-us/theaters/logo-goodrich.jpg); }
div.content div#theater a#goodrich:hover { background-image: url(/images/about-us/theaters/logo-goodrich-on.jpg); }
div.content div#theater a#storyteller { background-image: url(/images/about-us/theaters/logo-storyteller.jpg); }
div.content div#theater a#storyteller:hover { background-image: url(/images/about-us/theaters/logo-storyteller-on.jpg); }
div.content div#theater a#westwind { background-image: url(/images/about-us/theaters/logo-westwind.jpg); }
div.content div#theater a#westwind:hover { background-image: url(/images/about-us/theaters/logo-westwind-on.jpg); }
div.content div#theater a#frank { background-image: url(/images/about-us/theaters/logo-frank.jpg); }
div.content div#theater a#frank:hover { background-image: url(/images/about-us/theaters/logo-frank-on.jpg); }
div.content div#theater a#bb { background-image: url(/images/about-us/theaters/logo-bb.jpg); }
div.content div#theater a#bb:hover { background-image: url(/images/about-us/theaters/logo-bb-on.jpg); }
div.content div#theater a#galaxy { background-image: url(/images/about-us/theaters/logo-galaxy.jpg); }
div.content div#theater a#galaxy:hover { background-image: url(/images/about-us/theaters/logo-galaxy-on.jpg); }
div.content div#theater a#big { background-image: url(/images/about-us/theaters/logo-big.jpg); }
div.content div#theater a#big:hover { background-image: url(/images/about-us/theaters/logo-big-on.jpg); }
div.content div#theater a#cec { background-image: url(/images/about-us/theaters/logo-cec.jpg); }
div.content div#theater a#cec:hover { background-image: url(/images/about-us/theaters/logo-cec-on.jpg); }
#our-ads {
	background: url(/images/about-us/our-ads/background.jpg) 366px bottom no-repeat;
	_background: url(/images/about-us/our-ads/background.jpg) 367px bottom no-repeat;
	*background: url(/images/about-us/our-ads/background.jpg) 367px bottom no-repeat;
	padding: 20px 0 30px 45px;
	margin-bottom: 0;
}
#our-ads div#our-ads-commercials {
	width: 320px;
	padding-right: 28px;
	background: url(/images/about-us/our-ads/vert-line.jpg) right 100px no-repeat;
	float: left;
}
#our-ads div#our-ads-commercials h2 {
	margin-top: 12px;
}
#our-ads div#our-ads-commercials div#player-container {
	height: 580px;
	width:340px;
	overflow: hidden;
	border: solid 0px #F0E8DB;
}
#flashContent{
	padding:0px;
	border: solid 0px #F0E8DB;
}


#our-ads div#our-ads-commercials p {
	font-size: 1.2em;
}
#our-ads div#our-ads-commercials ul#ads-nav {
	height: 246px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 20px 0 0;
}
#our-ads div#our-ads-commercials ul#ads-nav li {
	margin: 0 0 10px;
	height: 53px;
	padding: 0;
}
#our-ads div#our-ads-commercials ul#ads-nav li p {
	margin: 0;
}
#our-ads div#our-ads-commercials ul#ads-nav li.last {
	margin: 0;
}
#our-ads div#our-ads-commercials ul#ads-nav li img {
	float: left;
	padding-right: 10px;
	cursor: pointer;
}
#our-ads div#our-ads-commercials ul#ads-nav p {
	margin: 0;
	font-size: 1.0em;
	line-height: 1.1em;
}
#our-ads div#our-ads-right {
	float: left;
}
#our-ads div#our-ads-right div {
	margin-left: 26px;
	padding: 20px 0 0 0;
	width: 311px;
}
#our-ads div#our-ads-right div.first {
	padding: 0 0 15px 26px;
	margin-left: 0;
	background: url(/images/about-us/our-ads/horizontal-line.jpg) left bottom no-repeat;
}
#play-kernel-game {
	display: block;
	width: 121px;
	height: 21px;
	text-indent: -9999px;
	background-image: url(/images/btns/btn-play-game-off.jpg);
}
#play-kernel-game:hover {
	background-image: url(/images/btns/btn-play-game-on.jpg);
}
#wrapper div.first-popcorn-product {
	margin-left: 35px;
	background: none;
}
div.content div#recipe-content h3 {
	margin-top: 10px;
}
#recipe-outter {
	padding: 0 17px;
}
#wrapper div#recipe ul.recipe-landing { margin: 0 5px; }
#wrapper div#recipe ul.recipe-landing li {
	float: left;
	width: 137px;
	height: 290px;
	background-image: url(/images/recipes/common/img-container.jpg);
	list-style-type: none;
	padding: 10px 7px 0 13px;
	overflow: hidden;
	margin: 0 15px 15px 0;
	display: inline;
	position: relative;
}
#wrapper div#recipe ul.recipe-landing li h2 {
	line-height: 110%;
	margin: 8px 0;
	font-size: 1.0em;
}
#wrapper div#recipe ul.recipe-landing li p {
	font-size: .9em;
	line-height: 13px;
	margin: 8px 0;
}
#wrapper div#recipe ul.recipe-landing li p a {
	padding-right: 20px;
	font-size: 90%;
	text-transform: uppercase;
	background: url(/images/recipes/common/icon-file-folder.jpg) center right no-repeat;
	position: absolute;
	bottom: 20px;
	left: 13px;
}
div.content div#coupons {
	padding: 20px 0 0 190px;
	background: url(/images/news-offers/coupons/img-jumping-popcorn.jpg) 6px bottom no-repeat;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

div.content div#coupons div#coupons-inner {
	background: url('/images/news-offers/coupons/free_movie_img.png') bottom right no-repeat;
	margin-right:4px;	
	height:290px;
}

div.content div#coupons p {
	padding: 5px 0 0px;
	font-size: 1.1em;
	width:500px;
}

div.content div#coupons ul {
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:10px;
}

div.content div#coupons li {
	font-size: 1.1em;	
}

a.movie-night-btn {
	display: block;
	width: 160px;
	height: 21px;
	text-indent: -9999px;
	background: url('/images/news-offers/coupons/view_btn.gif') left top no-repeat;
}

a.movie-night-btn:hover {
	background-position: left bottom;
}
a.pop-win-offers-btn {
	display: block;
	width: 149px;
	height: 21px;
	text-indent: -9999px;
	background: url('/images/btns/learn-how-to-play.gif') left top no-repeat;
}

a.pop-win-offers-btn:hover {
	background-position: left bottom;
}

.news-item {
	width: 480px;
	clear: both;
	padding-bottom: 15px;
}
.news-item .news-image {
	width: 176px;
	text-align: right;
	float: left;
}
.news-item .news-content {
	width: 290px;
	padding-left: 14px;
	float: left;
	font-size: .9em;
}
#news-offers-landing {
	padding: 0 5px 95px;
	background: url(/images/news-offers/background.jpg) 5px bottom no-repeat;
	_background: url(/images/news-offers/background.jpg) 5px bottom no-repeat;
	*background: url(/images/news-offers/background.jpg) 6px bottom no-repeat;
	position: relative;
}
#news-offers-landing ul.callouts {
	padding: 30px 0 0 0;
}
#news-offers-landing ul.callouts li {
	float: left;
	position: relative;
}
#news-offers-landing ul.callouts li p {
	margin-top: 10px;
	font-size: 1.2em;
}
#news-offers-landing ul.callouts li.first {
	padding: 0 20px 0 190px;
	width: 170px;
}
#news-offers-landing ul.callouts li.second {
	padding: 0 0 0 25px;
	width: 170px;
	background: url(/images/news-offers/img-vert-line.jpg) left center no-repeat;
}
#news-offers-landing ul.callouts li p a {
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 10px;
	background:url("/images/common/right-arrow.jpg") no-repeat scroll right 2px;
}
a.right-arrow {
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 10px;
	background: url("/images/common/right-arrow.jpg") no-repeat scroll right 2px;
}
#news-offers-landing #news-offers-orville {
	position: absolute;
	bottom: 0;
	*bottom: 0;
	_bottom: 106px;
	right: 6px;
	background: url(/images/news-offers/orville.png) top center no-repeat;
	width: 227px;
	height: 334px;
	z-index: 3;
}
#innovations h2 { margin-left: 20px; width: 200px; }
div.content {
	width: 773px;
	margin-left: 64px;
	position: relative;
	margin-top: 18px;
	background: url(/images/common/main-border.jpg) center top repeat-y transparent;
}

body div.content-whole-grain-snack {
	background: none;
}

div.content-home {
	width: 900px;
	height: 402px;
	margin: 18px 0 0;
	position: relative;
	text-align: center;
}
div.content-homeEsp {
  width: 900px;
	/* min-height: 210px; */
	margin: 18px 0 0;
	position: relative;
	text-align: center;
	color: #382e1e;
	font-size: 13px;
}

div.content-100-calorie {
	width: 900px;
	margin-left: 0px;
	position: relative;
	margin-top: 18px;
}
div.content h1, div.content-home h1 {
	font-size: 2.0em;
	line-height: 110%;
	font-family: Copperplate,'Copperplate Gothic Light', 'Times New Roman', Georgia, serif;
	color: #79080C;
	font-variant: small-caps;
}
div.content h2 {
	font-size: 1.6em;
	line-height: 100%;
	color: #79080C;
}
div.content h3, div.content h4, div.content h5 {
	font-size: 1.3em;
	font-weight: bold;
	color: #79080C;
}
div.content p {
	font-size: 1.3em;
	line-height: 130%;
	margin-bottom: 10px;
}
#wrapper div.content#error404 {
	background: url(/images/common/404-bg-img.jpg) center top no-repeat;
	height: 403px;
	padding: 0 20px;
	color: #FFF;
	border: 0;
	*width: 738px;
	_width: 738px;
	width: 732px;
}
#wrapper div.content#error404 h1 {
	position: absolute;
	top: 85px;
	left: 90px;
	text-indent: -9999px;
}
#wrapper div.content#error404 p {
	padding: 120px 0 0 70px;
}
#wrapper div.content#error404 a {
	color: #FFF;
}
#wrapper div.content#error404 ul {
	padding: 10px 0 0 70px;
	font-size: 1.2em;
}
#wrapper div.content#error404 ul li {
	margin-bottom: 5px;
}
#wrapper #recipe ul#recipe-subnav {
	border-bottom: 3px solid #F0E8D9;
	margin: 20px 5px;
	height: 26px;
}
ul#recipe-subnav li {
	float: left;
	position: relative;
	list-style-type: none;
}
ul#recipe-subnav li a {
	display: block;
	position: absolute;
	text-indent: -9999px;
	height: 35px;
}
ul#recipe-subnav li#family-favorites-item a {
	background: url(/images/recipes/common/nav-family-favs-off.jpg) top center no-repeat;
	left: 20px;
	width: 128px;
}
ul#recipe-subnav li#family-favorites-item.on a, ul#recipe-subnav li#family-favorites-item a:hover {
	background: url(/images/recipes/common/nav-family-favs-on.jpg) top center no-repeat;
}
ul#recipe-subnav li#party-time-item a {
	background: url(/images/recipes/common/nav-party-time-off.jpg) top center no-repeat;
	left: 184px;
	width: 135px;
}
ul#recipe-subnav li#party-time-item.on a, ul#recipe-subnav li#party-time-item a:hover {
	background: url(/images/recipes/common/nav-party-time-on.jpg) top center no-repeat;
}
ul#recipe-subnav li#lighter-snacking-item a {
	background: url(/images/recipes/common/nav-light-snack-off.jpg) top center no-repeat;
	left: 355px;
	width: 138px;
}
ul#recipe-subnav li#lighter-snacking-item.on a, ul#recipe-subnav li#lighter-snacking-item a:hover {
	background: url(/images/recipes/common/nav-light-snack-on.jpg) top center no-repeat;
}
ul#recipe-subnav li#holidays-item a {
	background: url(/images/recipes/common/nav-holidays-off.jpg) top center no-repeat;
	left: 529px;
	width: 69px;
}
ul#recipe-subnav li#holidays-item.on a, ul#recipe-subnav li#holidays-item a:hover {
	background: url(/images/recipes/common/nav-holidays-on.jpg) top center no-repeat;
}
ul#recipe-subnav li#just-for-kids-item a {
	background: url(/images/recipes/common/nav-hands-on-fun-off.jpg) top center no-repeat;
	left: 635px;
	width: 106px;
}
ul#recipe-subnav li#just-for-kids-item.on a, ul#recipe-subnav li#just-for-kids-item a:hover {
	background: url(/images/recipes/common/nav-hands-on-fun-on.jpg) top center no-repeat;
}
#wrapper ul#perfect-pop-subnav {
	border-bottom: 3px solid #F0E8D9;
	margin: 20px 5px;
	height: 30px;
}
ul#perfect-pop-subnav li {
	float: left;
	position: relative;
	list-style-type: none;
}
ul#perfect-pop-subnav li a {
	display: block;
	position: absolute;
	text-indent: -9999px;
	height: 39px;
}
ul#perfect-pop-subnav li#popping-standards-item a {
	background: url(/images/perfect-popcorn/nav-popping-off.jpg) top center no-repeat;
	left: 95px;
	width: 84px;
}
ul#perfect-pop-subnav li#popping-standards-item.ui-tabs-selected a, ul#perfect-pop-subnav li#popping-standards-item a:hover {
	background: url(/images/perfect-popcorn/nav-popping-on.jpg) top center no-repeat;
}
ul#perfect-pop-subnav li#microwave-item a {
	background: url(/images/perfect-popcorn/nav-microwave-off.jpg) top center no-repeat;
	left: 249px;
	width: 84px;
}
ul#perfect-pop-subnav li#microwave-item.ui-tabs-selected a, ul#perfect-pop-subnav li#microwave-item a:hover {
	background: url(/images/perfect-popcorn/nav-microwave-on.jpg) top center no-repeat;
}
ul#perfect-pop-subnav li#hot-air-popper-item a {
	background: url(/images/perfect-popcorn/nav-hot-air-off.jpg) top center no-repeat;
	left: 403px;
	width: 58px;
}
ul#perfect-pop-subnav li#hot-air-popper-item.ui-tabs-selected a, ul#perfect-pop-subnav li#hot-air-popper-item a:hover {
	background: url(/images/perfect-popcorn/nav-hot-air-on.jpg) top center no-repeat;
}
ul#perfect-pop-subnav li#electric-popper-item a {
	background: url(/images/perfect-popcorn/nav-electric-popper-off.jpg) top center no-repeat;
	left: 551px;
	width: 130px;
}
ul#perfect-pop-subnav li#electric-popper-item.ui-tabs-selected a, ul#perfect-pop-subnav li#electric-popper-item a:hover {
	background: url(/images/perfect-popcorn/nav-electric-popper-on.jpg) top center no-repeat;
}
div.content div#perfect-pop-landing {
	background: url(/images/perfect-popcorn/background.jpg) 6px bottom no-repeat;
	padding: 0 25px 20px 50px;
	position: relative;
}
div.content div#perfect-pop-landing div#popping-standards {
	background: url(/images/perfect-popcorn/1-2-3.png) 13px bottom no-repeat;
	padding: 0 0 104px;
	position: relative;
}
div.content div#perfect-pop-landing div.left {
	float: left;
	width: 320px;
}
div.content div#perfect-pop-landing div.right {
	float: left;
	width: 320px;
	padding-left: 25px;
	background: url(/images/perfect-popcorn/img-vertical-line.jpg) left 20px no-repeat;
	display: inline;
	margin-left: 15px;
}
div.content div#perfect-pop-landing ul.popping-standards-list {
	margin: 20px 0 0;
	clear: both;
}
div.content div#perfect-pop-landing ul.popping-standards-list li {
	padding: 0 0 0 17px;
	margin-top: 10px;
	width: 290px;
}
div.content div#perfect-pop-landing .li1 {
	background: url(/images/perfect-popcorn/img-1.jpg) left 2px no-repeat;
}
div.content div#perfect-pop-landing .li2 {
	background: url(/images/perfect-popcorn/img-2.jpg) left 2px no-repeat;
}
div.content div#perfect-pop-landing .li3 {
	background: url(/images/perfect-popcorn/img-3.jpg) left 2px no-repeat;
}
div.content div#perfect-pop-landing .li4 {
	background: url(/images/perfect-popcorn/img-4.jpg) left 2px no-repeat;
}
div.content div#perfect-pop-landing .li5 {
	background: url(/images/perfect-popcorn/img-5.jpg) left 2px no-repeat;
}
div.content div#perfect-pop-landing .li6 {
	background: url(/images/perfect-popcorn/img-6.jpg) left 2px no-repeat;
}
div.content div#perfect-pop-landing .li7 {
	background: url(/images/perfect-popcorn/img-7.jpg) left 2px no-repeat;
}
div.content div#perfect-pop-landing div#electric-popper {
	padding: 0 0 90px;
}
div.content div#perfect-pop-landing div#microwave-popcorn {
	padding: 0 0 90px;
}
div.content div#perfect-pop-landing div#microwave-popcorn ul {	
}
div.content div#perfect-pop-landing div#microwave-popcorn ul li {	
	padding: 0 0 0 17px;
	margin-top: 10px;
	margin-bottom:20px;
	width: 290px;
	font-size: 1.2em;
}


div#microwave-popcorn div#microwave-popcorn-left {
	float: left;
	width: 310px;
}
div.content div#perfect-pop-landing div#microwave-popcorn div#Microwave-Popcorn-Right {
	float: right;
	width: 340px;
	padding-left: 25px;
	background: url(/images/perfect-popcorn/img-vertical-line.jpg) left top no-repeat;
}
div.content div#perfect-pop-landing div#microwave-popcorn div#microwave-popcorn-right img {
	float: left;
	padding-right: 25px;
}
div.content div#perfect-pop-landing div#microwave-popcorn div#microwave-popcorn-right p, div.content div#perfect-pop-landing p.kids-safety {
	margin: 10px 0;
	color: #888;
	font-size: 1.1em;
	line-height: 110%;
}
div.content div#perfect-pop-landing div#hot-air-popper {
	padding-bottom: 60px;
	background: url(/images/perfect-popcorn/popper.jpg) 438px bottom no-repeat;
}
div.content div#perfect-pop-landing div#hot-air-popper li {
	font-size: 1.2em;
	padding-left: 18px;
	width: 330px;
	margin: 15px 0;
}
div.content div#perfect-pop-landing div#hot-air-popper p {
	margin: 10px 18px;
	color: #888;
	font-size: 1.1em;
	line-height: 110%;
	width: 330px;
}
a.get-coupon-btn {
	display: block;
	width: 127px;
	height: 21px;
	text-indent: -9999px;
	background: url('/images/btns/get-coupon.gif') left top no-repeat;
}
a.get-coupon-btn:hover {
	background-position: left bottom;
}
#footer-mods {
	padding: 12px 0 0 64px;
}
#footer-mods li {
	float: left;
	height: 98px;
	text-indent: -9999px;
	position: relative;
}
#footer-mods li a {
	display: block;
	height: 21px;
	position: absolute;
	bottom: 7px;
}
#wrapper #footer-mods li a:hover {
	background-position: center bottom;
}
#footer-mods li#cheese-coupon-mod {
	width: 257px;
	background-image: url(/images/footer-mods/cheese-coupon-mod.jpg);
}
#footer-mods li#cheese-coupon-mod a {
	background: url(/images/btns/visit-coupon-central.gif) center top no-repeat;
	width: 164px;
	right: 10px;
}
#footer-mods li#new-flavors-mod {
	width: 257px;
	background-image: url(/images/footer-mods/new-flavors-mod.jpg);
}
#footer-mods li#new-flavors-mod a {
	background: url(/images/btns/learn-more.gif) center top no-repeat;
	width: 101px;
	left: 20px;
}
#footer-mods li#perfect-pop-mod {
	width: 257px;
	background-image: url(/images/footer-mods/perfect-pop-mod.jpg);
}
#footer-mods li#perfect-pop-mod a {
	background: url(/images/btns/get-tips.gif) center top no-repeat;
	width: 77px;
	right: 12px;
}
#footer-mods li#calorie-compare-mod {
	width: 258px;
	background-image: url(/images/footer-mods/calorie-compare-mod.jpg);
}
#footer-mods li#calorie-compare-mod a {
	background: url(/images/btns/start-comparing.gif) center top no-repeat;
	width: 136px;
	right: 25px;
}
#footer-mods li#family-together-mod {
	width: 258px;
	background-image: url(/images/footer-mods/family-together-mod.jpg);
}
#footer-mods li#family-together-mod a {
	background: url(/images/btns/watch-video.gif) center top no-repeat;
	width: 106px;
	right: 12px;
}

#footer-mods li#family-movie-night-mod {
	width: 258px;
	background-image: url(/images/footer-mods/family-movie-night.jpg);
}

#footer-mods li#family-movie-night-mod a {
	background: url(/images/footer-mods/watch-trailer.jpg) right top no-repeat;
	width: 104px;
	height: 12px;
	left: 104px;
	bottom: 5px;
}

#footer-mods li#family-movie-night-mod a:hover {
	background: url(/images/footer-mods/watch-trailer.jpg) left top no-repeat;
}

#footer-mods li#poppin-popcorn-recipe-mod {
	width: 258px;
	height:98px;
	background: url(/images/footer-mods/callout-2.jpg) left top no-repeat;
}
#footer-mods li#poppin-popcorn-recipe-mod a {
	width: 101px;
	height:21px;
	left: 18px;
	background: url(/images/footer-mods/btn_get_poppin_off.png) left top no-repeat;
}
#footer-mods li#poppin-popcorn-recipe-mod a:hover{
	background: url(/images/footer-mods/btn_get_poppin_on.png) left top no-repeat;
}

#footer-mods li#whole-grains-mod {
	width: 254px;
	background-image: url(/images/footer-mods/whole-grains-mod.jpg);
}

#footer-mods li#Pop_Cam-mod {
	width: 258px;
	background-image: url(/images/footer-mods/Pop_Cam_callout.jpg);
}

#footer-mods li#PUB-movie-night {
	width: 258px;
	height:98px;
	background-image: url(/images/footer-mods/callout-2.jpg);
}

#footer-mods li#PUB-movie-night a{
	background: url(/images/btns/learn-more-white.gif) center top no-repeat;
	width: 101px;
	left: 75px;
}


#footer-mods li#whole-grains-mod a {
	background: url(/images/btns/learn-more-white.gif) center top no-repeat;
	width: 101px;
	left: 20px;
}

#footer-mods li#free-movie-night-mod {
	width: 261px;
	background-image: url(/images/footer-mods/call_out_left_no_button-.jpg);
}


#footer-mods li#free-movie-night-mod a {
	background: url(/images/footer-mods/learn-more.png) center top no-repeat;
	width: 109px;
	top:65px;
	left: 135px;
	height:31px;
	margin:0 0 0 5px;
}
#footer-mods li#free-movie-night-mod a:hover {
	background: url(/images/footer-mods/learn-more-over.png) center top no-repeat;
}

#footer-mods li#pop-win-mod {
	width: 257px;
	background-image: url(/images/footer-mods/pop-win-mod.jpg);
}
#footer-mods li#pop-win-mod a {
	background: url(/images/btns/how-to-play.gif) center top no-repeat;
	width: 101px;
	left: 21px;
	margin:0 0 0 115px;
}

#footer-mods li#pop-flavor-singles-mod {
	width: 258px;
	background-image: url(/images/footer-mods/callout-3.jpg);
}
#footer-mods li#pop-flavor-singles-mod a {
	background: url(/images/footer-mods/learn-more.png) center top no-repeat;
	width: 109px;
	top:65px;
	left: 0px;
	height:31px;
	margin:0 0 0 5px;
}
#footer-mods li#pop-flavor-singles-mod a:hover {
	background: url(/images/footer-mods/learn-more-over.png) center top no-repeat;
}
#footer-mods li#pop-up-bowl-mod {
	width: 257px;
	background-image: url(/images/footer-mods/pop-up-bowl-mod.jpg);
}
#footer-mods li#pop-up-bowl-mod a {
	background: url(/images/btns/watch-now.gif) center top no-repeat;
	width: 101px;
	left: 141px;
}

#footer-mods li#DrPepper-mod {
	width: 257px;
	background: url(/images/footer-mods/callout-1.jpg) center top no-repeat;
}

#footer-mods li#DrPepper-mod h2 {
	text-indent:-9999px;
}

#footer-mods li#DrPepper-mod p {
	text-indent:-9999px;
}

#footer-mods li#DrPepper-mod a {
	width: 147px;
	height: 21px;
	left: 105px;
	bottom: 7px;
	text-indent:-9999px;
	background: url(/images/footer-mods/btn_get_coupon_off.png) center top no-repeat;
}
#footer-mods li#DrPepper-mod a:hover {
	background: url(/images/footer-mods/btn_get_coupon_on.png) center top no-repeat;
}
div#footer {
	width: 772px;
	margin: 5px auto 0;
	font-size: 1.1em;
	color: #FFF;
}
div#footerEsp {
	width: 772px;
	margin: 5px auto 0;
	font-size: 1.1em;
	color: #FFF;
	position: relative;
}

div#footer a { font-weight: normal; color: #FFF; }
div#footer p {
	margin: 5px 0 0;
}
div#footeEsp a { font-weight: normal; color: #FFF; }
div#footerEsp p {
	margin: 5px 0 0;
}

div#footer #fb-like {
	float: left;
	padding: 6px 10px;
	background-color: #fff4cf;
	margin: 15px 0;
}
div#footerEsp #fb-like {
	float: left;
	padding: 6px 10px;
	background-color: #EFCCA6;
	margin: 15px 0;
}

div#footer ul li {
	display: inline;
	float: left;
}
div#footerEsp ul li {
  display: inline;
	  float: left;
}

div#footer ul li#footer-links {
	margin: 15px 0 0 22px;
	text-align: center;
}
div#footerEsp ul li#footer-linksEsp {
	margin: 25px 0 0 0px;
	text-align: left;
}

div#footer ul li#footer-links ul li {
	margin: 0 7px 0 0;
}
div#footerEsp ul li#footer-linksEsp ul li {
  margin: 0 7px 0 0;
}

#wrapper div#footer ul li#footer-logo {
	float: right;
	margin-top: 10px;
}
#wrapper div#footerEsp ul li#footer-logoEsp {
	float: right;
	margin-top: 20px;
	margin-right: -62px;
}

a.esp {
	color: white;
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px 0 10px;
}

#sitemap {
	padding: 20px 80px;
}
#sitemap ul {
	font-size: 13px;
}
#sitemap ul li {
	margin: 8px 25px;
}
div#home-flash {
	background: url(/images/common/main-border.jpg) center top repeat-y transparent;
	height: 402px;
	overflow: hidden;
	position: relative;
}
div#home-EspTop {
  background: url(/images/common/spanish/main_visual.jpg) center top no-repeat transparent;
	height: 298px;
	overflow: hidden;
	position: relative;
	width: 773px;
	margin-left: 65px
	width: 773px;
	margin-left: 65px;
}
div#home-EspBottom {
  background: url(/images/common/spanish/bkgrd_w_boarder_1px.gif) center top repeat-y;
	/* height: 298px; */
	height: 100%;
	margin-left: 3px;
	min-height: 867px;
	/* overflow: hidden; */
	/* position: relative;*/
}

div#compare {
	background: url(/images/common/main-border.jpg) center top repeat-y transparent;
	height: 394px;
	width:900px;
	overflow: hidden;
}
#compare-content {
	padding: 20px 100px;
}
#compare-content ul { font-size: 1.3em; margin: 10px 0 10px 20px; }
#compare-content ul ul { font-size: .9em; margin-top: 0; }
div#no-flash, div#history-no-flash {
	z-index: 2;
}
div#no-images {
	overflow: hidden;
	z-index: 1;
}
div#history-no-images {
	overflow: hidden;
	z-index: 1;
	padding: 0 35px;
}

.clear { clear: both; }

.ui-tabs-hide{
	display:none;
}

div#masthead.whole-grain {
	padding: 0px 100px 5px 160px;
}
div.content .whole-grain h1 {
	font-size: 3.8em;
}
#whole-grain-container {
	display: inline;
	float: left;
	/* margin: 20px 20px 50px 24px; */
	margin: 0 0 0 3px;
	background: transparent;
}
#whole-grain-img {
	float: left;
}
#whole-grain-content {
	float: left;
	width: 482px;
	height: 428px;
	/* margin: 30px 0 0 20px; */
	background: #fff;
}
.whole-grain-inner {
	margin: 30px 20px 0 20px;
}
div.content #whole-grain-content h2 {
	font-size: 2.2em;
	margin: 0 0 6px -1px;
}
div.content #whole-grain-content p {
	font-size: 1.2em;
}
div.content #whole-grain-content h3 {
	font-size: 1.5em;
	color: #333333;
	margin-bottom: 8px;
}
div.content #whole-grain-content li {
	list-style-type: disc;
	font-size: 1.2em;
	color: #333333;
	margin: 0 0 10px 25px;
}
.whole-grain-callout {
	font-size: 1.2em;
	line-height: 130%;
}
.whole-grain-callout a {
	text-decoration: underline;
}

/*Movie Night Page */

div#movie-night h1 {
	text-indent: -9999px;	
}

	/*background: url(/images/common/masthead.jpg) center top no-repeat;
	padding: 20px 175px 25px 190px;*/


div#movie-night {
	background: url(/images/movie-night/header.jpg) top center no-repeat;
	height:552px;
}

#rent-now-btn {
	position:absolute;
	top:266px;
	left:655px;
}

#rent-now-btn a{
	display: block;
	width: 98px;
	height: 33px;
	text-indent: -9999px;
	background:url("/images/movie-night/rent-now-btn.gif") left top no-repeat;
}

#rent-now-btn a:hover {
	background-position: left bottom;
}

div#movie-content p {
 font-size:1.11em;
}

div#movie-content {
	margin:0 5px 0;
	margin-left:5px;
	*margin-left:6px;
	_margin-left:5px;
	background-color:#FFE979;	
}

div#movie-content #left p, div#movie-content #left h2, div#movie-content #left ul{
	margin-left:25px;
}

div#movie-content #left ul{
	margin-bottom:10px;
	padding-top:5px;
}

div#movie-content #left ul {
	font-weight:bold;
	font-size:1.2em;
	list-style-type:disc;
	list-style-position:inside;
}

div#movie-content #left ul li {
		padding-bottom:5px;				
}

div#movie-content h3 {
	font-size:1.11em;
	margin:25px 0 5px 25px;
}

div#movie-content #left {
	float:left;
	margin: -74px 20px 0px 0px;
	width:400px;
}

div#movie-content #right {
	float:left;
	width:329px;
	margin-left:0px;
	*margin-left:0px;
	_margin-left:0px;
	margin: -110px 0 0 0;
}


a#play-popup {
	padding-right: 15px;
	margin: 15px 0 0 10px;
	text-indent: -9999px;
	display:block;
	width:184px;
	background:url("/images/movie-night/play-game-cta.jpg") no-repeat scroll right 2px;
}

a#view-releases {
	text-indent: -9999px;
	display:block;
	width:130px;
	background:url("/images/movie-night/view-realeases-cta.jpg") no-repeat scroll right 2px;
}

a#get-started {
	text-indent: -9999px;
	display:block;
	width:130px;
	background:url("/images/movie-night/get-started-cta.jpg") no-repeat scroll right 2px;
}


div#movie-content #right .movie-title a {
	background: 0 none;
	font-style:italic;
	font-size: 1em;
	color:#333333;
	text-transform: none;
	font-weight:normal;
}

div#movie-content #right .box-body {
	background:url("/images/movie-night/box-body.jpg") repeat-y;
	width:310px;
	margin-left:34px;
	_margin-left:35px;
}

div#movie-content #right .box-body-inner {
	margin: 0px 0 0px 80px;
	padding:0px 0 0 20px;
}

div#movie-content #right #game-hdr .box-body-inner {
	margin: 30px 0 0px 110px;
	padding:30px 20px 1px 20px;
	
}

div#movie-content #right #game-hdr {
	background:url("/images/movie-night/movie-game-header.png") no-repeat center top;
	width:335px;	
	padding-top:1px;
	margin-left:11px;
	*margin-left:12px;
	_margin-left:10px;	
	position:relative;
	_left:5px
}

div#movie-content #right #game-ftr {
	background:url("/images/movie-night/movie-game-footer.jpg") no-repeat center top;
	height:44px;
	width:310px;
	margin-left:33px;
	*margin-left:34px;
}

div#movie-content #right #game-ftr-inner {
	padding: 0 0 0 110px;

}

div#movie-content #right #box-hdr {
	background:url("/images/movie-night/holiday-box-header.jpg") no-repeat center top;
	height:232px;
	width:310px;
	margin: 10px 0 0;
	margin-left:34px;
	_margin-left:35px;
}


div#movie-content #right #box-ftr {
	background:url("/images/movie-night/holiday-box-footer.jpg") no-repeat center top;
	height:50px;
	width:310px;
	margin-left:34px;
	_margin-left:35px;
}

div#movie-content #right .movie-date {
	font-weight:bold;
	color:#EA8F30;
	font-size: 1.2em;
}

div#movie-content #right .movie-title {
	margin-bottom:15px;
	line-height:16px;
}

/* Pop Up Bowl Page */

#pub-flash {
	margin-left: 5px;
}

#pub-social {
	overflow: auto;
	padding-right: 89px;
}

#pub-social iframe {
	float: right;
	display: inline;
	overflow: hidden;
	width: 90px;
	height: 35px;
	border: none;
}

#pub-social .st_sharethis_custom {
	float: right;
	display: inline;
	width: 65px;
	height: 29px;
	background: url("/images/pop-up-bowl/share.gif") no-repeat scroll left top;
	margin: -4px 3px 0 0;
	cursor: pointer;
}

#pub-social .st_sharethis_custom:hover {
	background-image: url("/images/pop-up-bowl/share-press.gif");
}

#wrapper #pub-content div.first-popcorn-product {
	background-image: none;
	margin-left: 35px;
	padding-left: 0;
}

#pub-content div.popcorn-product {
	background-image: url("/images/pop-up-bowl/vert-rule.jpg");
	background-position: left top;
	margin-left: 11px;
	padding-left: 20px;
}

#pub-content div.popcorn-product h3 {
	margin-bottom: 6px;
}

#pub-content div.popcorn-product img {
	margin: 0 -6px;
}

video {
	margin: 40px 0 16px 82px;
}

#pub-flash p {
	margin: 8px 82px;
}

#pub-flash p.first {
	margin-top: 75px;
}

.popup-intro-copy {
	margin: 30px 0 18px 0;
}

.popup-intro-copy h3 {
	margin: 0 0 4px 35px;
	font-size: 1.5em;
}

div.content .popup-intro-copy p {
	margin: 0 187px 35px 35px;
}

.st_sharethis .stButton .chicklets {
	color:#79080C;
	font-weight:bold;
	font-size:1.2em;
	font-family: Helvetica, Arial, sans-serif;
	
}

#charitable-background{
	position: relative;
	top:0px;
	left:5px;
	background: url(/images/charitable/CAG3058-ORV_blue_back_onepix_03.png) left top repeat-x;	
	height:361px;
	width:764px;
}

#logos-links{
	position:absolute;
	top:26px;
	left:0px;
	width:243px;
	height:335px;
	background-image:url('/images/charitable/CAG3058-ORV-getinvolved_button_03.png');	
}

div.cheh_left_link1{
	position: absolute;
	top: 0px;
	left: 0px;
	width:243px;
	height:230px;
	border: 0px solid #fff;
}

div.cheh_left_link1 a{
	display:block;
	width:300px;
	height:270px;
	border:none;
	text-indent:-9999px;
}

div.cheh_left_link2{
	position: absolute;
	top: 230px;
	left: 50px;
	width:180px;
	height:40px;
	border: 0px solid #fff;
}
div.cheh_left_link2 a{
	display:block;
	width:180px;
	height:40px;
	border:none;
	text-indent:-9999px;
}

div.cheh_left_link3{
	position: absolute;
	top: 275px;
	left: 100px;
	width:90px;
	height:40px;
	border: 0px solid #fff;
}

div.cheh_left_link3 a{
	display:block;
	width:90px;
	height:40px;
	border:none;
	text-indent:-9999px;
}

#cheh-content{
	position: absolute;
	top: 0px;
	left: 250px;
	width:490px;
	height:355px;
	border: 0px solid #b7050d;
}

#cheh-content p{
	margin:0px 0 0 13px;
	color:#fff;
}

.cheh-content-devider{
	position: relative;
	top:15px;
	left:13px;
	width:480px;
	height:1px;
	border-top: 1px solid #fff;
}

.cheh_school{
	position: relative;
	top:20px;
	left:0px;
	width:145px;
	height:190px;
	float:left;
}

div.cheh-school-copy{
	position: absolute;
	top:190px;
	left:160px;
	float:right;
	width:350px;
	height:200px;
	border: 0px solid #fff;
}

div.cheh-school-copy img{
	position: relative;
	top:-7px;
}

div#cheh-content div.cheh-school-copy p{
	width:350px;
	margin:-10px 0 0 -3px;
}

.get-invol{
	float:left;
	margin:15px 0 0 3px;
}

div#get_together {
	padding: 0;
	height:548px;
}

div#get_together.bground_1{
	background: url(/images/news-offers/2011_nfl/img_hdr_main_biggame.jpg) center top no-repeat;
}

div#get_together.bground_2{
	background: url(/images/news-offers/2011_nfl/img_hdr_main_awards.jpg) center top no-repeat;
}

div#extra_reg{
	position: relative;
	top:0px;
	left:5px;
	height:100px;
	width:764px;
	background-color: #8B0506;
}

div#get_together h1{
	position: absolute;
	width:320px;
	height:100px;
	top:70px;
	left:60px;
	text-indent:-99999px;
}

div#get_together p{
	position: absolute;
	width:400px;
	height:100px;
	top:450px;
	left:30px;
	color:#fff;
}

div#get_together #coupon_button{
	position: relative;
	top:530px;
	left:20px;
	z-index:9999;
	width:120px;
	height:20px;
}

div#get_together #coupon_share{
	position: relative;
	top:590px;
	left:20px;
	z-index:9999;
	width: 65px;
	height: 29px;
	margin: 0 0 0 100px;
	cursor: pointer;
}

 div#get_together #coupon_share a{
 	width: 65px;
	height: 29px;
 }

 div#get_together #coupon_share a span{
	width:65px;
	height:29px;
}

#es_txt{
	position: relative;
	top:570px;
	left:200px;
	width:250px;
	z-index:9999;
	color:#fff;
}

#es_txt a{color:#fff; }

 div#get_together #coupon_share .st_sharethis_custom{
 	width: 65px;
	height: 29px;
 }
 
div#get_together div#game_ideas{
	position: absolute;
	width:299px;
	height:200px;
	top:440px;
	left:470px;
	z-index:9999;
}

div#get_together div#game_ideas div.idea_copy{
	background: url(/images/news-offers/2011_nfl/img_activity_box_1px.png)  center top repeat-y;
	width:299px;
}

div#get_together div#game_ideas div.idea_copy p{
	position: relative;
	top:0px;
	left:37px;
	width:240px;
	height:115px;
	color:#000;
	margin-bottom:0px;
}

div.content div#get_together_bottom {
	background: url(/images/news-offers/2011_nfl/img_recipes_background.jpg)  center top repeat-x;
	background-color: #FFEA7B;
	position: relative;
	top:0px;
	left:5px;
	height:720px;
	width:764px;
	border: 0px solid #000;
	margin-bottom:-15px;
}

div.kung_pao_copy{
	position: absolute;
	top:130px;
	left:320px;
	height:100px;
	width:400px;
	border: 0px solid #000;
}

div.buffalo_copy{
	position: absolute;
	top:350px;
	left:20px;
	height:100px;
	width:400px;
	border: 0px solid #000;
}

div.along_copy{
	position: absolute;
	top:560px;
	left:320px;
	height:100px;
	width:400px;
	border: 0px solid #000;
}

div#get_together div#game_ideas div.award_copy{
	background: url(/images/news-offers/2011_nfl/img_activity_box_1px.png)  center top repeat-y;
	width:299px;
}

div#get_together div#game_ideas div.award_copy p{
	position: relative;
	top:0px;
	left:37px;
	width:240px;
	height:135px;
	color:#000;
	margin-bottom:0px;
}
