@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: ;
	background: transparent;
}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	background: #000000 url(../../assets/images/back_tile.jpg) repeat-x;
	font: 62.5%  Helvetica, Arial, sans-serif;
	color: #464646;
	}
	
/*Define text styles*/

p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #464646;
	}
	
h1 {
	color: #179365;
	margin-bottom: 15px;
	font: bold 2.3em "Gill Sans", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	}
	
h2 {
	color: #179365;
	font: bold 1.7em "Gill Sans", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	}
	
h3 {
	color: #664230;
	font: bold 1.5em "Gill Sans", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	}
	
h4 {
	}
	
h5 {
	}
	
a:link {
	color: #74E865;
	color: #2e4a29;
	}

a:visited {
	color: #2e4a29;
	}

a:hover {
	color: #2e4a29;
	text-decoration:none;
	}
	

	
ul {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
li {
	list-style-image: url(../../assets/images/bullet.gif);
	padding-left: 5px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 5px;
	}
	
	
td{
	font-size:12px;
}
/*Define styles for Main Containers*/

#container {
	}
	
#header {
	height: 190px;
	width: 967px;
	background: url(../../assets/images/header_back.jpg) no-repeat;
	padding-top: 10px;
	padding-left: 23px;
	}
	
#header_sub {
	height: 70px;
	width: 990px;
	background: url(../../assets/images/sub_header_back.jpg) no-repeat;
	}
	
#header_top {
	background-image: url(../../assets/images/header_top.jpg);
	height: 67px;
	width: 950px;
	background-repeat: no-repeat;
	font-family:  Helvetica, Arial, sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-right: 40px;
	color: #946b4b;
	font-size: 1em;
	}
	
#header_top a:link {
	color: #FFFFFF;
	}
	
#header_top a:visited {
	color: #FFFFFF;
	}
	
#header_top a:hover {
	color: #6BEF62;
	}
	
.phone {
	font-size: 2.1em;
	color: #FFFFFF;
	margin-top: 25px;
	}
	
.phone .small {
	font-size: 15px;
	}
	
#nav {
/* width:967px; */
	}

/*Define styles for content area*/
	
#content_container {
	width: 990px;
	background-image: url(../../assets/images/content_tile.jpg);
	background-repeat: repeat-y;
	float: left;
	}
	
#content {
	float: right;
	width: 605px;
	margin-top: 10px;
	padding-right: 55px;
	}
	
#content_back {
	min-height:541px;
	height:auto !important;
	height:541px;
	background: url(../../assets/images/content_back.jpg) no-repeat top;
	}
	
#content_back_sub {
	min-height:679px;
	height:auto !important;
	height:679px;
	background: url(../../assets/images/sub_content_back.jpg) no-repeat top;
	}
	
#content img {

	}
	
#which_picker {
	background-image: url(../../assets/images/selector_back.jpg);
	height: 221px;
	width: 580px;
	clear: both;
	padding-top: 25px;
	padding-left: 25px;
	}
	
#which_picker label {
	color: #815a40;
	font-size: 1.3em;
	}
	
#which_picker select {
	}
	
#nut_list {
	width: 450px;
	}
	
#nut_list ul {
	}
	
#nut_list li {
	}
	
/*Define styles for call-out box*/

.call_out {
	float: right;
	width: 180px;
	margin: 15px;
	padding: 10px;
	background-color: #C2E6D8;
	}
	
.call_out h1 {
	font-size: 2em;
	}
	
.call_out p {
	}

/*Define styles for photos within Content*/

.right_photo {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
.right_photo img {
	border: 1px solid #A7D6C4;
	padding: 2px;
	}

.left_photo {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.left_photo img {
	border: 1px solid #A7D6C4;
	padding: 2px;
	}
	
/*Define styles for sidebar*/

#sidebar_outside {
	width: 210px;
	float: left;
	padding-left: 65px;
	padding-top: 15px;

	}
	
	
#sidebar {
	color: #FFFFFF;
	padding-left: 15px;
	
	}
#sidebar h1 {
	color:#00FF00;
	color:#70ef6a;
	margin-bottom: 15px;
	font-size: 1.9em;
	}
	#sidebar h1 a{
	color:#d6e58f;
	
	}
	
#sidebar p {
	color: #FFFFFF;
	}
	
#sidebar ul{
	margin-bottom: 15px;
	}
	
#sidebar li {
	color: #FFFFFF;
	font-weight: bold;
	}

#sidebar li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
.sidebar_img img {
	
	}
	
/*Define styles for footer*/

#footer {
	background-image: url(../../assets/images/footer.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 990px;
	clear: both;
	text-align: center;
	padding-top: 25px;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
#footer a:link {
	color: #CCCCCC;
	margin-right: 3px;
	margin-left: 3px;
	}
	
#footer a:visited {
	color: #CCCCCC;
	}
	
#footer a:hover {
	color: #00CC66;
	}
	
	
	#flag{
		font-size:10px;
		vertical-align:middle;

	}
	
/*Define styles for form elements*/
/*
.right_form {
	float: right;
	width: 330px;
	background-color: #AFD9C9;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
	
#form p {
	text-align: right;
	margin: 5px;
	}

input {
	//font-family:  Helvetica, Arial, sans-serif;
	//font-size: 1.1em;
	//border: 1px solid #916949;
	//margin: 5px;
	//width: 160px;
	}
 
input.button {
	color: #FFFFFF;
	background-color: #0E6B48;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	position: relative;
	bottom: 30px;
 	}
	
select {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	border: 1px solid #916949;
	width: 160px;
	margin: 5px;
	}
	
textarea {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	border: 1px solid #916949;
	margin: 5px;
	width: 200px;
	height: 80px;
	position: inline;
	bottom: 30px;
	}
	
p.textarea {
	text-align: right;
	}
	
*/
