/*
-----------------------------------------------------
Default CSS file for [ project ]
Media:screen, projection

Author:Grand Union [ thegrandunion.com ]

Also:
    - IE specific stylesheet (tweaks.css) 


/* Reset
----------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Defaults
----------------------------------------------------- */
body {
    font:62.5%/1 "Trebuchet MS", Arial, sans-serif;
	color:#550b0b;
	margin: 0;
	padding: 0;
	background: #e22626 url(../images/bg.png) repeat-x top left;
}

/* Text included for non-visual users, hide content for screen */
.context {
    height:1px; 
    left:0; 
    overflow:hidden;
    position:absolute; 
    top:-500px;
    width:1px; 
}

/* Hides contents but leaves structure in place */
.context-flow { text-indent:-20000px; }

/* clearfix - fixes float clearing issues */

.clearfix:after, #content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* horizontal rules (hr) - allows universal control */
.hr {
    background:#ccc; /* Gecko/Opera */
    border:0 solid #ccc; /* necessary to ensure hr is only 1px high in all browsers */
    clear:both;
    color:#ccc; /* IE */
    height:1px;
    margin:0 0 2.7em;
    padding:0;
}
    
    
/* Links
    ---------------------------- */
a, a:link {
    color:#282622; 
    outline:0; 
    font-style:inherit; 
    font-weight:bold;
    text-decoration:none; 
}

a.more {
	background:url(../images/icon-more.png) left center no-repeat;
	float:left;
	margin:0 0 2.2em;
	padding:5px 0 5px 25px; 
	color: #fff;
}

a.read-more {
	background:url(../images/icon-read-more.png) right center no-repeat;
	padding: 5px 40px 5px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom:0;
	left:90px;
	font-size: 1.2em;
}	

a.see-recipe {
	background:url(../images/icon-see-recipe.png) right center no-repeat;
	padding: 5px 25px 5px 0;
	color: #e22626;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
}	
		
a.back {
	background:url(../images/btn-back.png) no-repeat top left;
	width: 74px;
	height: 40px;
	float: right;
	margin: 0 30px 0 0;
	text-indent: -9000px;
}	

/* List styling
----------------------------------------------------- */

#primary-content ol {
	margin: 0 30px 0 50px;
	list-style: decimal;
}

#primary-content ol li {
	margin-bottom: 10px;
}
    
/* Typography
---------------------------- */

p, address, li, dt, dd, td, th {
    font-size:1.2em;
    line-height:1.25;
}

p { margin-bottom:1.25em; }

h1 { 
	font-size:2.4em;
	line-height:1.25;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
}

h2, h3 { 
	margin:0 0 1.25em;
	font-size:1.6em;
	line-height:1.25;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
}

h4, h5, h6 { 
	margin-bottom:1.25em;
	font-size:1.6em;
	line-height:1.25;
}


#home #hm-content h2 {
	text-align: center;
	text-transform: uppercase;
}

#secondary-content h3 {
	font-size:2.1em;
	color: #fefdfd;
	margin-bottom: 1em;
}

/* typography - extra classes */

blockquote {
	float:right;
	margin:0 0 0 1.5em;
	width:160px;
}

blockquote p {
	margin:0 0 1em;
	font-size:1.6em;
	line-height:1.4;
	font-weight:bold;
}

.metadata {
	margin:0 0 1.4em;
	font-size:1.1em;
	line-height:1.4;	
	font-weight:bold;	
}

h3 .metadata {
	margin: 0;
	line-height:inherit;
	font-size:inherit;
	font-weight:normal;

}

#primary-content h2 {
	padding: 0 30px 0 30px;
}

h2#meet-new-sauce, h2#varieties, h2#nutrition, h2#tastytips, h2#starring, h2#youwillneed, h2#recipes {
	position: relative;
	display: block;
	text-indent: -9000px;
	overflow:hidden;
}    	

h2#recipes {
	background: url(../images/hdrs/recipes.png) no-repeat;
	width: 141px;
	height: 33px;
}

h2#meet-new-sauce {
	background: url(../images/hdrs/meet-our-new-sauce.png) no-repeat;
	width: 255px;
	height: 58px;
}

h2#varieties {
	background: url(../images/hdrs/varieties.png) no-repeat;
	width: 174px;
	height: 27px;
}

h2#nutrition {
	background: url(../images/hdrs/nutrition.png) no-repeat;
	width: 187px;
	height: 27px;
}

h2#tastytips {
	background: url(../images/hdrs/tastytips.png) no-repeat;
	width: 182px;
	height: 33px;
}

h2#starring {
	background: url(../images/hdrs/starring.png) no-repeat;
	width: 197px;
	height: 34px;
}

h2#youwillneed {
	background: url(../images/hdrs/youwillneed.png) no-repeat;
	width: 243px;
	height: 38px;
}	

ul.bulleted {
    margin-bottom: 20px;
}					
        
 /* Structure/Layout
----------------------------------------------------- */

html, body, form, #container {height: 100%;}

body > #container {
	height: auto; 
	min-height: 100%;
}

#container {
	background: url(../images/header.png) no-repeat top center;
	min-width: 980px;
}

#home #container {
	background: url(../images/header-home.png) no-repeat top center;
}


 
#header {
	width: 980px;
	margin: 0 auto;
	height: 146px;
}

#wrap {
	padding-bottom: 100px; /* must be same height as the footer */
	width: 980px;
	margin: 0 auto;
	overflow: visible;
}  

#content {
	margin: 130px 0 0 0;
	float:left;
	position: relative;
}

#brand {
	width: 173px;
	height: 91px;
	position:relative;
	top: 16px;
	left: 16px;
	float:left;
	z-index:10;	
}

#brand a:link, #brand a:visited {
	background: url(../images/brand.png) no-repeat top left;
	display: block;
	width: 173px;
	height: 91px;
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
}

#brand h2 {
	margin:0;
}

#brand, #brand a { 
	cursor: pointer;
}


/* CSS Alternative Navigation
----------------------------------------------------- */

#nav {
	float: left;
	position: relative;
	top: 5px;
	left: 0;
	z-index: 5;
}

#nav ul {
	float: left;
	position: relative;
	top: 7px;
	left: 11px;
	z-index: 5;
	margin: 0;
}

#nav ul li {
	float: left;
	margin: 0;
}

#nav ul li.home a,
#nav ul li.tastytips a,
#nav ul li.recipes a,
#nav ul li.sauces a,
#nav ul li.register a,
#nav ul li.whatsnew a,
#nav ul li.promotions a {
	background: url(../images/nav.png);
	float: left;
	display: block;
	height: 119px;
	margin: 0;
	position: relative;
	z-index: 5000;
	height:0!important;
	height /**/:43px; /* IE 5/Win hack */
	padding:119px 0 0 0;
	overflow: hidden;
	border: none;
}

#nav ul li.home a {
	background-position: 0px 0px;
	width: 76px;
}

#nav ul li.tastytips a {
	background-position: -76px 0px;
	width: 97px;
}

#nav ul li.recipes a {
	background-position: -173px 0px;
	width: 79px;
}

#nav ul li.sauces a {
	background-position: -252px 0px;
	width: 84px;
}

#nav ul li.register a {
	background-position: -336px 0px;
	width: 81px;
}

#nav ul li.whatsnew a {
	background-position: -417px 0px;
	width: 118px;
}

#nav ul li.promotions a {
	background-position: -535px 0px;
	width: 114px;
}

/* Hover and active states */


#nav ul li.home a:hover, body#home #nav ul li.home a {
	background-position: 0px 119px;
	width: 76px;
}

#nav ul li.tastytips a:hover, body#tastytips #nav ul li.tastytips a {
	background-position: -76px 119px;
	width: 97px;
}

#nav ul li.recipes a:hover, body#recipes #nav ul li.recipes a {
	background-position: -173px 119px;
	width: 79px;
}

#nav ul li.sauces a:hover, body#sauces #nav ul li.sauces a {
	background-position: -252px 119px;
	width: 84px;
}

#nav ul li.register a:hover, body#register #nav ul li.register a {
	background-position: -336px 119px;
	width: 81px;
}

#nav ul li.whatsnew a:hover, body#whatsnew #nav ul li.whatsnew a {
	background-position: -417px 119px;
	width: 118px;
}

#nav ul li.promotions a:hover, body#promotions #nav ul li.promotions a {
	background-position: -535px 119px;
	width: 114px;
}

/* */

/* Home styling
----------------------------------------------------- */

#hm-flash {
	float: left;
	width: 740px;
	height:370px;
}

#hm-content {
	overflow: visible;	
	float: left;
	width: 980px;
	z-index: 100;
}

#hm-drip {
	background: url(../images/hm-drip.png) no-repeat top left;
	width: 38px;
	height: 66px;
	top: 480px;
	position: absolute;
	z-index: 100;
}

#hm-flash {
	z-index: 50;
	position:relative;
	width:740px;
}
					
div.box-1, div.box-2, div.box-3 {
	position: relative;
}

	#hm-flash a.previous {
		position:absolute;
		top:10px; right:53px;
		width:94px;
		height:38px;
		display:block;
		text-indent:-20000px;
		background:url(../images/link_previous.png) no-repeat 0 0;
	}
	
	#hm-flash a.next {
		position:absolute;
		top:50px; right:15px;
		width:79px;
		height:39px;
		display:block;
		text-indent:-20000px;
		background:url(../images/link_next.png) no-repeat 0 0;
	}

#hm-content div.box-1 {
	float:left;
	width: 265px;
	height: 243px;
	margin: 0 47px 0 0;
}

#hm-content div.box-2 {
	float:left;
	width: 300px;
	height: 243px;
	margin: 0 45px 0 0;
}

#hm-content div.box-3 {
	float:left;
	width: 276px;
	height: 243px;
}	

#hm-content div.box-1 h2,#hm-content div.box-2 h2,#hm-content div.box-3 h2 {
    margin: 0;
}	

#primary-content, #secondary-content {
    float:left;
}

#primary-content {
	margin: 0 15px 0 60px;
	width:570px;
}

#primary-content p {
	padding: 0 30px;	
}    

#primary-content h1 {
	padding: 0 0 0 30px;	
}

 #primary-content h1 {
 	float:left;
 }

#primary-content p {
	font-size: 1.2em;
}    
	
	
#primary-content div.pc-top {
	background: url(../images/pc-top.png) no-repeat top left;
	width:570px;
	height: 20px;
}
	
#primary-content div.pc-main {
	background: url(../images/pc-main.png) repeat-y top left;
	width:570px;
	float:left;
}
 
#primary-content div.pc-btm {
	background: url(../images/pc-btm.png) no-repeat bottom left;
	width:570px;
	height: 20px;
	float: left;
}
	
#hdr-type {
	background: url(../images/type-recipes.png);
	width: 544px;
	height: 203px;
	margin: 0 0 0 -160px;
	position: absolute;
}	

body#sauces #hdr-type {
	background: url(../images/type-sauces.png);
	width: 432px;
	height: 252px;
	margin: 0 0 0 -120px;
	position: absolute;
}	

#secondary-content {
	width:280px;
	margin-top: 39px;
	color: #fefdfd;
}

/* Generic page styling
----------------------------------------------------- */

div.hdr {
	float: left;
	width: 570px;
	clear: both;
	margin-bottom: 3em;
}

.productThumb {
	margin: 0 auto 10px auto;
	display: block;
}

img.recipeMain {
	margin: 0 30px 2em 30px;
}

div.product-row {
	float:left;
	clear: both;
	margin: 0 0 30px 30px;
	text-align: center;
	width: 510px;
}    

div.last {
	width: auto;
}   

#promotions div.divider {
	background: url(../images/bg-divider.gif) repeat-x 0 50%;
	margin: 0 auto 20px auto; 
	width: 510px;
	height: 20px; 
	clear:both; 
}

div.product {
	float: left;
	padding: 28px 0 0 0;
	width: 127px;
}

div.first {
	background: url(../images/bg-product-row-tl.png) no-repeat 0 0;
}	

body#sauces #primary-content div.product a strong {
	display: block;
	border-bottom: none;
}

body#sauces #primary-content div.product a strong:hover {
	color: #000 !important;
}

div.product strong {
	color: #790f0f;
	font-size: 1.6em;
	margin-top: -20px; 
	display: block;
	font-weight: bold;
}    

div.product-img {
	float:left;
	margin: 0 0 0 30px;
	width: 235px;
}

div.product-info {
	float:left;
	margin: 0;
	width: 305px;
}

div.product-info ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 0 10px 30px;
}

img.promotions {
	float: left;
	margin: 0 10px 0 30px;
}

ul#recipe-instructions {	
	margin: 0 30px 0 30px;
}		

ul#recipe-instructions li {
	background:url(../images/bullet-red.gif) no-repeat 0 3px;
	margin-bottom: 1em;
	padding-left: 20px;
}

h2#product-recipes {
	padding: 0 30px 0 30px;
	clear: left;
	font-size: 2.2em;
	margin-bottom: .5em;
}

/* box container */

.box-row {
	float: left;
	margin:0 30px 4em 30px;
	width:510px;
	clear: both;
}

.box-container {float:left; display:inline;}

.box-row h2 {
	font-size: 2.2em;
	margin-bottom: .5em;
	padding: 0;
}

div.box {
	float:left;
	width: 245px;
	margin-right:20px;
}

div.box-row div.box p {
	padding: 0 !important;
}

div.box-last {
	margin: 0;
}

div.box h3 {
	margin-bottom: 10px;
}

div.box img {
	margin-bottom: 10px;
}

/* list menus */


#secondary-content ul li {
	background: url(../images/bullet.png) no-repeat 0 3px;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}

body#sauces h2#tastytips {
	margin-top: 4em;
	float: left;
}

/* Secondary content styling
----------------------------------------------------- */

#secondary-content #tasty-tips {
	float: left;
	width:280px;
}

#secondary-content #tasty-tips.ketchup {
	background: url(../images/sauce-bottle.png) no-repeat;
}

#secondary-content #tasty-tips.daddies {
	background: url(../images/tastytips/sidebar/daddies.png) no-repeat;
}

#secondary-content #tasty-tips.hp-brown {
	background: url(../images/tastytips/sidebar/hp-brown.png) no-repeat;
}

#secondary-content #tasty-tips.salad-cream {
	background: url(../images/tastytips/sidebar/salad-cream.png) no-repeat;
}

#secondary-content #tasty-tips.lea-and-perrins {
	background: url(../images/tastytips/sidebar/lea-and-perrins.png) no-repeat;
}

#secondary-content #tasty-tips.amoy {
	background: url(../images/tastytips/sidebar/amoy.png) no-repeat;
}

#secondary-content #tasty-tips.hp-bbq {
	background: url(../images/tastytips/sidebar/hp-bbq.png) no-repeat;
}

#secondary-content #tasty-tips.mayo {
	background: url(../images/tastytips/sidebar/mayo.png) no-repeat;
}

#secondary-content #tasty-tips.twisted-ketchup {
	background: url(../images/tastytips/sidebar/twisted-ketchup.png) no-repeat;
}

#secondary-content #tasty-tips li {
	width: 170px;
	margin-bottom: 2em;
}

#secondary-content div.tasty-tip {
	float: left;
	width:280px;
	margin-bottom: 2em;
}

#secondary-content div.tasty-tip ul {
    margin: 0 0 25px 0;
}

#secondary-content div.tasty-tip li {
	width: 170px;
}

#secondary-content div.tasty-tip div.tasty-img {
	float: right;
	width:86px;
}

#secondary-content a {
    color: #ffffff;
}

/* Tasty Tips
----------------------------------------------------- */

img.intro {
	float: right;
	margin: 0 30px 0 10px;
}

#primary-content div.tasty-tip {
	float: left;
	clear: both;
	margin: 0 30px 4em 30px;
	width: 510px;
}

#primary-content div.tasty-tip h2 {
	padding: 0;
}

#primary-content div.tasty-tip ul li {
	background: url(../images/bullet-darkred.gif) no-repeat 0 3px;
	margin-bottom: 1em;
	padding-left: 2em;
}

div.tip-img {
	float: left;
	width: 130px;
}

div.tip-img img {
	margin: 0 auto;
	display: block;
}

div.tip-content {
	float: right;
	margin-left: 1em;
	width: 370px;
}


div.recipe-main {
	float: left;
	margin: 0 0 1em 30px;
}

div.recipe-main div.image {
	float:left;
}

div.recipe-main div.serves {
	float:left;
}

/* Carousel
----------------------------------------------------- */

		.widget {
			position:absolute;
			bottom:10px; 
			outline:none; 
			line-height:1.85;
			font-size:1.2em;
			font-weight:bold;
		}
		.widget:hover, .widget:active, .widget:focus {border:none;}
		.inactive {
			color:#ccc;
			opacity:.5;
			cursor:default;
		}
			
#carouselContainer {
	position:relative;	
	width: auto;
	overflow:hidden;
}

#carouselContainer #carousel {
	position:absolute;
	top:15px;
	left:0;
	margin:0;
	padding:0;
	width:9999em;
	height:100px;
	background: none;
}

#secondary-content ul#carousel li {
	background: none;
}

ul#carousel li a {
	display: block;
}

#carousel li { 
	float:left; 
	position:relative; 
	font-size:1.1em; 
	text-align:center;
}

#carousel li a:hover, #carousel li a:active, #carousel li a:focus { border:none; }

/* Meta data rollover */

#carousel li a span.metadata {
	position:absolute;
	top:120px;
	left:20px; 
	margin:0;
	width:112px;
	height: 66px;
	background:url(../images/bg-metadata.png);
	visibility:hidden;
}

#secondary-content #carousel li a span.metadata {
	left: 40px;
}

#carousel li a:hover span.metadata { 
	visibility:visible;
	cursor:pointer;
 }

#carousel li a span.metadata span {
	font-size: 1em;
	position: relative;
	top:15px;
	color: #fff;
	width:112px;
	text-align: center;
	padding: 0;
}	

/* Primary Content carousel */

#primary-content #carousel_previous {
	left:30px;
	top:135px;
	float: left; 
	padding: 12px;
	position: relative;
	z-index: 50;
	background:url(../images/icon_previous.png) left center no-repeat;
}

#primary-content #carouselContainer {
	width:450px;
	height: 280px;
	margin: 0 auto 2em auto;
}

#primary-content #carousel_next {
	right:30px;
	top:135px;
	float: right; 
	padding: 12px;
	position: relative;
	z-index: 50;
	cursor: pointer;
	background:url(../images/icon_next.png) left center no-repeat;
}			

/* Secondary Content carousel */

#carouselHeader
{   
    width:187px;
    height:14px;
    background:url(../images/carousel_small_header2.png) no-repeat;
    margin: 0 auto 0 auto;    
}

#carouselBottom
{   
    width:187px;
    height:14px;
    background:url(../images/carousel_small_footer.png) no-repeat;
    margin: -20px auto 10px; auto;    
}


#secondary-content #carouselContainer {
	width:187px;
	height: 280px;
	margin: 0 auto 2em auto;
	background:#fff;
	
}

#secondary-content #carousel_previous {
	left:10px;
	top:135px;
	float: left; 
	padding: 12px;
	position: relative;
	background:url(../images/icon_previous.png) left center no-repeat;
}

#secondary-content #carousel_next {
	right:10px;
	top:135px;
	float: right; 
	padding: 12px;
	position: relative;
	background:url(../images/icon_next.png) left center no-repeat;
}	
		

#secondary-content ul#carousel { left:0; margin: 0; }
#secondary-content #carousel li { padding: 0 25px 25px; margin-left:-10px;}

#secondary-content #carousel a, #secondary-content #carousel a .metadata { cursor:default; }

#secondary-content #carousel a {
	float: left;
}



/* Form styling for register page
----------------------------------------------------- */

div#sign-up {
	background:url(../images/bg-form.png) no-repeat top left;
	width: 440px;
	margin-left: 30px;
}

fieldset
	{ margin: 0; padding: 1.4em; font-size: 1.2em; }
	
div#sign-up p {
    padding: 0;
    font-size: 1em;
}

legend
	{ display: none; }


label { 
	float:left; 
	width:9em; 
	display:block; 
	clear:left; 
	margin-right:1em; 
	padding-top: .3em; 
	text-align:left; 
	cursor:pointer;
	color:#790f0f;
}

textarea, input, select, label, button, optgroup
	{ margin-top:1.5em; }


input.checkbox, input[type="radio"]
	{ margin-bottom:7px; }	

#reg-radio label {
	width:100%;
}	

#reg-chklist {
	margin-top: 2em;
	width: 420px;
	position: relative;
}	

#reg-chklist p {
	font-size: 1em;
	color: #790f0f;
}
 
#reg-chk-hdrs {
	border-bottom: none !important;
	float: left;
	clear: both;
	color: red;
	width: 420px;
	height: 2em;
	font-size: 0.9em;
}
	
#reg-chklist p.buy, #reg-chklist p.use {
	color: #e22626;
	font-weight: bold;
	position: absolute;
}	
	
#reg-chklist p.buy {
	right: 140px;
}

#reg-chklist p.use {
	right: 30px;
}	
	
#reg-chklist input.buy {
	margin-right:6em;
}		
	
#reg-chklist div {
	border-bottom: 1px dotted #e22626;
	margin-bottom: 10px;
}

#reg-chklist label {
	width: 20em;
	margin-top: 0;
	padding: 0;
}

#reg-chklist input {
	margin-top: 0;
}


#reg-chklist p {
	padding: 0;
}

#reg-select label {
	width: 100%;
}

#reg-select select {
	width: 25em;
}

#reg-contact {
	float:left;
	width: 40em;	
}

#reg-contact .checkbox {
	float:left;
	margin: 1.5em 1em 7px 0;
}

#reg-contact label {
	float: left;
	width: 30em;
	clear: none;
	padding: 0;
}

textarea
	{ border: 1px solid #f0aaaa; }

textarea:focus, input[type="text"]:focus  
	{ border: 1px solid #f0aaaa; }

select {
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	padding: 0.3em; 
}

input.text { 
	border: 1px solid #f0aaaa; 
	width: 20em; 
	padding: 0.3em; 
}

input.text-short {
	width:3em;
	border: 1px solid #f0aaaa;  
	padding: 0.3em;
}

input.submit {
	background: url(../images/btn-submit.png) no-repeat top left;
	width: 84px;
	height: 39px;
	border: none;
	float:right;
	text-indent: -9999px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	right:60px;
}

input.checkbox { color: #000; }

input[type="radio"]
	{  background-color: #fff; color: #000; }

/* Tab navigtion
----------------------------------------------------- */

ul.tabs { 
	list-style:none; 
	margin:0 auto 20px auto; 
	padding:0;
	height:36px;
	width: 520px;
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs a { 
	background: url(../images/tabnav.png) no-repeat 0 0;
	font-size:11px;
	display:block;
	height: 36px;  
	line-height:36px;
	width: 104px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0px;	
	position:relative;
}

ul.tabs a:active {
	outline:none;		
}

ul.tabs a:hover {
	background-position: 0 -36px;	
	color:#000;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 -36px;		
	cursor:default !important; 
	color:#790f0f !important;
}

div.panes div.pane {
	display:none;		
}

/* Footer
----------------------------------------------------- */

#footer {
	color: #f08f92;
	font-size: 0.916em;
	text-align: center;
	position: relative;
	margin: -100px auto 0 auto; /* negative value of footer height */
	height: 100px;
	clear:both;
	width: 980px;
	background: url(../images/footer.png) no-repeat center bottom;
} 

#footer a {
	color:#f08f92;
}

#footer a:hover {
	color: #fff;
}

#footer p {
	position: relative;
	top: 80px;
}

/* Whats new
----------------------------------------------------- */
#primary-content h1.article {
    width: 430px;
}

/* Recipes
----------------------------------------------------- */
#primary-content #introduction {
    padding-bottom: 20px;
}

/* Homepage promos
----------------------------------------------------- */
#hm-flash div.promo-default {
    width: 740px; 
    height: 370px; 
    background-image: url(../images/flash_alt-home.jpg);
}

#hm-flash div.promo-default a {
    position: relative; 
    display: block; 
    height: 343px; 
    width: 577px;
    top: 0; 
    left: 0;
}

#hm-flash div.promo-default a span {
    display: none;
}

#hm-flash div.promo-manpron {
    width: 740px; 
    height: 370px; 
    background-image: url(../images/flash_alt-manpron.jpg);
}

#hm-flash div.promo-manpron a {
    position: absolute; 
    display: block; 
    height: 343px; 
    width: 577px;
    top: 0; 
    left: 0;
}

#hm-flash div.promo-manpron a.enter-here {
    height: 24px; 
    width: 118px;
    top: 166px; 
    left: 546px;
}

#hm-flash div.promo-manpron a span {
    display: none;
}

#hm-flash div.promo-bbqheroez {
    width: 740px; 
    height: 370px; 
    background-image: url(../images/flash_alt-bbq.jpg);
}

#hm-flash div.promo-bbqheroez a {
    position: relative; 
    display: block; 
    height: 343px; 
    width: 577px;
    top: 0; 
    left: 0;
}

#hm-flash div.promo-bbqheroez a span {
    display: none;
}

#hm-flash div.promo-secret-abilities {
    width: 740px; 
    height: 370px; 
    background-image: url(../images/flash_alt-abilities.jpg);
}

#hm-flash div.promo-secret-abilities a {
    position: relative; 
    display: block; 
    height: 343px; 
    width: 577px;
    top: 0; 
    left: 0;
}

#hm-flash div.promo-secret-abilities a span {
    display: none;
}
    