/* cre8media 2006 - F Ferrari */
/* -------------------------- */
/* -------------------------- */
/* -------------------------- */
/* ---------- GENERAL ------- */

html, body
{
background-color:#FFFFFF;
background-image:url(../images/layout/bkg_main.png);
background-position:top center;
background-repeat:repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
position:absolute;
margin:0px; 
padding:0px; 
width:100%;
height:100%;
}

body
{
font-size:75%;
}

#main_container
{
font-size:1.0em;
width:1000px;
margin:0;
padding:0;
position:relative;
margin-left:auto; 
margin-right:auto;
}

.spacer
{
height:10px;
font-size:0;
}

.clearfloats
{
clear:both;
}

/* ---------- A LINKS ------- */


a
{
color: #b10135;
}

a:link, a:visited
{
color: #b10135;
}

a:active
{
background: #c60;
color: #fff;
}

a:focus
{
color: #930;
background: #f5d7b4;
}

a:hover
{
color: #930;
background: #f5d7b4;
text-decoration: none;
}

/* ---------- TOP ------- */

#top_logo
{
float:left;
height:272px;
width:136px;
}

#redline1
{
position:absolute;
background-image:url(../images/layout/bkg_nav.png);
background-repeat:repeat;
width:1px;
height:272px;
z-index:1;
left:139px;
}

#category_image
{
float:left;
height:272px;
width:864px;
}

#category_title
{
position:absolute;
background-image:url(../images/layout/bkg_nav.png);
background-repeat:repeat;
width:543px;
height:70px;
z-index:1;
left:458px;
top:59px; /* added 27 for search box*/

}

#category_title h1
{
padding: 0 0 0 25px;
font-size:2.9em;
color:#FFFFFF;
margin:15px 0 0 0;
}

/* ---------- HEADER LINKS ------- */
#searchbar
{
	background-image:url(../images/layout/bkg_nav.png);
	background-repeat:repeat;
	text-align:right;
	height:27px;
	vertical-align:middle;
	width:100%;
	color:White;
}
#main_nav
{
width:1000px;
margin:0;
padding:0;
background-image:url(../images/layout/bkg_nav.png);
background-repeat:repeat;
height:18px;
display:table;
}

#main_nav_hp
{
width:1000px;
margin:0;
padding:0;
background-image:url(../images/layout/bkg_nav_hp.png);
background-repeat:repeat;
height:18px;
display:table;
}

#navcontainer
{
margin: 0 0 0 136px;
padding: 0;
height: 18px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
height:18px;
padding: 0 10px 0 10px;
margin: 0;
color: #f5d7b4;
text-decoration: none;
display: block;
text-align: center;
}

#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
color: #fff;
}

/* ---------- CATALOGUE ------- */

#side_image
{
width:286px;
float:left;
border:1px solid #000000;
}

#catalogue_nav
{
width:137px;
float:left;
}

#category_nav 
{
padding-left:0;
margin-left:0;
width: 120px;
}

#category_nav  ul, li
{
list-style: none;
margin: 0;
padding: 0.25em;
}

#redline2
{
background-image:url(../images/layout/bkg_nav.png);
background-repeat:repeat;
width:1px;
height:272px;
float:left;
margin: 0 3px 0 2px;
}

#catalogue
{
width:652px;
float:left;
margin:0;
padding:0;
}

#catalogue_pic
{
position:relative;
width:197px;
float:left;
left:3px;
color:#b10135;
font-size:0.8em;
}

#catalogue_pic .images
{
border:2px solid #b10135;
}



/* ---------- DATA DISPLAY ------- */


#catalogue_maintable, #catalogue_maintable_header
{
	width:640px;
	text-align:left;
	vertical-align:top;
}
#catalogue_maintable_header tr, #catalogue_maintable tr
{
	vertical-align:top;
}
#catalogue_maintable .code, #catalogue_maintable_header .code
{
	width:80px;
	font-weight:bold;
}
#catalogue_maintable .desc, #catalogue_maintable_header .desc
{
	width:255px;
	
}
#catalogue_maintable .smallcol, #catalogue_maintable_header .smallcol
{
	width:35px;
}
#catalogue_maintable .pricecol
{
	text-align:right;
	width:60px;
}
#catalogue_maintable .mediumcol, #catalogue_maintable_header .mediumcol
{
	width:60px;
}

#catalogue_maintable_header td, #catalogue_maintable_header
{
	background-image:url(../images/layout/bkg_nav.png);
	background-repeat:repeat;
	color:#FFFFFF;
	font-weight:bold;
}
#catalogue .data_comment
{
	color: #b10135;
	text-indent:5px;
	font-weight:bold;
}

#catalogue .table_key
{
background-image:url(../images/layout/bkg_nav.png);
background-repeat:repeat;
color:#FFFFFF;
font-weight:bold;
}

#catalogue h2
{
color: #b10135;
}

#catalogue .data_info
{
color: #999999;
}

#catalogue .data_name
{
font-weight:bold;
}

#catalogue .data_desription
{
color: #666666;
font-style:italic;
}

#catalogue .data_special
{
color: #b10135;
font-weight:bold;
font-style:italic;
}
#catalogue h3
{
	font-family:Arial;
	color: #b10135;
}
#categoryselection
{
	width:640px;
}
#categoryselection ul li
{
	float:left;
	
}
#categoryselection a
{
	width:180px;
	line-height:83px;
	/* border:solid 2px #f5d7b4;*/
	position:relative;
	display:block;
	margin-top:10px;
	background-image:url(../images/layout/bkg_nav.png);
	background-repeat:repeat;
	color:White;
	font-weight:bold;
	text-decoration:none;
}
#categoryselection a:hover
{
	font-weight:bold;
	color: #930;
	background: #f5d7b4;
	/* border:solid 2px #b10135; */
}
#categoryselection span
{
	position:relative;
	left:10px;
}
.message
{
	padding-top:20px;
	color:#999999;
	font-style:italic;
}
/* ---------- CONTENT ------- */

#content_container p
{
margin:0;
padding:0;
line-height:2em;
}

#content_side
{
width:144px;
float:left;
}

#content_side_hp
{
width:286px;
float:left;
}


#content
{
width:856px;
float:left;
}

#content_hp
{
width:714px;
float:left;

}

#content_container h2
{
color: #b10135;
font-size:1.6em;
margin:0;
padding:0;
line-height:2em;
}

#content_container .h2_bolder
{
color: #b10135;
font-size:2em;
margin:0;
padding:0;
line-height:2em;
}

/* ---------- HP ------- */


#welcome
{
position:relative;
margin:30px 0 0 0;
left:-40px;
font-size:2em;
color: #b10135;
}

#hp_text
{
position:relative;
margin:30px 0 0 0;
left:20px;
width:660px;
}

#specialist_foods
{
position:relative;
margin:-1 0 0 0;
left:250px;
width:300px;
font-size:2em;
color: #b10135;
}

#around_world
{
position:relative;
margin:0;
left:360px;
width:170px;
font-size:1.2em;
color: #b10135;
}

#freephone
{
position:relative;
margin:30px 0 0 0;
left:310px;
width:200px;
font-size:1.2em;
color: #b10135;
}




/* ---------- BROCHURE REQUEST ------- */

#brochure_request
{
background-image:url(../images/layout/brochure_request_bkg.png);
background-repeat:repeat-y;
width:137px;
margin:0;
padding:0;
display:block;
}

#brochure_request_box
{
background-image:url(../images/layout/brochure_request_bottom.png);
background-repeat:no-repeat;
background-position:bottom;
width:137px;
margin: 0;
padding:0;
display:block;
}

#brochure_request_txt
{
position:relative;
width:100px;
left:10px;
margin:0;
padding:6px;
display:block;
}

/* ---------- DATA DISPLAY ------- */

#catalogue .table_key
{
background-image:url(../images/layout/bkg_nav.png);
background-repeat:repeat;
color:#FFFFFF;
font-weight:bold;
}

#catalogue h2
{
color: #b10135;
font-size:1.6em;
}

#catalogue .data_info
{
color: #999999;
}

#catalogue .data_name
{
font-weight:bold;
}

#catalogue .data_desription
{
color: #999999;
font-style:italic;
}

#catalogue .data_special
{
color: #b10135;
font-weight:bold;
font-style:italic;
}

/* ---------- FOOTER ------- */

#footer
{
position:relative;
font-size:0.8em;
color: #b10135;
background-image:url(../images/layout/red_dot.png);
background-repeat:repeat-x;
background-position:0 57px;
margin:0;
padding:0;
}

#footer_address
{
position:relative;
float:left;
left:20px;
background-color:#FFFFFF;
margin:0;
padding:6px;
}

#cre8
{
left:450px;
position:relative;
float:left;
top:44px;
background-color:#FFFFFF;
margin:0;
padding:6px;
}
 #recipes h1, #recipes h3, #specialoffers h1, #specialoffers h3
 {
	font-family:Arial;
	color: #b10135;
 }