body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #FFF;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	color: #c60;

}
a:hover, a:active {
	text-decoration: none;
	color: #F60;
}

h1 {
	color: #009900;
	font-size: 160%;
	font-weight: bold;
	margin: 0px;
}

h2 {
	margin: 0;
	font-size: 150%;
	color: #fff;
	font-weight: bold;
}


h3 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
}



/********************** top **********************/

#logoDx {
	width: 489px;
	height: 154px;
	background-image: url(images/pizzeria_aurora_sorrento_dx.gif);
	background-repeat: no-repeat;
	color: #930000;
}

#logoDx a {
	text-decoration: underline;
	color: #900;

}

#logoDx a:hover {
	text-decoration: none;
	color: #C00;
}

#menu {
	text-align: center;
}



#menu ul{
	list-style: none;
	margin-left: 0;
	margin-top: 50px;	
}

#menu li {
	margin: 0;
	display: inline;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#menu a {
	font-weight: bold;
	text-decoration: underline;
	color: #960;

}

#menu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #C00;
}

/********************************* corpo *********************************/

#corpo {
	background-image: url(images/pizzeria_aurora_sorrento_bg.gif);
	background-repeat: repeat-y;
}

#colSn {
	width: 240px;
	padding-left: 9px;
	vertical-align: top;
}


/*********** pagine ***********/

#liquori {
	background-image: url(images/liquori_artigianali.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding: 6px;
	vertical-align: top;
}


#home {
	background-image: url(images/pizza_napoletana_sorrento.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding: 6px;
	vertical-align: top;
}


#ricette {
	background-image: url(images/pizze_napoletane.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding: 6px;
	vertical-align: top;
}

#ricette p{
	margin-top: 40px;
	margin-left: 290px;
	
}

#interno {
	background-image: url(images/pizzeria.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding: 6px;
	vertical-align: top;
}


#zoom {
	padding: 6px;
	margin: 6px;
	border-top: 6px solid #F90;
	border-bottom: 6px solid #FC0;
	text-align: center;
}





/*********** bottom ***********/

#fondo{
	background-image: url(images/pizza_napoletana_dx.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	color: #C00;
}


/*************** form **************/

form {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #8F6B16;
}

.txtarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #8F6B16;
	background-color: #FFF;
	background-image: url(images/txtarea_sf.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #8F6B16;
	}
	

.button {
	border: 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 25px;
	width: 56px;
	color: #fff
}


/*************** formattazione **************/

.small {
	font-size: 9px;
}

.txtRed {
	color: #F00;
}




