.text_general {
	/* text 12 black  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.text_general2 {
	/* text 12 gray  */	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	line-height:normal;
	font-style:normal;
}
.text_intro {
	/* intro text 13 maroon  */	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#6a2430;
	text-decoration:none;
	line-height:normal;
	font-style:normal;
}
.subtitles2 {
	/* subtitles 16 lightgreen  */	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#9fad01;
	text-decoration: none;
	font-weight:bold;
	line-height:normal;
}
.subtitles3 {
	/* subtitles 15 darkgreen  */	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#798116;
	text-decoration:none;
	font-weight:bold;
	line-height:normal;
}
.subtitle {
	/* subtitles 14 gold  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #bfa201;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.captions  {
	/* text 10 gray */	
    color: #666666;
   	font-family: Verdana, geneva, sans-serif; 
   	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
}

/*** Reset .................................... ***/
body, th, p, ul, li, h1, h2, h3, form {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.7pt;
	color : #333333;
}
body.bg_1 {
	background: #6f770f url("../images/main_home_bg.jpg") repeat-x scroll center top;
}
body.bg_2 {
	background: #6f770f url("../images/main_sub_bg.jpg") repeat-x fixed center top;
}
a {
	color:#783852;
	cursor: pointer;
	text-decoration: none; 
}
a:hover  {
	color: #949e2f;
	text-decoration: none; 
}
.news_details .news_faright h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #999999;
	text-decoration: none;
	font-style: normal;
	padding-bottom:5px;
	margin:0 0 10px;
}
#system-social h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #999999;
	text-decoration: none;
	font-style: normal;
	padding-bottom:5px;
	margin:0 0 10px;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #888888;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #777777;
	text-decoration: none;
	line-height: 130%;
	font-style: normal;
}
.clear {
	clear: both;
}
img {
	border : none;
}
.home_content ul {
	padding: 0;
	margin: 0;
	padding-left: 15px;
	list-style-position: outside;
}
/*
.home_left li, .layout_2c li { 
	list-style-type: square;
}
*/
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}
input { 
    font-family : Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab2d0f;
	border: 1px solid #a39a89;
	padding: 1px 1px 1px 2px;
}
textarea { 
    font-family : Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab2d0f;
	width: 150px;
	height: 70px;
	border: 1px solid #a39a89;
}
select { 
    font-family : Verdana, Helvetica,sans-serif;
	font-size: 11px;
	color: #ab2d0f;
	border: 1px solid #a39a89;
}

/*** Layout ................................ ***/
#container {
	width:100%;
	text-align:center;
}
#container_home {
	width:100%;
	text-align:center;
	background: transparent url("../images/food_bg.jpg") no-repeat scroll center top;
}
#container_subs {
	width:100%;
	text-align:center;
}
#container_home .home {
	width:1000px;
	margin:auto;
	text-align:left;
}

/*** HOME tpl styles .......................... ***/
#container_home .home .nav {
	width:980px;
	height:25px;
	text-align:left;
	padding: 8px 10px 0 10px;
	background: transparent url("../images/navprpl_bg.jpg") repeat-x scroll left top;
}
.flag {
	float:right;
	display:block;
	height:21px;
	width:30px;
}
.home .header_container {
	text-align:left;
	width:1000px;
	background-color: #ffffff;
}
.header_container .logo {
	float:left;
	text-align:left;
	width:770px;
}
.header_container .logo .prod_nav {
	background: transparent url("../images/navgreen_bg.gif") repeat scroll left 31px;
	width:770px;
	height:31px;
	display:block;
}
.header_container .logo .prod_nav .padding {
	background: transparent url("../images/navgreen_bg.gif") no-repeat scroll right top;
	padding:6px 5px 0 10px;
}
.header_container .right_section {
	float:right;
	text-align:right;
	width:220px;
	padding: 130px 10px 0 0;
}
.header_container .right_section .shopping_cart {
	text-align:left;
	width:210px;
	padding:93px 10px 0 5px;
}
.header_container .green_gradient {
	background: transparent url("../images/green_shadow.gif") repeat-x scroll left top;
	height:34px;
}
#container_home .home .home_content {
	width:1000px;
	background: #fcfcfc url("../images/homelight_grad.jpg") repeat-x scroll left bottom;
	font-size:12px;
}
#container_home .home .home_content .padding {
	padding: 0 20px;
}
#container_home .home .home_content li {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f1690;
	font-weight:bold;
}
#container_home .home .home_content .colone_home {
	float:left;
	width:310px;
	padding-right:25px;
}
#container_home .home .home_content .colone_home .padd ul {
	padding-left:35px;
}
#container_home .home .home_content .coltwo_home {
	float:left;
	width:310px;
}
#container_home .home .home_content .coltwo_home .padd ul {
	padding-left:35px;
}
#container_home .home .home_content .colthree_home {
	float:right;
	width:295px;
}
#container_home .home .home_content .colthree_home .padd ul {
	padding-left:35px;
}
.colone_home .padding, .coltwo_home .padding, .colthree_home .padding {
	padding-left:25px;
}
#container_home .home .home_greencontent {
	width:960px;
	background-color:#afae51;
	padding: 0 20px;
}
#container_home .home .home_greencontent .colone {
	float:left;
	width:310px;
	padding-right:25px;
}
#container_home .home .home_greencontent .coltwo {
	float:left;
	width:310px;
}
#container_home .home .home_greencontent .coltwo a {
	display: block;
	height: 0;
	padding-top: 190px;
	overflow: hidden;
	background: transparent url('../images/video.jpg') no-repeat scroll center center;
}
#container_home .home .home_greencontent .colthree {
	float:right;
	width:295px;
}
#footer_productlinks {
	width:960px;
	margin:auto;
	text-align:left;
	padding: 0 20px;
}
/*** END HOME tpl styles ***/


/*** Subpage tpl backgrounds ............................***/

#container_subs.bg_1 {
	background: transparent url('../images/grove.jpg') fixed no-repeat center 100px;
}
#container_subs.bg_2 {
	background: transparent url('../images/olives.jpg') fixed no-repeat center 100px;
}
#container_subs.bg_3 {
	background: transparent url('../images/bigolive.jpg') fixed no-repeat center 100px;
}
#container_subs.bg_4 {
	background: transparent url('../images/olive_products.jpg') fixed no-repeat center 100px;
}

/*** Subpage tpls header styles ............................***/

#container_subs .subs {
	text-align:left;
	width:1000px;
	margin:auto;
}
#container_subs .subs .nav {
	width:980px;
	height:25px;
	text-align:left;
	padding: 8px 10px 0 10px;
	background: transparent url("../images/navprpl_bg.jpg") repeat-x scroll left top;
}
#container_subs .subs .header_container {
	text-align:left;
	width:1000px;
	background-color: #ffffff;
}
#container_subs .subs .header_container .logo {
	float:left;
	text-align:left;
	width:770px;
}
#container_subs .subs .header_container .logo .prod_nav {
	background: transparent url("../images/navgreen_bg.gif") repeat scroll left 31px;
	width:770px;
	height:31px;
	display:block;
}
#container_subs .subs .header_container .logo .prod_nav .padding {
	background: transparent url("../images/navgreen_bg.gif") no-repeat scroll right top;
	padding:6px 5px 0 10px;
}
#container_subs .subs .header_container .right_section {
	float:right;
	text-align:right;
	width:220px;
	padding:110px 10px 0 0;
}
#container_subs .subs .header_container .right_section .shopping_cart {
	text-align:left;
	width:210px;
	padding:75px 10px 0 5px;
}
#container_subs .subs .header_container .green_gradient2 {
	background:#ffffff url("../images/green_shadow_sub.gif") repeat-x scroll left top;
	height:35px;
	font-size:11px;
}
#container_subs .subs .header_container .green_gradient2 .padding {
	padding:7px 20px 0 0;
	text-align:right;
	color:#773c4a;
}
.green_gradient2 a {
	color:#666666;
}
.green_gradient2 a:hover {
	color:#000000;
}
/*** 3 columns tpl _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ***/
#container_subs .subs .layout_3c {
	text-align:left;
	width:960px;
	padding: 0 20px 10px 20px;
	background:#ffffff url("../images/sublight_grad.jpg") repeat-x scroll left bottom;
}
.layout_3c .page_title, .layout_1c .page_title, .layout_2c .page_title {
	width:500px;
	text-align:left;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#64242f;
	text-decoration: none;
	font-weight:normal;
	line-height:normal;
}
.layout_3c .column_left {
	float:left;
	width:200px;
	text-align:left;
	padding-right:20px;
	min-height:320px;
}
.layout_3c .column_left li, .layout_3c .column_middle li {
	margin-left:15px;
}
.layout_3c .column_middle {
	float:left;
	width:510px;
	text-align:left;
	padding-right:10px;
}
.layout_3c .column_right {
	float:right;
	width:200px;
	text-align:left;
	border-left:1px solid #9da05e;
	padding-left:10px;
}
.layout_3c .column_right .also {
	margin-left:20px;
}
.column_right .also a {
	color:#7f3546;
}
.column_right .also a:hover {
	color:#7d9631;
}
.column_right .also ul li.on a {
	color:#81960c;
}
.column_right .also ul {
	font-size:12px;
}
.column_right .also li {
	list-style-image: url('../images/oliv.png');
}

/*** 2 column tpl _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ***/

.layout_2c {
	text-align:left;
	width: 960px;
	padding: 0 20px 10px 20px;
	background: #ffffff url("../images/sublight_grad.jpg") repeat-x scroll left bottom;
}
.layout_2c .column_left1 {
	float:left;
	width:200px;
	text-align:left;
	padding-right: 20px;
	min-height: 320px;
}
.layout_2c .column_left1 li {
	margin-left: 15px;
}
.layout_2c .column_left2 {
	float:right;
	width:740px;
	text-align:left;
}

/*** 1 column tpl _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ***/

.layout_1c {
	text-align:left;
	width:960px;
	padding: 0 20px 10px 20px;
	background: #ffffff url("../images/sublight_grad.jpg") repeat-x scroll left bottom;
}
.layout_1c .column_wide {
	width:960px;
	text-align:left;
	min-height:300px;
}

/*** Navigation ..................... ***/

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navigation ul li {
	float: left;
	list-style: none;
	list-style-image: none;
	position: relative;
	margin-right:1px;
}
.nav #navigation ul li a {
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}
#navigation ul li a span {
	display: block;
	cursor: pointer;
	line-height: 17px;
	text-decoration: none;
	/*padding: 1px 3px 1px 3px;*/
}
#navigation ul li a:hover, #navigation ul li.active a{
	display: block;
	color: #f0fb5e;
	font-weight: bold;
}
#navigation ul li.on a{
	display: block;
	color:#f0fb5e;
	font-weight: bold; 
}

/*** Product navigation ..................... ***/
#product_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#product_nav ul li {
	float: left;
	list-style: none;
	list-style-image: none;
	position: relative;
	margin-right: 1px;
}
#product_nav ul li a {
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px 0 10px;
	line-height: 17px;
	cursor: pointer;
}
#product_nav ul li a:hover, #product_nav ul li.active a, #product_nav ul li.on a {
	color: #f0fb5e;
}

/*
#navigation ul li .long a, #navigation ul li .long_on a  {
	width: 140px;
	padding-top: 1px;
}
#navigation ul li .short a, #navigation ul li .short_on a  {
	width: 50px;
	padding-top: 1px;
}
#navigation ul li .shorta a, #navigation ul li .shorta_on a  {
	width: 65px;
	padding-top: 1px;
}
#navigation ul li a:hover span, #navigation ul li.on a span, #navigation ul li.active a span {
	display: block;
	color: #dfceb2;
	font-weight: bold;
}
#navigation ul li .long a, #navigation ul li .long_on a  {
	width: 100px;
	padding-top: 7px;
	color: #452317;
}
/*** END navigation ***/

.empty {
	height:4px;
	width: 1000px;
	display: block;
}


/*** Footer ................................ ***/
#footer {
	width: 1000px;
	margin:auto;
	text-align:left;
}
#footer .padding {
	padding: 10px 20px 10px 20px;
}
#footer .padding .left {
	float: left;
	width: 700px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dcdcdd;
	font-weight: normal;
	line-height:normal;	
}
#footer .padding .left a {
	color: #dcdcdd;	
}
#footer .padding .left a:hover {
	color: #ffffff;	
}
#footer .padding .right {
	float: right;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color:#454825;
	line-height:normal;	
}
#footer .padding .right a {
	color:#babbbd;
	font-size: 11px;
}
#footer .padding .right a:hover{
	color:#ffffff;
}

#bottom_menu  {
	list-style: none;
}
#bottom_menu a  {
	color:#000000;
	font-size:12px;
}
#bottom_menu a:hover  {
	color:#ffffff;
}

/*** Drop Down Menu ........................................ ***/
.cssmenu_sub {
	height: 20px;
}
#cssmenu_submenus ul {
	float: left;
	margin-top: 7px;
	padding: 0 0 0 0;
	list-style: none;
	width:145px;
}
#cssmenu_submenus ul li {
	list-style: none;
	float: left;
}
#cssmenu_submenus a {
	cursor: pointer;
	display: block;
	background-color: #decc16;
	width:145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #612b34;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	padding: 2px 5px 2px 5px;
	border-top:1px solid #ffffff;
}
#cssmenu_submenus a:hover {
	color: #000000;
	font-weight: bold;
}
/*** End Drop Down Menu ***/

/*** Forms..................................... ***/
input.w05, select.w05 {
	width: 60px;
}
input.w1, select.w1 {
	width: 160px;
}
input.w15, select.w15 {
	width: 170px;
}
input.w2, select.w2 {
	width: 230px;
}
td label {
	display: block;
	position: relative;
	width: 150px;
	color: #666666;
}
span.label {
	display: block;
	color: #666666;
	padding-bottom: 3px;
}
label span.label {
	display: inline;
}
td label img {
	position: absolute;
	top: 3px;
	right: 0px;
}
td.field label, td label.auto {
	width: auto;
	display: inline;
	padding-right: 12px;
}
td.field label {
	color: #333333;
	font-weight: normal;
}
#form_errors {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	margin: 0 0 12px 0;
	padding: 12px;
	color: #666666;
}
#form_errors ul {
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}
#form_errors li {
	margin-top: 0;
	margin-bottom: 3px;
}
#form_errors *:first-child {
	margin-top: 0;
}
#form_errors *:last-child {
	margin-bottom: 0;
}
p.required {
	margin: 0 0 12px 5px;
	color: #666666;
	text-align: left;
}
/* END forms */

/*** Google Maps ................................... ***/
#google_map {
    width: 100%;
    height: 360px;
    border: 1px solid #a6af3c;
    background: #ffffff url(../images/map_loading.gif) no-repeat scroll center center;
    overflow: hidden;
}
#google_map.loaded {
    background-image: none;
}


/* news summary.tpl styles ........................ */
.news_summary {
	width: 510px;
}
.news_summary .ns_img {
	float: left;
	display:block;
	width: 120px;
	height:100px;
	margin-bottom: 15px;
	padding-top:10px;
	text-align: center;
	border: 1px solid #b4bf3f;
	background-color:#FFFFFF;
}
.news_summary .ns_title_date {
	float: right;
	width: 380px;
	margin-bottom: 15px;
	text-align: left;
}
.news_subtitle{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
}
.next_art{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 15px;
	color: #888888;
	font-weight: bold;
}
.news_arttitle {
	font-family:Arial, Helvetica,sans-serif;
	font-size:16px;
	color:#899225;
	font-weight:bold;
}
.news_title {
	font-family:Arial, Helvetica,sans-serif;
	font-size:14px;
	color:#899225;
	font-weight:bold;
}
.news_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10.5px;
	color: #777777;
	font-weight: normal;
}
.news_sumteaser {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
}
.news_sumteaser2 {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	color: #8c9623;
	font-weight: normal;
}

/** News article details styles ....................**/

.news_details {
	width: 960px;
}
.news_details .news_left {
	float: left;
	width: 200px;
	padding-right: 20px;
}
.news_details .news_right {
	float: left;
	width: 510px;
	padding-right: 20px;
	border-right:1px solid #a8b23f;
}
.news_details .news_faright {
	float: right;
	width: 200px;
}
.news_details .art_img {
	padding-bottom:15px;
}
.news_details li {
	margin-left: 15px;
}
td.n_line {
	border-top:1px solid #CCCCCC;
}

/** News list.tpl styles ....................**/

.news_list {
	width: 500px;
}
.news_list .image_list {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	border: solid #5e2933 1px;
}
.news_list .image_list a {
	display: block;
	height: 100px;
	background: transparent url(../images/bigolive_logo_placeholder.jpg) no-repeat scroll center center;
}
.news_list .teaser_list{
	float: right;
	width: 330px;
	text-align: left;
}
.news_list .containing_box {
	border-bottom: dotted #d7d7d7;
	margin-bottom: 10px;
}
/** Event list.tpl summary.tpl styles ....................**/

.event_list {
	width: 510px;
}
.event_list .image_event_list {	
	float: left;
	display:block;
	width: 150px;
	height:100px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #5e2933;
}
.event_list .image_event_list a {
	display: block;
	height: 100px;
	background: transparent url(../images/bigolive_logo_placeholder.jpg) no-repeat scroll center center;
}
.event_list .event_detail{
	float: right;
	width: 380px;
	text-align: left;
}
.event_list .event_detail_list{
	float: right;
	width: 330px;
	text-align: left;
}
.event_list .event_title{
	font-family:Arial, Helvetica,sans-serif;
	font-size:14px;
	color:#899225;
	font-weight:bold;
}
.event_list .containing_box {
	border-bottom: dotted #d7d7d7;
	margin-bottom: 10px;
}
.event_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10.5px;
	color: #777777;
	font-weight: normal;
}
/** Event view.tpl styles ....................**/
.event_view{
	width: 960px;
}
.event_view .event_far_right{
	float: right;
	width: 200px;
}

.event_view .events_left{
	float: left;
	width: 200px;
	padding-right: 20px;
}
.event_view .events_right{
	float: left;
	width: 510px;
	padding-right: 20px;
	border-right:1px solid #a8b23f;
}
.event_view .ev_date{
	font-family:Arial, Helvetica,sans-serif;
	font-size:15px;
	color:#899225;
	font-weight:bold;
}
.events_right .event_image {
	padding-bottom:15px;
}
.event_view .event_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10.5px;
	color: #777777;
	font-weight: normal;
}
.event_view .event_sumteaser2 {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	color: #8c9623;
	font-weight: normal;
}
.event_view .event_far_right h1 {
font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #999999;
	text-decoration: none;
	font-style: normal;
	padding-bottom:5px;
	margin:0 0 10px;
}
td.n_line {
	border-top:1px solid #CCCCCC;
}
/* rotator styles ................*/

.bs_col3 .c1-rotator {
	border:1px solid #d4d2d3;
	background-color:#FFFFFF;
}

/* table styles............*/

table.orange td {
	border:1px solid #eac391;
}
td.blue {
	border-bottom:1px solid #abc4ed;
}
table.green td {
	border:1px solid #bcc87b;
}
/* embedded shopping cart ...................*/

.cart_basket {
	float:right;
	display:block;
	width:50px;
	height:50px;
	background: transparent url(../images/basket.jpg) no-repeat scroll right bottom;
}
.cart_content {
	float:left;
	display:block;
	width:155px;
	padding-top:20px;
	text-align:right;
	color:#707915;
	line-height:normal;
}
/*** footer product styles .....................................***/

.prodfooter_titles {
	color:#cfd692;
	font-size:14px;
	font-weight:bold;
}

/*** Recipe template styles .....................................***/

.recipe_list .image_list {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	border: solid #5e2933 1px;
}
.recipe_list .image_list a {
	display: block;
	height: 100px;
	background: transparent url(../images/bigolive_logo_placeholder.jpg) no-repeat scroll center center;
}
.recipe_list td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.right_table_recipe {
	display: block;
	width: 300px;
	float: right;

}
.left_table_recipe {
	display: block;
	width: 420px;
	float: left;
}
.recipe_details td, th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*** Job template styles .....................................***/

#jobs-list p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
}

#jobs-list .jobs-body {
	width: 500px;
}

