html,body {
    font-family: Arial,Verdana;
    font-size:14px;
    margin:0;
    padding:0;
    background: url(../img/sfondo_pagina.png) repeat-x #062c6d;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1 {
    font-size:22px;
}

h2 {
    font-size:20px;
}


.right {
    float:right;
}

.clear {
    clear:both;
}



.page-width {
    width:950px;
    margin:0 auto;
}

/********************************************************************************************************
*  HEADER
********************************************************************************************************/


#header {
    /*background: url(../img/header.jpg) 50% 0 no-repeat #3f8b4d;*/
    padding: 35px 0 29px;
}


#header-bg {
    /*background: url(../img/header-tail.png) 0 100% repeat-x;*/

    margin-bottom: -29px;
    height:418px;
}

#logo {
    background: url(../img/logo.png) no-repeat;
    width:360px;
    height:49px;
    margin-bottom:10px;
    float:left;
}


#flaglanguage {
    float:left;
    margin-left:35px;
    margin-top:7px;
}

#flaglanguage img {
    height:40px;
    margin-right:10px;
}



.menu {
    list-style-type:none;
    margin:10px 0 0 0;
    padding:0;
    float:right;
}

.menu li {
    float:left;
    margin:0 3px;
    width:100px;
    text-align:center;
    line-height:34px;
    background-color: #2a2a7e; /*#38703d;*/
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    box-shadow: 1px 1px 0px #e1f0d0, -1px -1px 0px #0c2859;
    -moz-box-shadow: 1px 1px 0px #e1f0d0, -1px -1px 0px #0c2859;
    -webkit-box-shadow: 1px 1px 0px #e1f0d0, -1px -1px 0px #0c2859;
}

.menu a {
    color:#ffffff;
}

.menu a:hover {
    text-decoration:none;
}


.menu .active {
    background: url(../img/menu-hover.png) repeat-x;
}


#column-left {
    float:left;
    width:250px;
}

#column-right {
    float:right;
    width:650px;
}

/********************************************************************************************************
*  CONTENUTO
********************************************************************************************************/


#contenuto {
    padding: 58px 0px 80px 0px;
    /*background: url(../img/content.png) 0 0 repeat-x #f6f6f6;*/
    padding-top:100px;
    text-align: justify;
    text-justify: newspaper;
}

#contenuto .page-width {
    width:940px;
}

#contenuto img.immagine {

    border:3px solid #ffffff;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 10px rgba(0, 0, 0, 1);
}


#contenuto .box {
    padding:10px;
    border:3px solid #ffffff;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 10px rgba(0, 0, 0, 1);
    background-color:#ffffff;
    margin-bottom:20px;
}


.hp-box {}
.hp-box img {
    float:left;margin-right:20px;margin-bottom:10px;
}




/********************************************************************************************************
*  FOOTER
********************************************************************************************************/


#footer {
    padding: 32px 0 36px;
    background: #0e0e0e;
    color: #a8a8a8;
    position:relative;
}

#footer a {
    color:#ffffff;
}


#footer .testo {
    margin:0 30px;
}

#footer .testo .titolo {
    font-weight:bold;
    color:#ffffff;
    font-size:16px;
}

.iso {

    position:absolute;
    top:12px;
    right:10px;
}




/********************************************************************************************************
*  SLIDESHOW
********************************************************************************************************/

#slideshow {
    width:1px;
    height:444px;
    position:absolute;
    left: 50%;
}


#slideshow-block {
    width:955px;
    position:relative;
    left:-477px;
}

#sfondo-slideshow {
    background: url("../img/slide1.jpg") no-repeat;
    width:923px;
    height:412px;
    position:absolute;
    top:16px;
    left:16px;
}

#sfondo-slideshow-nuovo {

    width:923px;
    height:412px;
    position:absolute;
    top:16px;
    left:16px;
}


#slideshow-mask {
    position:absolute;
    top:0;
}



#slideshow-nav {
    position:absolute;
    top:10px;
    left:903px;
    list-style-type:none;
    margin:0;
    padding:0;
    width:46px;
    background: url("../img/pagination.png") repeat-x;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#slideshow-nav li {
    display:block;
}

#slideshow-nav a {
    width: 17px;
    height: 17px;
    display: block;
    background: url(../img/thumb.png) 50% 50% no-repeat;
    margin: 10px 0 9px 15px;
}

#slideshow-nav a:hover {
    background: url(../img/thumb-hover.png) 50% 50% no-repeat;
}



#slideshow-nav a.current {
    cursor: default;
    width: 49px;
    height: 49px;
    display: block;
    background: url(../img/thumb-active.png) 50% 50% no-repeat;
    margin: 10px 0 9px 8px;
}







/*========================================================================================
  PRODOTTI
  ========================================================================================*/

#ulprodotti {
    list-style-type:none;
    height:300px;
}

#ulprodotti li {
    cursor:pointer;
}



.caratteristica {

    width:100%;
    border-bottom:1px dotted #c0c0c0;
}

 .valore {
    float:right;
    text-align:right;

    margin-bottom:10px;

}




/*========================================================================================
  PAGINE VARIE
  ========================================================================================*/

.cebb {
    color:#ff0000;
    font-weight:bold;
    font-size:120%;
}

#richiedi {
    text-align:center;
    font-size:16px;
    font-weight:bold;
    margin:20px;
}

.bordoimmagine {
    padding:10px;
    background-color:#f0f0f0;
    border:1px solid #c0c0c0;
}

#caratteristiche {
    border:1px solid #c0c0c0;
    width:533px;
    margin:10px auto;
    padding:10px;
}



