body {
	margin:0;
	background:#efefef;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}
form{
	margin:0;
	padding:0;
	border:none;
}
img {border:none;}
a {
	text-decoration:underline;
	color:#730c0c;
}
a:hover {text-decoration:none;}
/*main container*/
#main {
	margin:0 auto;
	width:914px;
	background:url(../images/main.gif) repeat-y;
	padding:19px 16px 0;
}
/*header*/
#header {
	padding:0 0 0 42px;
	width:872px;
	position:relative;
}
/*logo*/
#header .logo {
	display:block;
	margin:0 0 0 -2px;
}
#header .logo a{
	display:block;
	width:319px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.jpg) no-repeat;
}
#header h1 {
	background:url(../images/h1.jpg) no-repeat;
	width:539px;
	height:153px;
	position:relative;
	left:-15px;
	margin:0 0 12px;
	padding:107px 6px 10px 310px;
}
a.button {
	position:absolute;
	right:40px;
	top:0;
	border:solid 1px #ccc;
}
ul.small-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:87px;
	right:54px;
}
ul.small-nav li{
	padding-left:17px;
	float:left;
}
ul.small-nav a{float:left;}
ul.small-nav img{ float:left;}
ul.nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:122px;
	right:43px;
	overflow:hidden;
}
ul.nav li{
	display:inline;
	margin:0 0 0 -2px;
	padding: 0 10px 0 14px;
	background:url(../images/menu-li.gif) no-repeat 0 2px;
}
ul.nav a {
	font:14px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}
ul.nav a.active,
ul.nav a:hover {color:#730c0c;}
/*content*/
#content {
	width:834px;
	padding:0 0 0 42px;
}
#content h2{
	border-bottom:1px solid #d5cccc;
	margin:0 0 16px;
	width:100%;
	overflow:hidden;
}
#content h2 a{
	float:right;
	font-size:12px;
	line-height:20px;
	color:#ab6d6d;
	text-decoration:none;
	font-weight:normal;
	margin-top:10px;
	padding:0 15px 0 11px;
	background:url(../images/marker2.gif) no-repeat 0 50%;
}
#content h2 a:hover{text-decoration:underline;}
#content p {
	line-height:16px;
	margin:0 0 12px;
	text-align:justify;
}
#content h3{
	font-size:12px;
	line-height:13px;
	margin:0 0 14px;
}
#content a {cursor:pointer;}
span.images{
	display:block;
	width:245px;
	height:118px;
	padding:18px 19px 18px 20px;
	background:url(../images/small-frame.gif) no-repeat;
	overflow:hidden;
}
span.images img{display:block; width:245px;}

span.images a.pictures{display:block; width:245px; height:118px;overflow:hidden;}
span.images a.pictures img{display:block; width:245px;}
.text {
	width:100%;
	height:1%;
}
.text:after{
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.text .left-box{
	width:360px;
	float:left;
	position:relative;
	padding: 0 128px 24px 0;
}
.text .right-box{
	width:330px;
	float:right;
}

.text .pictures {
	position:absolute;
	right:0;
	margin-top:-20px;
}
.text .right-box ul {
	padding:0;
	margin:0;
	list-style:none;
}
.text .right-box ul li{
	background:url(../images/marker.gif) no-repeat 0 50%;
	padding: 0 0 0 40px;
	line-height:16px;
	margin-bottom:6px;
}
.text .right-box ul a{
	text-decoration:none;
	color:#333;
}
.text .right-box ul a:hover{ text-decoration:underline;}
.text .right-box ul strong {display:block;}
.text .right-box ul a:hover strong { text-decoration:underline;}
.white-box {
	background:url(../images/white-box.gif) repeat-y;
	width:848px;
	margin:0 -8px 32px -7px
}
.white-box-top {
	width:848px;
	background:url(../images/white-box-top.gif) no-repeat;
}
.white-box-bottom {
	width:809px;
	background:url(../images/white-box-bottom.gif) no-repeat 0 100%;
	padding:16px 20px 16px 19px;
	overflow:hidden;
}
.white-box .flash{
	width:470px;
	height:264px;
	float:left;
	overflow:hidden;
}
.white-box img{display:block;}
.white-box span {float:right;}
ul.Omelettes {
	padding:0;
	position:relative;
	margin:0 -8px 20px -7px;
	list-style:none;
	width:849px;
	overflow:hidden;
}
ul.Omelettes li{
	float:left;
	margin:0 -1px;
}
ul.recipe{
	padding:0;
	margin:0 0 5px;
	list-style:none;
}
ul.recipe li {
	width:500px;
	text-align:justify;
	padding:10px 340px 0 4px;
	position:relative;
	min-height:147px;
	line-height:17px;
}
* html ul.recipe li {height:147px;}
ul.recipe li .images{
	position:absolute;
	bottom:0;
	right:0;
}
ul.recipe li strong {float:left;}
.ingredients .ingredient{
	float:right;
	margin-right:92px;
}
.ingredients ul{
	margin:0;
	padding:0 0 20px;
	list-style:none;
}
.ingredients ul li{
	background:url(../images/marker2.gif) no-repeat 0 50%;
	padding:0 0 0 10px;
	line-height:20px;
	font-size:12px;
	color:#730c0c;
}
/*footer*/
#footer {
	border-top:1px solid #d5cccc;
	padding:26px 0;
	width:816px;
	overflow:hidden;
	margin-left:40px
}
#footer h4{
	font-size: 12px;
	line-height:13px;
	margin:0 0 12px;
}
#footer p {
	margin:0 0 10px;
	font-size:12px;
}
#footer .box p {
	text-align:right;
	padding-right:30px;
	background:url(../images/pic1.gif) no-repeat 100% 50%;
}
a.food {
	display:block;
	width:103px;
	height:63px;
	margin: 0 0 15px 163px;
}
#footer p a {text-decoration:none;}
#footer p a:hover {text-decoration:underline;}
#footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.links {
	width:410px;
	overflow:hidden;
	float:left;
}
.bookmark {
	float:left;
	width:280px;
}
.bookmark ul li{
	padding:0 0 0 20px;
	background-position:0 50%;
	line-height:20px;
}
.youtube {background:url(../images/pic2.gif) no-repeat;}
.stumbleupon {background:url(../images/pic3.gif) no-repeat;}
.google {background:url(../images/pic4.gif) no-repeat;}
.windows-live {background:url(../images/pic5.gif) no-repeat;}
.technorati {background:url(../images/pic6.gif) no-repeat;}
.facebook {background:url(../images/pic7.gif) no-repeat;}
.del-icio {background:url(../images/pic8.gif) no-repeat;}
.bookmark ul li a{
	color:#333;
	text-decoration:none;
	line-height:20px;
}
.bookmark ul li a:hover {text-decoration:underline;}
.menu {float:left;}
.menu li {
	background:url(../images/marker2.gif) no-repeat 0 50%;
	line-height:20px;
	padding:0 0 0 14px;
}
.menu li a{
	line-height:17px;
	text-decoration:none;
}
.menu li a:hover{text-decoration:underline;}
.box {
	float:right;
	width:314px;
}
.box .form input{float:left;}
.input-text {
	font:12px Arial, Helvetica, sans-serif;
	width:214px;
	color:#730c0c;
	padding:6px 0 5px 4px;
	border:1px solid #ddd6d6;
	margin-right:15px;
	background:#fff;
}
.form {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
/*sIFR*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash h1 span {
	visibility: hidden;
	font-size: 48px;
	line-height:26px;
}
.sIFR-hasFlash ul.recipe li strong span,
.sIFR-hasFlash #content h2 span {
	visibility: hidden;
	font-size: 27px;
}
.sIFR-hasFlash ul.recipe li strong{	margin:-8px 0 -15px;}
.sIFR-hasFlash ul.recipe li strong span{
	height:30px;
	float:left;
}