/* CSS Document */
body
{
    padding:0px;
    margin:0px;
    font:11px/17px Tahoma, Verdana, sans-serif;
    color:#7a7a7a;
    background-color:#fcfaf4;
}
div, p, ul, h1, h2, h3, form, label{margin:0px; padding:0px;}

a{
	color:#d8174e;
}

table td
{
    padding:5px;
    line-height:13px;
}

div.button
{
    width:104px;
    height:26px;
    background-image:url('../images/back_button.gif');
    background-repeat:no-repeat;  
    float:left;
    text-align:center;
    margin-right:10px;
}

div.button a
{
    color:#ffffff;
    font-weight:bold; 
    text-decoration:none;
    font-size:13px;
    line-height:24px;
    letter-spacing:-1px;
}

div.button a:hover
{
    color:#f9a50c;
}

img{border:none;}

#topPanel {
	width:950px;
	height:25px;
	margin:auto;
	text-align:right;
	padding-top:25px;
}

#menu {
	width:950px;
	height:38px;
	margin:auto;
	letter-spacing:-1px;
	background-image:url('../images/back_brown.gif');
	background-repeat:repeat-x;
	position:relative;
}

#menu ul{
	list-style: none;
	list-style-type:none;
	margin: 0;
	margin-right:20px;
	float:right;
}

#menu li.normal{
	float: left;
	width: auto;
	height: 50px;
	text-align:center;
	padding:13px 22px 0px 22px;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
}

#menu li.normal a{
	color:#ffffff;
	text-decoration:none;
}

#menu li.focus{
	float: left;
	width: auto;
	height: 50px;
	text-align:center;
	padding:13px 22px 0px 22px;
	font-size:14px;
	line-height:21px;
	font-weight:bold;
	background-position:top center;
}

#menu li.focus a{
	color:#f9a50c;
	text-decoration:none;
}

#logo
{
    position:absolute;
    top:-17px;
    left:25px;
    z-index:2;
}

#imagePanel {
	width:910px;
	height:202px;
	margin:auto;
	text-align:right;
	margin-top:35px;
	background-image:url('../images/back_image.jpg');
	background-repeat:no-repeat;
	padding:20px;

}

#imageContent
{
    float:right;
    width:338px;
    text-align:left;
    color:#ffffff;
    font-weight:bold;
    font-size:13px;
}

#patrociniScroll li
{
    width:270px;
    margin-right:10px;
    text-align:center;
}
/*---Middle Panel---*/
#middlePan{
	width:950px;
	min-height:500px;
	margin:auto;
	margin-top:21px;
	position:relative;
	background-color:#f3f3f3;
	padding:20px;
}

#main
{
    width:520px;
    float:left;
}

p.titolo{
	color:#24344b;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	padding-left:27px;
	height:22px;
	background-image:url('../images/palla.gif');
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#contatti
{
    width:340px;
    height:200px;
    float:right;
}
/*---/Middle Panel---*/

/*---Footer Panel---*/

	
#footermainPan{
	width:950px;
	height:38px;
	margin:auto;
	background-image:url('../images/back_brown.gif');
	background-repeat:repeat-x;
	margin-top:31px;
}

#footermainPan a{
	color:#ffa200;
}

/*---Colori---*/
.fucsia{color:#d8174e;}
.bianco{color:#ffffff;}
.nero{color:#000000;}
.arancio{color:#f9a50c;font-weight:bold;}
.marrone{color:#614926;}


/*---Form contatti---*/

.riga
{
    clear:both;
    padding-top:3px;
} 

input
{
    border:1px solid #aaaaaa;
    padding:3px;
    width:150px;
    font-size:11px;
}

.pulsante
{
    width:80px;
    background-color:#d8174e;
    color:#ffffff;
    font-weight:bold;
}

textarea
{
    border:1px solid #aaaaaa;
    padding:3px;
    overflow:hidden;
    font-size:11px;
    font-family: Tahoma, Sans-Serif;
}



