#container {
	background: url('../images/bg.jpg');
	padding-bottom: 15px;
}

#content {
	width: 100% !important;
}


#info-text {
	width: 460px;
	float: left;
}


#page-content, #video {
	width: 525px;
	float: right;
}

#page-content {
	background: url('../images/content-top.gif') no-repeat;
	padding-top: 16px;
	margin-bottom: 15px;
}

#page-content-text {
	background: url('../images/content-bg.gif') repeat-y;
	width: 484px;
	min-height: 200px;
	padding: 0 20px 10px;
	font-size: 12px;
	margin-left: 1px;
}

#page-content-text p {
	margin: 10px 0;
	color: #000;
	line-height: 16px;
	font-size: 12px;
}

#page-content-text ul {
	margin-left: 25px;
	list-style-image: url('../images/ul-bullet.gif');
}
#page-content-text h4 {
	color: #009799;
	font-size: 15px;
}

#page-content-text h4.padded {
	padding-top: 10px;
}

#page-content-bottom {
	background: url('../images/content-bottom.gif') no-repeat top center;
	width: 525px;
	height: 16px;
	clear: both;
}

.gray {
	color: #666;
}

div.empty {
	background: url('../images/bg-empty.jpg') no-repeat !important;
}

div.turkey {
	background: url('../images/bg-turkey.jpg') no-repeat !important;
}

div.cookbook {
	background: url('../images/bg-book.jpg') no-repeat !important;
}

div.bg-video {
	background: url('../images/bg-video.jpg') no-repeat !important;
}

div.plate {
	background: url('../images/bg-plate.jpg') no-repeat !important;
}

div.plate-question {
	background: url('../images/bg-plate-question.jpg') no-repeat !important;
}

div.ipod {
	background: url('../images/bg-ipod.jpg') no-repeat !important;
}

div.fridge {
	background: url('../images/bg-fridge.jpg') no-repeat !important;
}

.navSmall {
	clear: both;
	height: 23px;
	margin: 16px 0 -19px;
}

.navSmall2 {
	clear: both;
	height: 55px;
	margin: 16px 0 -19px;
}
.navSmall2 li.giant {
	display: block;
	float: left;
	margin-right: 5px;
	height: 23px;
	margin-top:4px;
}
.navSmall2 li.bigger {
	display: block;
	float: left;
	margin-right: 10px;
	height: 23px;
	margin-top:4px;
}
.navSmall li,.navSmall2 li {
	display: block;
	float: left;
	margin-right: 10px;
	height: 23px;
}

.navSmall li a,.navSmall2 li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}

.navSmall li.small,.navSmall2 li.small {
	width: 46px;
	background: url('../images/nav-small-small.gif') no-repeat;
}
.navSmall li.medium,.navSmall2 li.medium {
	width: 57px;
	background: url('../images/nav-small-medium.gif') no-repeat;
}
.navSmall li.big,.navSmall2 li.big {
	width: 80px;
	background: url('../images/nav-small-big.gif') no-repeat;
}
.navSmall li.bigger,.navSmall2 li.bigger {
	width: 106px;
	background: url('../images/nav-small-bigger.gif') no-repeat;
}
.navSmall li.biggest,.navSmall2 li.biggest {
	width: 170px;
	background: url('../images/nav-small-biggest.gif') no-repeat;
}
.navSmall li.giant,.navSmall2 li.giant {
	width: 250px;
	background: url('../images/nav-small-giant.gif') no-repeat;
}
.navSmall li:hover,.navSmall2 li:hover {
	background-position: 0 -23px;
	}

.navSmall li.active,.navSmall2 li.active {
	background-position: 0 -23px;
	}

.social {
	clear: both;
	margin-top: 16px;
	height: 32px;
}

.social li {
	display: block;
	width: 33px;
	height: 32px;
	float: left;
	margin-right: 19px;
}
.social li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -2000px;
	font-size: 1px;
}

.social li.facebook {
	background: url('../images/facebook-icon.gif');
}
.social li.twitter {
	background: url('../images/twitter-icon.gif');
}


.social-small {
	clear: both;
	margin-top: 16px;
	margin-left:0 !important;
	padding-left:0;
	height: 30px;
}

.social-small li {
	display: block;
	width: 29px;
	height: 30px;
	float: left;
	margin-right: 10px;
}
.social-small li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -2000px;
	font-size: 1px;
}

.social-small li.facebook {
	background: url('../images/facebook-icon-small.gif');
}
.social-small li.twitter {
	background: url('../images/twitter-icon-small.gif');
}

#calculator {
	height: 188px;
	width: 431px;
	background: #b5121b url('../images/calc-bg.gif') no-repeat top right;
	margin: 10px auto;
	border: 1px solid #da888d;
	padding: 20px;
}

#calculator p {
	color: #fff;
	letter-spacing: 1px;
}


ul.recipes {
	width: 490px;
	overflow: hidden;
	clear: both;
	margin: 15px 0 0;
	margin-left: 0 !important;
}

ul.recipes li {
	display: block;
	margin: 0 20px 20px 0;
	float: left;
	width: 150px;
}

ul.recipes li.last {
	margin-right: 0;
}

ul.recipes li img {
	width: 150px;
	border: 0;
}

ul.recipes li a {
	color: #009799;
	font-size: 12px;
}
ul.recipes li a.img {
	text-decoration: none;
	display: block;
	width: 150px;
	height: 115px;
	overflow: hidden;
	margin-bottom: 4px;
}
ul.recipes li a:hover {
	text-decoration: none;
}

.new_recipe label {
	width: 120px;
	float: left;
	}

.new_recipe #recipe_name {
	width: 300px;
	}

.new_recipe textarea {
	width: 300px;
	height: 160px;
	}

#video img {
	border: 0;
}
#video ul {
	display: block;
	clear: both;
	width: 520px;
	overflow: hidden;
	list-style-type: none;
}
#video li {
	float: left;
	width: 160px;
	margin-right: 20px;
	color: #fff;
	margin-bottom: 10px;
}
#video li.last {
	margin-right: 0;
}
#video span.title, #video span.time {
	font-size: 11px;
}

#video span.title {
	font-weight: bold;
}

#video span.time {
	font-style: italic;
}

div.video_entry {
	display: none;
	width: 640px;
	height: 375px;
}

#calculator form {
	margin-top: 25px;
}
#calculator form p {
	line-height: 25px;
}
#calculator h5 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

#page-content-text a {color: #00a6a9;}
#page-content-text a:hover {text-decoration: none;}
.competitionForm .question {border: 1px dotted #44bbbe; background: #eff9f9; padding-left: 15px;}
.competitionForm .question h4 {margin: 14px 0 10px;}
.competitionForm .question input {margin-left: 10px;}
.competitionForm .errorMessage {display: none;}
.competitionForm label {font-weight: bold;}
.competitionForm input {border: 1px solid #44bbbe; padding: 3px;}
.competitionForm div.error {border: 1px solid #b85b4a; background: #f8f0ef;}
.competitionForm div.error label {color: #a21f00; padding-left: 10px; width: 110px;}
.competitionForm div.error span.errorMessage {color: #a21f00; margin-left: 122px; display: block; padding-top: 3px;}
.competitionForm div.error input {border-color: #d39a92;}
.competitionForm input.submitAnswer {border: 0; width: 123px; height: 31px; background: url('../images/submit_answer.gif'); cursor: pointer;}
.competitionForm input.submitAnswer:hover {background-position: 0 -31px;}


table.bordered {width: 100%;}
table.bordered th {text-align: left; vertical-align: middle; font-weight: bold;}
table.bordered th, table.bordered td {border: 1px dotted #44bbbe; padding: 3px; background: #eff9f9;}
