html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url("../images/bg_top.jpg") repeat-x #fcf9cf;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #6b4d1e;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

h1 {
	color: #6b4d1e;
	font-size: 18px;
}

h2 {
	color: #d5c240;
	font-size: 18px;
}

h3 {
	color: #6b4d1e;
	font-size: 14px;
}

h4 {
	color: #d5c240;
	font-size: 14px;
}

h5 {
	color: #6b4d1e;
	font-size: 10px;
}

h6 {
	color: #d5c240;
	font-size: 10px;
}

ul {
	padding-left: 25px;
	margin-left: 0;
}

li {
	list-style-type: disc;
}

p {
	text-align: justify;
	margin-top: 0;
}

table {
	width: 100%;	
}

table td {
		vertical-align: top;
}

td.middle {
	vertical-align: middle;
}

.table_separator {
	width: 5px;
	margin: 0 auto;
}

.table_half {
	width: 50%;
}

.table_three {
	width: 33%;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.not_exists {
	text-align: center;
	padding: 140px 0;
}

img.bg {
	background: url(../images/img_bg.jpg) no-repeat;
	height: 144px;
	width: 190px;
	padding: 6px 10px 10px 7px;
}

div#container {
	margin: 0 auto;
	width: 780px;
}

/** TOPBAR **/
div#topbar{
	height: 37px;
	font-weight: bold;
} 

div#topbar ul {
	padding: 0;
	margin: 0;
}

div#topbar li {
	float: right;
	padding: 9px 3px 0 3px;
	list-style-type: none;
	color: #6b4d1e;
}
/***********/

/** HEADER **/
div#header {
	height: 120px;
	background: url("../images/header.jpg") no-repeat;
	clear: both;
}

div#header_text {
	width: 250px;
	height: 120px;
	margin-left: 520px;
	padding-top: 15px;
}
/************/

/** MENU **/
div#menu {
	margin: 10px 0 15px 0;
	height: 36px;
}

div#menu a {
	text-decoration: none;
	color: #fcf9cf;
}

div#menu li:hover a {
	color: #6b4d1e; 
}

div#menu ul {
	padding: 0 0 0 1px;
	margin: 0;
}

div#menu li {
	float: left;
	width: 117px;
	height: 36px;
	text-align: center;
	padding-top: 8px;
	background: url("../images/button_bg.jpg") no-repeat;
	margin: 0 15px 0 0;
	color: #fcf9cf;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
}

div#menu li:hover {
	background: url("../images/button_hover.jpg") no-repeat;
	color: #6b4d1e;
}

div#menu li.last_button {
	margin: 0;
}
/**********/

/** CONTENUTO CENTRALE **/
div#content {
	clear: both;
	padding: 0 5px;
}

ul#servizi {
	padding-left: 70px;
	padding-top: 30px;
	font-weight: bold;
}

/************************/

/** FOOTER **/
div#footer {
	margin-top: 10px;
	background: url("../images/footer_bg.jpg") no-repeat top center;
	font-size: 10px;
	color: #fcf9cf;
	padding: 0 15px;
	height: 25px;
}

.carangelo {
	color: #d5c240;
	font-size: 9px;
	padding-left: 170px;
}

.carangelo a {
	font-size: 10px;
	color: #d5c240;
}
/************/

 /** GALLERIA **/
img.min {
	background: url(../images/img_gallery_bg.jpg) no-repeat;
	height: 80px;
	width: 107px;
	padding: 4px 8px 8px 5px;
	margin: 16px;
}

/***************/


/** FORM MAIL **/
div#formMail {
	width: 500px;
	color: #6b4d1e;
}



#utente, #pass, #nome, #email, #oggetto, #destinatario {
	font-size: 13px;
	background: url("../images/input.jpg") no-repeat;
	border: none;
	height: 18px;
	width: 228px;
	padding: 6px;
}

#ok, #back, #cancella {
	width: 117px;
	background: url("../images/button_bg.jpg") no-repeat;
	border: none;
	color: #fcf9cf;
}

#ok:hover, #back:hover, #cancella:hover {
	width: 117px;
	background: url("../images/button_hover.jpg") no-repeat;
	border: none;
	color: #6b4d1e;
}

#textmail {
	width: 388px;
	height: 88px;
	background: url("../images/textarea.jpg") no-repeat;
	border: none;
	padding: 6px;
	overflow: hidden;
}

div#mail {
	color: #000000;
	font-size: 24px;
	margin: 0 auto;
	width: 600px;
	text-align: center
}

.campo {
	color: #6b4d1e;
}
/***************************/
