/* CSS Document */

body {
	background-image: url(../images/bck_main.gif);
	background-position: top center;
	margin: 1px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 76%;
	color: #5B5B5B;
}

/* ------------------------------------------------------------   A link --*/

a,
a:link,
a:visited ,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

/* ------------------------------------------------------------   Wrappers --*/

#backgroundWrapper {
	position: relative;
	top: 0;
	height: 560px;
	width: 100%;
	background-image: url(../images/bck_main_moz.gif);
	background-repeat: no-repeat;
	background-position: center;
}

*html #backgroundWrapper {
	background-image: url(../images/bck_main_IE.gif);
}

#logo {
	float:left;
	height: 72px;
	width: 296px;
	margin-top: 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#logo a{
	display:block;
	height: 61px;
	width: 296px;
}

#logo h2{
	display:none;
}

#contentWrapper {
	position: relative;
	top: 37px;
	height: 482px;
	margin: 0 auto;
	text-align: left;
	width: 616px;
	background-image: url(../images/bck_other.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#contentWrapperHome {
	position: relative;
	top: 37px;
	height: 482px;
	margin: 0 auto;
	text-align: left;
	width: 616px;
	background-image: url(../images/bkghome2.gif);
	background-repeat: no-repeat;
}

#contentWrapperChisiamo {
	position: relative;
	top: 37px;
	height: 482px;
	margin: 0 auto;
	text-align: left;
	width: 616px;
	background-image: url(../images/bkgchisiamo.jpg);
	background-repeat: no-repeat;
}

#homeIntro {
	width: 463px;
	height: 395px;
	margin:0;
	padding: 0;
	margin-left: 10px;
	background-image: url(../images/home_intro.jpg);
	background-repeat: no-repeat;
}

#menu_wrapper{
	width: 116px;
	position: absolute;
	top: 62px;
	right: 0px;
	margin:0px;
	padding:0px;
}

*html #menu_wrapper {
	top: 72px;
}

/* ------------------------------------------------------------   Menu List --*/

#menu_wrapper ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#menu_wrapper li {
	padding: 0;
	margin: 0;
}

#menu_wrapper a {
	display: block;
	padding: 3px;
	width: 107px;
	background-color: #d1d5c4;
	border-bottom: 1px solid #e8ecd9;
}

#menu_wrapper li a:visited,
#menu_wrapper li a:link {
	color: #655c55;
}
#menu_wrapper li a:hover,
#menu_wrapper li a:focus,
#menu_wrapper li a:active {
	text-decoration: none;
	color: #e8ecd9;
	background-color: #786b61;
		
}
#menu_wrapper li imgs{
	border: 0px;
}


/* ------------------------------------------------------------   Content --*/


#text_content {
	width: 483px;
	height: 395px;
	margin:0;
	padding: 0;
	margin-left: 10px;
	color:#7c7c7c;
	overflow: auto;
	font-size: 11px;
	line-height: 11px;
}

#text_content img{
	float: right;
}
#text_content a:link,
#text_content a:visited {
    color: #3e1c02;
    text-decoration: underline;
}
#text_content a:hover,#text_content a:focus,#text_content a:active {	color:#7c3700;}

#text_content h2{
	color:#40352c;
	font-weight:100;
	font-size: 2.5em;
	padding:0px;
	margin: 0;
	margin-top: 4px;
	line-height: 1.5em;
}


div.clearer {
	overflow:hidden; 	
	width: 615px;
	height:1px; 
	margin:0; 
	padding:0;
	clear: both;
}

#footer {
	color: #4a3e35;
	margin: 0 auto;
	margin-top: 65px;
	padding: 0;
	text-align: right;
	bbackground-color: red;
	width: 630px;
	bborder-top: 1px solid #c5c9b8;
}

#footer a:link,
#footer a:visited {
    color: #2b2018;
    text-decoration: none;
}
#footer a:hover,#footer a:focus,#footer a:active {	color:#f6f6e2;}
