/*  
CSS developed for Epicurean Chef Services
Author: Libby Bekas
Copyright 2008 - Epicurean Chef Services
*/

/*
*
{
	margin: 0;
	padding: 0;
}
*/

a
{
	color: #910b00;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1
{
	padding-top: 0px;
	font-size: 22px;
	font-family: georgia, serif;
}

h2
{
	color: #910b00;
	text-align: center;
	font-size: 18px; 
}

h1.centerh1
{
	text-align: center;
}

img
{
	border: 0px;
}

img.centerimg 
{
    	display: block;
    	margin-left: auto;
    	margin-right: auto 
}

img.leftimg
{
	float: left;
}

img.rightimg
{
	float: right;
}

img.blackborder
{
	border: 2px solid #000;
}

body
{
	background-image: url('images/background.jpg'); 
	font-family: georgia, serif;
	font-size: 16px;
}

#main
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url('images/main-middle.jpg'); 
	background-repeat: repeat;
}

#main-top
{
	width:800px;
	height:25px;
	background-image: url('images/main-top.jpg');  
	margin: 15px auto 0 auto;
	display:block;
}

#main-bottom
{
	width:800px;
	height:30px;
	background-image: url('images/main-bottom.jpg'); 
	margin: 0px auto 15px auto;
	display:block;
}

#header
{
	width: 800px;
	padding-bottom:3px;
}

#slogan
{
	padding-left:100px;
	float: left;
}

#logo
{
	padding-left:575px;
	padding-bottom:20px;
}

/********** Navigation Menu **********/

#menu
{
	background-color: #910b00;
	color: #fff7d6;
	height: 1.4em;
	line-height: 1.4em;
	padding: 10px;
	margin: 0 2px 0 2px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #6D7B34;
	text-transform: capitalize;
}

#menu a
{
	color: #ffffff;
	text-decoration: none;
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li
{
	display: inline;
	font-weight: bold;
	font-size: 15px;
}

#menu li a
{
	padding: 7px;
}

#menu li a:hover
{
	background-color: #990000;
	background-repeat: repeat-x;
}

#content
{
	margin: 10px 0 0 0;
	padding: 10px 15px 5px 60px;
}

#content #leftcolumn
{
	float: left;
	width: 440px;
	padding-top:5px;
	line-height: 1.5em;
	text-align: justify;
}

#content #rightcolumn
{
	float: right;
	width:250px;
}

.redfont
{
	color: #910b00;
	display: inline;
}

.bigfont
{
	font-size: 40px;
}

.meditalfont
{
	font-size: 18px;
	font-style: italic;
}

#heading
{
/*	padding-left: 163px; */
	padding-bottom: 7px;
}

#footer
{
	text-align: center;
	font-size: 0.9em;
	color: #AFA162;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}

/********** Chef Services **********/

#services
{

	line-height: 1.5em;
}

/********** Sample Menus **********/

#samplemenu
{
	padding: 0 85px 0 40px;
	line-height: 1.5em;
}

#leftmenu
{
	width: 300px;
	float: left;
}

#rightmenu
{
	width: 300px;
	float: right;
}

.menuheading
{
	font-size: 22px;
	color: #910b00;
	text-align: center;
	padding-top: 10px;
}

.menucourse
{
	font-size: 22px;
	padding: 0 0 5px 100px;
}

.menulist
{
	text-align: center;
	clear:both;
}

.menulist ul
{
	list-style: none;
	padding: 0 0 12px 0;
	margin: 0;	
}
.menulist li
{
	padding-top: 5px;	
}

.menulist .descript
{
	font-size: 12px;
	font-style: italic;
	padding: 0 0 5px 0;
	line-height: 1.4em;
}

.divider
{
	text-align: center;
	color: #910b00;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

/********** About Us **********/

#aboutus
{
	line-height: 1.5em;
	text-align: justify;
	padding: 10px 45px 10px 0;
	clear: both;
}

#aboutpics
{
	padding: 10px 45px 0 0;
}

/********** Testimonials **********/

#testimonials 
{
	line-height: 1.5em;
	text-align: justify;
	padding: 10px 45px 0 0;
	clear: both;
}

.testimonial1
{
	font-style: italic;
	padding-bottom: 10px;
}

.testimonial2
{
	color: #808000;
	padding-bottom: 10px;
}

#testimonials h2
{
	text-align: center;
	padding: 10px;
}

.testyear {
	color: #910b00;
	font-weight: bold;
	font-size: 115%; 	
}


/********** Request a Quote **********/

#contactform
{
	padding-right: 45px;
}

#contactform .cf_left
{
	float: left;
	width: 240px;
}

#contactform .cf_right
{
	padding-left: 220px;
	padding-bottom: 10px;
}

#contactform .cf_top
{
	clear:both;
}

#contactform .cf_bottom
{
	clear:both;
	padding-bottom: 15px;
}