
/* 
Title:     CSS
Author:    © Clorox
Updated:   June 4th, 2009
*/

/* General Styles ------------------------------- */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(/images/bkgrnd.jpg);
	color: black;
	font: 12px verdana, geneva, sans-serif;
	text-align: left;
}
table { /* Font Redefine for fonts in tables for IE Win 5.0 */
	font: 12px verdana, geneva, sans-serif;
}
a {
	color: #800;
	text-decoration: none;
}
a:visited {
	color: #800;
	text-decoration: none;
}
a:hover {
	color: #DE4A0E;
	text-decoration: underline;
}
p {
	margin-top: 0;
}
p.legal {
	font-size: 10px;
	color: #DDD;
	font-style: italic;
	margin-bottom: 2px;
}
table {
	font: 12px verdana, geneva, sans-serif;
}
#content p.subhead_spanned {
	width:660px;
	}

.subhead {
	color: #DE4A0E;
	font-weight: bold;
	margin-bottom: 3px;
}
.shortpage {
	padding-bottom: 50px;
}
ul.back {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	
}
ul.back li {
	padding: 0 0 5px 10px;
	background-image: url(/images/back_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

/* Structure Styles ------------------------------- */

div#wrap {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#navHead {
	position: relative;
	padding: 0;
	margin: 0;
	width: 760px;
	height: 110px;
}
img#faqs {
	position: absolute;
	top: 97px;
	left: 505px;
	width: 44px;
	height: 12px;
}
img#contact {
	position: absolute;
	top: 97px;
	left: 549px;
	width: 87px;
	height: 12px;
}
img#home {
	position: absolute;
	top: 97px;
	left: 636px;
	width: 48px;
	height: 12px;
}
#navHead h1 {
	padding: 0;
	margin: 0;
	background: url(/images/header_logo.jpg) no-repeat;
	width: 760px;
	height: 114px;
}
#navHead h1 span {
	display: none;
}

#navHead #t_button {
	float:left;
	left: 41px;
	top: 0px;
	position:absolute;
}


#navHead #t_head {
	float:left;
	left: 24px;
	top: 13px;
	position:absolute;
}

#navHead #t_head #t_nav {
	width: 700px;
	float:left;
	left: 6px;
	top: 34px;
	position:relative;

}

#contentWrap {
	margin: 0;
	padding: 0;
	background: url(/images/content_bg.jpg) repeat-y;
	position: relative;
}



.pagetitle {
	position: relative;
	top: 15px;
	left: 27px;
	z-index: 70;
}
.prodshot {
	position: absolute;
	top: 63px;
	right: 38px;
	z-index: 50;
}
#bbq_staxpromo {
	position: absolute;
	top: 344px;
	left: 354px;
	z-index: 51;
}
#content {
	margin: 25px 33px 5px 27px;
	padding: 0;
}
#contactContent {
	margin: 25px 33px 5px 27px;
	padding: 0;
	height:720px;
}

#contentEnd {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 31px;
}

#footer {
	padding: 0 25px 5px;
	text-align: right;
}
#footer a {
	padding: 0 5px;
}
#footer a.ftbrdr {
	border-right: 1px solid white;
}
#footer a:link {
	color: #FFFFFF; text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF; text-decoration: none;
}


.footer-div {
	position: relative;
	width: 760px;
	height: 42px;
	background: url(/images/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
.addthis_toolbox {
	width: 170px;
	float: right;
	margin-right: 1px;
}



#footer-left {
	float: left;
	width: 330px;
	font-size: 9px;
	margin-left: 12px;
}

#footer-right {
	float: right;
	width: 370px;
	font-size: .7em;
	text-align: right;
	margin-right: 12px;
}
#footer-right a {
	padding: 0 5px;
}
#footer-right a.ftbrdr {
	border-right: 1px solid #000;
}
#footer-right a:link {
	color: #000; text-decoration: none;
}
#footer-right a:hover {
	color: #FF3300; text-decoration: underline;
}
#footer-right a:visited {
	color: #000; text-decoration: none;
}
.subnav {
	float: right;
	text-align: right;
}


/* Menus Styles -----------------------------------*/


#t_home {
	float: left;
	margin-left: 0px;
}
#t_story {
	float: left;
	margin-left: 34px;
}
#t_faqs {
	float: left;
	margin-left: 34px;
}
#t_prod {
	float: left;
	margin-left: 226px;

}
#t_contact {
	float: left;
	margin-left: 16px;
}

#navlinks {
	width: 760px;
	height: 43px;
	padding: 0;
	margin: 0 0 0 0px;
	background-image: url(/images/nav-bkgrnd.jpg);
}
#navlinks li {
	display: inline;
}
#navlinks li a {
	text-indent: -9000px;
	display: block;
}

#navlinks #bbq a {
	float: left;
	width: 153px;
	height: 43px;
	background-image: url(/images/nav_bbq.jpg);
	background-position: top;
	text-indent: -9000px;
	margin-left: 10px;
}
#navlinks #bbq a:hover, #bbq-h a{
	float: left;
	width: 153px;
	height: 43px;
	background-image: url(/images/nav_bbq.jpg);
	background-position: bottom;
	text-indent: -9000px;
	margin-left: 10px;
}



#navlinks #mar a {
	float: left;
	width: 142px;
	height: 43px;
	background-image: url(/images/nav_mar.jpg);
	background-position: top;
	text-indent: -9000px;
}
#navlinks #mar a:hover, #mar-h a {
	float: left;
	width: 142px;
	height: 43px;
	background-image: url(/images/nav_mar.jpg);
	background-position: bottom;
	text-indent: -9000px;
}


#navlinks #seasonn a {
	float: left;
	width: 142px;
	height: 43px;
	background-image: url(/images/nav_season.jpg);
	background-position: top;
	text-indent: -9000px;
}
#navlinks #seasonn a:hover, #seasonn-h a {
	float: left;
	width: 142px;
	height: 43px;
	background-image: url(/images/nav_season.jpg);
	background-position: bottom;
	text-indent: -9000px;
}

#navlinks #recipes a {
	float: left;
	width: 142px;
	height: 43px;
	background-image: url(/images/nav_recipes.jpg);
	background-position: top;
	text-indent: -9000px;
}
#navlinks #recipes a:hover, #recipes-h a {
	float: left;
	width: 142px;
	height: 43px;
	background-image: url(/images/nav_recipes.jpg);
	background-position: bottom;
	text-indent: -9000px;
}

#navlinks #tipss a {
	float: left;
	width: 151px;
	height: 43px;
	background-image: url(/images/nav_tips.jpg);
	background-position: top;
	text-indent: -9000px;
}
#navlinks #tipss a:hover, #tipss-h a{
	float: left;
	width: 151px;
	height: 43px;
	background-image: url(/images/nav_tips.jpg);
	background-position: bottom;
	text-indent: -9000px;
}

/* Home Page Styles -----------------------------------*/
div#wrap {
	position: relative;
}
#contentWrapH {
	margin: 0;
	padding: 0;
	background: url(/images/content_bg.gif) repeat-y;
}
#promo {
	width: 214px;
	position: absolute;
	top: 160px;
	right: 18px;
}
#homeimage {
	margin: 0;
	padding: 0;
	background: url(/images/home_mainimage.jpg) top left no-repeat;
	width: 516px;
	height: 395px;
	position: absolute;
	top: 160px;
	/*left: 12px;*/
	right: 232px;
}
#contentHome {
	margin: 0;
	padding: 0;
	height: 395px;
}
#contentEndHome {
	margin: 0;
	padding: 0;
	background: url(/images/home_footer.gif) top left no-repeat;
	width: 760px;
	height: 31px;
}

.popup{
	width : 150px;
	height : 90px;
	float : left;
	font-size : 10px;
	padding-left : 10px;
	padding-top : 10px;
	z-index : 100;
	background-color : #F5F5FC;
	color : #838383;
	border-color : #838383;
	border-width : 2px;
	border-style : solid;
	display: none;
}


/* Product Page Styles ------------------------------- */

h3, h3 a, h3 a:hover, h3 a:visited {
	color: #DE4A0E;
	font: bold 14px Verdana, Arial, sans-serif;
	border-bottom: 1px solid #DE4A0E;
	margin: 0 0 3px 0;
	text-decoration: none;
}
h4 {
	color: #800;
	font: bold 14px Verdana, Arial, sans-serif;
	border-bottom: 1px solid #DE4A0E;
	margin: 0;
}
h5 {
	padding: 0px;
	font: bold 14px Verdana, Arial, sans-serif;
	color: #800;
	margin: 0 0 12px 0;
}
#prodRecipes {
	margin: 0;
	padding: 0;
	background: url(/images/recipe_icon.gif) 232px 25px no-repeat;
}
#prodRecipes a {
	display: block;
	padding: 5px;
	border: 1px solid #DE4A0E;
	border-top-width: 0;
	margin: 0 80px 0 0;
	color: #800;
	text-decoration: none;
}
#prodRecipes a:visited {
	color: #800;
}
#prodRecipes a:hover {
	color: #942021;
	background: #e4be6b;
	font-weight: bold;
}
#bbqselect {
	margin: 15px 33px 5px 27px;
	padding-left:80px; 
}
#bbqselect img { 
	padding: 0px 5px 0px 5px;
}
#bbqselect a {
	border-bottom: 3px solid #FFFBEE;
}
#bbqselect a:visited {
	border-bottom: 3px solid #FFFBEE;
}

#bbqselect a:hover {
	border-bottom: 3px solid red;
}
#marinadeselect {
	margin: 15px 20px 5px 180px;
}
#marinadeselect a {
	border-bottom: 3px solid #FFFBEE;
}
#marinadeselect a:visited {
	border-bottom: 3px solid #FFFBEE;
}
#marinadeselect a:hover {
	border-bottom: 3px solid red;
}
/* Product content width sizer classes */

.prodpage {
	width: 305px;
}
.bbqpage {
	width: 460px;
}

/* Recipe Page Styles */
#recleft {
	float: left;
	width: 368px;
}
#recright {
	float: right;
	width: 312px;
}
.recbot {
	clear: both;
}
#printlink {
	clear: both;
}
ul.ingred {
	padding: 0 0 0 17px;
	margin: 0 0 1em 0;
}
ul.ingred li {
	padding-top: 2px;
}
#recright img {
	padding-bottom: 12px;
}
#otherflav {
	float: right;
	width: 312px;
	background: #FFF3C2 url(/images/otherflav_bot.gif) left bottom no-repeat;
	margin-bottom: 15px;
	margin-left: 15px;
}
#otherflav h6 {
	padding: 8px 15px;
	font: bold 12px Verdana, Arial, sans-serif;
	color: white;
	margin: 0 0 12px;
	background: #DE4A0E url(/images/otherflav_top.gif) 0 0 no-repeat;
}
#otherflav ul {
	margin: 0;
	padding: 0 15px 12px 15px;
	list-style: none;
}
#recright #otherflav {
	margin-left: 0;
}
.print {
	display: block;
	width: 120px;
	background: #FFFBEE url(/images/print_icon.gif) 0 0 no-repeat;
	padding: 0 0 4px 22px;
}

/* Tips Page Styles ------------------------------- */

.subtip {
	color: #800;
	font-weight: bold;
	margin-bottom: 3px;
}
ul#tipnav {
	position: absolute;
	right: 33px;
	top: 78px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#tipnav li {
	margin: 0;
	padding: 0;
	float: left;
}
ul#tipnav li a {
/*	color: white;*/

	margin: 0;
	padding: 5px 8px 0;
	border-left: 2px solid white;
}
/* Hides from IE-mac \*/
ul#tipnav li a {
	display: block;
}
/* End hide from IE-mac */
.tipsubhead {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
ul.tips {
	margin-top: 0;
}
ul.tips li {
	padding-bottom: 5px;
}
ul.subtips {
	margin-top: 5px;
}





/* Clear those Floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



 
/* IE Win 5.01 Hacks ------------------------------- */
#footer b {
	color: white;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	display: none;
}

#footer-right b {
	color: white;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	display: none;
}

#subHead {
	color:#de4a0e;
	font-weight:bold;
}


#seasonCopy
{
	float:left;
	width:430px;
	padding-right:40px;
}

#season
{
	float:left;
	width:83px;
	padding-right:10px;
}
#season img { 
	padding: 0px 5px 0px 5px;
}
#season a {
	border-bottom: 3px solid #FFFBEE;
}
#season a:visited {
	border-bottom: 3px solid #FFFBEE;
}
#season a:hover {
	border-bottom: 3px solid red;
}



contactHolder {
	
}


/* !tooltips for external links */

a.tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}
a.tt span{ display: none; }

/* background:; ie hack, something must be changed in a for ie to execute it */
a.tt:hover{ z-index:25; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-80px; left:-170px; /* Tooltip Position */
	padding: 15px 0 0 0;
	width:400px;
	color: #000000;
    text-align: left;
    text-decoration: none;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
}
a.tt:hover span.top{
	display: block;
	padding: 5px 5px 0 5px;
    background: #EEEEEE;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 5px 0 5px; 
	background: #EEEEEE; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 5px 5px 5px;
    background: #EEEEEE;
}



/* MAIN PAGE LAYOUT */


	#content-slider {
		height: 334px;
		width: 745px;
		position: relative;
	}
	#content-slider-1 a{
		display: block;
		height: 334px;
		width: 745px;
		background-image: url(/images/main_01.jpg);
		margin-left: 4px;
	}
	#content-slider-2 a{
		display: block;
		height: 334px;
		width: 745px;
		background-image: url(/images/main_02.jpg);
		margin-left: 4px;
	}
	#content-slider-3 a{
		display: block;
		height: 334px;
		width: 745px;
		background-image: url(/images/main_03.jpg);
		margin-left: 4px;
	}

	
	
	
	#jukebox-slider {
		height: 36px;
		width: 740px;
		background-image: url(/images/main_jukeboxlabel.jpg);
		text-align: right;
		margin-left: 3px;
	}
	
	#main-238 {
		width: 238px;
		float: left;
		margin-left: 10px;
	}
	#main-235 {
		width: 235px;
		float: left;
		margin-left: 10px;
	}
	#main-239 {
		width: 239px;
		float: left;
		margin-left: 10px;
	}
	
	.main-01 {
		position: absolute;
		margin-top: -50px;
		margin-left: 20px;
		padding: 1px 2px;
		cursor: pointer;
		z-index: 99;
	}
	.main-02 {
		position: absolute;
		margin-top: -50px;
		margin-left: 50px;
		padding: 1px 2px;
		cursor: pointer;
		z-index: 99;
	}
	.main-03 {
		position: absolute;
		margin-top: -50px;
		margin-left: 80px;
		padding: 1px 2px;
		cursor: pointer;
		z-index: 99;
	}




/* OUR STORY */


#content-header {
	margin-left: 4px;
}

			
#content-slider-container {
	width: 670px;
	padding: 12px;
	background-color: #fff;
	border: 1px solid #c9b588;
}

#content-slider-story-1,
#content-slider-story-2,
#content-slider-story-3,
#content-slider-story-4,
#content-slider-story-5,
#content-slider-story-6 {
	display: none;
}


#content-slider-container h2 {
	font-family: arial;
	font-size: 16px;
	color: #942021;
	cursor: pointer;
}

.closeall {
	margin-top: 12px;
}

