/* general style for all pages */
body {
    font-family: "Georgia", Times, Times New Roman, Serif;
	background: #9a8f84 url(../immagini/grafica/splash/fondo.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	color: #000;
}

.container {
	width: 960px;
	background: transparent;
	margin: 0 auto;
}

/* styled links */
a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #BD0518;
    text-decoration: none;
}


/*****linguetta partner******/
#partner {
	width: 30px;
	height: 407px;
	position: absolute;
	right: 0px;
	top: 88px;
	overflow: hidden;
	z-index: 100000;
	background-image: url("../immagini/grafica/boxPartner.png");
	background-position: left;
	background-repeat: no-repeat;
}

#partner .linguetta {
	float: left;
	width: 30px;
	height: 127px;
	cursor: pointer;
	margin-top: 4px;
}

#partner .box {
	margin-left: 30px;
	width: 377px;
	height: 407px;
	flaot: right;
}

#partner .titolo {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin: 18px 15px 25px 20px;
}

#partner .testo {
	font-size: 17px;
	color: black;
	margin: 0px 25px 0px 20px;
}
/*****fine linguetta partner******/


/******TESTATA******/
.header {
    background: url(../immagini/grafica/header_coll.png) no-repeat;
    width: 960px;
    height: 115px;
    overflow: hidden;
}

.logo {
    background: url(../immagini/grafica/logo.png) no-repeat;
    width: 184px;
    height: 93px;
    position: relative;
    top:10px;
    left: 10px;
    display: block;
    cursor: pointer;
}

.nav {
    position: relative;
    bottom: 10px;
    left:10px;
    font-style: italic;
    color:#666666;
    font-size: 13px;
}

.nav a {
    text-decoration: none;
    color: #666666;
}

.nav a:hover, .nav a.selected {
    text-decoration: none;
    color: #BD0518;
}

.icons {
    float: right;
    position: relative;
    bottom: 32px;
}


.icons a {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.icons a:hover, .icons a.sel {
	opacity: 1;
	filter: alpha(opacity=100);
}

a.home {
    display: block;
    float: left;
    background: url(../immagini/grafica/home_col.png) no-repeat;
    width: 32px;
    height: 31px;
    padding-left: 3px;
}

span.divider {
    display: block;
    float: left;
    background: url(../immagini/grafica/div_col.png) no-repeat;
    width: 2px;
    height: 27px;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

div.langs {
	float: left;
	width: 71px;
	overflow: hidden;
}

a.eng_off {
    display: block;
    float: left;
    background: url(../immagini/grafica/eng_bn.png) no-repeat;
    width: 32px;
    height: 31px;
    padding-left: 2px;
}

a.ita_off {
    display: block;
    float: left;
    background: url(../immagini/grafica/ita_bn.png) no-repeat;
    width: 32px;
    height: 31px;
    padding-left: 5px;
}

a.faceb_off {
    display: block;
    float: left;
    background: url(../immagini/grafica/facebook.png) no-repeat;
    width: 69px;
    height: 26px;
    padding-left: 5px;
    margin-top:2px;
}
/******FINE TESTATA******/


/******CONTENT*******/
.content {
    height: 486px;
    width: 960px;
    margin-top:5px;
    margin-bottom:3px;
    background: #FFFFFF;
    overflow: hidden;
}
/******FINE CONTENT*******/


/******PIEDE******/
.footer {
	padding-top: 50px;
    padding-left: 10px;
	background: url(../immagini/grafica/footer.png) no-repeat;
    width: 960px;
    height: 153px;
    color: #666666;
    margin-top: 8px;
}

.footer a {
    text-decoration: none;
    color: #666666;
    font-size: 11px;
}
/******FINE PIEDE******/


/*****CREDITS******/
div.credits
{
   background-color: white;
   background-image: url(../immagini/grafica/creditsPopup.jpg);
   background-position : bottom;
   background-repeat: repeat-x;
   border-color: #black;
   color: #333333;
   padding: 20px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}

div.credits div
{
   margin-bottom: 10px;
   font-size: 12px;
}

div.credits .title
{
   text-align: center;
   font-size: 14px;
}

div.credits img
{
   float: left;
   margin-right: 20px;
}


div.credits a
{
   font-size: 16px;
   font-weight: bold;
   color: #333333;
}

div.credits a:hover
{
   color: #aaaaaa;
}
/*****FINE CREDITS******/

.warning {
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6666;
	text-align: center;
}
