﻿#setupcontainer
{
    height: 250px;
    font-family: 'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;
    width: 710px;
    float:right;
    overflow: hidden;
    margin-top: 20px;
}

#setupcontainer h1
{
    font-family:'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;  
    font-size: 18px;
}

#setupcontainer p
{
    font-family: 'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;  
    font-size: 14px;
    line-height: 16px;
}

#maincontent
{
    border: 1px solid #CCCBCB;
    padding: 0 20px 20px;
    height: 320px;
}

.panel
{
    padding: 7px;
    float:left;
    width: 705px;  
    height:250px;  
}

/* relativi ai tab animati*/

#tab
{
    float:right;
    height:50px;
    margin-top: -20px;
}

ul#navigation {
    margin: 0px;
    padding: 0px;
    top: 0px;
    list-style: none;
    z-index:100;
    width:705px;
}

ul#navigation li {
    width: 138px;
    display:inline;
    float:left;    
}

ul#navigation li span{
    font-size:13px;
    font-family:'Arial Rounded MT', Arial;
   /* color: #6d6049;*/
    color: #504335;
    text-shadow: 0 -1px 1px #fff;     
    display: block;
    float:left;
    width: 135px;
    height: 25px;
    background-color:#E6E9EC;
    /*background-repeat:no-repeat;
    background-position:50% 10px;*/
    border:1px solid #6d6049;
    border-top: none;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    text-decoration:none;
    text-align:center;
    padding-top:1px;
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
 
}
ul#navigation .home a{
    background-image: url(../images/home.png);
}
ul#navigation .about a      {
    background-image: url(../images/id_card.png);
}
ul#navigation .search a      {
    background-image: url(../images/search.png);
}
ul#navigation .podcasts a      {
    background-image: url(../images/ipod.png);
}
ul#navigation .rssfeed a   {
    background-image: url(../images/rss.png);
}
ul#navigation .photos a     {
    background-image: url(../images/camera.png);
}
ul#navigation .contact a    {
    background-image: url(../images/mail.png);
}

