@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;
}

/* 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;
}

a, a:visited{
	color:#FFFFFF
}

a:hover{
	color:#FF9900;
}

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

#hotPepperAward{
	width:200px;
	height:125px;
	position:absolute;
	left: 723px;
	top: 247px;
	z-index:1;
}

#schedule{
	width:240px;
	height:169px;
	left:0;
	border:5px;
	border-color:#FFFFFF;
	
}

#homeText{
	height:auto;
	width:200px;
	padding:0px 25px px 10px;
	color:#fff;
	font:Arial, Helvetica, sans-serif;
	left: 0px;
	font-size:4;
}

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

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

h4{
	font:Arial, Helvetica, sans-serif;
	font-size:3;
	font-weight:bold;
}

#infoHeader a{
	text-decoration:none;
	color:#FFFFFF;
}

#infoHeader{
	width:600px;
	height:1.5em;
	right:100px;
	left: 300px;
	font-size:5;
}

div#info {
	display: none;
	left: 300px;
	font-size:5;
	color:#FFFFFF;
}

#products{
	width:690px;
	top: 387px;
	border:thick;
}

#advertise{
	width:690px;
	height:120px;
	position:absolute;
	left: 301px;
	top: 806px;
}

#hotPepper{
	margin-top:100px;
}

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