/*
    Document   : style.css
    Created on : 10-giu-2010, 14.16.26
    Author     : Sikwel
    Description:
        Css relativo al frontend.
*/
/** Reset generale **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

/* General Style */
body {
    font-family:"Arial", sans-serif;
    font-size:12px;
    color: #989898;
    line-height: 17px;
    margin:0 auto 0 auto;
    text-align: center;
    margin-top: 50px;
}

a, a:visited {
    color:#FFF;
    text-decoration:none;
}

a:hover {
    color:#FFF;
    text-decoration:underline;
}

.titolo h1{
    font-size: 21px;
    color:#CAA600;
    font-weight: bold;
    border-bottom: 1px solid #CAA600;
    border-right: 1px solid #CAA600;
    padding:3px;
}

.top{position: absolute; top:0;}
.bottom{position: absolute; bottom:0;}
.left{float:left}
.right{float:right}
.clear{clear:both}
.sfondo{z-index:-1;}

/*** prodotti flip *******/
.sponsor{
	width:235px;
	height:155px;
	float:left;
	margin-left:18px;
        margin-top:18px;
        
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        background-color: white;
	/*background:url("../images/background.jpg") no-repeat center center #f9f9f9;*/
}

.sponsorFlip:hover{
	border:1px solid #CAA600;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;


	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #CAA600 inset;
	-webkit-box-shadow:0 0 30px #CAA600 inset;
	box-shadow:0 0 30px #CAA600 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */

	position:relative;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
        color:white;
        background-color: #CAA600;
	font-size:13px;
        height: 100%;
        height: 155px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
}
.prodotto_titolo{
     border-bottom:1px solid white;
     font-weight: bold;
     text-align: left;
     width:220px;
     margin-top: 25px;
     float:right;
}
.descrizione_prodotto{
    padding: 15px;
    text-align: justify;
}
.sponsorURL {
        color:black;
	font-size:10px;
	font-weight:bold;
	padding-left:15px;
}
.sponsorURL a{
        color:black;
}

/**** End prodotti flip *****/

/********************* HOME PAGE **********************/
/* Start Header */
#main {
    
    width: 780px;
    height: auto;
    margin:0 auto 0 auto;
    text-align: center;
    position: relative;
}

#header {
    width: 780px;
    height: auto;
    position:relative;
    border-bottom: 2px solid #00539F;
}
#africa {
    width: 780px;
    height: 475px;
    position:absolute;
    top:30px;
    z-index: 4;
    background-image: url('../images/africa-centrale.png');
}
#africa-press {
    width: 609px;
    height: 476px;
    position:absolute;
    top:30px;
    left:172px;
    z-index: 4;
}
#africa-press img{
    position:absolute;
    top:0;
    right:0;
    z-index: 4;
}
#photogallery{
    position: relative;
    width: 162px;
    height: 90%;
    border-right: 1px solid #DB001B;
}
#photogallery-original{
    position: relative;
    width: 389px;
    float: left;
    height: 380px;
    border-right: 1px solid #CAA600;
    border-bottom: 1px solid #CAA600;
}

#photogallery-fake{
    position: relative;
    float: left;
    width: 389px;
    height: 380px;
    /*border-right: 1px solid #CAA600;*/
    border-bottom: 1px solid #CAA600;
}

#foto-all{
    width: 142px;
    margin-left: 30px;
}
#foto-all-comp{
    width: 360px;
    margin-left: 25px;
}
.img-all{
    width: 45px;
    border: 1px solid #cccccc;
    height: 35px;
    margin-right: 10px;
    margin-top: 10px;
    float:left;
    overflow: hidden;
}

.img-all-comp-left{
    width: 100px;
    border: 1px solid #DB001B;
    background-color: white;
    height: 85px;
    margin-right: 15px;
    margin-top: 15px;
    float:left;
    overflow: hidden;
    -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
}

.img-all-comp-left img,.img-all-comp-right img{
    position:relative;
    top:3px;
}

.img-all-comp-right{
    width: 100px;
    border: 1px solid #cccccc;
    background-color: white;
    height: 85px;
    margin-right: 15px;
    margin-top: 15px;
    float:left;
    overflow: hidden;
    -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
}

.img-all:hover{
    border:1px solid #CAA600;
    cursor: pointer;
}
#salsa{
    width: 780px;
    height: 83px;
    position:relative;
    z-index: 2;
}
#sfondo{
    width: 780px;
    height: 340px;
    position:relative;
    z-index: 0;
    background-image: url('../images/immagine-centrale.jpg');
}
#menu{
    width: 780px;
    height: 340px;
    position:absolute;
    z-index: 5;
}
.striscia {
    height: 30px;
    width: 100%;
    /*background-image: url('../images/barra-menu.png');*/
    z-index: 5;
}

.prodotti{
    position: absolute;
    top:0;
    left:0;
}

.ricette{
    position: absolute;
    top:0;
    right:0;
}

.area-comp{
    position: absolute;
    top:0px;
    left:0px;
}

.area-press{
    position: absolute;
    top:0px;
    right:0px;
}

#prodotti{
    position: relative;
    z-index: 5;
    width: 30%;
    height: 30px;
}

#ricette{
    position: relative;
    z-index: 5;
    width: 40%;
    height: 30px;
}

#area-comp{
    position: relative;
    z-index: 5;
    width: 50%;
    height: 30px;
}

#area-press{
    position: relative;
    z-index: 5;
    width: 25%;
    height: 30px;
}

#loghi {
    margin: 10px 0 0 0;
    width: 780px;
    height: auto;
    position:relative;
    z-index: 5;
}

#menu_up{
    font-weight: bold;
    color:white;
    position: absolute;
    top:8px;
    right:5px;
    z-index: 6;
}

#news{
    width: 249px;
    height: auto;
    position: relative;
    top:55px;
    left:235px;
    z-index: 6;
    line-height: 15px;
}
.box_news{
     width: 250px;
     margin-left: 0px;
     text-align: justify;
}
/* End Header */

/* Central */
#content-wrap {
    width: 770px;
    padding: 0 5px 0 5px;
}
.text-content{
    height: 375px;
    text-align: justify;
    width: 350px;
    padding: 0 5px 0 5px;
    border-left: 1px solid #DB001B;
    border-right: 1px solid #DB001B;
}
/* End Central */

/* Footer */
#footer{
    padding-top: 7px;
    line-height: 12px;
    font-size: 11px;
    width: 100%;
    height:35px;
    background-color: #DB001B;
}
/* End Footer */

/********************* END HOME PAGE **********************/
#back-prodotti{
    width: 100%;
    height: auto;
    position: relative;
    background-image: url('../images/linea-prodotti.png');
    background-repeat:repeat;
    position: relative;
    z-index: 2;

}
/********************* PRODOTTI **********************/


/** STILE RICETTE **/
#bg-image-ricetta {
    width: 780px;
    height: auto;
    background-image: url('../images/sito/sfondo-ricette.png');
    background-repeat: no-repeat;
}

#container-ricetta {
    padding-top: 12px;
    padding-left: 22px;
    padding-right: 22px;
    position:relative;
}

#titolo-ricetta {
    padding-top: 2px;
}

#nome-titolo-ricetta {
    color: #00539F;
    font-weight: bold;
    font-size: 14px;
}

#descrizione-titolo-ricetta {
    font-style: italic;
    font-size: 12px;
    color: #676666;
}

.sfondo-ricetta {
    background-image: url('../images/mafe2.jpg');
    background-repeat: no-repeat;
    height: 109px;
    width: 120px;
    margin-right: 17px;
    margin-bottom: 20px;
}

.sfondo-ricetta-selected {
    background-image: url('../images/mafe2.jpg');
    background-repeat: no-repeat;
    height: 109px;
    width: 120px;
    margin-right: 17px;
    margin-bottom: 20px;
}

.titolo-link-ricetta {
    position: static;
    bottom: 0;
    width: 110px;
    padding: 4px 10px 3px 10px;
    background: transparent url('../images/striscia.png') no-repeat left top;
    color: #00539F;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

#ricetta-prima-colonna {
    width: 280px;
    float: left;
    margin-top: 17px;
}

#ricetta-seconda-colonna {
    margin-top: 15px;
    text-align: justify;
    float: right;
    width: 394px;
    border-left: 2px solid #CAA600;
    padding-left: 32px;
    margin-bottom: 44px;
    min-height: 370px;
}

.separazione {
    color: #00539F;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

hr {
    background-color: #caa600;
    color: #CAA600;
    border: none;
}

.opacity {
    opacity:0.5;
    filter:alpha(opacity=50);
}

a.link-ricetta {
    text-decoration: none;
}

a.link-ricetta:hover {
    opacity:1.0;
    filter:alpha(opacity=100);
}

.frecce-su {
    position: absolute;
    top: 30px;
    left: 303px;
}

.frecce-giu {
    position: absolute;
    top: 382px;
    left: 303px;
}

#paginazione{
    font-size: 14px;
    padding-top:10px;
}
.paginazione_up{
    color:#DB001B;
    font-weight: bold;
}
#paginazione a {
    color:#CAA600;
}

#paginazione a:hover {
    color:#DB001B;
    font-weight: bold;
}

