/*
 * Author:		james thomson [james.thomson@digitaloverload.co.uk]
 * Agency:		Digital Overload Ltd.
 * Client: 		Chef2dine4
 * Project: 	Chef2dine4 website
 * Comment:		Base stylesheet
 */

@import url("reset.css");
@import url("form.css");


/****************************************************************************
	=standard tags altered and site-wide styles created
*****************************************************************************/

html 
{
	font-size:				100%;
    line-height:			1.125em;
}

body
{
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				0.875em;
	background:				#fff;
	text-align:				center;
	color:					#333;
}

a
{
	color:					#c00;
}

a:hover
{
	color:					#c00;
}

strong
{
	font-weight:			bold;
}

p
{
	line-height:			1.3em;
}

form
{
	margin-top:				25px;
}

cite
{
	display:				block;
	padding-left:			20px;
}


/*--------------------------------------------------------------------------
	=structure
----------------------------------------------------------------------------*/

#structure
{
	width:					893px;
	margin:					auto;
	text-align:				left;
	background:				#fff;
	font-size:				85%;
	line-height:			1.1em;
}


/*--------------------------------------------------------------------------
	=header
----------------------------------------------------------------------------*/

.header
{
	padding-top:			74px;
	background:				url(../images/bg-header.jpg) 0 0 no-repeat;
	position:				relative;
}

.header ul:after
{
	content:				".";
	display:				block;
	clear:					both;
	height:					0;
	line-height:			0;
	visibility:				hidden;
}

.header ul li
{
	float:					left;
}

.header ul li a
{
	display:				block;
	float:					left;
	width:					142px;
	height:					43px;
	background-repeat:		no-repeat;
	background-position:	top center;
	border-right:			1px solid #f0f0f0;
}

.header ul li a img
{
	position:				absolute;
	top:					15px;
	left:					0;
}

.header ul li a em
{
	display:				block;
	overflow:				hidden;
	height:					0;
	line-height:			0;
	font-size:				0;
}


.header ul li.btn-home a
{
	background-image:		url(../images/btn-home.gif);
}

.header ul li.btn-events a
{
	background-image:		url(../images/btn-events.gif);
}

.header ul li.btn-our-food a
{
	background-image:		url(../images/btn-our-food.gif);
}

.header ul li.btn-enquiries a
{
	background-image:		url(../images/btn-enquiries.gif);
	width:					148px;
}

.header ul li.btn-how-it-works a
{
	background-image:		url(../images/btn-how-it-works.gif);
	width:					161px;
}

.header ul li.btn-testimonials a
{
	background-image:		url(../images/btn-testimonials.gif);
	width:					152px;
}

.header ul li.btn-home a:hover,
.header ul li.btn-events a:hover,
.header ul li.btn-our-food a:hover,
.header ul li.btn-enquiries a:hover,
.header ul li.btn-how-it-works a:hover,
.header ul li.btn-testimonials a:hover,
.header ul li.selected a
{
	background-position:	bottom center!important;
}


/*--------------------------------------------------------------------------
	=content
----------------------------------------------------------------------------*/

.content
{	
	padding:				25px 20px 40px;
}

.content h1
{
	margin-bottom:			20px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				140%;
}

.content h2
{
	margin-top:				20px;
	margin-bottom:			15px;
	font-weight:			bold;
	font-family:			Georgia, "Times New Roman", Times, serif;
	color:					#990000;
}

.content h3
{
	margin-top:				15px;
	margin-bottom:			10px;
	font-weight:			bold;
	font-family:			Georgia, "Times New Roman", Times, serif;
	color:					#333;
}

.content p
{
	margin:					0 0 0.8em;
}

.content ul
{
	margin:					0 0 1em;
}

.content ul li
{
	margin-bottom:			0.4em;
	padding-left:			20px;
	background:				url(../images/bg-bullet.gif) 8px 4px no-repeat;
}

.content ul li.no-bullet
{
	margin-bottom:			0.4em;
	padding-left:			20px;
	background:				none;
}

.content:after
{
	content:				".";
	display:				block;
	clear:					both;
	height:					0;
	line-height:			0;
	visibility:				hidden;
}

.content .lead
{
	padding:				0 73px 0;
	margin:					0 0 35px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				130%;
	line-height:			1.2em;
}

.content .lead em
{
	font-style:				normal;
	font-weight:			bold;
}


.features 
{
	margin:					0 -20px;
}

.feature
{
	background:				url(../images/bg-feature.gif) 0 0 repeat-y;
	width:					385px;
	padding:				0 24px 19px;
	position:				relative;
	min-height:				370px;
}

.feature .top
{
	height:					17px;
	background:				url(../images/bg-feature-top.gif) 0 0 no-repeat;
	margin:					0 -24px;
}

.feature .base
{
	position:				absolute;
	bottom:					-10px;
	height:					19px;
	width:					433px;
	background:				url(../images/bg-feature-base.gif) bottom left no-repeat;
	margin:					0 -24px;
}

.type-a
{
	float:					left;
	margin-right:			26px;
}

.type-b
{
	float:					right;
}

.type-b p
{
	width:					235px;
}

.type-b .promos
{
	float:					right;
	width:					144px;
	text-align:				right;
}

.type-b .promos img
{
	margin-bottom:			15px;
}

.errors
{
	color:					#c00;
	border:					1px solid;
	padding:				10px;
	margin:					5px 0 20px;
	background:				#FFECEC;
}

.success
{
	color:					#006600;
	border:					1px solid;
	padding:				10px;
	margin:					5px 0 20px;
	background:				#EBFFDF;
}

.errors p
{
	margin:					0 0 0.8em;
}


.quotations
{
	margin-top:				30px;
}

.quotation
{
	margin-bottom:			25px;
	width: 					80%;
}

.hiw-section
{
	position:				relative;
	padding-left:			70px;
}

.hiw-section h2 span
{
	position:				absolute;
	font-size:				2em;
	left:					20px;
	top:					-0.1em;
	color:					#ccc;
}

.food-overview
{
	float: 					left;
	width:					573px;
	margin-right:			10px;
}

.food-extras
{
	float: 					left;
	width:					260px;
	padding-left:			9px;
	border-left:			1px dotted #ccc;
}

.sample-menus
{
	width:					90%;
}

.sample-menus h3
{
	margin-top:				25px;
}

.sample-menus .download a
{
	padding:				3px 5px 3px 25px;
	background:				url(../images/bg-menu-a.gif) 0 0 no-repeat;
}


/*--------------------------------------------------------------------------
	=footer
----------------------------------------------------------------------------*/

.footer
{
	padding:				19px 0 70px;
	background:				url(../images/bg-footer.gif) 0 0 repeat-x;
	font-size:				90%;
}

.footer ul
{
	float:					right;
}

.footer ul li
{
	float:					right;
	padding-left:			9px;
}

.footer ul li a
{
	color:					#999;
	text-decoration:		none;
}


.footer ul li a:hover
{
	color:					#990000;
	text-decoration:		underline;
}




.footer:after,
.features:after
{
	content:				".";
	display:				block;
	clear:					both;
	height:					0;
	line-height:			0;
	visibility:				hidden;
}


#at15s #at15s_head
{
	background-color:		#990000;
	font-weight:			bold;
	color:					#fff;
	
}