/**
 * @author			Enrico Giauna
 * @copyright       Copyright 2010 Giauna
 * @license         GPL
 * @link            http://www.giauna.com
 * @package         Dolceacqua.it
 * @version         1.0.0
 * @revision        $Revision: 1 $
 * @lastmodified    $Date: 2010-06-12 09:31:18 +0100 (Sa, 12 Jun 2010) $
 */

/*  Main  */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background: #fefefe url('../images/backblue.jpg') repeat-x scroll left top;
 color: #333;
}

#wrapper {
 margin:8px auto;
 width:920px; /*  Change to desired width :)  */
 background: white;
 border-bottom: 3px solid #c8dae4;
}

#header 
{
    border-bottom: 0px solid #ccc;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 0 2px 0;
    width: 780px;
    height: 72px;
}

#header-left
{
    float: left;
    padding: 0px 0 0 5px;
}

#header-right
{
    float: right;
    padding-right: 2px;
}

#top {
 margin: 0 auto;
 width: 780px;

}

#main 
{
    margin: 5px auto;
    height: 100px;
    
    width: 790px;
}

#main-left
{
    float: left;
    width: 60%;
    height: 100%;
    border-right: 1px dotted #ccc;
    
}

#main-right
{
    float: right;
    width: 38%;
    
}

#footer 
{
    margin: 0 auto ;
    padding: 5px 0;
    text-align:center;
    width: 800px;
}

a
{
    cursor:pointer;
    color: #333;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
    padding-bottom: 1em;
}

.header 
{
    list-style: none outside none;
    text-align:right;
    padding: 15px 10px 0;
}

.header li
{
    display: inline;
    margin-right: 4px;
}

.mainbox img
{
    float:left;
    margin: 0 10px;
}

div.testo
{
    font-size: 12px;
    text-align:left;
    margin: 5px 15px 0;
}

.testo h2
{
    font-weight:normal;
    margin-bottom: 5px;
}

.enter
{
    background: url('../images/enter.png') no-repeat scroll 100% 50% transparent;
    padding-right:16px;
    font-size: 14px;
}

.lang-it h2,
.lang-en h2,
.lang-fr h2,
.lang-de h2
{
    font-size: 20px;
}
