@charset "utf-8";
/* Global Content Formatting and Styles */
body {
    color: #333;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #273B5F;
}

.page {
	max-width: 980px;
	margin: 0 auto 0 auto;
	position: relative;
	background-color: #fff;
}

h1 {  font-size: 2em;  line-height:1.1em; color: #273B5F; margin: 0 0 .5em 0; text-align:center;

}
h2 { font-size: 2em; line-height:1.1em;  color: #273B5F; margin: 0 0 .5em 0;text-align:center; }
h3 { font-size: 1.5em; margin: 0 0 1em 0;  }
h4 { font-size: 1.3em; font-weight: normal; color: #273B5F; margin: 0 0 .6em 0; text-align:center; }
p { margin: 0 0 .75em 0; }
#welcome  { font-size: 2em;   line-height:1.1em;  color: #273B5F; margin: 0 0 .5em 0; text-align:center; }
a { color: #273B5F; text-decoration: none; }
a:hover { color: #56B4E8; }
.center {text-align:center;}
footer { font-size: .85em; color: #9ba0bd; background-color: #273B5F; padding: 10px 10px 10px; }

a.cta { 
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../_images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; }
/*.promo h3 { font-size: 1.1em; margin 0; }*/ 
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.promo {background-repeat: no-repeat; }
.promo.one { background-image: url(../_images/promo_1.jpg); }
.promo.two { background-image: url(../_images/promo_2.jpg); }
.promo.three { background-image: url(../_images/promo_3.jpg); }

nav {background-color:#273B5F;}
nav a { 
	color: #F6F1D2; /* creamcolor from logo */
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .8em;
}
nav a:hover {color: #fff; }


.banner h4{color: #273B5F;}

#aboutUs2 p {
    line-height: 1.8em;
    font-family: sans-serif;
    font-size: larger;
}

.whitebg {
    background: #fff;
    opacity: 0.8;
    padding: 20px;
    border-radius: 15px;
}
.store {
    padding: 0;
}
#store {
    list-style-type: none;
}

.store img{
    padding: 0 10px 0;
}
.store ul {
    line-height: 2.1em;
    float: left;
    width: 60%;
    padding: 9px; 
    border: 5px #03060A dotted;
    border-radius: 15px;
    background-color: #C5D698;
    margin: 0;
}

ul.farm {
    list-style: url(_images/berry16.gif) disc;
    line-height: 2.5em;
    margin-left: 10%; 
}

a.back-to-top {
    display: none;
    width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #273B5F url("/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
} 
.clear-fix { clear:both; line-height: 1px; }
.clear {clear:both}
     