/*
Theme Name: Snapple.com
Theme URI: http://snapple.com
Description: Snapple custom theme
Version: 1.0
Author: Domani Studios
Author URI: http://domanistudios.com
*/

@charset "UTF-8";
/* BEGIN CSS RESET
--------------------------------------------------*/
*, html {
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: baseline;
}
/* 62.5% = 10px = 1em */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	color:#000;
	margin:0;
	padding:0;
	background: #ff9900 url(images/hugeBG.jpg) center top no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin:0;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
em {
	font-style: italic;
}
/* <table cellspacing="0"> */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
}
.floatLeft {
	float: left;
	display: inline;
}
.floatRight {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}
hr.clear {
	visibility: hidden;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
/* END CSS RESET
--------------------------------------------------*/



/* BEGIN jQuery UI Accordion Styles
--------------------------------------------------*/
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: 0;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 0;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
/* END Accordion Styles
--------------------------------------------------*/



/* BEGIN jScrollPane Styles
--------------------------------------------------*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(images/scrollPaneTrack.gif) center bottom no-repeat;/* background: #000;
	filter: alpha(opacity=25);
	-khtml-opacity: 0.25;
	-moz-opacity: 0.25;
	opacity: 0.25; */
}
.altScrollPg .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(images/scrollPaneTrackALT.gif) center bottom no-repeat;/* background: #000;
	filter: alpha(opacity=25);
	-khtml-opacity: 0.25;
	-moz-opacity: 0.25;
	opacity: 0.25; */
}
.jScrollPaneDrag {
	position: absolute;
	background: url(images/scrollPaneDrag.gif) top left no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
/*background-color: #f60;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
/*background-color: #f00;*/
}
/* END jScrollPane Styles
--------------------------------------------------*/



/*SIFR*/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
    position:relative;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    color: #fff;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
  
  .sIFR-active h2.title { visibility:hidden; } 
  .sIFR-active h2.title { visibility:hidden; } 
  .sIFR-active h4.title { visibility:hidden; } 
  .sIFR-active h5.pagination { visibility:hidden; }
  .sIFR-active h5.helpComment { visibility:hidden; } 
  
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Tahoma, Verdana;
    visibility: hidden;
  }
  */
}
/*END SIFR*/




/* Main Styles
--------------------------------------------------*/
#wrapper {
	width:1020px;
	height:701px;
	margin:0px auto;
	position: relative;
}





#main {
	background: url(images/main-bg.jpg) top left no-repeat;
	width: 1020px;
	height: 671px;
	z-index: 2;
}
#main-wrapper {
	background-position: top left;
	background-repeat: no-repeat;
	width: 1020px;
	height: 671px;
	position: relative;
	z-index: 2;
}
#footer {
	width: 1020px;
	height: 60px;
	z-index: 1;
	line-height:27px;
	color:#fff;
	text-align: center;
	background: url(images/footer-bg.jpg) top left no-repeat;
}
#flashcontainer {
	position: absolute;
	top:0;
	left:0
}
/* Header, Footer and Navigation
/////////////////////////////*/

h1 a {
	background: url(images/logo.gif) top left no-repeat;
	width:155px;
	height:59px;
	display: block;
	position: absolute;
	z-index: 100;
	top:5px;
	left:442px;
	text-indent: -5000px;
	overflow: hidden;
}
a.nav-item {
	position: absolute;
	text-indent: -5000px;
	overflow: hidden;
	z-index:101;
}

a.nav-item img {
	position: absolute;
	top:0;
	left: 0;
	cursor: pointer
}

a.nav-item img.nav-off {
	display: none;
}


#nav-pursuit {
	width:207px;
	height:58px;
	top:106px;
	left:22px;
}
#nav-better {
	width:162px;
	height:32px;
	top:86px;
	left:251px;
}
#nav-products {
	width:139px;
	height:17px;
	top:83px;
	left:453px;
}
#nav-facts {
	width:148px;
	height:32px;
	top:88px;
	left:648px;
}
#nav-blog {
	width:163px;
	height:49px;
	top:114px;
	left:836px;
}
a.nav-item:hover {
	background-position: top !important;
}
#footer a {
	color:#fff;
	padding:0 3px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline
}

#footer strong {
	color:#fff;
}


span.sup {
	font-size: 10px;
	vertical-align: top;
	line-height: 13px
}


/* About Page
/////////////////////////////*/

.aboutpage {
	background-image: url(images/bg-about.jpg)
}
.about-container {
	width: 409px;
	height:409px;
	position: absolute;
	top:191px;
	left:444px;
}
h2#about {
	height:130px;
	text-indent: -5000px;
	overflow: hidden;
}

h2#tea {
	height:39px;
	text-indent: -5000px;
	overflow: hidden;
	margin-bottom:10px;
}


a.viewproducts {
	position: absolute;
	width:184px;
	height:29px;
	top:368px;
	left:11px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/viewallproducts.gif) top left no-repeat;
}
a.viewfacts {
	position: absolute;
	width:184px;
	height:29px;
	top:368px;
	left:212px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/aboutsnapple.gif) top left no-repeat;
}

a.viewtea {
	position: absolute;
	width:184px;
	height:29px;
	top:368px;
	left:212px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/tea101.gif) top left no-repeat;
}

a.viewproducts:hover, a.viewfacts:hover, a.viewtea:hover {
	background-position: bottom
}

#aboutScroll {
	height:210px;
	width: 390px;
	padding:0 5px 5px;
	font-size:1.3em;
	line-height: 1.6em;
	color:#641813;
}

#teascroll {
	height:285px;
	width: 390px;
	padding:0 5px;
	font-size:1.3em;
	line-height: 1.6em;
	color:#641813;
}



#teascroll a, #aboutScroll a, .legalScroll a {
	color:#641813;
	text-decoration: none;
	border-bottom: 1px dotted #641813;
}
#teascroll a:hover, #aboutScroll a:hover, .legalScroll a:hover {
	border:none
}
#aboutScroll p, #teascroll p {
	margin: 1em 0;
}
#aboutScroll ul, .legalScroll ul, #teascroll ul {
	list-style: disc;
	margin:1em 0;
	padding-left:20px
}
#aboutScroll ol, .legalScroll ol, #teascroll ol{
	list-style: decimal;
	margin:1em 0;
	padding-left:20px
}

#teascroll ol  {
	font-size: 10px;
	margin:0;
}


/* Legal Containers
/////////////////////////////*/

.legals {
	background-image: url(images/bg-footers.jpg)
}
.legal-container {
	position:absolute;
	width:507px;
	height:444px;
	top:159px;
	left:273px;
	font-size:1.2em;
	line-height: 1.6em;
	color:#641813;
}
.legal-container p {
	margin: 1em 0.7em;
}
h2#access {
	background: url(images/h2-access.jpg) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	width:505px;
	height:46px;
}
h2#terms {
	background: url(images/h2-terms.jpg) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	width:505px;
	height:46px;
}
h2#privacy {
	background: url(images/h2-privacy.jpg) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	width:505px;
	height:46px;
}
h2#register {
	background: url(images/h2-register.jpg) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	margin-top: 15px;
	width:171px;
	height:29px;
}
h2#signin {
	background: url(images/h2-sign_in.jpg) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	width:131px;
	height:30px;
}
h2#notfound {
	background: url(images/h2-notfound.jpg) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	width:505px;
	height:46px;
}

.legalScroll {
	width: 480px;
	height:372px;
	overflow: auto;
	padding:5px;
}

.legalScroll hr
{
	color: #f1af00;
	background-color: #ffff66;
}

/* Real Facts
/////////////////////////////*/

.facts {
	background-image: url(images/bg-facts.jpg)
}
.factsWrapper {
	position: absolute;
	top:223px;
	left:350px;
	width: 558px;
	font-size:1.1em;
	line-height: 1.6em;
	color:#641813;
	z-index:9999;
}

#facts-flashcontainer{
	position: absolute;
	width:350px;
	height:300px;
	left:-353px;
	top:-40px;
}

#facts-flashcontainer-content{
	padding-left:25px;
	padding-top:145px;
}

.facts-right-container{
}

.factsWrapper h2 {
	height:114px;
	text-indent: -5000px;
	overflow: hidden;
}
.factsWrapper p {
	margin: 1em 0;
	font-size: 13px
}
.factsWrapper table td {
	padding:3px 0;
	line-height: 35px;
}
.factsWrapper table td #searchbox {
	margin-bottom:0.5em;
}
.factsWrapper a {
	/*display: block;
	text-transform: uppercase;*/
	line-height: 1em;
	/*background: url(images/arrow.gif) top left no-repeat;
	padding-left:15px;
	font-weight: bold;*/
	text-decoration: underline;
	color:#641813;		
}

.factsWrapper a.retiredFacts{
	display: block;
	text-transform: uppercase;
	line-height: 1em;
	background: url(images/arrow.gif) top left no-repeat;
	padding-left:15px;
	font-weight: bold;
	text-decoration: none;
	color:#641813;	
	margin-top:11px;
}
.factsWrapper a:hover {
	text-decoration: underline
}

.factsWrapper form {
	margin-top:15px
}



#retiredScroll {
	height:265px;
	width: 550px;
	padding:5px;
	font-size:1.3em;
	line-height: 1.6em;
	color:#641813;
}


/* SUPER PREMIUM
-------------------------------*/
.superPremWrapper{
	position: absolute;
	top:0px;
	left:0px;
	font-size:1.1em;
	line-height: 1.6em;
	color:#641813;
	z-index:9999;	
}

#superprem-flashcontainer{
	position: absolute;
}

.superPremWrapper a {
	/*display: block;*/
	text-transform: uppercase;
	line-height: 1em;
	/*background: url(images/arrow.gif) top left no-repeat;
	padding-left:15px;*/
	text-decoration: none;
	color:#641813;
	font-weight: bold;
	margin-top:11px;
	
}

/* 
---------------------------------*/
.products {
	background: url(images/productsBG.jpg) top center no-repeat;
}
.productDetail {
	background: url(images/productDetailBG.jpg) top center no-repeat;
}
.productGallery {
	background: url(images/productGalleryBG.jpg)
}

h2.findyourflavors {
	background:transparent url(images/findfavorite.gif) no-repeat scroll left top;
	height:50px;
	margin:11px 0 8px 20px;
	overflow:hidden;
	text-indent:-5000px;
	width:146px;
	_height:45px;
	_margin-bottom:0px;
	*margin-bottom:0px;
}

a.egg {
	display:block; 
	position:absolute;
	top:-5000px;
	left:-5000px;
	width:75px;
	height:75px;
}

#content {
	width: 1020px;
	height: 489px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 181px;
}
#productMenu {
	width: 225px;
	height: 430px;
	margin: 0 0 0 53px;
	float: left;
	display: inline; /* fix for IE 6 */
}
#productInfo {
	width: 225px;
	height: 430px;
	margin: 0 45px 0 0;
	float: right;
	display: inline;
}
.menuAccordionPane, .infoAccordionPane {
	background: url(images/listBG.png) bottom left no-repeat;
	_background: url(images/listBG.gif) bottom left no-repeat;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.listItem {
	color: #641813;
	text-decoration: none;
	background: url(images/listBullet_off.gif) left top no-repeat;
	margin: 0.8em 1em 0 0;
	padding: 0 0 0 1em;
	font-size: 13px;
	font-weight: bold;
	display: block;
	overflow: hidden;
}


.listItemActive, .listItemClicked {
	color: #f15c22;
	background: url(images/listBullet_on.gif) left top no-repeat;
}



.drinkType {
	background-image: url(images/drinkType.png);
	_background-image: url(images/drinkType.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.flavors {
	background-image: url(images/flavors.png);
	_background-image: url(images/flavors.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.description {
	background-image: url(images/description.png);
	_background-image: url(images/description.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.moreChoices {
	background-image: url(images/moreChoices.png);
	_background-image: url(images/moreChoices.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.active {
	background-position: top right;
}
#menuAccordion {
	width: 193px;
	height: 341px;
	margin: 6px 0 0 7px;
}

#menuAccordion li { list-style: none;  }

#infoAccordion {
	width: 193px;
	margin: 6px 0 0 7px;
}
#menuAccordion h3, #infoAccordion h3 {
	width: 193px;
	height: 28px;
	margin: 3px 0 0 0;
	text-indent: -10000px;
	z-index: 5;
}
#menuAccordionContainer {
	width: 205px;
	height: 294px;
	padding: 0;
	margin: 0;
}
#infoAccordionContainer {
	width: 205px;
	height: 395px;
	padding: 0;
	margin: 0;
}
#productMenuBottom {
	margin: 18px 0 0 7px;
	position: absolute;
	top:363px;
}
#productMenuBottom img {
	margin: 0 0 3px 0;
	padding: 0;
	float: left; /* fix for IE 6 */
}
.menuScrollPane {
	width: 190px;
	height: 235px;
	overflow: auto;
	overflow-x: hidden;
	float: left;
	padding: 0;
	margin: 0 1em 0.5em 1em;
	_margin: 0 1em 0.5em 0;
	*margin: 0 1em 0.5em 0;
}
.infoScrollPane {
	font-size:11px;
	width: 190px;
	height: 335px;
	overflow: auto;
	float: left;
	color: #641813;
	padding: 0;
	margin: 0 1em 0.5em 1em;
	_margin: 0 1em 0.5em 0.5em;
}

.hiddencat { display: none !important }

.infoScrollPane h2 {
	font-size: 1.5em;
	color: #f15c22;
	margin: 1em 0.5em 1em 0;
	line-height: 1.1em;
}
.infoScrollPane p {
	margin: 0 1em 1em 0;
	font-size: 1.1em;
	line-height: 1.2em;
}
.infoScrollPane hr {
	border-color: #e1c590;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0;
	height: 0;
	width: 95%;
}
.infoScrollPane table {
	margin: 1em 0.5em 1em 0;
	font-size: 1.1em;
}

.infoScrollPane table td {
	padding: 3px 0;
	line-height: 1.4em
}


.infoScrollPane h4 {
	margin: 1em 0 0.5em 0;
	font-size:12px;
}
#galleryScrollPane {
	width: 600px;
	height: 360px;
	overflow: auto;
}
#galleryContainer {
	width: 600px;
	height: 430px;
	float: left;
}
#galleryContainer h1 {
	font-size: 2.1em;
}



a.galleryItem {
	width: 232px;
	height: 70px;
	padding:0 5px 0 40px;
	display: block;
	float: left;
	position: relative;
	margin-right: 10px
}


.galleryItem img {
	margin: 1em;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
}

.galleryItem h3 {
	font-size: 1.3em;
	color: #641813;
	margin: 1em 0 0.5em 0;
	position: relative;
	z-index: 2
}
.galleryItem h3 a {
	color: #641813;
	text-decoration: none;
	position: relative;
	z-index: 2
}
.galleryItem h4 {
	font-size: 1.2em;
	color: #f15c22;
	position: relative;
	z-index: 2
}


.galleryItem img.bghover {
	margin:0;
	z-index: 0 !important;
	display: none
}







.galleryCategory {
	margin:10px 0 0
}
.galleryCategory h2 {
	font-size: 1.5em;
	color: #f15c22;
	text-transform: uppercase;
	margin: 1em 0 0.5em 0;
}

#galleryContainer h1 {
	font-size: 3em;
	color: #641813;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #f15c22;
}

#galleryContainer-header {
	height: 25px;
}


.galleryDivider {
	margin: 1em 0 0 0;
	clear: both;
}
#redTeaLink {
	text-indent: -5000px;
	position: absolute;
	width: 125px;
	height: 360px;
	top: 25px;
	left: 325px;
	z-index: 10;
}
#redTeaHover {
	position: absolute;
	width: 213px;
	height: 114px;
	top: 55px;
	left: 350px;
	display: none;
	z-index: 100;
}
#lemonTeaLink {
	text-indent: -5000px;
	display: block;
	position: absolute;
	width: 135px;
	height: 360px;
	top: 25px;
	left: 450px;
	z-index: 10;
}
#lemonTeaHover {
	position: absolute;
	width: 183px;
	height: 100px;
	top: 160px;
	left: 485px;
	display: none;
	z-index: 100;
}
#greenTeaLink {
	text-indent: -5000px;
	display: block;
	position: absolute;
	width: 125px;
	height: 360px;
	top: 25px;
	left: 585px;
	z-index: 10;
}
#greenTeaHover {
	position: absolute;
	width: 235px;
	height: 105px;
	top: 85px;
	left: 600px;
	display: none;
	z-index: 100;
}
#caffeineFreeButton {
	cursor: pointer;
	position: absolute;
	right: 302px;
	top:10px;
}





/* Better Stuff
/////////////////////////////*/

.betterCopy {
	width:430px;
	height:200px;
	position:absolute;
	top:194px;
	left:517px;
}

.betterCopy a { 
	color:#ffcc33; 
	font-weight: bold; 
}

.betterCopy a:hover { 
	text-decoration: underline;
}

.betterCopy .fineprint {
	color:#fff9d0;
	line-height: 1.3em;
	width:190px
}

.betterCopy h2 {
	height:125px;
	text-indent: -5000px;
	overflow: hidden;
}


.betterCopy p {
	color:#fff9d0;
	font-size:1.3em;
	line-height: 1.3em;
	margin:0.9em 0;
}

.betterCopy h3 {
	color:#fff9d0;
	font-size:1.4em;
	line-height: 1.2em;
	
}


#betterVid {
	width:391px;
	height:244px;
	position: absolute;
	top:193px;
	left:99px;
}


.vidfull {
	width:391px;
	height:244px;
	position: absolute;
	top:-259px;
	left:-5px;
	z-index: 3

}


.betterloading {
	background: url(images/betterstuffloading.gif) #000 top left no-repeat;
	width:391px;
	height:244px;
	position: absolute;
	top:-259px;
	left:-5px;
	z-index:2
}

.betterMedia {
	width: 382px;
	height:138px;
	position: absolute;
	top:452px;
	left:89px;
	padding-top:33px;
}


.vidfull {
	display: none;
}

.activevideo {
	display: block;
}




.betterVideo a {
	display: block;
	height:55px;
	padding:5px 10px 5px 113px;
	color:#641813;
	line-height: 1.6em;
	border: 1px solid #eac593;
	position: relative;
	font-size:11px
}

.betterVideo a:hover {
	border:1px solid #c38525;
	background-color: #f3e4cd;

}

.betterVideo span {
	font-size:13px;
	color:#f15c22;
	font-weight: bold;
	display: block;
}

.betterVideo a img {
	position: absolute;
	top:4px;
	left:5px;
	border:1px solid #fcc019;
}

.betterVideo a:hover img {
	border:1px solid #f3e3cc;
}

.betterAudio {
	padding: 0 5px;
	display: none;
}

.singleAudio {
	border-bottom:1px solid #d38f31;
	padding:10px
}

.betterAudio h3 {
	font-size:11px;
	color:#641813;
	font-weight: normal;
	margin:0 0 10px 0;
	line-height: 1.2em;
}

.betterAudio h3 span {
	font-size: 12px;
	font-weight: bold;
	color:#f15c22;	
}

.betterAudio h3 em {
	display: block;
}



ul#betterstuffnav {	
	width:382px;
	list-style:none;
	height:33px;
	position: absolute;
	top:0;
	left:0;
}

ul#betterstuffnav li {
	display:inline;
	padding: 0;
}

ul#betterstuffnav li a {
	height:33px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#betterstuffnav  li a span {
	float:left;
	display:block
}

ul#betterstuffnav li#betterstuffnav-1 a {
	width:195px;
	background:url(images/betterstuffnav.jpg) no-repeat 0px 0
}

ul#betterstuffnav li#betterstuffnav-1 a:active,
ul#betterstuffnav li#betterstuffnav-1 a:hover {
	background-position:0px -33px
}
ul#betterstuffnav li#betterstuffnav-1 a.current {
	background-position:0px -66px
}

ul#betterstuffnav li#betterstuffnav-2 a {
	width:187px;
	background:url(images/betterstuffnav.jpg) no-repeat -195px 0
}

ul#betterstuffnav li#betterstuffnav-2 a:active,
ul#betterstuffnav li#betterstuffnav-2 a:hover {
	background-position:-195px -33px
}
ul#betterstuffnav li#betterstuffnav-2 a.current {
	background-position:-195px -66px
}


#betterstuffbutton {
	background: url(images/button.gif) top left no-repeat;
	width: 184px;
	height:28px;
	margin:16px 0 0
}

#betterstuffbutton a {
	height:29px;
	width:184px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/seeforyourself.gif) top left no-repeat;
}

#betterstuffbutton a:hover {
	background-position: bottom
}


.hiddencat { display:none !important }







/* Promotions
/////////////////////////////*/

#promotions-wrapper {
	position: absolute;
	top:229px;
	width: 597px;
	height:360px;
	left:162px;
}

#promoscroll {
	width: 597px;
	height:300px;
	overflow: scroll;
	padding-bottom:0px;
}

.promocopy {
	font-size: 13px;
	color:#641813;
	line-height: 18px;
	margin:1em 0;
	padding-bottom: 15px;
	border-bottom:1px solid #FFFF38;
}

#promosinglewrap h2.title {
	font-size:32px;
	color:#641813;
	text-transform: uppercase;
}

a.singlepromo {
	display: block;
	color:#641813;
	padding:15px 0;
	position: relative;
	padding-left: 226px;
	padding-bottom: 20px;
	border-bottom:1px solid #ffff38;
	margin-bottom:10px;
	line-height: 1.8em;
}

a.singlepromo .thumb {
	position:absolute;
	top:10px;
	left:3px;
	margin-right:10px;
}

a.singlepromo h2 {
	font-size:1.6em;
	color:#f15c22;
	text-transform: uppercase;
	margin-bottom:4px;
	padding-left:5px;
}

a.singlepromo span {
	display: block;
	font-size: 1.3em;
	margin-bottom: 8px;
	padding-left:5px;
	line-height: 1.5em;

	
}



a.singlepromo div {
	width:125px;
	height:18px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/learnmore.gif) top left no-repeat;
}

a.singlepromo:hover div {
	background-position: bottom
}


a.singlepromo:hover h2 {
	color:#641813;
}
a.singlepromo:hover span {
	color:#f15c22;
}




#promosinglewrap {
	height:350px;
	left:124px;
	position:absolute;
	top:210px;
	width:400px;
	font-size: 1.4em;
	color:#641813;
}

#promoscroll2 {
	height:200px;
	font-size:13px 
}


#promoscroll2 a {
	color:#F15C22;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline	
}

#promoscroll2 a:hover {
	text-decoration: none	
}

#promoscroll2 p {
	margin:1em 0;
	line-height: 1.3em
}

a.promolink1 {
	display:block; 
	position: relative;
	float: left;
	width: 183px;
	height:27px;
	overflow: hidden;
	background: url(images/promobutton1.gif) top left no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	line-height: 29px;
	margin:20px 0 0 10px;
}


a.promolink2 {
	display:block; 
	position: relative;
	float: right;
	width: 183px;
	height:27px;
	background: url(images/promobutton.gif) top left no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	line-height: 29px;
	margin:20px 10px 0 0;

	
}

a.promolink1:hover, a.promolink2:hover {
	color:#ffcc33
}




/* Newsletter
/////////////////////////////*/

table.newsletter {
	width:480px;
	margin:0 auto;
}


table.newsletter td {
	padding:7px
}

table.newsletter .label {
	width:100px;
	text-align: left;
}







/* Promotions
/////////////////////////////*/


div#sitemap {
	width:730px;
	position: absolute;
	top:240px;
	left:143px;
	list-style: none;
}


div#sitemap div {
	position: relative;
	float:left;
	width:220px;
	height:300px;
	margin-right:20px;

}

div#sitemap h2 {
	font-size:1.8em;
	color:#F25B22;
	margin-bottom: 10px
}

div#sitemap ul {
	padding-left:25px;
	font-size:14px;
	line-height: 16px;
	color:#641813
}

div#sitemap ul li {
	margin:5px 0;
}



div#sitemap a {
	color:#641813
}

div#sitemap strong {
	color:#000;
	font-weight: normal;
}


div#sitemap a:hover {
	font-weight: bold;
}






@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	
	#main {
		margin-left:1px;
		position: relative;
	}
	
	
	ul#betterstuffnav {
		top:-10px;
		left:-40px;
	}


	.singleAudio {
		padding:6px;
	}

	#footer {
		margin-left: 1px;
	}

}