/*
delcaldo.com layout
www.delcaldo.com
------------------------------------------------------------------
Questo CSS e' compatibile con i browser SAFARI, FIREFOX, IE 6 Win, OPERA 7.
------------------------------------------------------------------
*/


/*---------- CORPO DELLA PAGINA ----------*/


body
{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #76140D;
	margin:0;
	padding:0;
	background-image: url(../images/bg_sfumatura_body.jpg);
	background-repeat: repeat-x;
}


hr {
	height: 1px;
	background-color: #CAC3AE;
	border: 0px;
}


/*---------- CONTENITORE GENERALE DELLA PAGINA ----------*/

#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color:  #EDE5CC;
	width: 801px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	position: relative;
}

#container_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 801px;
	font-size: 100%;
	background-color:  #EDE5CC;
	left: 0px;
	position: relative;
}


/*---------- TESTATA ----------*/

#header {
	height: 130px;
	width: 801px;
	position: relative;	
}

#foto {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	width: 366px;
	height: 275px;
	left: 0px;
	top: 0px;
	float: left;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
	background-color: #938349;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: relative;
	width: 425px;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	top: 0px;
	float: right;
	 width: 425px;   /* Questo è la larghezza per firefox, safari... */ 
   	\width: 425px;
  	 w\idth: 435px; /* Questo è il trucco per ingannare Explorer 5 */
}


/*------ COLONNA DX ------*/


#text_dx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #333333;
	position: relative;
	text-align: left;
	padding-bottom: 100px;
	float: right;
	width: 400px;
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	left: -20px;
	
}

#text_dx a {
	text-decoration: underline;
	color: #76140D;
}

#text_dx a:hover {
	text-decoration: underline;
	color: #CC0000;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #333333;
}



/*------ MENU ------*/

#menu a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #CC9900;
	text-decoration: none;
	color: #EDE5CC;
}

/*------ FOOTER ------*/


#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
	background-color: #938349;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}

#footer a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #CC9900;
	text-decoration: none;
	color: #EDE5CC;
}

/*------ COLONNA DI SX ------*/

#text_sx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
	position: relative;
	left: 20px;
	text-align: left;
	border-right-color: #938349;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	margin-top: 30px;
	padding-bottom: 50px;
	padding-right: 20px;
 	width: 326px;   /* Questo è la larghezza per firefox, safari... */ 
   	\width: 326px;
  	 w\idth: 346px; /* Questo è il trucco per ingannare Explorer 5 */


 }



#text_sx a {
	text-decoration: underline;
	color: #76140D;
	line-height: 150%;
}

#text_sx a:hover {
	text-decoration: underline;
	color: #CC0000;
}

#sitedesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #EDE5CC;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	}

#sitedesign a {
	text-decoration: none;
	color: #EDE5CC;
	}

#sitedesign a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

.img_infratesto {
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

