@charset "UTF-8";
/* CSS Document */

#wrapper {
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding:15px;
}

#header {
	height:185px;
	margin-bottom:15px;
	background-image:url(../images/layout/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#nav {
	height:30px;
	background-color:#34715a;
	margin-bottom:15px;
}

#nav ul {
	list-style:none;
	margin-left: 100px;
}

#nav li {
	list-style:none;
	text-align:center;
	text-transform:uppercase;
	float:left;
	padding:7px 20px 0px 20px;
}

#nav li.point {
	list-style:none;
	text-align:center;
	text-transform:uppercase;
	background-image:url(../images/layout/point.gif);
	width:10px;
	padding:0px;
	height:30px;
}

#nav li a {
	color:#fff;
	
}

#nav li a:hover {
	text-decoration:underline;
}

.left_col {
	width:355px;
	float:left;
	margin-right:15px;
}

.blue_box {
	width:315px;
	height:100px;
	background-image:url(../images/layout/blue_box_top.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#72afb6;
	padding:20px;
	margin-bottom:15px;
	color:#fff;
}

.blue_box p {
	color:#fff;
}

.blue_box .header {
	height:20px;
	font-weight:normal;
	margin:0px 0px 12px 0px;
}

.blue_box .header h1 {
	font-size:24px;
	line-height:24px;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.blue_box a {
	color:#006666;
	display:block;
	text-decoration:none;
}

.green_box {
	width:315px;
	height:90px;
	background-image:url(../images/layout/green_box_top.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#b0b579;
	padding:20px;
	margin-bottom:15px;
}

.green_box .header {
	height:20px;
	font-weight:normal;
	margin:0px 0px 12px 0px;
}

.green_box .header h1 {
	font-size:24px;
	line-height:24px;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.green_box a {
	color:#34715a;
	display:block;
	text-decoration:none;
}

.green_box p {
	color:#fff;
}

.brown_box {
	width:315px;
	height:185px;
	background-image:url(../images/layout/brown_box_top.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#907578;
	padding:20px;
	margin-bottom:15px;
}

.brown_box .header {
	height:20px;
	font-weight:normal;
	margin:0px 0px 12px 0px;
}

.brown_box .header h1 {
	font-size:24px;
	line-height:24px;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.brown_box p strong {
	color:#e7d8ac;
	font-weight:bold;
}

.brown_box a {
	color:#5e4447;
}

.brown_box p {
	color:#fff;
}

.right_col {
	width:590px;
	float:left;
}

.content {
	background-color:#f0eeec;
	padding:10px;
	margin-bottom:15px;
}

.margin_bottom15 {
	margin-bottom:15px;
}


#footer {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	text-align:center;
	color:#fff;
	padding-top:20px;
	background-image:url(../images/layout/footer.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#footer a {
	color:#fff;
}

#footer p {
	color:#fff;
}

/* main pages */

.subnav {
	width:185px;
	float:left;
	margin-right:15px;
	background-color:#fff;
}

.subnav_top_blue {
	width:165px;
	height:31px;
	padding:134px 10px 0px 10px;
	background-color:#72afb6;
}

.subnav_top_blue h1 {
	font-size:26px;
	line-height:24px;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.subnav_top_green {
	width:185px;
	height:31px;
	padding:134px 10px 0px 10px;
	background-color:#b0b579;
}

.subnav_top_green h1 {
	font-size:26px;
	line-height:24px;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.subnav_top_brown {
	width:185px;
	height:31px;
	padding:134px 10px 0px 10px;
	background-color:#907578;
}

.subnav_top_brown h1 {
	font-size:26px;
	line-height:24px;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.subnav ul {
	list-style:none;
	margin-top:10px;
}

.subnav li {
	padding:2px 0px 2px 0px;
	list-style:none;
	border-bottom:1px dotted #716054;
}

.subnav li a {
	padding:5px 0px 5px 10px;
	display:block;
	height:15px;
	text-transform:uppercase;
}

.subnav li a:hover {
	background-image:url(../images/layout/subnav_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.subnav #current, #current a  {
	background-image:url(../images/layout/subnav_hover.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
}

.right_col_main {
	width:760px;
	float:left;
}

.menu {
	background-image:url(../images/layout/menu_board.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#232020;
	padding:25px;
	margin-bottom:15px;
}

.menu p {
	color:#fff;
	font-size:14px;
}

.menu p strong {
	color:#e7d8ac;
	font-weight:bold;
	font-size:16px;
}

.main_tomatoes {
	background-image:url(../images/layout/tomatoes.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.main_coffee {
	background-color:#fff;
	background-image:url(../images/layout/coffee.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.review {
	border-top: solid 1px #FFFFFF;
	margin-top: 10px;
	padding-top: 15px;
}
.review p {
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
}
.review em {
	color:#e7d8ac;
	font-size:14px;
}
.review p strong {
	color:#e7d8ac;
	font-weight:bold;
	font-size:12px;
}

.float_right_pic {
	float:right;
	margin-left:10px;
}

table.table td {
	padding:2px 0px 2px 0px;
}

.submitbtn {
	background-image:url(../images/layout/submit_button.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:25px;
	width:185px;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	border:0px solid;
	padding-left:10px;
	cursor:pointer;
}

input.long {
	border:#716054 solid 1px;
	width:280px;
	
}
input.short {
	border:#716054 solid 1px;
	width:75px;
	
}

.contact_left {
	float:left;
	width:270px;
}

.gallery img {
	margin-bottom:10px;
}

img.gallery  {
	margin-right:10px;
	float:left;
}
#galleryHolder .imgholder {
	width: 140px;
	height: 110px;
	overflow:hidden;
	float: left;
	margin: 0 10px 10px 0;
}
#galleryHolder .imgholder2 {
	width: 140px;
	height: 110px;
	overflow:hidden;
	float: left;
	margin: 0 0 10px 0;
}
#galleryHolder img {
	width: 160px;
	margin-left: -10px;
}
.contentrule {
	border-bottom: 1px dashed #b8a79a;
	margin-bottom: 10px;
	margin-right: 8px;
}