html, body{
	margin:0;
	padding:0;
	background-color:#fff;
}

body {
	text-align:center;
	font-family:Tahoma, Helvetica;
}


h1, h2{
	text-indent:-99999px;
	padding:0px;
	margin:0px !important;
	margin:-1px;
	height:0px;
	font-size:0em;	
}

div {
	text-align:left;
}

a		{	outline: none;	}
img	{	border:0 none;	}

#main{
	width:465px;
	margin:0 auto;
	background-color:#78a8f6;
	background-image:url(../images/body.png);
	background-repeat:no-repeat;
	
}

#logo{
	width:465px;
	height:117px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

#menu{
	list-style:none;
	margin:0;
	margin-left:19px;
	padding:0;
}

#menu LI {
	display:inline;
}
#menu LI A {
	display:block;
	float:left;
	text-indent:-9999px;
	height:29px;
	background-repeat:no-repeat;
}

#menu LI#m1 A {
	width:70px;
	background-image:url(../images/menu_home.png);
}

#menu LI#m2 A {
	width:57px;
	background-image:url(../images/menu_foto.png);
}

#menu LI#m3 A {
	width:76px;
	background-image:url(../images/menu_tariffe.png);
}

#menu LI#m4 A {
	width:79px;
	background-image:url(../images/menu_contatti.png);
}

#menu LI#m1 A:hover {
	width:70px;
	background-image:url(../images/menu_home_over.png);
}

#menu LI#m2 A:hover {
	width:57px;
	background-image:url(../images/menu_foto_over.png);
}

#menu LI#m3 A:hover {
	width:76px;
	background-image:url(../images/menu_tariffe_over.png);
}

#menu LI#m4 A:hover {
	width:79px;
	background-image:url(../images/menu_contatti_over.png);
}  


#section-head{
	clear:both;
	width:465px;
	height:46px;	
	background-repeat:no-repeat;	
}



#section-head  {
	height:46px;	
	background-image:url(../images/section_head.png);
}

.home #section-head  {
	height:77px;	
	background-image:url(../images/section_head_home.png);
}

.foto #section-head {
	height:77px;	
	background-image:url(../images/section_head_foto.png);
}

.tariffe #section-head  {
	height:84px;	
	background-image:url(../images/section_head_tariffe.png);
}

.contatti #section-head  {
	height:84px;	
	background-image:url(../images/section_head_contatti.png);
}



#section-body { 
	min-height:200px;
  height:auto !important;
  height:200px;
	
	margin-left:16px;
	padding-left:14px;
	padding-right:10px;
	padding-top:20px;
	font-size:0.79em;
	width:410px;	
}
	
#section-body,
.home #section-body,
.tariffe #section-body,
.contatti #section-body
{
	background-image:url(../images/section_tile1.png);
	background-repeat:repeat-y;	
}

.foto #section-body
{
	background-image:none;
	position:relative;
}

.foto #section-body img
{
	cursor:pointer;
}




#section-footer{
	width:465px;	
	background-repeat:no-repeat;	
}

.home #section-footer{
	height:109px;
	background-image:url(../images/section_footer_home.png);
}

#section-footer,
.contatti #section-footer,
.tariffe #section-footer{
	height:109px;
	background-image:url(../images/section_footer.png);
}

.foto #section-footer{
	background-image:none;
}



#footer{
	width:465px;
	height:382px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}


/*
#foto1
{
	position:absolute;
}

#foto2
{
	position:absolute;
	top:130;
	left:130;
}
*/

.offerte {
	list-style:none;
	margin:10px 0 10px 0;
	padding:0;
	line-height:1.5em;
}

.offerte LI .evidenza {
	color:red;
	font-weight:bold;
	
}
