

#top_nav {
	margin-top: -436px;
}

#logo a {
	display: none;
}

#lrg_promo {
	float: left;
	display: inline;
	margin-top: 100px;
	height: 356px;
	width: 960px;
	text-align: center;
}

#top_full {
	float: left;
	display: inline;
	width: 960px;
	padding-bottom: 20px;
}

#top_full h1 {
	float: left;
	display: inline;
	width: 960px;
	height: 290px;
	text-indent: -9999px;
}

#top_two_thirds {
	float: left;
	display: inline;
	width: 640px;
	padding-bottom: 20px;
}

#top_two_thirds h1 {
	float: left;
	display: inline;
	width: 640px;
	height: 310px;
	text-indent: -9999px;
}

#top_promos {
	float: left;
	display: inline;
	width: 320px;
	height: 234px;
	margin-top: 122px;
	text-align: left;
	overflow: hidden;
}

.sm_promo {
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	width: 310px;
}

.sm_promo img {
	behavior: url(/images/iepngfix.htc);
	float: left;
	display: inline;
}

.sm_promo p {
	float: left;
	display: inline;
	width: 140px;
	margin: 10px 0 0 10px;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}

#content {
	float: left;
	margin-top: 0;
	width: 960px;
	background: url(http://images.popcap.com/www/images/wrapper_bkgd.gif) repeat-y;
	z-index: 1;
}

#home_main {
	float: left;
	display: inline;
	width: 960px;
	background: url(http://images.popcap.com/www/images/home/page_bottom.png) no-repeat bottom;
}

a.sm_button {
	float: none;
	clear: both;
	display:inline;
	text-align: center;
	background: url(http://images.popcap.com/www/images/btn_sm_left.png) top left no-repeat;
	font-size: 16px;
	color: #b24726;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 20px 8px 0;
	margin: 0 0 0 20px;
}

a.sm_button {
	padding: 6px 20px 8px 0;#
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	a.sm_button {
		padding: 8px 20px 8px 0;
	}
}


a.sm_button span {
	display: inline;
	padding: 8px 20px 8px 0;
	background: url(http://images.popcap.com/www/images/btn_sm_right.png) right top no-repeat;
	margin: 0 -20px 0 20px;
}

a.sm_button span {
	padding: 6px 20px 8px 0;#
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	a.sm_button span {
		padding: 8px 20px 8px 0;
	}
}

/* LARGE BUTTON FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	a.lg_button {
		padding: 8px 0 10px 0;
		padding: 10px 0 10px 0;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	a.lg_button span {
		padding: 8px 20px 10px 0;
		padding: 10px 20px 10px 0;
	}
}

#download_games {
	float: left;
	display: inline;
	width: 480px;
	background: url(http://images.popcap.com/www/images/home/download_games_bkgd.png) no-repeat;
	text-align: center;
	padding-bottom: 20px;
}

#download_games h2 {
	font-size: 24px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

#download_games h4 {
	font-size: 16px;
	line-height: 1;
	color: #ffd7ad;
	font-weight: normal;
	margin: -25px 60px 0 60px;
}

#download_games h2 a,
#online_games h2 a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px 0 35px 0;
	width: 480px;
}

#scroll_dl {
	float: left;
	display: inline;
	width: 480px;
	height: 205px;
}

#dl_carousel {
	display: none;
}

#online_games {
	float: left;
	display: inline;
	width: 480px;
	background: url(http://images.popcap.com/www/images/home/online_games_bkgd.png) no-repeat;
	text-align: center;
	padding-bottom: 20px;
}

#online_games h2 {
	font-size: 24px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	margin: 0;
	width: 480px;
}

#online_games h4 {
	font-size: 16px;
	line-height: 1;
	color: #52edfb;
	font-weight: normal;
	margin: -25px 60px 0 60px;
}

#scroll_ol {
	float: left;
	display: inline;
	width: 480px;
	height: 205px;
}

#ol_carousel {
	display: none;
}

/* @group Carousel */

.jcarousel-container {
    float: left;
    display: inline;
}

.jcarousel-clip {
	position: relative;
	width: 440px;
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    display: inline;
    list-style: none;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* @group Download Skin */

.jcarousel-skin-dl .jcarousel-container-horizontal {
    width: 480px;
	height: 180px;
	margin: 25px 0 0 0;
}

.jcarousel-skin-dl .jcarousel-clip-horizontal {
	float: left;
	display: inline;
    width: 440px;
	height: 155px;
}

.jcarousel-skin-dl .jcarousel-item {
	margin: 0 9px 0 8px;
	width: 130px;
	height: 155px;
}

.jcarousel-skin-dl .jcarousel-item a {
	display: block;
	width: 130px;
	height: 155px;
}

.jcarousel-skin-dl .jcarousel-next-horizontal {
	float: right;
	display: inline;
	width: 20px;
	height: 155px;
	background: url(http://images.popcap.com/www/images/home/dl_scroll_right.png) 0px 40px no-repeat;
	cursor: pointer;
	margin: 25px 0 0 0;
}

*html .jcarousel-skin-dl .jcarousel-next-horizontal {
	background-image: url(http://images.popcap.com/www/images/home/dl_scroll_right.gif);
}

.jcarousel-skin-dl .jcarousel-next-horizontal:hover {
    background-position: -20px 40px;
}

.jcarousel-skin-dl .jcarousel-next-disabled-horizontal,
.jcarousel-skin-dl .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-dl .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -40px 40px;
}

.jcarousel-skin-dl .jcarousel-prev-horizontal {
	float: left;
	display: inline;
	width: 20px;
	height: 155px;
	background: url(http://images.popcap.com/www/images/home/dl_scroll_left.png) 0px 40px no-repeat;
	cursor: pointer;
	margin: 25px 0 0 0;
}

*html .jcarousel-skin-dl .jcarousel-prev-horizontal {
	background-image: url(http://images.popcap.com/www/images/home/dl_scroll_left.gif);
}

.jcarousel-skin-dl .jcarousel-prev-horizontal:hover {
    background-position: -20px 40px;
}

.jcarousel-skin-dl .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-dl .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-dl .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -40px 40px;
}

/* @end */



/* @group Online Skin */

.jcarousel-skin-ol .jcarousel-container-horizontal {
    width: 480px;
	height: 180px;
	margin: 25px 0 0 0;
}

.jcarousel-skin-ol .jcarousel-clip-horizontal {
	float: left;
	display: inline;
    width: 440px;
	height: 180px;
}

.jcarousel-skin-ol .jcarousel-item {
	margin: 0 9px 0 8px;
	width: 130px;
	height: 155px;
}

.jcarousel-skin-ol .jcarousel-item a {
	display: block;
	width: 130px;
	height: 155px;
}

.jcarousel-skin-ol .jcarousel-next-horizontal {
	float: right;
	display: inline;
	width: 20px;
	height: 155px;
	background: url(http://images.popcap.com/www/images/home/ol_scroll_right.png) 0px 40px no-repeat;
	cursor: pointer;
	margin: 25px 0 0 0;
}

*html .jcarousel-skin-ol .jcarousel-next-horizontal {
	background-image: url(http://images.popcap.com/www/images/home/ol_scroll_right.gif);
}

.jcarousel-skin-ol .jcarousel-next-horizontal:hover {
    background-position: -20px 40px;
}

.jcarousel-skin-ol .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ol .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ol .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -40px 40px;
}

.jcarousel-skin-ol .jcarousel-prev-horizontal {
	float: left;
	display: inline;
	width: 20px;
	height: 155px;
	background: url(http://images.popcap.com/www/images/home/ol_scroll_left.png) 0px 40px no-repeat;
	cursor: pointer;
	margin: 25px 0 0 0;
}

*html .jcarousel-skin-ol .jcarousel-prev-horizontal {
	background-image: url(http://images.popcap.com/www/images/home/ol_scroll_left.gif);
}

.jcarousel-skin-ol .jcarousel-prev-horizontal:hover {
    background-position: -20px 40px;
}

.jcarousel-skin-ol .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ol .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ol .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -40px 40px;
}

/* @end */

/* @end */


.bottom_content {
	float: left;
	display: inline;
	width: 320px;
	padding-bottom: 10px;
	text-align: center;
}

.bottom_content h2,
#newsletter_header {
	float: left;
	display: inline;
	width: 319px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	padding: 5px 0 5px 0;
	background: url(http://images.popcap.com/www/images/home/secondary_header.png) repeat-x;
	text-align: left;
	border-right: 1px solid #a1a1a1;
}

.bottom_content h2 span,
#newsletter_header span {
	margin-left: 10px;
}

.best_sellers_cols {
	float: left;
	display: inline;
	width: 160px;
	margin-top: 16px;
	text-align: center;
	padding-bottom: 20px;
}

#best_sellers ol {
	display: block;
	color: #666;
	font-size: 14px;
	text-align: left;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 32px;
}

#best_sellers li {
	padding: 4px 0;
	line-height: 1.2;
}

#best_sellers p {
	padding: 0 50px;
}

#bottom_center {
	float: left;
	display: inline;
	width: 320px;
}

#help .help_txt {
	float: left;
	display: inline;
	text-align: left;
	margin: 20px 20px 0 20px;
	font-size: .875em;
	padding-bottom: 20px;
}

#bottom_promos {
	text-align: left;
}

#newsletter {padding-top:20px;}
#newsletter #signup_container {margin-bottom:-10px;}

#newsletter form {
	float: left;
	display: inline;
	width: 290px;
	padding: 0 0 10px 0;
	margin-left:20px;
	font-size: .875em;
	text-align:left;
}

#newsletter #email label {display:none;}
#newsletter #email input {width:266px;}

#newsletter p {
	margin-bottom:10px;
}

#newsletter .sm_promo p {
	width: 140px;
	margin: 10px 0 0  px;
	padding: 0;
}

#newsletter .terms {
	font-size: .675em;
	padding-top:5px;
	margin-top:5px;
}

#newsletter #age label {
	float:right;
	display:inline;
	width:256px;
	margin:0 10px 0 0;
	padding:0 0 5px 0;	
	text-align:left;
	font-size: 12px;
}

#newsletter #age input {
	float:left;
	display:inline;
	margin:0 0 0 0px;
}

#newsletter #language label,
#newsletter #genre label {display:none;}

#page_footer {
	height: 176px;
	position:relative;
}

#uh_oh_whats_happening {
	width:960px;
	height:275px;
	position:absolute;
}