@charset "utf-8";
body  {
	font-family: Georgia, serif;
	font-size: 100%;
	background: #64453C url(../images/bkg_header.png) top center no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 934px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 77px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 93px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E2DEB6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

.twoColFixRtHdr #center { 
	padding: 0;
	margin: 0;
	background: #F3EFC4; 
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.tdSidebarRightHP {
	width: 256px;
	background: #E2DEB6 url(../images/bkg_column_right.png) center top no-repeat;
	padding: 15px;
}

.tdSidebarRightHP H2{

	font-size:24px;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	line-height:1.2em;
	margin-top:15px;
}

.tdSidebarLeftHP {
		
}

.tdContentHP {
	padding: 15px 10px;
}

.tdContentHP H1{

	font-size:44px;
	font-style:normal;
	font-weight: normal;
	letter-spacing:-3px;
	margin-top:15px;
}

.tdSidebarLeft {
	width: ;
	padding-top:15px;
}
.tdGallery H2{
	font-size:24px;
	font-style:normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top:15px;
	color:#6A2C0D;
	margin-bottom:0px;
	line-height:1em;
}

.tdGallery H5{
	font-size:10px;
	color: #333;
	line-height:1em;
	margin:0px;
}


.tdContent {
	padding: 15px 10px;
	width: 583px;
	font-size:12px;
	color:#000;
}
.tdContent H2{
	font-size:24px;
	font-style:normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top:15px;
	color:#6A2C0D;
	margin-bottom:0px;
	line-height:1em;
}
.tdContent H5{
	font-size:10px;
	color: #333;
	line-height:1em;
	margin:0px;
}


.tdContent ul{
	padding-left: 5px;
	margin-left: 5px;
	float:left;
	display:block;
	
}

.tdContent ul li{
	color: #64453C;
	line-height: 1.5em;
	list-style:disc;
	list-style-position:inside;
	
}

.tdContent a{
	color: #64453C;
	text-decoration:none;
	
}

.tdContent a:hover{
	text-decoration:underline;
}
.tdContent ul li a{
	color: #64453C;
	text-decoration:none;
	
}

.tdContent ul li a:hover{
	text-decoration:underline;
}

.twoColFixRtHdr #bottom { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #2E5016 url(../images/bkg_verde2.png) center top no-repeat; 
	text-align: center;
	height: 180px;
}
.twoColFixRtHdr #bottomLight { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #2E5016 url(../images/bkg_verde1.png) center top no-repeat; 
	text-align: center;
	height: 180px;
}



.howHelp {
	font-size:35px;
	text-align:left;
	margin-left:60px;
	margin-bottom:30px;
	
}
.twoColFixRtHdr #footer { 
	padding: 35px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1b1210 url(../images/bkg_footer.png) center top no-repeat;  
	text-align: center;
	height: 200px;
}


.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer h3 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #F3EFC4; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:18px;
	line-height:1.3;
	font-weight:normal;
}

.twoColFixRtHdr #footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: white; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:14px;
	line-height:1.3;
	font-weight:normal;
}

.twoColFixRtHdr #footer h4 a{
	color: #F3EFC4;
	text-decoration:none; 
}
.twoColFixRtHdr #footer h4 a:hover{
	color: #F3EFC4;
	text-decoration: underline;
}

#footerThin {
	height: 20px;
	background-color:#1b1210;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logo{
	float: left;
	width: 330px;
}

.logo img{
	border:0px;
}
/* ==========  MENU NAVIGAZIONE PRINCIPALE  ==============*/
.mainMenu{
	float: left;
	margin-top: 70px;
	margin-left:150px;
	text-align: right;
}

.mainMenu ul {
	padding:0px;
	margin: 0px;
}

.mainMenu ul li {
	padding:0px;
	margin: 0px 15px;;
	display: inline;
}

.mainMenu ul li a {
	color:#64453C;
	text-decoration: none;
	line-height:1.2;
	border-bottom: none;
	display: inline-block;
	border-bottom: 5px solid #fff;
}
.mainMenu ul li a:hover {
	border-bottom: 5px solid #2E5016;
}


/* ==========  MENU NAVIGAZIONE SECONDARIO  ==============*/

#bottom ul, #bottomLight ul{
	padding:0;
	margin: 0;
}

#bottom ul li, #bottomLight ul li{
	padding:0px;
	margin: 0px 15px;;
	display: inline;
}

#bottom ul li img, #bottomLight ul li img{
	border:0;
}

/* ==========  MENU NAVIGAZIONE SECONDARIO  ==============*/
#disclaimer {
	padding:0;
	padding-top: 5px;
	background-color: #64453C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #211614;
	font-size: 9px;
	height:40px;
	vertical-align:top;
	float: center;
	
}

/* ==========  FORM REGISTRAZIONE "AGIRE"  ==============*/

.formLabelTD {
	color:#501c0e;
	font-size:11px;
	width:200px;
	white-space:nowrap;
}
.formFieldTD input {
	color:#501c0e;
	width: 300px;
	height: 18px;
	border:1px solid #501c0e;
	background-color:#f8f8dd;
	padding:2px;
	font-size:12px;
}
.formFieldTD input #fileField{
	color:#501c0e;
	width: 300px;
	height: 22px;
	border:1px solid #501c0e;
	background-color:#f8f8dd;
	padding:2px;
	font-size:12px;
}
input#button{
	width: 70px;
	height: 20px;
	border:1px solid #501c0e;
	background-color:#f8f8dd;
	font-size:11px;
	font-weight:500;
	margin-right:40px;
}

.formPrivacyLabel{
	font-size:11px;

}
.formFieldTD input #checkprivacy{
	border:1px solid #501c0e;
	background-color:#f8f8dd;
	color:#501c0e;
}


.formFieldTD textarea{
	color:#501c0e;
	width: 300px;
	height: 100px;
	border:1px solid #501c0e;
	background-color:#f8f8dd;
	padding:2px;
	font-size:12px;
}

INPUT#caricabtn {
	BORDER-RIGHT: #501c0e 1px solid;
	BORDER-TOP: #501c0e 1px solid;
	FONT-WEIGHT: 500;
	FONT-SIZE: 11px;
	BORDER-LEFT: #501c0e 1px solid;
	WIDTH: 70px;
	MARGIN-RIGHT: 40px;
	BORDER-BOTTOM: #501c0e 1px solid;
	HEIGHT: 20px;
	BACKGROUND-COLOR: #f8f8dd
}
