/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #E5F5FF; /*#FFE4C4*/
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 8px auto 8px auto; 
}

div {
	font-size: 13px;
}






/* ----  ID  ---- */

#content {
	width: 800px;
	margin: 0px auto 0px auto;
}

#footer {
	background-image: url(img/footer.gif);
	height: 30px;
	width: 100%;
	border-left: 1px solid #A49446;
	border-right: 1px solid #A49446;
	border-bottom: 1px solid #A49446;
}

#header {
	background-image: url(img/header.jpg);
	height: 80px;
	width: 100%;
	border-left: 1px solid #A49446;
	border-right: 1px solid #A49446;
	border-top: 1px solid #A49446;
}

#main {
	background-image: url(img/main.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #D9CF9C;
	width: 100%;
	height: 100%;
	padding: 8px 0px 8px 0px;
	text-align: center;
	overflow: auto;
	border-left: 1px solid #A49446;
	border-right: 1px solid #A49446;
}

#menu {
	background-image: url(img/menu.gif);
	height: 30px;
	width: 100%;
	border-left: 1px solid #A49446;
	border-right: 1px solid #A49446;
}

#thumb {
	margin: 16px auto 16px auto;
	background-color: #CCBF7F;
}

#full {
	margin: 16px auto 16px auto;
	text-align: center;
	padding: 10px;	
}

#prezzi {
	background-color: #CDBF7C;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
	border: 2px solid #4F461B;
	width: 93%;
}


#imghome {
	width: 600px;
	height: 400px;
	background-image: url(img/home.jpg);
	text-align: left;
	margin: 0px auto 0px auto;
}




/* ----  CONTEXTUAL  ---- */

#menu p {
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.012em;
}
#menu a:link, #menu a:visited {
	color: #FFEBCD;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #808000;
}







#footer h1 {
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #3D450D;
	word-spacing: 3px;
}

#footer p {
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #3D450D;
}


#footer a:link, #footer a:visited {
	color: #3D450D;
	text-decoration: none;
}
#footer a:hover {
	color: #7D8F1B;
	text-decoration: underline;
}





#main p {
	margin: 0px auto 6px auto;
	color: #3D450D;
	text-align: justify;
	line-height: 23px;
	width: 93%;
}

#main td {
	padding: 28px;
	vertical-align: top;
	text-align: left;
	line-height: 24px;
	color: #413e2f;
	border: 0px;
}

#main h1 {
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 14px auto 26px auto;
	color: #413e2f;
}

#main h2 {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin: 10px auto 18px auto;
	color: #413e2f;
}




#main ul {
	margin-left: 44px;
	margin-right: 28px;
	/*margin-bottom: 20px;*/
	text-align: left;
	color: #413e2f;
}
#main li {
	list-style: square;
	line-height: 30px;
}
#main a:link, #main a:visited {
	color: #3D450D;
	text-decoration: none;
}
#main a:hover {
	color: #7D8F1B;
	text-decoration: underline;
}



#thumb td {
	padding: 8px;
	text-align: center;
	vertical-align: top;
	font: 11px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #663D1B;
}
#thumb img {
	border: 1px solid #7A7A7A;
	background-color: #FFFFFF;
	padding: 4px;
}



#full img {
	border: 1px solid #000000;
}
#full p {
	text-align: center;
}
#full a:link, #full a:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #7D3A29;
}
#full a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}





#prezzi td {
	padding: 10px;
	border-right: 1px solid #DED5A9;
	border-left: 1px solid #DED5A9;
	border-bottom: 1px solid #A49446;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.06em;
}


#prezzi th {
	padding: 10px;
	border-right: 1px solid #DED5A9;
	border-left: 1px solid #DED5A9;
	border-bottom: 1px solid #A49446;
	color: #3D450D;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #CCBA66;
}





#imghome p {
	padding: 295px 0px 0px 0px;
	color: #4D5815;
	line-height:30px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;

}


/* ----  CLASS  ---- */

.capital {
	float: left;
	padding: 6px 4px 0px 0px;
}

.borderblack {
	border: 1px solid #000000;
}


.imgleft {
	float: left;
	margin: 6px 26px 6px 0px;
	border: 1px solid #000000;
}
.imgright {
	float: right;
	margin: 6px 0px 6px 26px;
	border: 1px solid #000000;
}
.imgcenter {
	margin: 6px auto 6px auto;
	border: 1px solid #000000;
}
