@charset "utf-8";

/* Reset CSS */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: top;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6{font-size:100%;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #151312;
	line-height: 20px;
	color: #5f5f5f;
}
ol, ul {
	list-style: none;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

a {
	text-decoration: none;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

sup {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}

/* Layout CSS */

#header-area {
	clear: both;
	background: #150d00 url(../images/header_bg.gif) center top repeat-y;
}

#header {
	width: 990px;
	margin: 0 auto;
}

.header-home {
	height: 442px;
}

.header-page {
	height: 90px;
}


#header-top {
	height: 75px;
}

#logo-area {
	float: left;
	width: 335px;
	padding-left: 47px;
}

#top-menu {
	float: right;
	width: 600px;
	padding-left: 0px;
}


#top-menu ul {
	padding:25px 0 0 60px !important;
	margin:0 0 0 0 !important;
}

#top-menu ul li, 
#top-menu li.current ul.menu-nav li	{
	display:block; 
	float:left;
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
}

#top-menu ul li { 
	margin:0 0 0 0 !important;
}

#top-menu ul li a  {
	border:none;
	text-decoration:none !important;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 7px;
	display:block;
}

#top-menu ul li a span	{
	display:block; 
	color:#FFF;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	float:left;
	padding:8px 10px 24px 2px;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
}

#top-menu ul li a:hover, 
#top-menu ul li.current a { 
	background:url(../images/top_menu_left1.png) 0 0 no-repeat; 
	color:#000;
}

#top-menu ul li a:hover span, 
#top-menu ul li.current a span { 
	background:url(../images/top_menu_right1.png) top right no-repeat; 
	color:#fff;
}

#banner-area {
	clear: both;
	background: url(../images/banner_bg.jpg) left top repeat-x;
	height: 331px;
	border-top: 4px solid #ffffff;
	padding-top: 20px;
}

#banner {
	width: 963px;
	margin: 0 auto;
	background: url(../images/banner_top.gif) left top no-repeat;
	padding-top: 5px;
}

#banner-inner {
	background: url(../images/banner_bottom.png) left bottom no-repeat;
	padding-bottom: 35px;
}

#home-banner {
	background: url(../images/banner_middle.gif) left top repeat-y;
}

#banner-text {
	float: left;
	width: 270px;
	height: 270px;
}

#banner-text div {
	height: 250px;
	padding: 20px;
}

#banner-text h1 {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #6c9138;
	margin-bottom: 20px;
}

#banner-text p {
	font-size: 13px;
	color: #666963;
}

#banner-photo {
	float: right;
	width: 684px;
	margin-right: 6px;
}

#content-area {
	clear: both;
	background: #e7e5df url(../images/content_top_bg.gif) left top repeat-x;
	padding-top: 20px;
}

#content-area-inner {
	background: transparent url(../images/content_bottom_bg.gif) left bottom repeat-x;
}

#content-body {
	width: 990px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 30px;
}

#content {
	float: left;
	width: 655px;
}

#content h1 {
	font-family: Georgia, Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8e6126;
	margin-bottom: 20px;
}

#content h1 span {
	font-family: Georgia, Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cc4f27;
}

#content h1.category {
	font-family: Georgia,Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7da940;
	margin-bottom: 5px;
}


#content h2 {
	font-family: Georgia, Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc4f27;
	margin-bottom: 5px;
}

#content h3 {
	font-family: Georgia, Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
}


#content p {
	text-align: justify;
	margin-bottom: 10px;
}

#content a {
	color: #7da940;
}

#content a:hover {
	text-decoration: underline;
}

#content strong {
	font-weight: bold;
}

#content ul,
#content ol {
	margin-left: 0px;
	font-size: 13px;
	line-height: 1.5em;
}

#content ul li {
	list-style-type: disc;
	list-style-position:outside;
	padding-bottom: 10px;
}

#content ul.fancy li {
	text-align: left;
	background:url(../images/li.gif) 0px 0px no-repeat;
	padding-left: 24px;
	padding-bottom: 8px;
	list-style-type: none;
}

#content ol li {
	list-style-type: decimal;
	list-style-position:inside;
}

div.content-row {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}

div.content-col-half {
	float: left;
	margin-right: 20px;
	width: 300px;
}

div.content-col-third {
	float: left;
	margin-right: 20px;
	width: 194px;
}

img.image-header {
	border: 5px solid #f8f7f3;
	margin-bottom: 6px;
}

div.photo-catalog {
	margin: 0 auto;
	width: 560px;
}

div.photo-catalog a {
}

div.photo-catalog a img {
	border: 5px solid #ffffff;
	margin: 2px;
}


#sidebar {
	background: url(../images/sidebar_shadow.png) -21px 15px no-repeat;
	float: left;
	width: 320px;
	margin-left: 13px;
}

#sidebar-header {
	background: transparent url(../images/sidebar_top_bg.gif) left top no-repeat;
	height: 56px;
	width: 293px;
}

#sidebar-content {
	background: transparent url(../images/sidebar_bg.gif) left top repeat-y;
	padding: 15px;
	width: 263px;
}

#sidebar-footer {
	background: transparent url(../images/sidebar_bottom_bg.gif) left top no-repeat;
	height: 15px;
}

#sidebar-header h1 {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2d1201;
	line-height: 55px;
	padding-left: 15px;
}

#sidebar-content h2 {
	font-size: 13px;
	color: #8e6126;
	margin-bottom: 5px;
}

#sidebar-content p {
	font-size: 12px;
	color: #858585;
	text-align: justify;
	margin-bottom: 5px;
}

ul.sidemenu li ul {
	margin-bottom: 12px;
}

ul.sidemenu li.title {
	background:url(../images/menu_marker.gif) 0px 6px no-repeat;
	color: #7da940;
	font-size: 15px;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 10px;
}

ul.sidemenu li {
	margin-bottom: 2px;
}

ul.sidemenu li a {
	color: #333333;
	font-size: 13px;
	margin-left: 10px;
	display: block;
}

ul.sidemenu li a:hover {
	color: #cc4f27;
}

#sidebar-extra div.book-link {
	clear: both;
	margin-top: 20px;
}

#sidebar-extra div.book-link h3 {
	font-size: 18px;
	color: #7da940;
	padding-left: 120px;
	padding-bottom: 10px;
}

#sidebar-extra div.book-link div.book-preview {
	float: left;
	width: 120px;
}

#sidebar-extra div.book-link div.book-info {
	float: left;
	width: 140px;
}

#sidebar-extra div.book-link div.book-info h4 {
	font-size: 13px;
	color: #cc4f27;
}

#sidebar-extra div.book-link div.book-info a {
	font-size: 12px;
	color: #5f5f5f;
}

#sidebar-extra div.book-link div.book-info a:hover {
	text-decoration: underline;
}



#footer-area {
	clear: both;
	background: #151312 url(../images/footer_bg.jpg) center top no-repeat;
	padding-top: 25px;
}

#footer {
	width: 990px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#footer-info {
	float: left;
	width: 260px;
}

#footer-logo {
	text-align: center;
	margin-bottom: 10px;
}

#footer-address {
	float: left;
	width: 160px;
}

#footer-address p {
	color: #46423f;
	text-align: right;
}

#footer-address p span {
	color: #9e9590;
	padding-right: 4px;
}


#footer-sitemap {
	float: left;
	width: 600px;
}


#footer-sitemap ul.column {
	float: left;
	width: 250px;
	margin-left: 50px;
}

#footer-sitemap ul li ul {
	margin-bottom: 12px;
}

#footer-sitemap ul li.title {
	background:url(../images/menu_marker.gif) 0px 6px no-repeat;
	color: #8e6126;
	font-size: 15px;
	text-align: left;
	padding-left: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#footer-sitemap ul li {
	margin-bottom: 2px;
	color: #333333;
	margin-left: 10px;
}

#footer-sitemap ul li a {
	color: #555555;
	font-size: 13px;
}

#footer-sitemap ul li a:hover {
	color: #977447;
}

#footer-wrap {
	background-color: #151312;
	border-top: 1px dotted #2e2a28;
}

#footer-bottom {
	width: 990px;
	height: 20px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer-left {
	float: left;
	width: 300px;
	font-size: 12px;
}

#footer-left a {
	color: #7d2f00;
}

#footer-left a:hover {
	text-decoration: underline;
}

#footer-center {
	float: left;
	width: 390px;
	text-align: center;
}

#footer-right {
	float: left;
	width: 300px;
	text-align: right;
	font-size: 12px;
}

#footer-right a {
	color: #7d2f00;
}

#footer-right a:hover {
	text-decoration: underline;
}

/* Image Caption Styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

div.side-photos {
	float: right;
	width: 218px;
	margin-left: 20px;
}

div.side-photos-wide {
	float: right;
	width: 438px;
	margin-left: 20px;
}

a.pic-zoom img {
	border: 3px solid #ffffff;
	margin-bottom: 4px;
}

a:hover.pic-zoom img {
	border: 3px solid #8e6126;
	margin-bottom: 4px;
}

div.book-row {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

div.book-cover {
	float: left;
	width: 170px;
	margin-right: 10px;
}

div.book-cover img,
div.book-cover img:hover {
	border: none;
}

div.book-info {
	float: left;
	width: 420px;
}

/*************************/


/* Class Elements */

.align-left {text-align: left;}
.align-center {text-align:center;}
.align-right {text-align: right;}
.align-just {text-align: justify;}
.float-left {float: left;}
.float-right {float: right;}
.clear {clear: both;}
.no-border {border: none !important;}
.italic { font-style: italic; }
.dark { color: #030303; }


/*****************************/

#contact-wrapper div {  
    clear:both;  
    margin:1em 0;  
}  
#contact-wrapper label {  
    display:block;  
    float:none;  
    font-size:13px;  
    width:auto;  
}  
form#contactform input {  
	border: 2px solid #dbd8cf;  
    padding:5px;  
    font-size:16px;  
    color:#333;
}
form#contactform textarea {  
    font-family:Arial, Tahoma, Helvetica, sans-serif;  
    font-size:100%;  
    padding:0.6em 0.5em 0.7em;  
	border: 2px solid #dbd8cf;  
}

form#contactform input[type=submit] {
    font-size:13px; 
	cursor: pointer; 
}

#contact-wrapper p.error,
form#contactform label.error {
	color: #d33f27;
	font-size: 13px;
}

form#contactform input#chkfield {  
	display: none;
	visibility: hidden;
}

/**** Price Tables **************/

table.price-table caption {
	font-size: 20px;
	color: #8ea870;
	font-family: Georgia, Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 102px;
}

table.price-table td {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	height: 50px;
}

table.price-table td.corner {
	background-color: #e7e5df !important;
}

table.price-table td.sep {
	border-right: 1px solid #8e8a7e !important;
}

table.price-table tr.col-tag td {
	height: 26px;
	color: #ffffff;
	font-size: 16px;
}

table.price-table tr.col-tag td.odd {
	background-color: #756b57;
}

table.price-table tr.col-tag td.even {
	background-color: #9c8e72;
}

table.price-table tr.col-header td {
	height: 70px;
	color: #2a2722;
	font-size: 10px;
	line-height: 16px;
	background-color: #f3ecdf;
	border-bottom: 1px solid #a19d93;
	border-right: 1px dotted #b5b0a5;
}

table.price-table tr.last td {
	border-bottom: 1px solid #a19d93 !important;
}

table.price-table tr.data-row td {
	border-right: 1px dotted #b5b0a5;
	border-bottom: 1px dotted #b5b0a5;
}

table.price-table tr.sep td {
	border-bottom: 1px solid #a19d93;
}

table.price-table tr.data-row td {
	height: 50px;
	font-size: 14px;
	color: #528516;
}

table.price-table tr.odd td {
	background-color: #e1dbcf;
}

table.price-table tr.even td {
	background-color: #f3ecdf;
}

table.price-table tr.data-row td.row-tag {
	width: 23px;
	color: #ffffff;
	font-size: 16px;
	border: none !important;
}

table.price-table tr.odd td.row-tag {
	background-color: #756b57;
}

table.price-table tr.even td.row-tag {
	background-color: #9c8e72;
}

table.price-table tr.data-row td.row-header {
	color: #2a2722;
	font-size: 10px;
	line-height: 13px;
	border-right: 1px solid #a19d93;
}

table.price-table tr.data-row td.ideal {
	background-color: #8ea870;
	color: #ffffff;
}


table.price-table tfoot td {
	padding-left: 200px;
}

table.price-table tfoot td table td {
	height: 2em;
	padding-left: 10px;
}

table.price-table tfoot td table td.ideal {
	background-color: #8ea870;
	width: 2em;
	padding-left: 0px;
}

table.corner-header td {
	height: 35px !important;
	background-color: #e7e5df !important;
	border: none !important;
}

table.corner-header td.col-header {
	text-align: right !important;
	vertical-align: bottom !important;
	font-size: 11px !important;
	padding-right: 5px;
}

table.corner-header td.row-header {
	text-align: left !important;
	vertical-align: bottom !important;
	padding-left: 35px;
	font-size: 11px !important;
}

table.inner td {
	height: 25px !important;
	border: none !important;
}

table.inner td.text {
	font-size: 10px !important;
	border: none !important;
	color: #2a2722 !important;
}

table.price-table tr.last td table.inner td {
	border-bottom: none !important;
}

table.inner tr:first-child td,
table.price-table tr.last td table.inner tr:first-child td{
	border-bottom: 1px dotted #b5b0a5 !important;
}


/**** Olive varietes Tables **************/

table.varietes-table {
	border-left: 1px dotted #b5b0a5;
}

table.varietes-table tr td {
	padding: 4px;
	font-size: 14px;
}

table.varietes-table  tr.header td {
	color: #ffffff;
	background-color: #9c8e72;
	border-bottom: 1px solid #a19d93;
	border-right: 1px dotted #b5b0a5;
}

table.varietes-table  tr.odd td {
	background-color: #e1dbcf;
	border-right: 1px dotted #b5b0a5;
	border-bottom: 1px dotted #b5b0a5;
}

table.varietes-table  tr.even td {
	background-color: #f3ecdf;
	border-right: 1px dotted #b5b0a5;
	border-bottom: 1px dotted #b5b0a5;
}




div.packing-info {
	margin-top: 20px;
	padding-right: 20px;
}

div.packing-info h3 {
	font-size: 16px;
	color: #7da940;
	margin-bottom: 10px;
}

div.packing-info p,
div.packing-info ul li {
	font-size: 12px;
}

div.packing-info ul {
	margin-left: 10px;
}

div.price-warning {
	padding: 10px;
	background-color: #f4f2eb;
	border: 1px dotted #9c8e72;
	text-align: justify;
}

a.pricelist-link {
	padding-left: 80px;
	background: url(../images/price-tag.jpg) left top no-repeat;
	height: 35px;
	line-height: 35px;
	display: block;
	font-size: 16px;
	color: #8ea870;
	font-family: Georgia, Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-left: 30px;
}