@charset "UTF-8";
/* CSS Document */

body{
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
}

img{
border:0;
}

a{
text-decoration:none;
color:#af0011;
}

#wrapper-esterno{
	width:948px;
	margin:auto;
	background-image:url(../images/bg-centrale.gif);
	background-repeat:repeat-y;
	min-height:470px;

}

#wrapper{
	width:948px;
	margin:auto;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	min-height:400px;
}

#footer{
	width:948px;
	margin:auto;
	background-image:url(../images/bg-bottom.gif);
	background-repeat:no-repeat;
	height:21px;
	padding-top:25px;

}

table.top{
	width:100%;
	border:0;

	height:160px;
}

table.top td.menu{
	padding-left:60px;
	padding-top:15px;
	
}

table.top td.logo{
 	width:380px;
	text-align:center;
}

a.mainmenu{
	display:block;
	width:94px;
	margin-right:4px;
	color:#012c55;
	font-size:14px;
	float:left;
	text-decoration:none;
	text-align:center;
}

a.mainmenu_sel{
	display:block;
	width:94px;
	margin-right:4px;
	color:#012c55;
	font-size:14px;
	float:left;
	text-decoration:none;
	background-image:url(../images/sel.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:40px;
	text-align:center;
	
}

table.contenuti{
	width:100%;
	border:0px;
	margin-top:44px;
}

table.contenuti td.image{
	width:328px;
	text-align:right;
	vertical-align:top;
}

table.contenuti td.testo{
		padding:0px 20px 20px 40px;
		vertical-align:top;
}

p.titolo{
	font-size:24px;
	color:#941a1d;
}

p.prezzo{
	font-size:13px;
	color:#941a1d;
}

#ricerca{
	background-image:url(../images/ricerca.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:10px;
	width:320px;
	float:none;
	padding-top:1px;
	
}

#ricerca table{
	text-align:left;
	width:280px;
	margin-left:50px;
}

#ricerca select{
	width:230px;
}

#ricerca2{
	background-image:url(../images/ricerca.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:10px;
	width:320px;
	float:none;
	padding-top:1px;
	
}

#ricerca2 table{
	text-align:left;
	width:280px;
	margin-left:50px;
}

#ricerca2 select{
	width:230px;
}

table.proposte{
	width:100%;
	border:1px soli #999999
}

table.proposte td{
	padding:2px;
}

table.proposte img{
	border:1px solid #000033
}


.bianco 
{
	color: #FFFFFF
}

.blu 
{
	color: #012C55;
	background-color:#8997A3
}

.blu2 
{
	color: #012C55;
	font-size:13px;
}

/* highslide: nascondo il pulsante Espandi al massimo */
.highslide-controls .highslide-full-expand {
   display: none;
}

