
@import url(menu.css );
@import url(form.css );

html 
{
	margin: 0;
	padding: 27px 0;
	background: #BFCEA8 url(../images/bg_html.jpg) top left repeat-x;
}

body
{
	position: relative;
	font-family: "century gothic", "ms gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: justify;
	width: 767px;
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #1F8B1F;
	font-weight: bold;
}
h1 { font-size: 16px; border-bottom: 1px solid; }
h2 { font-size: 14px; }
h3, h4, h5, h6 { font-size: 13px; }

a, a:link, a:visited
{
	color: #1F8B1F;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

.clearfix { clear: both; }

a img { border: none; }

ul
{
	margin: 0;
	padding: 0;
}
li { list-style: none; }

/****** START header ******/

#header_wrapper
{
	height: 349px;
	background: #BFCEA8 url(../images/bg_header.jpg) top left no-repeat;
}

#logo 
{
    float: left;
	margin: 20px 0 0 40px;
}

#header_right 
{
	float: right;
	width: 49%;
}

#nav
{
	position: absolute;
	top: 105px;
	left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.menu ul
{
    margin: 0;
	padding: 0;
}
.menu ul li { float: left; }
.menu ul li a { color: #1F8B1F; text-decoration: none; }
.menu ul li a:hover { color: #A1A1A1; }

#secondary_col
{
	float: left;
	width: 211px;
	padding: 8px 14px 14px 14px;
	*padding: 14px;
	background-color: #F4F4F3;
	border-right: 1px solid #005C13;
}
#secondary_col h3, #secondary_col p
{
	margin: 0;
	padding: 0;
}
#secondary_col p { margin-bottom: 10px; }

/****** END header ******/

/****** START index ******/

#content_wrapper
{
	width: 718px;
	margin: 0 auto;
	padding: 0 7px 0 8px;
	background-color: #fff;
	border-left: 17px solid #BFCEA8;
	border-right: 17px solid #BFCEA8;
}

#content
{
	height: 100%;
	border-left: 3px solid #D4D4D4;
	border-right: 3px solid #D4D4D4;
}

#main_col
{
	width: 444px;
	margin-left: 239px;
	padding: 8px 14px 14px 14px;
	*padding: 14px;
}
#main_col img 
{ 
	float: left; 
	margin: 0 10px 10px 0;
	border: 3px solid #D4D4D4;
}

#header_buttons
{
	position: absolute;
	top: 265px;
	left: 50%;
	margin-left: 130px;
}
#header_buttons ul li { float: left; }

#footer_wrapper
{
	clear: both;
	height: 35px;
	margin: 0 auto;
	padding: 42px 0 0 45px;
	font-size: 10px;
	background: #BFCEA8 url(../images/bg_footer.jpg) bottom left no-repeat;
}
#footer_wrapper ul li { float: left; }
#footer_wrapper p { margin: 0; padding: 0; }

/****** END index ******/

/****** START about page ******/

ul.about_page h3 { margin-bottom: 0; padding: 0; }

/****** END about page ******/

/****** START menu page ******/

ul.menu_page
{
	padding-left: 20px;
	*margin-left: 5px;
}

.menu_prices { margin: 20px 0 0 0; padding: 0 0 20px 0; border-top: 1px solid #009C04; }
.menu_prices ul, .order_form_prices ul { clear: right; }
.menu_prices ul li, .order_form_prices ul li { float: left; margin-right: 30px; }

span.vegetarian { color: #009C04; }
span.warm { color: red; }

/****** END menu page ******/

/****** START order_form page ******/

.company_details_left { float: left; width: 45%; }
.company_details_right { float: right; width: 45%; }

#company_address { margin-bottom: 9px; }

.order_form_left { float: left; width: 380px; }
.order_form_left ul li { height: 22px; margin-bottom: 3px; }
.order_form_left ul li.combination { height: auto; margin-bottom: 9px;}
.order_form_left ul li.combination strong { font-size: 12px; }

.order_form_right, .order_form_right_combination { float: right; width: 60px; }
.order_form_right ul li { margin-bottom: 3px; }

.order_form_right_combination ul li { margin-bottom: 23px; }

.food_choice
{
	width: 47px;
	height: 18px;
	padding-left: 3px;
}

.order_form_prices { margin: 10px 0 0 0; padding: 3px 0 30px 6px; border-top: 1px solid #D4D4D4; background-color: #E8E8E8; }
.order_form_prices strong { color: #009B0A; }

.order_form_submit { clear: both; margin-top: 20px; }

/****** END order_form page ******/

/****** START our_clients page ******/

p.testimonial { font-family: georgia; }
span.testimonial_quote { color: #D4D4D4; font-weight: bold; font-size: 30px; }
span.testimonial_by { font-family: "century gothic", "ms gothic", Arial, Helvetica, sans-serif; color: #018A00; font-weight: bold; }

/****** END our_clients page ******/
