<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; }
body { background: white; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 1; color: #222222; position: relative; -webkit-font-smoothing: antialiased; }
/* The Grid ---------------------- */
.row { width: 985px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -12.5px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -12.5px; }
.row .row.collapse { margin: 0; }

.column, .columns { float: left; min-height: 1px; padding: 0 12.5px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }


.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }

.row .offset-by-one { margin-left: 8.33333%; }

.row .offset-by-two { margin-left: 16.66667%; }

.row .offset-by-three { margin-left: 25%; }

.row .offset-by-four { margin-left: 33.33333%; }

.row .offset-by-five { margin-left: 41.66667%; }

.row .offset-by-six { margin-left: 50%; }

.row .offset-by-seven { margin-left: 58.33333%; }

.row .offset-by-eight { margin-left: 66.66667%; }

.row .offset-by-nine { margin-left: 75%; }

.row .offset-by-ten { margin-left: 83.33333%; }

.push-two { left: 16.66667%; }

.pull-two { right: 16.66667%; }

.push-three { left: 25%; }

.pull-three { right: 25%; }

.push-four { left: 33.33333%; }

.pull-four { right: 33.33333%; }

.push-five { left: 41.66667%; }

.pull-five { right: 41.66667%; }

.push-six { left: 50%; }

.pull-six { right: 50%; }

.push-seven { left: 58.33333%; }

.pull-seven { right: 58.33333%; }

.push-eight { left: 66.66667%; }

.pull-eight { right: 66.66667%; }

.push-nine { left: 75%; }

.pull-nine { right: 75%; }

.push-ten { left: 83.33333%; }

.pull-ten { right: 83.33333%; }

img, object, embed { max-width: 100%; height: auto; }

object, embed { height: 100%; }

img { -ms-interpolation-mode: bicubic; }




.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }





h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Anodyne, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.225em;
}
p, span, li {
	line-height: 1.25em;
	font-size: 14px;
}
img {
	border: none;
}
.row {
	padding: 5px 0px;
}
.menu li {
	list-style-type: none;
	display: inline-block;
}

/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////// globals
*/
ul.menu, .menu ul {
	padding: 0px;
	margin: 0px;
}
hr {
	border: 1px solid #DCDCDC;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 960px;
	max-width: 100%;
}
a {
	color: #D4300C;
	text-decoration: none;
}
html, body {
	color: #000;
	background: url(../images/page_bg.png) repeat;
}
body, p {
	font-family: Clarendon, Georgia, serif;
	font-weight: 300;
}

a {
	color: #3e6653;
}
a:hover, .icon:hover {
	color: #a62327;
}




/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////// CUSTOM &gt; Content 
*/
p {
	padding: 7px 0px;
	margin: 0px;
}
p.head {
	font-weight: bold;
}
p.hr {
	border-bottom: 2px dotted #dad3c5;
}
p.hr:last-child {
	border: none;
}
img.left {
	margin: 15px 15px 15px 0px;
}
img.right {
	margin: 15px 0px 15px 15px;
}
.bold {
	font-weight: bold;
}
.box {
	border: 1px solid #dad3c5;
}
.cost {
	font-family: Crossbell;
	color: #aa272f;
	font-size: 30px;
}
.more_info {
	color: #603913;
	font-family: Crossbell;
}
.subhead {
	color: #558236;
	font-size: 24px;
	font-family: Crossbell;
}

.hidden {
	display: none;
	visibility: hidden;
}



.wall {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.fruit {
	left: 50%;
	height: 100%;
	width: 0;
	position: absolute;
}
.fruit div {
	position: absolute;
}
.fruit div:nth-child(odd) {
	left: -900px;
}
.fruit div:nth-child(even) {
	left: 500px;
}
.fruit div:nth-child(1) {
	top: 500px;
}
.fruit div:nth-child(2) {
	top: 750px;
}
.fruit div:nth-child(3) {
	top: 1000px;
}
.fruit div:nth-child(4) {
	top: 1250px;
}
/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////// heads
*/
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-size: inherit;
}
.h1, .h2, .h3, .h4, .h5 {
	font-family: Anodyne;
}
h1, .h1 {
	color: #315319;
	font-size: 64px;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
h2, .h2 {
	color: #315319;
	font-size: 48px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
h3, .h3 {
	color: #558236;
	font-size: 36px;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
h4, .h4 {
	color: #558236;
	font-size: 24px;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
h5, .h5 {
	color: #3e5221;
	font-size: 18px;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}


/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////// page
*/

#page {
	padding-top: 114px;
	position: relative;
}
#page div {
	padding: 6px 0px;
}
#page input[type="text"], #page select, #page textarea, #page select {
	color: #557630 !important;
	border: 1px solid #999692 !important;
	font-family: Crossbell !important;
	font-size: 18px !important;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25) inset !important;
	min-height: 32px;
}
/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////// content
*/
#content {
	padding-bottom: 130px;
}
#content div {
	position: relative;
	margin: 0 auto;
}
#content div.hr {
	border-bottom: 2px solid #dad3c5;
	padding-bottom: 7px !important;
	margin-bottom: 7px !important;
}
#content .grid .columns, #content .grid .column {
	padding: 0px 6px;
}
#content .row.grid {
	padding: 0px 6px;
}
/* 
///////////////////////////////////////////////////////////////////////////////////////////////////////////// footer
*/
#footer {

	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 103px;
	clear: both;
	background: url(../images/footer_bg.png);
	text-align: center;
	padding: 25px 15px 0px 15px;
	
}
#footer .row {
	padding: 0px;
}
#footer #stamp {
	position: relative;
	overflow: visible;
}
#footer #stamp img {
	position: absolute;
	top: -165px;
}
#footer #stamp &gt; div:last-child {
	padding-right: 0px;
}
#footer .links {
	z-index: 1;
}
#footer .links li {
	padding-top: 5px;
	padding-right: 4px;
	font-size: 23px;
	font-family: Anodyne;
	color: #88272F;
}
#footer .links li:after {
	content: "|";
	padding-left: 4px;
}
#footer .links li:last-child:after {
	content: "";
	padding-left: 0px;
}
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////// page content styles + specific page fixes
*/
#page .banner {
	text-align: center;
}
#page  .homepage #content a img, .shadow img, img.shadow {
	box-shadow: 0 0 8px #444;
}
#page #dropdowns &gt; div &gt; .row {
	padding-top: 0;
	padding-bottom: 0;
}
/*
HOMEPAGE
*/
.homepage div.orbit-wrapper div.slider-nav span.left:hover {
	background-image: url(../images/foundation/orbit/left-arrow-hover.png);
}
.homepage div.orbit-wrapper div.slider-nav span.right:hover {
	background-image: url(../images/foundation/orbit/right-arrow-hover.png);
}
.homepage #page a img:hover, a.shadow img:hover {
	box-shadow: 0 0 20px #000;
}
.homepage #page .grid .row {
	width: 976px;
}
.homepage #page .grid .row .row {
	width: auto;
}
.homepage #page {
	padding-top: 0;
}


#clouds{

background: url(../images/bg_clouds.png) repeat-x 0 bottom; width:100%; height:300px;position:absolute;
	top:0px;
	
}
#topbar{

width:100%; height:420px;
	top:0px;
	
}


#tarla{

	background-image: url(../images/home/bgtop.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 12px;
	min-height: 420px;
	position:absolute;
	width:100%;
	
}

#topmenu{

top: 0;
	left: 0;
	padding-top: 8px;
	height: 80px;
	width: 100%;
	background-image: url(../images/header_bg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	overflow: hidden;
	font-family: arial, Georgia, serif;
	font-size: 20px;
	color: #fff;
	position: absolute;
	z-index: 10;
	
}

#toplogo  {
float:left;	
height:200px;
}
#toplogo img  {
float:left;	
height:85px;
width:170px;
margin-top:-15px;	
}
.toporta  {
float:left;
padding-top:10px;	
height:200px;
width:600px;
text-align:center;
}
.topsag  {

float:right;	
height:200px;
width:174px;
}



</pre></body></html>