body {
	background: #0c3e40;
	font-family: "Arial";
	background: #1c1c1c;
	background: #490301;
}

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');
}

#container {
	width: 100%;
}

#container, #right, #left, #chair {
	min-height: 700px;
	overflow: hidden;
}

#right {
	background: #450400 url('../images/bg-right.jpg') repeat-x;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -500;
}
#left {
	background: url('../images/bg.jpg');
	width: 48%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -500;
}
#chair {
	margin-left: 500px;
	background: url('../images/bg-chair.jpg') no-repeat;
}

#wrapper {
	background: url('../images/bg-main2.jpg') no-repeat top right;
	width: 1000px;
	min-height: 700px;
	margin: 0 auto;
	z-index: 1000;
}

#header {
	clear: both;
	height: 73px;
}
#logo {
	background: url('../images/safefood_logo.gif');
	width: 178px;
	height: 73px;
	display: block;
	float: left;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1px;
	text-indent: -2000px;
}
#top-links {
	float: right;
	text-align: right;
	padding-top: 25px;
	width: 600px;
}
#top-links p {
	font-size: 13px;
	color: #fff;
}
#top-links a {
	color: #fff;
}

#top-links a:hover {text-decoration: none;}

#top-links input {
	border: 1px solid black;
	padding: 3px;
	height: 14px;
	font-family: Arial;
	font-size: 12px;
}

#top-links p.newsletter {
	line-height: 22px;
	margin-top: 10px;
}
#top-links #newsletter_email {
	width: 150px
}
#top-links .subscribe {
	padding: 0;
	border: 0;
	width: 73px;
	height: 22px;
	cursor: pointer;
	background: url('../images/subscribe.gif') no-repeat;
	vertical-align: middle;
	margin-bottom: 5px;
}

#top-links .subscribe:hover {
	background-position: 0 -22px;
}

.submit {
	color: #FFFFFF;
	padding: 0;
	border: 0;
	width: 57px;
	height: 23px;
	cursor: pointer;
	background: url('../images/nav-small-medium.gif') no-repeat;
}

.submit:hover {
	background-position: 0 -23px;
}

#mainNav {
	margin-top: 30px;
	font-family: verdana;
	line-height: 31px;
	height: 31px;
	overflow: hidden;
}

#mainNav ul {
	display: block;
	width: 100%;
	height: 31px;
	clear: both;
}

#mainNav ul li {
	background: url('../images/topbutton.gif') no-repeat; 
	height: 31px;
	display: block;
	padding-left: 4px;
	margin-right: 20px;
	float: left;
	list-style-display: none;
}

#mainNav ul li a {
	background: url('../images/topbutton.gif') no-repeat right -31px ;
	position: relative;
	right: -10px;
	height: 100%; 
	float: left;
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding-right: 13px;
}


#mainNav ul li:hover, #mainNav ul li.active {
	background: url('../images/topbutton.gif') no-repeat left -62px; 
}

#mainNav ul li:hover a, #mainNav ul li.active a{
	background: url('../images/topbutton.gif') no-repeat right -93px; 
}

#breadcrumbs {
	margin-top: 13px;
	font-size: 11px;
	color: #999;
	
}

#breadcrumbs A {
	
	color:#FFF;
	text-decoration:none;	
}

#content {
	margin-top: 13px;
	width: 592px;
}


#info-text p span {
	color: #979797;
}
#info-text h3 {
	margin-top: 35px;
}

.competitionForm .text {
	width: 120px;
	float: left;
}

#footer {
	background: #333;
	height: 34px;
	line-height: 34px;
}
#footer p {
	display: block;
	width: 1004px;
	height: 100%;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
}
#footer p a {color: #fff;}

h2 {
	color: #fceb9e;
	font-size: 25px;
	font-weight: normal;
}

h3 {
	color: #fceb9e;
	font-size: 22px;
	font-weight: normal;
}

p {
	color: #fff;
	font-size: 17px;
}
#video li a
{
	position: relative;	
}
#video .vid_overlay
{
	position: absolute;
	background-image: url('../images/play_icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	top: -100px;
	width: 160px;
	height: 110px;
}
#recipe_back
{
	text-decoration: none;
}

div.video_entry {
	display: none;
	width: 640px;
	height: 375px;
}

#TB_window {
    z-index: 800 !important;
}
