/* CSS Document */

body {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0PX;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center;}

/*contenitore di tutto*/
#main { margin: 0 auto;
	width: 1000px;
	background-color: #FFFFFF;
	overflow: hidden;}

/*top contiene solo immagine grande e logo*/
#top { width: 1000px;
	height: 259px;}

/*sotto al top, vociin testo, elenco*/
#menu { width: 1000px;
	height: 28px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px;
	padding-top: 11px;}

#menu ul,li { display: inline; }
#menu a { color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #FFFFFF;}
#menu a:hover { color: #ECE3D9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #FFFFFF;}

/*contiene tutta la parte centrale esclusi top e footer*/
#content { width: 1000px;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	overflow: hidden; }

/*COLONNA SINISTRA, sta dentro al content*/
#left { width: 263px;
	float: left;}
.box { margin: 0px 20px;}

.indirizzo { width: 223px;
	margin: 0px auto;
	color: #532700;
	font-size: 10px;
	line-height: 140%;}
.indirizzo a { color: #532700;
	text-decoration: underline;}
.indirizzo a:hover { color: #b8a48f;
	text-decoration: underline;}

/*PARTE CENTRALE, sta dentro al content*/
#center { width: 737px;
	float: left;}
#center p { padding: 3px 10px 3px 10px;
	font-size: 12px;
	line-height: 140% }
#center h1 { font-size: 18px;
	color: #554231;
	padding: 10px 0px 0px 10px;}
#center a { color: #532700;
	text-decoration: none;}
#center a:hover{ color: #795638;
	text-decoration: none;}	
	

	/*colonna sinistra dentro #center che contiene il testo*/
.testo { width: 430px;
	float: left;}	
/*colonna destra dentro #center */
.immagini { width: 296px;
	float: left;
	margin-top: 18px;}
.box_offerte {
	width: 400px;
	border: 1px solid #CC0033;
	padding: 3px;
	margin: 0px 5px;
	background-color: #fffbec;
}	
	

/*footer*/	
#footer { width: 1000px;
	height: 60px;
	background-color: #532700;}
#footer a { color: #8e7258;
	text-decoration: none;}
#footer a { color: #8e7258;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;}
#footer a:hover { color: #fff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;}
#footer ul,li { display: inline; }	
	

.clear { clear: both;}
.border { border: 1px solid #FFFFFF;}
.border2 { border: 2px solid #e9ddc1;}
.padding-right { padding-right: 20px;}
.icone { margin: 2px;
	border: 1px solid #b4a494;
	float: left;}
.big { font-size: 16px;}

