@charset "utf-8";
/* CSS Document */
@import url("layouts_generic.css");

body {
	background:#dcd1d1 url(/images/main/our_range/bg_body.png) repeat-x!important;
}

#cooking_header {
	position:relative;
	top:-27px;
	width:100%;
	margin:0px;
	padding:0px;
	background:#D8D6E1 url(/images/main/our_range/cooking/bg_header.jpg) no-repeat top left;
	z-index:100;
}

#cooking_header_content {
	position:relative;
	top:0px;
	left:50%;
	width:960px;
	height:285px;
	margin-left:-480px;
	text-align:right;
	padding-top:70px;
}

h1 {color:#e2001a;font-size:53px;}
h4 {color:#2f0000;font-size:14px;}

#cooking_container {
	float:left;
	clear:both;
	width:960px;
	font-family:Helvetica, Arial, sans-serif;
	padding-bottom:85px;
}

#cooking_container b {
	float:left;
	clear:both;
	text-transform:uppercase;
	color:#e2001a;
	font-size:21px;
	margin-top:30px;
}

#cooking_container p {
	float:left;
	clear:both;
	width:630px;
}

#cooking_product_shot {
	position:absolute;
	top:60px;
	left:680px;
	width:185px;
	height:230px;
	z-index:100;
}

#cooking_container a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#cooking_container a:hover {
	text-decoration:none;
}

