@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#3b60b8;
	height: 100%;
}

#content{
	position:relative;
	width:1000px;
	top:15px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header{
	position:relative;
	width:1000px;
	height:164px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	position:absolute;
	height:140px;
	width:410px;
	margin:15px 0 10px 15px;
}

#kidsCooking{
	position:absolute;
	right: 10px;
	height:147px;
	width:554px;
	margin:5px 0 10px 15px;
}

#noteMedia{
	width:134px;
	height:141px;
	position:absolute;
	top: 288px;
	left: 52px;
	z-index:2;
}

#noteAbout{
	width:134px;
	height:141px;
	position:absolute;
	top: 288px;
	left: 52px;
}

#noteAwards{
	width:134px;
	height:141px;
	position:absolute;
	top: 288px;
	left: 52px;
}

#noteRecipes{
	width:134px;
	height:141px;
	position:absolute;
	top: 288px;
	left: 52px;
}

#noteClasses{
	width:134px;
	height:141px;
	position:absolute;
	top: 288px;
	left: 52px;
}

#noteProducts{
	width:134px;
	height:141px;
	position:absolute;
	top: 288px;
	left: 52px;
}

#quote{
	width:229px;
	height:140px;
	float:left;
	top: 937px;
	left: -28px;
	z-index:1;
	margin:0 10px 0 0;
}

#quote2{
	width:229px;
	height:140px;
	float:right;
	top: 937px;
	margin:0 0 10px 15px;
	z-index:1;
}

.plate{
	width:350px;
	height:249px;
	float:left;
	margin:0 10px 10px 0;
	border:5px solid #999999;
	z-index:1;
}

.articleProducts{
	width:250px;
	height:170px;
	float:right;
	margin:10px 0 10px 15px;
	border:5px solid #999999;
	z-index:1;
}

#arrow{
	position:absolute;
	width:200px;
	height:75px;
	left: 110px;
	top: 381px;
	z-index:1;
}

.magazine{
	position:absolute;
	height:215px;
	width:150px;
	left: 755px;
	top: 351px;
	z-index:1;
}
/* Menu*/
#menu{
	width:888px;
	height:56px;
	top:0;
	margin:0 auto;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li{
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}

#menu li a {
	width: 888px;
	height: 56px;
	display:block;
	text-indent: -5000px;
}

#menu li.Home a{
	background-image:url(../images/home.png);
	background-repeat:no-repeat;
	width:111px;
}

#menu li.About a{
	background-image: url(../images/about.png);
	background-repeat:no-repeat;
	width:111px;
}

#menu li.Products a{
	background-image: url(../images/products.png);
	background-repeat:no-repeat;
	width:111px;
}

#menu li.Recipes a{
	background-image: url(../images/recipes.png);
	background-position:top;
	background-repeat:no-repeat;
	width:111px;
}

#menu li.Awards a{
	background-image: url(../images/awards.png);
	background-repeat:no-repeat;
	width:111px;
}

#menu li.Media a{
	background-image: url(../images/media.png);
	background-repeat:no-repeat;
	width:111px;
}

#menu li.Contact a{
	background-image: url(../images/contact.png);
	background-repeat:no-repeat;
	width:111px;
}

#menu li.kidsCooking a{
	background-image: url(../images/kidsCooking.png);
	background-repeat:no-repeat;
	width:111px;
}

#menu li a:hover{
	background-position:bottom;
}

/* Flash */
#flash{
	width:891px;
	height:349;
	margin-left:auto;
	margin-right:auto;
}

.homeText{
	color:#fff;
	font:Arial, Helvetica, sans-serif;
	font-size:4;
}

h3{
	font:Arial, Helvetica, sans-serif;
	font-size:5;
	font-weight:bold;
}

h1,h2{
	font:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

h4{
	font:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #FF9933;
	font-weight:bold;
}

/* Recipe Tabs */
#wrap {
	width:870px;
	text-align:left;
	margin:125px auto;
	padding:1px;
}

#tabs {
	margin:0;
	padding:0 35px;
	list-style:none;
	min-height:26px;
	background:#434d56;
}

#tabs li {
	float:left;
	margin:0 7px 0 0;
}

#tabs li a {
	color:#fff;
	font-weight:bold;
	display:block;
	background:#63788b;
	padding:7px 5px;
	text-decoration:none;
	height:12px;
	text-shadow:2px 2px #333;
	font-size:14px;
}

#tabs li a:hover {
	background:#93a9c1;
}

#tabs li.selected a {
	background:#fff url('../images/gray.gif') repeat-x top;
	color:#000;
	text-shadow:none;
	border-bottom:1px solid #fff;
}

#tabs li.selected a:hover {
	text-decoration:underline;
}

#tab1_content{
	position:relative;
	padding-bottom:20px;
	background:#FFFFFF;
	color:#585858;
	padding:15px;
	border-bottom:3px solid #666666;
	border-left:3px solid #666666;
	border-right:3px solid #666666;
}

#tab2_content{
	position:relative;
	padding-bottom:20px;
	background:#FFFFFF;
	color:#585858;
	padding:15px;
	border-bottom:3px solid #666666;
	border-left:3px solid #666666;
	border-right:3px solid #666666;
}

#tab3_content{
	position:relative;
	padding-bottom:75px;
	background:#FFFFFF;
	color:#585858;
	padding:15px;
	border-bottom:3px solid #666666;
	border-left:3px solid #666666;
	border-right:3px solid #666666;

}

#tab4_content{
	position:relative;
	padding-bottom:20px;
	background:#FFFFFF;
	color:#585858;
	padding:15px;
	border-bottom:3px solid #666666;
	border-left:3px solid #666666;
	border-right:3px solid #666666;
}

#tab5_content{
	position:relative;
	padding-bottom:20px;
	background:#FFFFFF;
	color:#585858;
	padding:15px;
	border-bottom:3px solid #666666;
	border-left:3px solid #666666;
	border-right:3px solid #666666;
}

#tab6_content{
	position:relative;
	padding-bottom:20px;
	background:#FFFFFF;
	color:#585858;
	padding:15px;
	border-bottom:3px solid #666666;
	border-left:3px solid #666666;
	border-right:3px solid #666666;
}

#tab7_content{
	position:relative;
	padding-bottom:20px;
	background:#FFFFFF;
	color:#585858;
	padding:15px;
	border-bottom:3px solid #666666;
	border-left:3px solid #666666;
	border-right:3px solid #666666;
}

#img{
	width:175px;
	height:250px;
	position:absolute;
	left: 660px;
	top: 20px;
	border:5px solid #999999;
}

.img{
	width:175px;
	height:250px;
	left: 660px;
	top: 20px;
	border:5px solid #999999;
}


#goTexan{
	width:265px;
	height:215px;
	float:right;
	margin-right:25px;
	margin-top:-75px;
	border:5px solid #999999;
}

a, a:visited{
	color:#FFFFFF
}

a:hover{
	color:#FF9900;
}

#contact{
	position:absolute;
	right:384px;
	top:369px;
	height:300px;
	width:300px;
	color:#FFFFFF;
	margin-bottom:25px;
}

#cooking{
	top:0px;
	height:349px;
	width:891px;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border:5px solid #999999;

}

#cookingImg{
	position:relative;
}

.cookingLeft{
	width:464px;
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 10px 10px;
	left: 450px;
	top: 92px;
	text-align:left;
	z-index:1;
}

.cookingLower{
	width:358px;
	height:200px;
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 10px 10px;
	left: 557px;
	top: 413px;
	text-align:left;
	z-index:1;
	overflow:auto;
}

/* Media Page */
.reviewsOne{
	font-family: Georgia, "Times New Roman", Times, serif;;
	background-color:#315099;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	width:400px;
	margin-left:10px;
	padding:10px;
}

.reviewsTwo{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#315099;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	width:400px;
	margin-left:450px;
	padding:10px;
	margin-top:-435px;
	float:right;
	left: 44px;
}

.reviewsThree{
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	width:400px;
	margin-left:450px;
	padding: 0 10px;
	top:917px;
	position:absolute;
	left: 43px;
}

.editorial{
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	width:800px;
	margin-left:10px;
	padding: 0 10px;
}

#int{
	font-family: Georgia, "Times New Roman", Times, serif;;
	background-color:#315099;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	width:840px;
	margin-left:10px;
	padding:10px;
}

div#info {
	display: none;
}

#awards{
	width:400px;
	margin-top:85px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#315099;
	padding:10px;
	font-size:.75em;
	border:1px solid #666666;
}

#awards1{
	float:right;
	width:400px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#315099;
	padding:10px;
	font-size:.75em;
	border:1px solid #666666;
	margin-top:-350px;
}

#awards2{
	width:400px;
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#315099;
	padding:10px;
	font-size:.75em;
	border:1px solid #666666;
}

.scovieAward{
	float:right;
	margin:-320px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#315099;
	padding:10px;
	font-size:.75em;
	border:1px solid #666666;
	width:400px;
}

#products{
	margin-top:20px;
	background-color:#315099;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
}

#productsAll{
	margin-top:10px;
	background-color:#315099;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
}

#productText{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding:10px;
}

/* LightBox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	float:left;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}

#footer{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
