/*==============================================================================
============================= Basic Styles =====================================
================================================================================*/
table, td, img, body {
   margin: 0;
   padding: 0;
}
article, aside, footer, header, nav, section {
   display: block;
}
header, aside, footer {
   text-align: left;
}
img {
   border: 0;
}
address {
   font-style:normal;                                                      /* To Neutralize Default Italic Style To Normal Style */
}
form, ul, li, h1, h2, h3, hr, p {
   margin: 0;
   padding: 0;
}

.clear {
   clear: both;
}
.fltright {
   float: right;
}
.fltleft {
   float: left;
}
.ctr {
   text-align:center;
}
.clearfix:before, .clearfix:after {
   content:"";
   display:block;
}
.clearfix:after {
   clear:both;
}

.overflow {
	overflow:hidden;
	position:absolute;
}


/*==============================================================================
============================= Wrapper Styles ===================================
================================================================================*/

body {
	background:url(images/body_bg.jpg) repeat-x left top #b8b34b;
	}

#wrapper {
	width:960px;
	margin:0 auto;			/* For center alignment */
	}

/*==============================================================================
============================= Header Styles ====================================
================================================================================*/

header {
	background:url(images/header_bg.jpg) no-repeat left top;
    height: 127px;
	text-align:center;
	}
	
.logo img {
    margin-top: 64px;
}

/*==============================================================================
================================== Top Nav Styles ===============================
================================================================================*/

#topnav {
	background:url(images/topnav_bg.jpg) no-repeat center top;
	text-align:center;
	width:100%;
	}

#topnav ul {
	list-style:none;
	}
#topnav ul li {
	display:inline-block;
	}		
#topnav ul li a {
	background:url(images/topnav_links_divider.jpg) no-repeat left 10px;
	font-family:"Rockwell";
	font-size:17px;
	color:#fff6df;
	text-decoration:none;
	display:block;
	margin:0;
	padding: 19px 39px 24px 39px;	
}
#topnav ul li a:hover {
	color:#c1db38
	}

#topnav ul li:first-child a {
    background: none;
}

/*==============================================================================
================================== Main Styles =================================
================================================================================*/

#main {
	background:url(images/main_bg.jpg) repeat-y center top;
	}
#home_main {
	background:url(images/home_main_bg.jpg) repeat-y center top;
	}
/*==============================================================================
================================== Content area Styles ==========================
================================================================================*/

#content_area {
	font-family:"Myriad Pro";
	font-size:13px;
	color:#61635c;
	background:url(images/content_area_top_bg.jpg) no-repeat center top, url(images/content_area_bg.jpg) no-repeat center bottom;
	-pie-background:url(images/content_area_top_bg.jpg) no-repeat center top, url(images/content_area_bg.jpg) no-repeat center bottom;
	behavior: url(/pie/PIE.htc);
	position:relative;
	margin:0;
	padding: 12px 142px 120px 142px;
	min-height:500px;
	}

#home_content_area {
	font-family:"Myriad Pro";
	font-size:13px;
	color:#61635c;
	background:url(images/home_content_area_bg.jpg) no-repeat center bottom;
	margin:0;
	padding: 12px 118px 58px 118px;
	min-height:500px;
	}
	
/*==============================================================================
================================== Footer Styles ==========================
================================================================================*/

.footer_content {
	margin:0;
	padding:0 0 31px 0;
	}

.footer_content address {
	font-family:"Rockwell";
	font-size:12px;
	color:#423f00;
	line-height:18px;
	background:url(images/footer_content_divider.jpg) no-repeat right top;	
    margin: 0;
    padding: 1px 91px 17px 169px;	
	}
.footer_content address strong {
	font-size:13px;
	text-transform:uppercase;
	color:#292700;
	}	
.footer_right_content {
	font-family:"Myriad Pro";
	font-size:12px;
	color:#423f00;
	text-align:right;
	line-height:19px;
    margin: 0;
    padding: 18px 140px 0 0;	
	}
.footer_right_content a {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#292700;
	text-decoration:none;
	}	
.footer_right_content a:hover {
	color:#fff6df;
	}

/*==============================================================================
================================== Heading & default Styles ==========================
================================================================================*/

h1 {
	font-family:"Rockwell";
	font-size:22px;
	color:#000000;
	line-height:25px;
	background:url(images/h1_bg.jpg) repeat-x left bottom;
    margin-bottom: 40px;
    padding-bottom: 18px;
	}

#home_content_area h1 {
	font-family:"Rockwell";
	font-size:18px;
	color:#000000;
	font-weight:normal;
	text-align:center;
	line-height:25px;
	background:url(images/h1_bg.jpg) repeat-x left bottom;
    margin-bottom: 19px;
    padding-bottom: 19px;
	}

h2 {
	font-family:"Rockwell";
	font-size:18px;
	color:#4c6617;
	line-height:21px;
	padding-top:13px;
    padding-bottom: 13px;
	}
#home_content_area h2 {
	font-family:"Helvetica-CondensedBlack";
	font-size:22px;
	color:#010101;
	line-height:26px;
	text-transform:uppercase;
	text-align:center;
	padding-top:7px;
	padding-bottom:0;
	}
	
h3 {
	font-family:"Rockwell";
	font-size:16px;
	color:#252525;
	line-height:19px;
	padding-top:13px;
    padding-bottom: 13px;
	}
	
p {
    padding-bottom: 14px;
	}
	
	


a {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	color:#4c6617;
	text-decoration:none;
	}
	
.about_us h1 {	
font-family:"Rockwell";
	font-size:22px;
	color:#000000;
	line-height:25px;
	background:url(images/h1_bg.jpg) repeat-x left bottom;
    margin-bottom: 40px;
    padding-bottom: 18px;
	}
	
	
.about_us p {
	padding-top:10px;
	font-size:15px;
	color:#000000;
	line-height:22px;
	margin-left:8px;
		margin-right:19px;
}

.Products h1 {
	font-family:"Rockwell";
	font-size:22px;
	color:#000000;
	line-height:25px;
	background:url(images/h1_bg.jpg) repeat-x left bottom;
    margin-bottom: 40px;
    padding-bottom: 18px;
	}
	
.Products p {
	font-size:15px;
	color:#000000;
	line-height:21px;
	margin-left:8px;
	margin-right:35px;
}

.Products ul {
	text-decoration:none;
	list-style:none outside;
	padding-left:10px;
}
.Products ul li{
   background: url("images/home_content_bullet.jpg") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    font-weight: bold;
    line-height: 17px;
    padding: 2px 0px 6px 22px;
}

.Olive_Oil_Suppliers h1 {
	font-family:"Rockwell";
	font-size:22px;
	color:#000000;
	line-height:25px;
	background:url(images/h1_bg.jpg) repeat-x left bottom;
    margin-bottom: 40px;
    padding-bottom: 18px;
	}

.Olive_Oil_Suppliers p {
	padding-top:10px;
	font-size:17px;
	color:#000000;
	line-height:21px;
	margin-left:8px;
}

.Olive_Oil_Suppliers a {	
	color:#0000ff;
		
}

.Olive_Oil_Suppliers a:hover {	
	color:#ff0000;
		
}


.Contact_us	h1{
		
	font-family:"Rockwell";
	font-size:22px;
	color:#000000;
	line-height:25px;
	background:url(images/h1_bg.jpg) repeat-x left bottom;
    margin-bottom: 40px;
    padding-bottom: 18px;
	}
	
.Contact_us p {
	 padding-top:10px;
	 margin-top:20px;
	font-size:16px;
	color:#000000;
	line-height:22px;
	margin-left:8px;
}	
	
	
.Contact_us	a {
	font-size:16px;
	color:#000000;
	line-height:22px;
	margin-left:8px;
	text-decoration:none;
}

.Contact_us	a:hover {
	
	font-size:16px;
	color:#060;
	line-height:22px;
	margin-left:8px;
	text-decoration:none;
}
		

/*==============================================================================
================================== Home page Styles ==========================
================================================================================*/	

.home_top_content {
	background:url(images/home_top_content_bg.jpg) no-repeat left top;
    float: left;
    margin-left: 22px;
	margin-bottom: 20px;
    padding: 16px 11px 7px 25px;
    width: 315px;;
	}
.first_section {
    margin-left: 0;
	}

.home_top_content P {
	line-height:17px;
	padding-bottom: 8px;
	}
	
.home_para {
	font-family:"Rockwell";
	font-size:16px;
	color:#1e2f03;
	line-height:24px;
	text-align:center;
	background:url(images/home_center_content_bg.jpg) no-repeat center top, url(images/home_center_content_bg.jpg) no-repeat center bottom;
	-pie-background:url(images/home_center_content_bg.jpg) no-repeat center top, url(images/home_center_content_bg.jpg) no-repeat center bottom;
	behavior: url(/pie/PIE.htc);
	position:relative;
	padding: 12px 51px 27px 51px;
	}

#home_content_bucket {
	text-align:center;
	}

#home_content_bucket section {
	display:inline-block;
	margin:15px 7px 15px 7px;
	}
#home_bottom_content {
	margin-top:	11px;
	}	
.home_bottom_left_content {
	background:url(images/home_bottom_left_content_bg.jpg) no-repeat left top;
	width:451px;
    margin-left: 8px;
    margin-right: 28px;
	}	
.home_bottom_left_content p {
	font-family:"Rockwell";
	font-size:14px;
	line-height:20px;
	color:#1e2f03;
	text-align:center;
	padding: 26px 15px 24px 15px;
	}
.home_bottom_left_content p span {
	font-weight:900;
	}

.home_bottom_left_content ul {
	list-style:none;
	margin-left: 29px;
	}
.home_bottom_left_content ul li {
	background:url(images/home_content_bullet.jpg) no-repeat left 2px;
	line-height:13px;
	padding: 0 0 6px 15px;
	font-weight: bold;
	}
	
.home_bottom_video {
	width:185px;
	
/*---padding:11px 12px;
	background-color:#ccccca;
	border:1px solid #bcbcbc;----*/
		
}

