
body
{
    margin: 0px;
    background: url(../img/top_bg.gif);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, sans-serif;
    font-size: .9em;
}

p
{
    line-height: 17px;
    margin: 11px 0 10px 0;
    padding: 0px;
}

h2
{
    color: #9f9f9f;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

ul
{
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style-image: url(../img/bullet.gif);
}

a
{
    color: #93B300;
}

a:hover
{
    text-decoration: none;
}

blockquote
{
    background: #F7FDE3;
    color: #606060;
    padding: 10px;
}


/**** Main Container ***/


#wrap
{
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}


/**** Top ***/


#top
{
    width: 100%;
    height: 88px;
    color: #fff;
    background: #000 url(../img/top_bg.gif);
    overflow: hidden;
}

#top h2
{
    color: White;
    letter-spacing: 3px;
    font-size: 2.4em;
    font-weight: normal;
    position: relative;
    margin: 0px;
    top: 33px;
    display: block;
    float: left;
    background: url(../img/bg_t.gif) no-repeat;
    padding-left: 10px;
}

#top h2 a
{
    color: white;
    text-decoration: none;
}

#top h2 a:hover
{
    color: #93B300;
}


/**** Main Menu ***/


#menu
{
    display: block;
    float: right;
}

#menu ul
{
    margin: 0;
    list-style: none;
}

#menu li
{
    display: block;
    float: left;
    white-space: nowrap;
}

#menu li a
{
    display: block;
    padding: 55px 20px 12px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

* html #menu a
{
    width: 1%;
}

#menu li a:hover
{
    background: url(../img/bg_menu.gif);
}

#menu li a.current
{
    letter-spacing: 1px;
    color: gray;
    background: url(../img/bg_menu.gif);
}

#menu li a.current:hover
{
    color: #fff;
}


#nav
{
    list-style: none;
    margin: 2.0em 0;
    width: 15em;
    float: right;
}
#nav li
{
    padding: 0;
    margin: 0;
}
#nav a
{
    display: block;
    height: 2.0em;
    padding: 0.3em 0.3em 0.3em 0.8em;
    border-bottom: 2px; /*solid #1a1a1a*/
    border-top: 2px; /*solid #1a1a1a*/
    color: #93B300;
    background-color: #F7F9FB;
    font-weight: bold;
    text-decoration: none;
}

#nav a:hover
{
    color: #1a1a1a;
    background: url(../img/bg_t.gif) no-repeat;
    background-color: #fff;
    font-weight: bold;
}




/* LAYOUT DEL SITO */

#wrap
{
    background: white;
    margin: 0 auto;
    width: 940px;
}
#header
{
    background: white;
}
#nav
{
    background: white;
    padding: 0px;
}
#main
{
    background: white;
    float: left;
    width: 630px;
    margin: 0 auto 40px auto;
}
#sidebar
{
    background: white;
    float: right;
    width: 300px;
}
#footer
{
    margin: 40px auto 0 auto;
    clear: both;
    text-align: center;
    border-top: dotted 1px gray;
}

