﻿body 
{
    /*background-color: #99CCFF;*/
    background: #FFFFFF url("img/sfondo-body.jpg") top repeat-x;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-family:Verdana, "MS Sans Serif";
}


#contenitore
{
    background: #99CCFF url("img/sfondo.jpg") center top repeat-y;
    width: 768px;
    margin: 30px auto;
    padding: 0;
    border: 1px #080450 solid;
    /*border-left: 0;
    border-right: 0;*/
    margin-right: auto;
    margin-left: auto;
}


#header
{
    height: 150px;
    /*padding: 3px 3px 3px 3px;*/
    background: url("img/header.jpg") no-repeat left;
}


#data
{
    padding-top: 117px;
    /*float:right;*/
    text-align:right;
    font-size: 0.6em;
    color: #000000;
}

#menu
{
    height: 40px;
    font: bold 12px/1.5em Verdana;
    /*background: url("img/sfondo_menu.jpg") repeat-x;*/
    /*border-bottom: 1px #CCC solid;*/
    
}

#main
{   
    /*border-top: 1px #000 dashed;*/
    min-height: 300px;
    width: auto;
    /*float:left;*/
    padding: 5px 25px 5px 5px;
    background: #FFFFFF url("img/traliccio.jpg") right no-repeat;
    font: 0.8em/1.2em Verdana;
}

.titolo 
{
    padding: 10px 10px 5px 15px;
}

.foto_pagine_sx
{
    padding: 10px 10px 10px 10px;
}

.foto_pagine_dx 
{
    padding: 10px 35px 10px 10px;
}


#footer
{   
    clear: both;
    height: 40px;
    /*text-align: center;*/
    font-size: 0.6em;
    border-top: 1px #CCC dashed;
    /*background: #FFFFFF url("img/sfondo-footer.jpg") right top no-repeat;*/
}

#footer .copyright 
{
    text-align:left;
	float: left;
	display: inline;
	margin: 10px 0 0 5px;
	padding: 0;
}

#footer .credits {
	float: right;
	display: inline;	
	margin: 10px 14px 0 0;
	padding: 0;
	text-align: center;
}

.credits a
{
    font-weight:bold;
}

.credits a:hover
{
    text-decoration: overline;
    color: Red;
}

.validatori
{
    font-size: 0.6em;
    text-align:right;
}


/*--- Menu Tabs 1 --- */
#tabs1 {
    float:left;
    width:100%;
    /*background:#F4F7FB;*/
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #BCD2E6;
}
      
#tabs1 ul {
    margin:0;
    padding:10px 10px 0 10px;
    list-style:none;
}
      
#tabs1 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs1 a {
    float:left;
    background:url("img/tableft1.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
      
#tabs1 a span {
    float:left;
    display:block;
    background:url("img/tabright1.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#627EB7;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    
#tabs a:hover span {
    color:#627EB7;
}

#tabs1 a:hover {
    background-position:0% -42px;
}
#tabs1 a:hover span 
{
    background-position:100% -42px;
}

#tabs1 #current a {
    background-position :0% -42px;
}

#tabs1 #current a span {
    background-position:100% -42px;
}
   
#tabs1 img {
    border: none;
}


#tb_contatti
{
    background: url("img/cupola.jpg") top right no-repeat;
}


/* TABELLE */
#tab_partner table
{
    width: 600px;
    padding: 10px;
}

#tab_partner td
{
    vertical-align:middle;
    width: 290px;
    text-align: center;
    height: 90px;
}

/* TABELLA PRODOTTI */
#tab_prodotti thead {
    background: #FFC;
    color: #000;
}

#tab_prodotti caption {
    text-align: left;
    font-weight:bold;
    text-transform: uppercase;
    padding: 5px;
}

#tab_prodotti {
    border: 1px solid #000099;
    border-collapse: collapse;
}

#tab_prodotti td, th {
    border: 1px dashed #000099;
    padding: 0.3em 0.7em;
    /*border-style: solid;*/
    width: 60px;
    text-align: center;
}
/* FINE TABELLA PRODOTTI */
