@charset "utf-8";
/* CSS Document */

/* PAGE LAYOUT */
body {
	margin: 0px;
	text-align: center;
	background-color: #D6D6BD;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #48546A;
}

#page_container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
	height: auto;
	background-color: #D6D6BD;
	border-top: solid 1px #48546A;
	border-left: solid 1px #48546A;
	border-right: solid 1px #48546A;
}

h1 {
	font-size: 1.2em;
	font-family: Georgia;
	color: #48546A;
	padding: 0;
	margin: 0;
}

h1.title {
	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
	color: #48546A;
	padding-bottom: 15px;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	font-family: Georgia;
	color: #48546A;
}

h2.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #48546A;	
	line-height: normal;	
	padding: 0;
	margin: 0;
	display: inline;
}

h3 {
	font-size: 1em;
	font-family: Georgia;
	color: #48546A;
	font-weight: bold;
	margin-top: 12px;
}

.clear {
	width: 100%;
	height: 10px;
	clear: both;
	background-color: #D6D6BD;
}

a:link {
	color: #48546A;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #5B643D;
}

a:hover {
	color: #7A8F36;
}

/* HEADER */
#header {
	height: 140px;
/*	background-image: url(images/header.jpg);*/
}

#header a {
	height: 20px;
	width: 20px;
	display: block;
	text-indent: -3000px;
}

/* NAV MENU */
#nav {
	height: 30px;
	width: 780px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

#nav ul {
	margin: 0px; /* removes indent */
	padding: 0px;  /* removes indent */
	list-style: none; /* turns bullet off */
}

#nav li {
	float: left;
	/* t r b l */
	margin: 0px;
}

#nav a {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 30px;
	line-height: 2em;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 0px 7px;
	margin: 0px; /* must add when using inline-block for IE6! */
}

#nav a:hover {
	background-color: #FFFFFF;
	color: #48546A;
}

/* CONTENT */
#content_container {
	width: 780px;
	height: auto;
	/* t r b l */
	padding-top: 10px;
	background-color: #D6D6BD;
}

/* FOOTER */
#footer {
	/* t r b l */
	padding: 5px 10px 5px 10px;
	margin: 0px auto 20px auto;
	font-size: 12px;
	text-align: left;
	width: 760px;
	height: 32px;
	background-color: #F4F4ED;
	/*background-image: url(images/footer.jpg);
	background-repeat: repeat-y;*/
	border-bottom: solid 1px #48546A;
	border-left: solid 1px #48546A;
	border-right: solid 1px #48546A;
}

#footer #contact_details {
	float: left;
}

#footer #kododesign {
	float: right;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #177380;
}

#footer a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/

/* HOME PAGE CONTENT*/
#introduction {
	float: left;
	width: 562px;
	margin-left: 10px;
	height: auto;
	line-height: 125%;
}

#testimonials {
	float: right;
	width: 167px;
	margin-right: 10px;
	height: 280px;
	background-color: #E2E2D2;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	background-image: url(images/menu.jpg);
}

#pdf {
	height: 30px;
}

#pdf a {
	text-decoration: none;
}

.content_block_left {
	width: 370px;
	height: 138px;
	float: left;
	text-align: left;
	background-color: #D6D6BD;
	/* t r b l */
	margin: 0px 0px 0px 10px;
}

.content_block_right {
	width: 370px;
	height: 138px;
	float: right;
	text-align: left;
	background-color: #D6D6BD;
	/* t r b l */
	margin: 0px 10px 0px 10px;
}

.content_block_nested {
	width: 162px;
	height: 138px;
	float: right;
	text-align: left;
	/* t r b l */
	padding: 0px 10px 0px 10px;
	background-color: #E2E2D2;	
	background-image: url(images/nested_menu.jpg);
}

.foodpics {
	width: 180px;
	height: 130px;
	float: left;
	border: 4px solid #EFEFE7;
}

/* CONTACT FORM */

#contact_fields {
	width: 522px;
	float: left;
	text-align: left;
	line-height: 15px;
	/* t r b l */
	margin: 10px 0px 0px 10px;
	border: 1px solid #EFEFE7;
	padding: 10px 0px 0px 10px;
}

#address {
	width: 532px;
	float: left;
	text-align: left;
	/* t r b l */
	margin: 15px 0px 0px 10px;
}

#more_testimonials {
	float: right;
	width: 165px;
	margin: 15px 10px 0px 0px;
	height: 710px;
	background-color: #E2E2D2;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	background-image: url(images/testimonials_bg.jpg);
}

#thanks {
	margin-top: 50px;
	height: 150px;
	text-align: center;
	background-color: #D6D6BD;
}

/* christmas additions 05/01/09 */

#xmas_title {
	float: right;
	display: inline;
	color: #177380;
	font-size: 12px;
	font-weight: bold;
}

#xmas_title a {
	text-decoration: none;
	color: #177380;
}

#xmas_title a:hover {
	text-decoration: underline;
}

#christmas {
	width: 780px;
	height: auto;
	padding: 65px 0 10px 0;
	background: #D6D6BD url(images/xmas/snow.jpg) top center no-repeat;
	text-align: center
}

#christmas img {
	border: 6px solid #FFF;
	margin: 15px;
}
