/* general */
* {margin: 0;padding: 0;}
a {text-decoration:none;}
ul {list-style-type:none;}
body {
    background-color: #fff;
    font-family:arial;
    font-size:62.5%;
    text-align: center;
}
.relative {position: relative;}
.clear {clear: both;overflow: hidden;}
.left {float: left;}
p.error {color:red;font-weight:bold;}
p.ok {color:#006228;font-weight:bold;}
/* header */
#header {
    background:transparent url(img/topbg.png) no-repeat scroll center 65px;
    height:210px;
    margin:0 auto;
    position:relative;
    width:960px;
    z-index:199;
}

#header a#tittle {left:362px;position:absolute;top:30px;}

#header a#tittle h1 {
    background:transparent url(img/logo.png) no-repeat scroll center center;
    cursor: pointer;
    height:96px;
    overflow:hidden;
    text-indent:-3000px;
    width:235px;
    z-index:1;
}

#content {
    font-size:12px;
    margin:0 auto;
    position:relative;
    text-align:left;
    width:890px;
    z-index:4;
}

.col_left {float:left;width:297px;}
.col_right {float:right;margin-left:10px;margin-top:20px;width:583px;}

#home {background:transparent url(img/home.png) no-repeat scroll center center;height:277px;}

#imgRotate {position:relative;height:280px;}
#imgRotate ul li {float:left;position:absolute;list-style: none;}
#imgRotate ul li.show {z-index:500}
/* menu superior derecho */
#menu_sup_right {
    position:absolute;
    right:80px;
    top:10px;
    z-index:200;
}

#menu_sup_right li {
    float:left;
    margin:10px;
}

#menu_sup_right li a {
    background-image: url(img/logos_ball.png);
    background-repeat: no-repeat;
    display:block;
    height:43px;
    width: 32px;
    text-align:center;
    text-indent: -3000px;
    overflow: hidden;
}

li.news a:hover {background-position: 0 -129px;}
li.contact a:hover {background-position: 0 -172px;}
li.home a:hover {background-position: 0 -215px;}

li.news a {background-position: 0 0;}
li.contact a {background-position: 0 -43px;}
li.home a {background-position: 0 -86px;}

/* menu de about us y products */
#menu_sup_left {
    left:70px;
    position:absolute;
    top:20px;
    z-index:201;
}
#menu_sup_left li {
    float:left;
    font-size:17px;
    text-transform:uppercase;
}
#menu_sup_left li a {
    background:transparent url(img/arrow.png) no-repeat scroll 2px 14px;
    color:#848484;
    display:block;
    height:15px;
    margin-left:10px;
    padding:10px 0 10px 10px;
    width:64px;
}
#menu_sup_left li a:hover {
    background-image: url(img/arrow_active.png);
    color: #006228;
}

#menu_sup_left #m_about {
    margin-right:10px;
}

#menu_sup_left #m_products {
    background:transparent url(img/linea_puntos.png) no-repeat scroll 0 0;
    padding-left:8px;
}

/* menu pricipal (el de las frutas) */
#main_menu {
    left:0;
    margin:auto 45px;
    position:absolute;
    top:140px;
    width:870px;
    z-index:202;
}
#main_menu li {float:left;margin:0 3px;}

#main_menu li a {
    background:transparent url(img/menu_frutas_garlic.png) no-repeat scroll 0 0;
    color:#006228;
    display:block;
    font-size:17px;
    height:70px;
    line-height:17px;
    text-transform:uppercase;
}
#main_menu li a:hover {background:transparent url(img/menu_frutas_garlic.png) no-repeat scroll; height: 150px;}

#main_menu li#m_kiwi a {background-position:0 30px;width:103px;}
#main_menu li#m_chestnuts a {background-position:-109px 30px;width:103px;}
#main_menu li#m_grapes a {background-position:-218px 30px;width:102px;}
#main_menu li#m_citrus a {background-position:-326px 30px;width:102px;}
#main_menu li#m_figs a {background-position:-435px 30px;width:103px;}
#main_menu li#m_nuts a {background-position:-542px 30px;width:102px;}
#main_menu li#m_organic a {background-position:-649px 30px;width:102px;}
#main_menu li#m_garlic a {background-position:-755px 30px;width:102px;}

#main_menu li#m_kiwi a:hover {background-position:0 -54px;width:103px;}
#main_menu li#m_chestnuts a:hover {background-position:-109px -54px;width:103px;}
#main_menu li#m_grapes a:hover {background-position:-218px -54px;width:102px;}
#main_menu li#m_citrus a:hover {background-position:-326px -54px;width:102px;}
#main_menu li#m_figs a:hover {background-position:-435px -54px;width:103px;}
#main_menu li#m_nuts a:hover {background-position:-542px -54px;width:102px;}
#main_menu li#m_organic a:hover {background-position:-649px -54px;width:102px;}
#main_menu li#m_garlic a:hover {background-position:-755px -54px;width:102px;}

/* footer */
#green_box {background:transparent url(img/green_box.png) no-repeat scroll center center;
float:left;height:91px;position:relative;width:285px;}
#gray_box {background:transparent url(img/gray_box2.png) no-repeat scroll center center;
float:left;height:103px;position: relative;width:303px;}
#blue_box {background:transparent url(img/blue_box.png) no-repeat scroll right center;
float:left;height:91px;position: relative;width:307px;}
#cont_box h3 {text-transform: uppercase;font-size: 23px;}
#green_box h3 {color:#FFFFFF;margin-left:0;margin-top:16px;}
#gray_box h3 {color:#585858;line-height:17px;margin-left:25px;margin-top:10px;text-align:left;height:53px;}
#blue_box h3 {color:#FFFFFF;margin-left:93px;margin-top:15px;text-align:left;}
#cont_box {
    background:transparent url(img/linea_puntos_h.png) repeat-x scroll left bottom;
    margin:10px 21px 10px 44px;
    overflow:hidden;
    padding-bottom:10px;
    width:895px;
}
#blue_box p {color:#FFFFFF;font-size:10px;left:95px;position:absolute;text-align:left;top:40px;width:191px;}

#blue_box, #blue_box * {cursor:pointer;}

#footer{color:#B0B0B2;font-size:12px;margin:15px auto;width:960px;}
#footer a{color:#B0B0B2;}
#footer a:hover{text-decoration: underline;}
#footer select {background-color:#EAEAEC;border:0 none;font-size:10px;text-transform:capitalize;}
#footer #green_box select {left:82px;position:absolute;top:45px;}
#footer #gray_box select {left:28px;position:absolute;top:65px;}

.cmf-skinned-select {background:transparent url(img/select.png) no-repeat scroll left top !important;height:22px !important;width:122px !important;}
.cmf-skinned-text {color:#4D4D4D;font-size:9px;height:22px !important;line-height:17px;padding-left:4px;text-align:left;text-transform:capitalize;}

#f_read_more {background:transparent url(img/circ_mas.png) no-repeat scroll left center;bottom:4px;color:#FFFFFF !important;font-size:9px;position:absolute;right:10px;width:72px !important;}

/* general de todas las frutas */
.kiwi_all_recipes .txt p, .grapes_all_recipes .txt p, .chestnuts_fresh_all_recipes .txt p, .chestnuts_roasted_all_recipes .txt p,
.citrus_tarocco_all_recipes .txt p, .citrus_clementines_all_recipes .txt p, .citrus_lemon_all_recipes .txt p, .organic_kiwi_all_recipes .txt p,
.organic_clementines_all_recipes .txt p, .driedfruitsnuts_almonds_all_recipes .txt p, .driedfruitsnuts_apricots_all_recipes .txt p,
.driedfruitsnuts_dates_all_recipes .txt p, .driedfruitsnuts_hazelnuts_all_recipes .txt p, .driedfruitsnuts_mixednuts_all_recipes .txt p {width: 290px;}
/* kiwi */
/* all*/
.kiwi_all_overview .col_left {background:transparent url(img/kiwi/kiwi_all_overview.png) no-repeat scroll center center;height:506px;}
.kiwi_all_overview #content_info_right_top {background:transparent url(img/kiwi/kiwi_overview_img.png) no-repeat scroll right bottom;height:120px;}
.kiwi_all_recipes .col_left {background:transparent url(img/kiwi/kiwi_recipes_img.png) no-repeat scroll center center;height:560px;}
.kiwi_all_recipes #content_info_right {background:transparent url(img/kiwi/bg_kiwi_recipes.png) no-repeat scroll right 50px;}
.kiwi_all_nutritional .col_left {background:transparent url(img/kiwi/kiwi_all_nutritional.png) no-repeat scroll center center;height:506px;}
.kiwi_all_packaging .col_left {background:transparent url(img/kiwi/kiwi_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.kiwi_italy_region .col_left {background:transparent url(img/kiwi/kiwi_italy_region.png) no-repeat scroll center center;height:514px;}
.kiwi_italy_video .col_left {background:transparent url(img/kiwi/kiwi_italy_video.png) no-repeat scroll center center;height:514px;}
.kiwi_italy_image .col_left {background:transparent url(img/kiwi/kiwi_italy_image.png) no-repeat scroll center center;height:514px;}
.kiwi_italy_calendar .col_left {background:transparent url(img/kiwi/kiwi_italy_calendar.png) no-repeat scroll center center;height:580px;}
.kiwi_italy_brands .col_left {background:transparent url(img/kiwi/kiwi_italy_brands.png) no-repeat scroll center center;height:516px;}

/* chile */
.kiwi_chile_region .col_left {background:transparent url(img/kiwi/kiwi_chile_region.png) no-repeat scroll center center;height:514px;}
.kiwi_chile_video .col_left {background:transparent url(img/kiwi/kiwi_chile_video.png) no-repeat scroll center center;height:514px;}
.kiwi_chile_image .col_left {background:transparent url(img/kiwi/kiwi_chile_image.png) no-repeat scroll center center;height:514px;}
.kiwi_chile_calendar .col_left {background:transparent url(img/kiwi/kiwi_chile_calendar.png) no-repeat scroll center center;height:515px;}
.kiwi_chile_brands .col_left {background:transparent url(img/kiwi/kiwi_chile_brands.png) no-repeat scroll center center;height:516px;}

/* new zealand  */
.kiwi_newzealand_region .col_left {background:transparent url(img/kiwi/kiwi_newzealand_region.png) no-repeat scroll center center;height:514px;}
.kiwi_newzealand_video .col_left {background:transparent url(img/kiwi/kiwi_newzealand_video.png) no-repeat scroll center center;height:514px;}
.kiwi_newzealand_image .col_left {background:transparent url(img/kiwi/kiwi_newzealand_image.png) no-repeat scroll center center;height:514px;}
.kiwi_newzealand_calendar .col_left {background:transparent url(img/kiwi/kiwi_newzealand_calendar.png) no-repeat scroll center center;height:515px;}
.kiwi_newzealand_brands .col_left {background:transparent url(img/kiwi/kiwi_newzealand_brands.png) no-repeat scroll center center;height:516px;}

/* usa  */
.kiwi_usa_region .col_left {background:transparent url(img/kiwi/kiwi_usa_region.png) no-repeat scroll center center;height:514px;}
.kiwi_usa_video .col_left {background:transparent url(img/kiwi/kiwi_usa_video.png) no-repeat scroll center center;height:514px;}
.kiwi_usa_image .col_left {background:transparent url(img/kiwi/kiwi_usa_image.png) no-repeat scroll center center;height:514px;}
.kiwi_usa_calendar .col_left {background:transparent url(img/kiwi/kiwi_usa_calendar.png) no-repeat scroll center center;height:515px;}
.kiwi_usa_brands .col_left {background:transparent url(img/kiwi/kiwi_usa_brands.png) no-repeat scroll center center;height:516px;}

/* grapes */
/* all*/
.grapes_all_overview .col_left {background:transparent url(img/grapes/grapes_all_overview.png) no-repeat scroll center center;height:506px;}
.grapes_all_overview #content_info_right_top {background:transparent url(img/grapes/grapes_overview_img.png) no-repeat scroll right bottom;height:120px;}
.grapes_all_recipes .col_left {background:transparent url(img/grapes/grapes_all_recipes.png) no-repeat scroll center center;height:560px;}
.grapes_all_recipes #content_info_right {background:transparent url(img/grapes/bg_grapes_recipes.png) no-repeat scroll right 50px;}
.grapes_all_nutritional .col_left {background:transparent url(img/grapes/grapes_all_nutritional.png) no-repeat scroll center center;height:506px;}
.grapes_all_packaging .col_left {background:transparent url(img/grapes/grapes_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.grapes_italy_region .col_left {background:transparent url(img/grapes/grapes_italy_region.png) no-repeat scroll center center;height:514px;}
.grapes_italy_video .col_left {background:transparent url(img/grapes/grapes_italy_video.png) no-repeat scroll center center;height:514px;}
.grapes_italy_image .col_left {background:transparent url(img/grapes/grapes_italy_image.png) no-repeat scroll center center;height:514px;}
.grapes_italy_calendar .col_left {background:transparent url(img/grapes/grapes_italy_calendar.png) no-repeat scroll center center;height:580px;}
.grapes_italy_brands .col_left {background:transparent url(img/grapes/grapes_italy_brands.png) no-repeat scroll center center;height:516px;}

/* chile */
.grapes_chile_region .col_left {background:transparent url(img/grapes/grapes_chile_region.png) no-repeat scroll center center;height:514px;}
.grapes_chile_video .col_left {background:transparent url(img/grapes/grapes_chile_video.png) no-repeat scroll center center;height:514px;}
.grapes_chile_image .col_left {background:transparent url(img/grapes/grapes_chile_image.png) no-repeat scroll center center;height:514px;}
.grapes_chile_calendar .col_left {background:transparent url(img/grapes/grapes_chile_calendar.png) no-repeat scroll center center;height:515px;}
.grapes_chile_brands .col_left {background:transparent url(img/grapes/grapes_chile_brands.png) no-repeat scroll center center;height:516px;}

/* chestnuts */
/* fresh */
/* all*/
.chestnuts_fresh_all_overview .col_left {background:transparent url(img/chestnuts/chestnuts_fresh_all_overview.png) no-repeat scroll center center;height:506px;}
.chestnuts_fresh_all_overview #content_info_right_top {background:transparent url(img/chestnuts/chestnuts_fresh_overview_img.png) no-repeat scroll right bottom;height:120px;}
.chestnuts_fresh_all_recipes .col_left {background:transparent url(img/chestnuts/chestnuts_fresh_all_recipes.png) no-repeat scroll center center;height:520px;}
.chestnuts_fresh_all_recipes #content_info_right {background:transparent url(img/chestnuts/bg_chestnuts_fresh_recipes.png) no-repeat scroll right 50px;}
.chestnuts_fresh_all_nutritional .col_left {background:transparent url(img/chestnuts/chestnuts_fresh_all_nutritional.png) no-repeat scroll center center;height:506px;}
.chestnuts_fresh_all_packaging .col_left {background:transparent url(img/chestnuts/chestnuts_fresh_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.chestnuts_fresh_italy_region .col_left {background:transparent url(img/chestnuts/chestnuts_fresh_italy_region.png) no-repeat scroll center center;height:514px;}
.chestnuts_fresh_italy_video .col_left {background:transparent url(img/chestnuts/chestnuts_fresh_italy_video.png) no-repeat scroll center center;height:514px;}
.chestnuts_fresh_italy_image .col_left {background:transparent url(img/chestnuts/chestnuts_fresh_italy_image.png) no-repeat scroll center center;height:514px;}
.chestnuts_fresh_italy_calendar .col_left {background:transparent url(img/chestnuts/chestnuts_fresh_italy_calendar.png) no-repeat scroll center center;height:580px;}
.chestnuts_fresh_italy_brands .col_left {background:transparent url(img/chestnuts/chestnuts_fresh_italy_brands.png) no-repeat scroll center center;height:514px;}

/* roasted */
/* all*/
.chestnuts_roasted_all_overview .col_left {background:transparent url(img/chestnuts/chestnuts_roasted_all_overview.png) no-repeat scroll center center;height:506px;}
.chestnuts_roasted_all_overview #content_info_right_top {background:transparent url(img/chestnuts/chestnuts_roasted_overview_img.png) no-repeat scroll right bottom;height:120px;}
.chestnuts_roasted_all_recipes .col_left {background:transparent url(img/chestnuts/chestnuts_roasted_all_recipes.png) no-repeat scroll center center;height:520px;}
.chestnuts_roasted_all_recipes #content_info_right {background:transparent url(img/chestnuts/bg_chestnuts_roasted_recipes.png) no-repeat scroll right 50px;}
.chestnuts_roasted_all_nutritional .col_left {background:transparent url(img/chestnuts/chestnuts_roasted_all_nutritional.png) no-repeat scroll center center;height:506px;}
.chestnuts_roasted_all_packaging .col_left {background:transparent url(img/chestnuts/chestnuts_roasted_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.chestnuts_roasted_italy_region .col_left {background:transparent url(img/chestnuts/chestnuts_roasted_italy_region.png) no-repeat scroll center center;height:514px;}
.chestnuts_roasted_italy_video .col_left {background:transparent url(img/chestnuts/chestnuts_roasted_italy_video.png) no-repeat scroll center center;height:514px;}
.chestnuts_roasted_italy_image .col_left {background:transparent url(img/chestnuts/chestnuts_roasted_italy_image.png) no-repeat scroll center center;height:514px;}
.chestnuts_roasted_italy_calendar .col_left {background:transparent url(img/chestnuts/chestnuts_roasted_italy_calendar.png) no-repeat scroll center center;height:580px;}
.chestnuts_roasted_italy_brands .col_left {background:transparent url(img/chestnuts/chestnuts_roasted_italy_brands.png) no-repeat scroll center center;height:514px;}

/* citrus */
/* clementines */
/* all */
.citrus_clementines_all_overview .col_left {background:transparent url(img/citrus/citrus_clementines_all_overview.png) no-repeat scroll center center;height:506px;}
.citrus_clementines_all_overview #content_info_right_top {background:transparent url(img/citrus/citrus_clementines_overview_img.png) no-repeat scroll right bottom;height:90px;}
.citrus_clementines_all_recipes .col_left {background:transparent url(img/citrus/citrus_clementines_all_recipes.png) no-repeat scroll center center;height:520px;}
.citrus_clementines_all_recipes #content_info_right {background:transparent url(img/citrus/bg_citrus_clementines_recipes.png) no-repeat scroll right 50px;}
.citrus_clementines_all_nutritional .col_left {background:transparent url(img/citrus/citrus_clementines_all_nutritional.png) no-repeat scroll center center;height:506px;}
.citrus_clementines_all_packaging .col_left {background:transparent url(img/citrus/citrus_clementines_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.citrus_clementines_italy_region .col_left {background:transparent url(img/citrus/citrus_clementines_italy_region.png) no-repeat scroll center center;height:514px;}
.citrus_clementines_italy_video .col_left {background:transparent url(img/citrus/citrus_clementines_italy_video.png) no-repeat scroll center center;height:514px;}
.citrus_clementines_italy_image .col_left {background:transparent url(img/citrus/citrus_clementines_italy_image.png) no-repeat scroll center center;height:514px;}
.citrus_clementines_italy_calendar .col_left {background:transparent url(img/citrus/citrus_clementines_italy_calendar.png) no-repeat scroll center center;height:580px;}
.citrus_clementines_italy_brands .col_left {background:transparent url(img/citrus/citrus_clementines_italy_brands.png) no-repeat scroll center center;height:520px;}

/* spain */
.citrus_clementines_spain_region .col_left {background:transparent url(img/citrus/citrus_clementines_spain_region.png) no-repeat scroll center center;height:514px;}
.citrus_clementines_spain_video .col_left {background:transparent url(img/citrus/citrus_clementines_spain_video.png) no-repeat scroll center center;height:514px;}
.citrus_clementines_spain_image .col_left {background:transparent url(img/citrus/citrus_clementines_spain_image.png) no-repeat scroll center center;height:514px;}
.citrus_clementines_spain_calendar .col_left {background:transparent url(img/citrus/citrus_clementines_spain_calendar.png) no-repeat scroll center center;height: 584px;}
.citrus_clementines_spain_brands .col_left {background:transparent url(img/citrus/citrus_clementines_spain_brands.png) no-repeat scroll center center;height:520px;}

/* tarocco */
/* all */
.citrus_tarocco_all_overview .col_left {background:transparent url(img/citrus/citrus_tarocco_all_overview.png) no-repeat scroll center center;height:506px;}
.citrus_tarocco_all_overview #content_info_right_top {background:transparent url(img/citrus/citrus_tarocco_overview_img.png) no-repeat scroll right bottom;height:90px;}
.citrus_tarocco_all_recipes .col_left {background:transparent url(img/citrus/citrus_tarocco_all_recipes.png) no-repeat scroll center center;height:520px;}
.citrus_tarocco_all_recipes #content_info_right {background:transparent url(img/citrus/bg_citrus_tarocco_recipes.png) no-repeat scroll right 50px;}
.citrus_tarocco_all_nutritional .col_left {background:transparent url(img/citrus/citrus_tarocco_all_nutritional.png) no-repeat scroll center center;height:506px;}
.citrus_tarocco_all_packaging .col_left {background:transparent url(img/citrus/citrus_tarocco_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.citrus_tarocco_italy_region .col_left {background:transparent url(img/citrus/citrus_tarocco_italy_region.png) no-repeat scroll center center;height:514px;}
.citrus_tarocco_italy_video .col_left {background:transparent url(img/citrus/citrus_tarocco_italy_video.png) no-repeat scroll center center;height:514px;}
.citrus_tarocco_italy_image .col_left {background:transparent url(img/citrus/citrus_tarocco_italy_image.png) no-repeat scroll center center;height:514px;}
.citrus_tarocco_italy_calendar .col_left {background:transparent url(img/citrus/citrus_tarocco_italy_calendar.png) no-repeat scroll center center;height:580px;}
.citrus_tarocco_italy_brands .col_left {background:transparent url(img/citrus/citrus_tarocco_italy_brands.png) no-repeat scroll center center;height:520px;}

/* spain */
.citrus_tarocco_spain_region .col_left {background:transparent url(img/citrus/citrus_tarocco_spain_region.png) no-repeat scroll center center;height:514px;}
.citrus_tarocco_spain_video .col_left {background:transparent url(img/citrus/citrus_tarocco_spain_video.png) no-repeat scroll center center;height:514px;}
.citrus_tarocco_spain_image .col_left {background:transparent url(img/citrus/citrus_tarocco_spain_image.png) no-repeat scroll center center;height:514px;}
.citrus_tarocco_spain_calendar .col_left {background:transparent url(img/citrus/citrus_tarocco_spain_calendar.png) no-repeat scroll center center;height: 584px;}
.citrus_tarocco_spain_brands .col_left {background:transparent url(img/citrus/citrus_tarocco_spain_brands.png) no-repeat scroll center center;height:520px;}

/* lemon */
/* all */
.citrus_lemon_all_overview .col_left {background:transparent url(img/citrus/citrus_lemon_all_overview.png) no-repeat scroll center center;height:506px;}
.citrus_lemon_all_overview #content_info_right_top {background:transparent url(img/citrus/citrus_lemon_overview_img.png) no-repeat scroll right bottom;height:90px;}
.citrus_lemon_all_recipes .col_left {background:transparent url(img/citrus/citrus_lemon_all_recipes.png) no-repeat scroll center center;height:520px;}
.citrus_lemon_all_recipes #content_info_right {background:transparent url(img/citrus/bg_citrus_lemon_recipes.png) no-repeat scroll right 50px;}
.citrus_lemon_all_nutritional .col_left {background:transparent url(img/citrus/citrus_lemon_all_nutritional.png) no-repeat scroll center center;height:506px;}
.citrus_lemon_all_packaging .col_left {background:transparent url(img/citrus/citrus_lemon_all_packaging.png) no-repeat scroll center center;height:506px;}

/* chile */
.citrus_lemon_chile_region .col_left {background:transparent url(img/citrus/citrus_lemon_chile_region.png) no-repeat scroll center center;height:514px;}
.citrus_lemon_chile_video .col_left {background:transparent url(img/citrus/citrus_lemon_chile_video.png) no-repeat scroll center center;height:514px;}
.citrus_lemon_chile_image .col_left {background:transparent url(img/citrus/citrus_lemon_chile_image.png) no-repeat scroll center center;height:514px;}
.citrus_lemon_chile_calendar .col_left {background:transparent url(img/citrus/citrus_lemon_chile_calendar.png) no-repeat scroll center center;height:580px;}
.citrus_lemon_chile_brands .col_left {background:transparent url(img/citrus/citrus_lemon_chile_brands.png) no-repeat scroll center center;height:520px;}

/* spain */
.citrus_lemon_spain_region .col_left {background:transparent url(img/citrus/citrus_lemon_spain_region.png) no-repeat scroll center center;height:514px;}
.citrus_lemon_spain_video .col_left {background:transparent url(img/citrus/citrus_lemon_spain_video.png) no-repeat scroll center center;height:514px;}
.citrus_lemon_spain_image .col_left {background:transparent url(img/citrus/citrus_lemon_spain_image.png) no-repeat scroll center center;height:514px;}
.citrus_lemon_spain_calendar .col_left {background:transparent url(img/citrus/citrus_lemon_spain_calendar.png) no-repeat scroll center center;height: 584px;}
.citrus_lemon_spain_brands .col_left {background:transparent url(img/citrus/citrus_lemon_spain_brands.png) no-repeat scroll center center;height:520px;}

/* garlicothers */
/* garlic */
/* all */
.garlicothers_garlic_all_overview .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_all_overview.png) no-repeat scroll center center;height:506px;}
.garlicothers_garlic_all_overview #content_info_right_top {background:transparent url(img/garlicothers/garlicothers_garlic_overview_img.png) no-repeat scroll right bottom;height:90px;}
.garlicothers_garlic_all_recipes .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_all_recipes.png) no-repeat scroll center center;height:520px;}
.garlicothers_garlic_all_recipes #content_info_right {background:transparent url(img/garlicothers/bg_garlicothers_garlic_recipes.png) no-repeat scroll right 50px;}
.garlicothers_garlic_all_nutritional .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_all_nutritional.png) no-repeat scroll center center;height:506px;}
.garlicothers_garlic_all_packaging .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_all_packaging.png) no-repeat scroll center center;height:506px;}

/* argentina */
.garlicothers_garlic_argentina_region .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_argentina_region.png) no-repeat scroll center center;height:514px;}
.garlicothers_garlic_argentina_video .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_argentina_video.png) no-repeat scroll center center;height:514px;}
.garlicothers_garlic_argentina_image .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_argentina_image.png) no-repeat scroll center center;height:514px;}
.garlicothers_garlic_argentina_calendar .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_argentina_calendar.png) no-repeat scroll center center;height:580px;}
.garlicothers_garlic_argentina_brands .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_argentina_brands.png) no-repeat scroll center center;height:520px;}

/* mexico */
.garlicothers_garlic_mexico_region .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_mexico_region.png) no-repeat scroll center center;height:514px;}
.garlicothers_garlic_mexico_video .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_mexico_video.png) no-repeat scroll center center;height:514px;}
.garlicothers_garlic_mexico_image .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_mexico_image.png) no-repeat scroll center center;height:514px;}
.garlicothers_garlic_mexico_calendar .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_mexico_calendar.png) no-repeat scroll center center;height: 584px;}
.garlicothers_garlic_mexico_brands .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_mexico_brands.png) no-repeat scroll center center;height:520px;}

/* usa */
.garlicothers_garlic_usa_region .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_usa_region.png) no-repeat scroll center center;height:514px;}
.garlicothers_garlic_usa_video .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_usa_video.png) no-repeat scroll center center;height:514px;}
.garlicothers_garlic_usa_image .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_usa_image.png) no-repeat scroll center center;height:514px;}
.garlicothers_garlic_usa_calendar .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_usa_calendar.png) no-repeat scroll center center;height: 584px;}
.garlicothers_garlic_usa_brands .col_left {background:transparent url(img/garlicothers/garlicothers_garlic_usa_brands.png) no-repeat scroll center center;height:520px;}

/* persimmon */
/* all */
.garlicothers_persimmon_all_overview .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_all_overview.png) no-repeat scroll center center;height:506px;}
.garlicothers_persimmon_all_overview #content_info_right_top {background:transparent url(img/garlicothers/garlicothers_persimmon_overview_img.png) no-repeat scroll right bottom;height:90px;}
.garlicothers_persimmon_all_recipes .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_all_recipes.png) no-repeat scroll center center;height:520px;}
.garlicothers_persimmon_all_recipes #content_info_right {background:transparent url(img/garlicothers/bg_garlicothers_persimmon_recipes.png) no-repeat scroll right 50px;}
.garlicothers_persimmon_all_nutritional .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_all_nutritional.png) no-repeat scroll center center;height:506px;}
.garlicothers_persimmon_all_packaging .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_all_packaging.png) no-repeat scroll center center;height:506px;}

/* chile */
.garlicothers_persimmon_chile_region .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_chile_region.png) no-repeat scroll center center;height:514px;}
.garlicothers_persimmon_chile_video .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_chile_video.png) no-repeat scroll center center;height:514px;}
.garlicothers_persimmon_chile_image .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_chile_image.png) no-repeat scroll center center;height:514px;}
.garlicothers_persimmon_chile_calendar .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_chile_calendar.png) no-repeat scroll center center;height:580px;}
.garlicothers_persimmon_chile_brands .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_chile_brands.png) no-repeat scroll center center;height:520px;}

/* israel */
.garlicothers_persimmon_israel_region .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_israel_region.png) no-repeat scroll center center;height:514px;}
.garlicothers_persimmon_israel_video .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_israel_video.png) no-repeat scroll center center;height:514px;}
.garlicothers_persimmon_israel_image .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_israel_image.png) no-repeat scroll center center;height:514px;}
.garlicothers_persimmon_israel_calendar .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_israel_calendar.png) no-repeat scroll center center;height: 584px;}
.garlicothers_persimmon_israel_brands .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_israel_brands.png) no-repeat scroll center center;height:520px;}

/* usa */
.garlicothers_persimmon_usa_region .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_usa_region.png) no-repeat scroll center center;height:514px;}
.garlicothers_persimmon_usa_video .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_usa_video.png) no-repeat scroll center center;height:514px;}
.garlicothers_persimmon_usa_image .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_usa_image.png) no-repeat scroll center center;height:514px;}
.garlicothers_persimmon_usa_calendar .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_usa_calendar.png) no-repeat scroll center center;height: 584px;}
.garlicothers_persimmon_usa_brands .col_left {background:transparent url(img/garlicothers/garlicothers_persimmon_usa_brands.png) no-repeat scroll center center;height:520px;}

/* organic */
/* kiwi */
/* all*/
.organic_kiwi_all_overview .col_left {background:transparent url(img/kiwi/kiwi_all_overview.png) no-repeat scroll center center;height:506px;}
.organic_kiwi_all_overview #content_info_right_top {background:transparent url(img/kiwi/kiwi_overview_img.png) no-repeat scroll right bottom;height:120px;}
.organic_kiwi_all_recipes .col_left {background:transparent url(img/kiwi/kiwi_recipes_img.png) no-repeat scroll center center;height:560px;}
.organic_kiwi_all_recipes #content_info_right {background:transparent url(img/kiwi/bg_kiwi_recipes.png) no-repeat scroll right 50px;}
.organic_kiwi_all_nutritional .col_left {background:transparent url(img/kiwi/kiwi_all_nutritional.png) no-repeat scroll center center;height:506px;}
.organic_kiwi_all_packaging .col_left {background:transparent url(img/kiwi/kiwi_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.organic_kiwi_italy_region .col_left {background:transparent url(img/kiwi/kiwi_italy_region.png) no-repeat scroll center center;height:514px;}
.organic_kiwi_italy_video .col_left {background:transparent url(img/kiwi/kiwi_italy_video.png) no-repeat scroll center center;height:514px;}
.organic_kiwi_italy_image .col_left {background:transparent url(img/kiwi/kiwi_italy_image.png) no-repeat scroll center center;height:514px;}
.organic_kiwi_italy_calendar .col_left {background:transparent url(img/kiwi/kiwi_italy_calendar.png) no-repeat scroll center center;height:580px;}
.organic_kiwi_italy_brands .col_left {background:transparent url(img/kiwi/kiwi_italy_brands.png) no-repeat scroll center center;height:516px;}

/* new zealand  */
.organic_kiwi_newzealand_region .col_left {background:transparent url(img/kiwi/kiwi_newzealand_region.png) no-repeat scroll center center;height:514px;}
.organic_kiwi_newzealand_video .col_left {background:transparent url(img/kiwi/kiwi_newzealand_video.png) no-repeat scroll center center;height:514px;}
.organic_kiwi_newzealand_image .col_left {background:transparent url(img/kiwi/kiwi_newzealand_image.png) no-repeat scroll center center;height:514px;}
.organic_kiwi_newzealand_calendar .col_left {background:transparent url(img/kiwi/kiwi_newzealand_calendar.png) no-repeat scroll center center;height:515px;}
.organic_kiwi_newzealand_brands .col_left {background:transparent url(img/kiwi/kiwi_newzealand_brands.png) no-repeat scroll center center;height:516px;}

/* usa  */
.organic_kiwi_usa_region .col_left {background:transparent url(img/kiwi/kiwi_usa_region.png) no-repeat scroll center center;height:514px;}
.organic_kiwi_usa_video .col_left {background:transparent url(img/kiwi/kiwi_usa_video.png) no-repeat scroll center center;height:514px;}
.organic_kiwi_usa_image .col_left {background:transparent url(img/kiwi/kiwi_usa_image.png) no-repeat scroll center center;height:514px;}
.organic_kiwi_usa_calendar .col_left {background:transparent url(img/kiwi/kiwi_usa_calendar.png) no-repeat scroll center center;height:515px;}
.organic_kiwi_usa_brands .col_left {background:transparent url(img/kiwi/kiwi_usa_brands.png) no-repeat scroll center center;height:516px;}

/* clementines */
/* all */
.organic_clementines_all_overview .col_left {background:transparent url(img/citrus/citrus_clementines_all_overview.png) no-repeat scroll center center;height:506px;}
.organic_clementines_all_overview #content_info_right_top {
    /*background:transparent url(img/organic/organic_clementines_overview_img.png) no-repeat scroll right bottom;*/
    background: transparent url(img/citrus/citrus_clementines_overview_img.png) no-repeat scroll right bottom;
    height:90px;}
.organic_clementines_all_recipes .col_left {background:transparent url(img/citrus/citrus_clementines_all_recipes.png) no-repeat scroll center center;height:520px;}
.organic_clementines_all_recipes #content_info_right {background:transparent url(img/citrus/bg_citrus_clementines_recipes.png) no-repeat scroll right 50px;}
.organic_clementines_all_nutritional .col_left {background:transparent url(img/citrus/citrus_clementines_all_nutritional.png) no-repeat scroll center center;height:506px;}
.organic_clementines_all_packaging .col_left {background:transparent url(img/citrus/citrus_clementines_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.organic_clementines_italy_region .col_left {background:transparent url(img/citrus/citrus_clementines_italy_region.png) no-repeat scroll center center;height:514px;}
.organic_clementines_italy_video .col_left {background:transparent url(img/citrus/citrus_clementines_italy_video.png) no-repeat scroll center center;height:514px;}
.organic_clementines_italy_image .col_left {background:transparent url(img/citrus/citrus_clementines_italy_image.png) no-repeat scroll center center;height:514px;}
.organic_clementines_italy_calendar .col_left {background:transparent url(img/citrus/citrus_clementines_italy_calendar.png) no-repeat scroll center center;height:580px;}
.organic_clementines_italy_brands .col_left {background:transparent url(img/citrus/citrus_clementines_italy_brands.png) no-repeat scroll center center;height:520px;}

/* spain */
.organic_clementines_spain_region .col_left {background:transparent url(img/citrus/citrus_clementines_spain_region.png) no-repeat scroll center center;height:514px;}
.organic_clementines_spain_video .col_left {background:transparent url(img/citrus/citrus_clementines_spain_video.png) no-repeat scroll center center;height:514px;}
.organic_clementines_spain_image .col_left {background:transparent url(img/citrus/citrus_clementines_spain_image.png) no-repeat scroll center center;height:514px;}
.organic_clementines_spain_calendar .col_left {background:transparent url(img/citrus/citrus_clementines_spain_calendar.png) no-repeat scroll center center;height: 584px;}
.organic_clementines_spain_brands .col_left {background:transparent url(img/citrus/citrus_clementines_spain_brands.png) no-repeat scroll center center;height:520px;}

/* driedfruitsnuts */
/* hazelnuts*/
/* all */
.driedfruitsnuts_hazelnuts_all_overview .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_all_overview.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_hazelnuts_all_overview #content_info_right_top {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_overview_img.png) no-repeat scroll right bottom;height:90px;}
.driedfruitsnuts_hazelnuts_all_recipes .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_all_recipes.png) no-repeat scroll center center;height:520px;}
.driedfruitsnuts_hazelnuts_all_recipes #content_info_right {background:transparent url(img/driedfruitsnuts/bg_driedfruitsnuts_hazelnuts_recipes.png) no-repeat scroll right 50px;}
.driedfruitsnuts_hazelnuts_all_nutritional .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_all_nutritional.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_hazelnuts_all_packaging .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.driedfruitsnuts_hazelnuts_italy_region .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_italy_region.png) no-repeat scroll center center;height:514px;}
.driedfruitsnuts_hazelnuts_italy_video .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_italy_video.png) no-repeat scroll center center;height:514px;}
.driedfruitsnuts_hazelnuts_italy_image .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_italy_image.png) no-repeat scroll center center;height:514px;}
.driedfruitsnuts_hazelnuts_italy_calendar .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_italy_calendar.png) no-repeat scroll center center;height:580px;}
.driedfruitsnuts_hazelnuts_italy_brands .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_italy_brands.png) no-repeat scroll center center;height:520px;}

/* spain */
.driedfruitsnuts_hazelnuts_spain_region .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_spain_region.png) no-repeat scroll center center;height:514px;}
.driedfruitsnuts_hazelnuts_spain_video .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_spain_video.png) no-repeat scroll center center;height:514px;}
.driedfruitsnuts_hazelnuts_spain_image .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_spain_image.png) no-repeat scroll center center;height:514px;}
.driedfruitsnuts_hazelnuts_spain_calendar .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_spain_calendar.png) no-repeat scroll center center;height: 584px;}
.driedfruitsnuts_hazelnuts_spain_brands .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts_spain_brands.png) no-repeat scroll center center;height:520px;}

/* almonds */
/* all */
.driedfruitsnuts_almonds_all_overview .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_almonds_all_overview.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_almonds_all_overview #content_info_right_top {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_almonds_overview_img.png) no-repeat scroll right bottom;height:90px;}
.driedfruitsnuts_almonds_all_recipes .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_almonds_all_recipes.png) no-repeat scroll center center;height:520px;}
.driedfruitsnuts_almonds_all_recipes #content_info_right {background:transparent url(img/driedfruitsnuts/bg_driedfruitsnuts_almonds_recipes.png) no-repeat scroll right 50px;}
.driedfruitsnuts_almonds_all_nutritional .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_almonds_all_nutritional.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_almonds_all_packaging .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_almonds_all_packaging.png) no-repeat scroll center center;height:506px;}

/* apricots */
/* all */
.driedfruitsnuts_apricots_all_overview .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_apricots_all_overview.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_apricots_all_overview #content_info_right_top {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_apricots_overview_img.png) no-repeat scroll right bottom;height:90px;}
.driedfruitsnuts_apricots_all_recipes .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_apricots_all_recipes.png) no-repeat scroll center center;height:520px;}
.driedfruitsnuts_apricots_all_recipes #content_info_right {background:transparent url(img/driedfruitsnuts/bg_driedfruitsnuts_apricots_recipes.png) no-repeat scroll right 50px;}
.driedfruitsnuts_apricots_all_nutritional .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_apricots_all_nutritional.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_apricots_all_packaging .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_apricots_all_packaging.png) no-repeat scroll center center;height:506px;}

/* dates */
/* all */
.driedfruitsnuts_dates_all_overview .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_dates_all_overview.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_dates_all_overview #content_info_right_top {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_dates_overview_img.png) no-repeat scroll right bottom;height:90px;}
.driedfruitsnuts_dates_all_recipes .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_dates_all_recipes.png) no-repeat scroll center center;height:520px;}
.driedfruitsnuts_dates_all_recipes #content_info_right {background:transparent url(img/driedfruitsnuts/bg_driedfruitsnuts_dates_recipes.png) no-repeat scroll right 50px;}
.driedfruitsnuts_dates_all_nutritional .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_dates_all_nutritional.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_dates_all_packaging .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_dates_all_packaging.png) no-repeat scroll center center;height:506px;}


/* mixed nuts */
/* all */
.driedfruitsnuts_mixednuts_all_overview .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_mixednuts_all_overview.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_mixednuts_all_overview #content_info_right_top {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_mixednuts_overview_img.png) no-repeat scroll right bottom;height:90px;}
.driedfruitsnuts_mixednuts_all_recipes .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_mixednuts_all_recipes.png) no-repeat scroll center center;height:520px;}
.driedfruitsnuts_mixednuts_all_recipes #content_info_right {background:transparent url(img/driedfruitsnuts/bg_driedfruitsnuts_mixednuts_recipes.png) no-repeat scroll right 50px;}
.driedfruitsnuts_mixednuts_all_nutritional .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_mixednuts_all_nutritional.png) no-repeat scroll center center;height:506px;}
.driedfruitsnuts_mixednuts_all_packaging .col_left {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_mixednuts_all_packaging.png) no-repeat scroll center center;height:506px;}

/* figs */
/* fresh */
/* all */
.figs_fresh_all_overview .col_left {background:transparent url(img/figs/figs_fresh_all_overview.png) no-repeat scroll center center;height:506px;}
.figs_fresh_all_overview #content_info_right_top {background:transparent url(img/figs/figs_fresh_overview_img.png) no-repeat scroll right bottom;height:90px;}
.figs_fresh_all_recipes .col_left {background:transparent url(img/figs/figs_fresh_all_recipes.png) no-repeat scroll center center;height:520px;}
.figs_fresh_all_recipes #content_info_right {background:transparent url(img/figs/bg_figs_fresh_recipes.png) no-repeat scroll right 50px;}
.figs_fresh_all_nutritional .col_left {background:transparent url(img/figs/figs_fresh_all_nutritional.png) no-repeat scroll center center;height:506px;}
.figs_fresh_all_packaging .col_left {background:transparent url(img/figs/figs_fresh_all_packaging.png) no-repeat scroll center center;height:506px;}

/* usa */
.figs_fresh_usa_region .col_left {background:transparent url(img/figs/figs_fresh_usa_region.png) no-repeat scroll center center;height:514px;}
.figs_fresh_usa_video .col_left {background:transparent url(img/figs/figs_fresh_usa_video.png) no-repeat scroll center center;height:514px;}
.figs_fresh_usa_image .col_left {background:transparent url(img/figs/figs_fresh_usa_image.png) no-repeat scroll center center;height:514px;}
.figs_fresh_usa_calendar .col_left {background:transparent url(img/figs/figs_fresh_usa_calendar.png) no-repeat scroll center center;height:580px;}
.figs_fresh_usa_brands .col_left {background:transparent url(img/figs/figs_fresh_usa_brands.png) no-repeat scroll center center;height:520px;}

/* dried */
/* all */
.figs_dried_all_overview .col_left {background:transparent url(img/figs/figs_dried_all_overview.png) no-repeat scroll center center;height:506px;}
.figs_dried_all_overview #content_info_right_top {background:transparent url(img/figs/figs_dried_overview_img.png) no-repeat scroll right bottom;height:90px;}
.figs_dried_all_recipes .col_left {background:transparent url(img/figs/figs_dried_all_recipes.png) no-repeat scroll center center;height:520px;}
.figs_dried_all_recipes #content_info_right {background:transparent url(img/figs/bg_figs_dried_recipes.png) no-repeat scroll right 50px;}
.figs_dried_all_nutritional .col_left {background:transparent url(img/figs/figs_dried_all_nutritional.png) no-repeat scroll center center;height:506px;}
.figs_dried_all_packaging .col_left {background:transparent url(img/figs/figs_dried_all_packaging.png) no-repeat scroll center center;height:506px;}

/* italy */
.figs_dried_italy_region .col_left {background:transparent url(img/figs/figs_dried_italy_region.png) no-repeat scroll center center;height:514px;}
.figs_dried_italy_video .col_left {background:transparent url(img/figs/figs_dried_italy_video.png) no-repeat scroll center center;height:514px;}
.figs_dried_italy_image .col_left {background:transparent url(img/figs/figs_dried_italy_image.png) no-repeat scroll center center;height:514px;}
.figs_dried_italy_calendar .col_left {background:transparent url(img/figs/figs_dried_italy_calendar.png) no-repeat scroll center center;height:580px;}
.figs_dried_italy_brands .col_left {background:transparent url(img/figs/figs_dried_italy_brands.png) no-repeat scroll center center;height:520px;}

/* turkey */
.figs_dried_turkey_region .col_left {background:transparent url(img/figs/figs_dried_turkey_region.png) no-repeat scroll center center;height:514px;}
.figs_dried_turkey_video .col_left {background:transparent url(img/figs/figs_dried_turkey_video.png) no-repeat scroll center center;height:514px;}
.figs_dried_turkey_image .col_left {background:transparent url(img/figs/figs_dried_turkey_image.png) no-repeat scroll center center;height:514px;}
.figs_dried_turkey_calendar .col_left {background:transparent url(img/figs/figs_dried_turkey_calendar.png) no-repeat scroll center center;height:580px;}
.figs_dried_turkey_brands .col_left {background:transparent url(img/figs/figs_dried_turkey_brands.png) no-repeat scroll center center;height:520px;}

/* greece */
.figs_dried_greece_region .col_left {background:transparent url(img/figs/figs_dried_greece_region.png) no-repeat scroll center center;height:514px;}
.figs_dried_greece_video .col_left {background:transparent url(img/figs/figs_dried_greece_video.png) no-repeat scroll center center;height:514px;}
.figs_dried_greece_image .col_left {background:transparent url(img/figs/figs_dried_greece_image.png) no-repeat scroll center center;height:514px;}
.figs_dried_greece_calendar .col_left {background:transparent url(img/figs/figs_dried_greece_calendar.png) no-repeat scroll center center;height:580px;}
.figs_dried_greece_brands .col_left {background:transparent url(img/figs/figs_dried_greece_brands.png) no-repeat scroll center center;height:520px;}

/* usa  */
.figs_dried_usa_region .col_left {background:transparent url(img/figs/figs_dried_usa_region.png) no-repeat scroll center center;height:514px;}
.figs_dried_usa_video .col_left {background:transparent url(img/figs/figs_dried_usa_video.png) no-repeat scroll center center;height:514px;}
.figs_dried_usa_image .col_left {background:transparent url(img/figs/figs_dried_usa_image.png) no-repeat scroll center center;height:514px;}
.figs_dried_usa_calendar .col_left {background:transparent url(img/figs/figs_dried_usa_calendar.png) no-repeat scroll center center;height:515px;}
.figs_dried_usa_brands .col_left {background:transparent url(img/figs/figs_dried_usa_brands.png) no-repeat scroll center center;height:516px;}

/* Splash Pages */
.bg_2_col {height:270px;position:relative;background:transparent url(img/bg_puntos_2_col.png) repeat-y scroll center center;}
.bg_3_col {height:270px;position:relative;background:transparent url(img/bg_puntos_3_col.png) repeat-y scroll center center;}

.chestnuts_allproducts h2, .figs_allproducts h2, .organic_allproducts h2,
.garlicothers_allproducts h2, .driedfruitsnuts_allproducts h2, .citrus_allproducts h2, .aboutus h2, .news h2, .allproducts h2, .contact h2 {
    color:#006228;
    font-size:40px;
    height:40px;
    margin-top:10px;
    text-align:center;
    text-transform:uppercase;
}

/*chestnuts*/
#fresh_chestnuts {background:transparent url(img/chestnuts/chestnuts_fresh_chestnuts.png) no-repeat scroll right top;
display:block;height:251px;left:0;position:absolute;text-indent:-3000px;width:49%;}
#roasted_chestnuts {background:transparent url(img/chestnuts/chestnuts_roasted_chestnuts.png) no-repeat scroll left top;
display:block;height:248px;position:absolute;right:0;text-indent:-3000px;width:49%;}

/*Figs*/
#fresh_figs {background:transparent url(img/figs/figs_fresh_figs.png) no-repeat scroll right top;
display:block;height:251px;left:0;position:absolute;text-indent:-3000px;width:49%;}
#dried_figs {background:transparent url(img/figs/figs_dried_figs.png) no-repeat scroll left top;
display:block;height:248px;position:absolute;right:0;text-indent:-3000px;width:49%;}

/*Organic*/
#organic_kiwi {background:transparent url(img/organic/organic_organic_kiwi.png) no-repeat scroll right top;
display:block;height:251px;left:0;position:absolute;text-indent:-3000px;width:49%;}
#organic_clementines {background:transparent url(img/organic/organic_organic_clementines.png) no-repeat scroll left top;
display:block;height:248px;position:absolute;right:0;text-indent:-3000px;width:49%;}

/*Garlic and others*/
#garlicothers_garlic {background:transparent url(img/garlicothers/garlicothers_garlic.png) no-repeat scroll right top;
display:block;height:251px;left:0;position:absolute;text-indent:-3000px;width:49%;}
#garlicothers_persimon {background:transparent url(img/garlicothers/garlicothers_persimmon.png) no-repeat scroll left top;
display:block;height:248px;position:absolute;right:0;text-indent:-3000px;width:49%;}

/*Dried fruits and nuts*/
#driedfruitsnuts_hazelnuts {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_hazelnuts.png) no-repeat scroll right top;
display:block;height:251px;left:0;position:absolute;text-indent:-3000px;width:286px;}
#driedfruitsnuts_mixed_nuts {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_mixed_nuts.png) no-repeat scroll left top;
display:block;height:248px;position:absolute;right:300px;text-indent:-3000px;width:286px;}
#driedfruitsnuts_apricots {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_apricots.png) no-repeat scroll right top;
display:block;height:251px;position:absolute;right:0;text-indent:-3000px;width:286px;}
#driedfruitsnuts_almonds {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_almonds.png) no-repeat scroll right top;
display:block;height:248px;position:absolute;left:0;text-indent:-3000px;width:49%;}
#driedfruitsnuts_dates {background:transparent url(img/driedfruitsnuts/driedfruitsnuts_dates.png) no-repeat scroll left top;
display:block;height:251px;right:0;position:absolute;text-indent:-3000px;width:49%;}

/* citrus */
#citrus_clementines {background:transparent url(img/citrus/citrus_clementines.png) no-repeat scroll left top;
display:block;height:251px;left:0;position:absolute;text-indent:-3000px;width:290px;}
#citrus_tarocco_oranges {background:transparent url(img/citrus/citrus_tarocco_oranges.png) no-repeat scroll center center;
display:block;height:248px;position:absolute;right:303px;text-indent:-3000px;width:290px;}
#citrus_lemon {background:transparent url(img/citrus/citrus_lemon.png) no-repeat scroll right top;
display:block;height:251px;position:absolute;right:0;text-indent:-3000px;width:290px;}

/* End Splash Pages */

#content_top {background:transparent url(img/bg_puntos.png) repeat-x scroll left top;height:51px;}
#content_top h2 {color:#006228;font-size:35px;line-height:10px;padding-top:12px;position: absolute;text-align:left;text-transform:uppercase;}

.chestnuts_fresh_zone #content_top h2, .chestnuts_roasted_zone #content_top h2, .citrus_tarocco_zone #content_top h2 {font-size: 19px;padding-top:18px;}
.citrus_clementines_zone #content_top h2, .driedfruitsnuts_mixednuts_zone #content_top h2,
.organic_kiwi_zone #content_top h2, .garlicothers_persimmon_zone #content_top h2 {font-size: 28px;padding-top:15px;}
.organic_clementines_zone #content_top h2 {font-size: 21px;padding-top:6px;}

#content_info_left {float:left;width:135px;}
#content_info_right {float: right; width: 448px;}

.breadcrumbs {color:#0060A9;font-size:10px;margin-bottom:8px;margin-left:10px;margin-top:10px;text-align:left;}

.breadcrumbs a {color:#0060A9;}

/* colores de cada fruta */
/* kiwi zone*/
.kiwi_zone #content_info_right h3 {border-left:5px solid #2B932D;}
.kiwi_zone h4, .kiwi_zone h5 {color: #2B932D}
.kiwi_zone ul.paginacion li.active a, .kiwi_zone  ul.paginacion a:hover {background:#2B932D none repeat scroll 0 0;border:1px solid #2B932D;}
.kiwi_zone table.table {border-top:9px solid #2B932D;}
.kiwi_zone table.table tr.border_bottom td {border-bottom:2px solid #2B932D;}
.kiwi_zone .bold {color: #2B932D;}

/* chestnuts zone*/
.chestnuts_all_zone #content_info_right h3 {border-left:5px solid #2B932D;}
.chestnuts_all_zone h4, .chestnuts_all_zone h5 {color: #2B932D}
.chestnuts_all_zone ul.paginacion li.active a, .chestnuts_all_zone  ul.paginacion a:hover {background:#2B932D none repeat scroll 0 0;border:1px solid #2B932D;}
.chestnuts_all_zone table.table {border-top:9px solid #2B932D;}
.chestnuts_all_zone table.table tr.border_bottom td {border-bottom:2px solid #2B932D;}
.chestnuts_all_zone .bold {color: #2B932D;}

/* grapes zone*/
.grapes_zone #content_info_right h3 {border-left:5px solid #733D93;}
.grapes_zone h4, .grapes_zone h5 {color: #733D93}
.grapes_zone ul.paginacion li.active a, .grapes_zone ul.paginacion a:hover {background:#733D93 none repeat scroll 0 0;border:1px solid #733D93;}
.grapes_zone table.table {border-top:9px solid #733D93;}
.grapes_zone table.table tr.border_bottom td {border-bottom:2px solid #733D93;}
.grapes_zone .bold {color: #733D93;}

/* fresh & roasted citrus zone*/
.citrus_fresh_zone #content_info_right h3, .citrus_roasted_zone #content_info_right h3 {border-left:5px solid #29A046;}
.citrus_fresh_zone h4, .citrus_fresh_zone h5, .citrus_roasted_zone h4, .citrus_roasted_zone h5 {color: #29A046}
.citrus_fresh_zone ul.paginacion li.active a, .citrus_fresh_zone ul.paginacion a:hover,
.citrus_roasted_zone ul.paginacion li.active a, .citrus_roasted_zone ul.paginacion a:hover {background:#29A046 none repeat scroll 0 0;border:1px solid #29A046;}
.citrus_fresh_zone table.table, .citrus_roasted_zone table.table {border-top:9px solid #29A046;}
.citrus_fresh_zone table.table tr.border_bottom td, .citrus_roasted_zone table.table tr.border_bottom td {border-bottom:2px solid #29A046;}
.citrus_fresh_zone .bold, .citrus_roasted_zone .bold {color: #29A046;}

/* citrus */
.citrus_all_zone #content_info_right h3 {border-left:5px solid #743288;}
.citrus_all_zone h4, .citrus_all_zone h5 {color: #743288}
.citrus_all_zone ul.paginacion li.active a, .citrus_all_zone ul.paginacion a:hover {background:#743288 none repeat scroll 0 0;border:1px solid #743288;}
.citrus_all_zone table.table {border-top:9px solid #743288;}
.citrus_all_zone table.table tr.border_bottom td {border-bottom:2px solid #743288;}
.citrus_all_zone .bold {color: #743288;}


/* garlic & persimmon zone*/
.garlicothers_garlic_zone #content_info_right h3, .garlicothers_persimmon_zone #content_info_right h3 {border-left:5px solid #F4E500;}
.garlicothers_garlic_zone h4, .garlicothers_garlic_zone h5, .garlicothers_persimmon_zone h4, .garlicothers_persimmon_zone h5 {color: #F4E500}
.garlicothers_garlic_zone ul.paginacion li.active a, .garlicothers_garlic_zone ul.paginacion a:hover,
.garlicothers_persimmon_zone ul.paginacion li.active a, .garlicothers_persimmon_zone ul.paginacion a:hover {background:#F4E500 none repeat scroll 0 0;border:1px solid #F4E500;}
.garlicothers_garlic_zone table.table, .garlicothers_persimmon_zone table.table {border-top:9px solid #F4E500;}
.garlicothers_garlic_zone table.table tr.border_bottom td, .garlicothers_persimmon_zone table.table tr.border_bottom td {border-bottom:2px solid #F4E500;}
.garlicothers_garlic_zone .bold, .garlicothers_persimmon_zone .bold {color: #F4E500;}

/* organic kiwi & clementines */
.organic_kiwi_zone #content_info_right h3, .organic_clementines_zone #content_info_right h3 {border-left:5px solid #D8AB00;}
.organic_kiwi_zone h4, .organic_kiwi_zone h5, .organic_clementines_zone h4, .organic_clementines_zone h5 {color: #D8AB00}
.organic_kiwi_zone ul.paginacion li.active a, .organic_kiwi_zone ul.paginacion a:hover,
.organic_clementines_zone ul.paginacion li.active a, .organic_clementines_zone ul.paginacion a:hover {background:#D8AB00 none repeat scroll 0 0;border:1px solid #D8AB00;}
.organic_kiwi_zone table.table, .organic_clementines_zone table.table {border-top:9px solid #D8AB00;}
.organic_kiwi_zone table.table tr.border_bottom td, .organic_clementines_zone table.table tr.border_bottom td {border-bottom:2px solid #D8AB00;}
.organic_kiwi_zone .bold, .organic_clementines_zone .bold {color: #D8AB00;}

/* driedfruitsnuts */
.driedfruitsnuts_all_zone #content_info_right h3 {border-left:5px solid #E13F17;}
.driedfruitsnuts_all_zone h4, .driedfruitsnuts_all_zone h5 {color: #E13F17}
.driedfruitsnuts_all_zone ul.paginacion li.active a, .driedfruitsnuts_all_zone ul.paginacion a:hover {background:#E13F17 none repeat scroll 0 0;border:1px solid #E13F17;}
.driedfruitsnuts_all_zone table.table {border-top:9px solid #E13F17;}
.driedfruitsnuts_all_zone table.table tr.border_bottom td {border-bottom:2px solid #E13F17;}
.driedfruitsnuts_all_zone .bold {color: #E13F17;}

/* figs */
.figs_all_zone #content_info_right h3 {border-left:5px solid #7E1518;}
.figs_all_zone h4, .figs_all_zone h5 {color: #7E1518}
.figs_all_zone ul.paginacion li.active a, .figs_all_zone ul.paginacion a:hover {background:#7E1518 none repeat scroll 0 0;border:1px solid #7E1518;}
.figs_all_zone table.table {border-top:9px solid #7E1518;}
.figs_all_zone table.table tr.border_bottom td {border-bottom:2px solid #7E1518;}
.figs_all_zone .bold {color: #7E1518;}

/* end colores */

#content_info_right h3 {
color:#000000;
font-size:26px;
height:29px;
padding-left:5px;
text-align:left;}

#content_info_right h3 span.cufon-canvas {padding-top:5px;}

#content .col_right, .aboutus p, .allproducts p {color: #4D4D4D;}
/*#content .col_right .txt p {line-height:17px;margin-bottom:20px;text-align:justify;}*/
.txt p {line-height:17px;margin-bottom:20px;text-align:justify;}
h4 {font-size: 16px;}
h5 {text-transform: uppercase;font-size: 12px;}

/* paginacion */
ul.paginacion {}
ul.paginacion li {float:left;}
ul.paginacion li.active a, ul.paginacion a:hover {color:#FFFFFF;margin-left:0;}
ul.paginacion a {
    border:1px solid #C9C9C9;
    color:#333333;
    display:block;
    height:19px;
    line-height:18px;
    margin:3px;
    text-align:center;
    width:19px;
}
ul.paginacion a:hover {margin: 3px;}
ul.paginacion a.active:hover {margin-left: 0;}
/**************/

#download_recipe {
    background:transparent url(img/download_recipe.png) no-repeat scroll center center;
    display:block;
    float:right;
    height:31px;
    text-indent:-3000px;
    width:156px;
}

/* tablas */
table.table {
    border-collapse:collapse;
    color:#4D4D4D;
    font-size:12px;
    text-transform:uppercase;
    width:100%;
}
table.table span {font-weight:bold;}

table.table tr td {
    border-bottom:1px solid #E4E4E4;
    padding:3px 0;
}
table.table tr td.t-right {padding-right:10px;}
table.table .subitem {padding-left:10px;}
/**********/

/* general */
.capitalize {text-transform:capitalize;}
.t-left {text-align: left;}
.t-right {text-align: right;}
.bold {font-weight: bold;}


h4.packaging {background:transparent url(img/h4_packaging.png) no-repeat scroll left top;
color:#FFFFFF;
height:65px;
line-height:58px;
padding-left:7px;
width:429px;
font-size: 16px;}

h4.packaging span.cufon {margin-top: 23px;}

a.download_pdf {background:transparent url(img/download_pdf.png) no-repeat scroll center center;
display:block;
float:right;
height:31px;
text-indent:-3000px;
width:156px;
margin-top: -100px;}

.kiwi_all_packaging .txt img {margin-left: 30px;}

/* fondo de los paises */
.kiwi_italy_region #content_info_right, .kiwi_italy_video #content_info_right,
.kiwi_italy_image #content_info_right, .kiwi_italy_calendar #content_info_right,
.kiwi_italy_brands #content_info_right {background:transparent url(img/product_italy_mini.png) no-repeat scroll right 10px;}

.grapes_italy_region #content_info_right {background:transparent url(img/product_italy_grapes.png) no-repeat scroll right 10px;}

.grapes_italy_video #content_info_right, .grapes_italy_image #content_info_right, .grapes_italy_calendar #content_info_right, .grapes_italy_brands #content_info_right,
.citrus_fresh_italy_region #content_info_right, .citrus_fresh_italy_video #content_info_right, .citrus_fresh_italy_image #content_info_right, .citrus_fresh_italy_calendar #content_info_right,
.citrus_roasted_italy_region #content_info_right, .citrus_roasted_italy_video #content_info_right, .citrus_roasted_italy_image #content_info_right, .citrus_roasted_italy_calendar #content_info_right,
.chestnuts_fresh_italy_region #content_info_right, .chestnuts_fresh_italy_video #content_info_right, .chestnuts_fresh_italy_image #content_info_right, .chestnuts_fresh_italy_calendar #content_info_right,
.chestnuts_roasted_italy_region #content_info_right, .chestnuts_roasted_italy_video #content_info_right, .chestnuts_roasted_italy_image #content_info_right, .chestnuts_roasted_italy_calendar #content_info_right,
.citrus_clementines_italy_region #content_info_right, .citrus_clementines_italy_video #content_info_right, .citrus_clementines_italy_image #content_info_right, .citrus_clementines_italy_calendar #content_info_right,
.citrus_tarocco_italy_region #content_info_right, .citrus_tarocco_italy_video #content_info_right, .citrus_tarocco_italy_image #content_info_right, .citrus_tarocco_italy_calendar #content_info_right,
.citrus_lemon_italy_region #content_info_right, .citrus_lemon_italy_video #content_info_right, .citrus_lemon_italy_image #content_info_right, .citrus_lemon_italy_calendar #content_info_right
{background:transparent url(img/product_italy_mini.png) no-repeat scroll right 10px;}

.kiwi_italy_region p, .kiwi_italy_video p, .kiwi_italy_image p, .kiwi_italy_calendar p, .kiwi_italy_brands p {width: 290px;}

/* calendario */
div.calendar li {
background:transparent url(img/bg_calendar.png) no-repeat scroll left top;
height:31px;
width:441px;}
div.calendar p {font-size:18px;
height:25px;
margin:5px 0 !important;
padding-left:12px;
/*padding-top:6px;*/
text-transform:uppercase;
width:95%;}
div.calendar p span.cufon {margin-top: 6px;}
div.calendar p.yes {background:transparent url(img/calendar_simbols.png) no-repeat scroll right 0;}
div.calendar p.no {background:transparent url(img/calendar_simbols.png) no-repeat scroll right -68px;}
div.calendar p.yesno {background:transparent url(img/calendar_simbols.png) no-repeat scroll right -33px;}

/* kiwi italy brands*/
div.brands {
	height:150px;
	position:relative;
	width:445px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
div.brands div {
	font-size:24px;
	height:118px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	width:206px;
	padding-top: 32px;
}
div.brands div span.cufon {margin-top:32px;}
div.brands p {
	background:transparent url(img/bg_brands.png) no-repeat scroll left center;
	height:150px;
	padding-left:15px;
	position:absolute;
	right:0;
	width:206px;
}

div#kiwi_stars.brands {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/kiwi/kiwi_brands_logos.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
div#made_in_blu.brands {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/kiwi/kiwi_brands_logos.png);
	background-repeat: no-repeat;
	background-position: 0 -150px;
}
div#southern_kiwi.brands {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/kiwi/kiwi_brands_logos.png);
	background-repeat: no-repeat;
	background-position: 0 -300px;
}
div#grape_star.brands {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/grapes/grapes_brands_logos.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div#solita_franch.brands {background:transparent url(img/solita_franch.png) no-repeat scroll left center;}
div#trucco_italian_chestnuts.brands {background:transparent url(img/brands/italian_cnut_trucco_logo.png) no-repeat scroll left center;}
div#la_serena.brands {background:transparent url(img/brands/La_Serena_09_front_final_ol.png) no-repeat scroll left center;}
div#benjamin.brands {background:transparent url(img/brands/benjamin_final.png) no-repeat scroll left center;}
div#trucco_dried_figs.brands {background:transparent url(img/brands/trucco_dried_figs.png) no-repeat scroll left center;}
div#alma_verde_bio.brands {background:transparent url(img/brands/logo_almaverde.png) no-repeat scroll left center;}
div#carpenaturam.brands {background:transparent url(img/brands/logo_carpenaturam.png) no-repeat scroll left center;}
div#fresco.brands {background:transparent url(img/brands/frescoLOGO.png) no-repeat scroll left center;}
div#fresco_mexico_usa.brands {background:transparent url(img/brands/fresco-mexico-usa.png) no-repeat scroll left center;}
div#fichi.brands {background:transparent url(img/brands/Fichi_Logo.png) no-repeat scroll left center;}
div#organic_kiwi_trucco.brands {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/brands/organic_kiwi.png);
	background-repeat: no-repeat;
	background-position: left center;
}




div.dotted_line {background:transparent url(img/linea_puntos_h.png) repeat-x scroll center center;height:2px;}
/* secciones */
.aboutus h2, .news h2 {text-align: left;}

/* about us */
#aboutus_top {background:transparent url(img/aboutus/aboutustop.png) no-repeat scroll center center;height:281px;}
#nick {background:transparent url(img/aboutus/nick.png) no-repeat scroll center center;height:413px;left:0;position:absolute;width:289px;}
#salvatore {background:transparent url(img/aboutus/salvatore.png) no-repeat scroll center center;height:413px;position:absolute;right:0;width:289px;}
#aboutus_cont {height: 430px; width: 890px;}
.aboutus .center_col {left:302px;position:absolute;width:288px;}

/* news */
#news_top {background:transparent url(img/news/newstop.png) no-repeat scroll center center;height:281px;}
.news .col_left {background:transparent url(img/100_fresh.png) no-repeat scroll center center;height:273px;}
.news p.titulo {margin:10px 0 0; font-size: 15px;text-transform: uppercase;font-weight: bold;}
.news h2 {background:transparent url(img/news/news_frutas.png) no-repeat scroll 150px top;height:70px;margin:0;}
.news h2 span {margin-top:-30px;}
.news p.go_to {background:#FFFFFF url(img/green_arrow.png) no-repeat scroll left center;display:block;float:right;height:20px;margin: 0;padding-left:20px;}
.news p.go_to a {color: #4D4D4D;}
.news p.go_to a:hover {text-decoration: underline;}
.news #wraper_news .dotted_line {height: 20px;}

/* all products */
#cont_allproducts {height:660px;padding-top:10px;}
#cont_allproducts div.allp_left, #cont_allproducts div.allp_right {height:156px;margin-bottom:10px;width:425px;position: relative;}
#cont_allproducts div.all_info {font-size:10px;
height:110px;
left:135px;
position:absolute;
top:35px;
width:290px;}
#cont_allproducts div.dotted_line.inf {position:absolute;
right:0;
top:140px;
width:290px;}
#cont_allproducts p label {font-size: 11px;margin-right:10px;
text-transform:uppercase;}
#cont_allproducts p a.black {font-size:11px;text-transform:uppercase;margin: 0; color: #000;}
#cont_allproducts p a {color:#006228;}
#cont_allproducts h3 {color:#FFFFFF;font-size:20px;margin-right:10px;text-align:right;text-transform:uppercase;}
#cont_allproducts h3 a {color:#FFFFFF;display:block;width:100%;}
#cont_allproducts h3 span.cufon {margin-top:7px;}
#allp_kiwi {background:transparent url(img/allproducts/allproducts_kiwi.jpg) no-repeat scroll center center;}
#allp_chestnuts {background:transparent url(img/allproducts/allproducts_chestnuts.jpg) no-repeat scroll center center;}
#allp_grapes {background:transparent url(img/allproducts/allproducts_grapes.jpg) no-repeat scroll center center;}
#allp_citrus {background:transparent url(img/allproducts/allproducts_citrus.jpg) no-repeat scroll center center;}
#allp_figs {background:transparent url(img/allproducts/allproducts_figs.jpg) no-repeat scroll center center;}
#allp_driedfruitsnuts {background:transparent url(img/allproducts/allproducts_driedfruitsnuts.jpg) no-repeat scroll center center;}
#allp_organic {background:transparent url(img/allproducts/allproducts_organic.jpg) no-repeat scroll center center;}
#allp_garlicothers {background:transparent url(img/allproducts/allproducts_garlicothers.jpg) no-repeat scroll center center;}
.allp_left {float: left;}
.allp_right {float: right;}
a.all_link {display:block;height:110px;left:10px;overflow:hidden;position:absolute;text-indent:-3000px;width:110px;}
#allp_kiwi p.allp_region, #allp_grapes p.allp_region, #allp_garlicothers p.allp_region {height:65px;line-height:65px;}
#allp_chestnuts p.allp_region, #allp_figs p.allp_region, #allp_organic p.allp_region {height:32px;line-height:32px;}
#allp_citrus p.allp_region {height:21px;line-height:21px;}
#allp_driedfruitsnuts p.allp_region {height:12px;line-height:12px;}
.allproducts p {background:transparent url(img/linea_puntos_h.png) repeat-x scroll center bottom;}
/* contact */
.contact .col_left {background: transparent url(img/contact/contact.png) no-repeat center center;height:459px;width:281px;}
.contact h2 {text-align: left;}
#contact_mail, #contact_tel {color:#000000;font-size:23px;font-weight:bold;margin-left:80px;}
#contact_mail {display: block;height:80px;line-height:80px;margin-top:15px;}
#contact_mail span.cufon {margin-top:25px;}
#contact_tel {height:80px;line-height:80px;}
#contact_tel span.cufon {margin-top:45px;}
#col_left_int_contac {background:transparent url(img/contact/bg_datos_contacto.png) no-repeat scroll left top;height:204px;margin-left:20px;width:301px;}

/* formularios */
.simpleForm {width: 250px;}
.simpleForm label {display:block;}
.simpleForm input, .simpleForm textarea {margin-bottom:5px;width:230px;}
.simpleForm .submit {background:transparent url(img/contact/send.png) no-repeat scroll center center;color:#FFFFFF;display:block;font-size:10px;font-weight:bold;height:22px;padding-bottom:3px;text-transform:uppercase;width:51px;}

