/* CSS Document */
body{
	background-image: url(images/pg-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F2E2A7;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 11px;
}


#mainMenu {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#box-a, #box-b, #box-c {
	height: 240px;
	width: 190px;
	border: 1px solid #00FF00;
	background-color: #FFFFFF;
}
#box-b{
	border-color: #009900;
}
#box-c{
	border-color: #0002FF;
}
#box-a p, #box-b p, #box-c p{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
#box-a h5, #box-b h5, #box-c h5 {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
}
#box-a a:link, #box-a a:visited , #box-b a:link, #box-b a:visited , #box-c a:link, #box-c a:visited{
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}
#box-a a:hover, #box-b a:hover, #box-c a:hover{
	color: #000000;
	text-decoration: none;
}
td.pageTop {
	background-image: url(images/page-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	padding-left: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #713814;
}
td.pageTop a:link, td.pageTop a:visited {
	color: #713814;
}
td.pageTop a:hover {
	color: #FFFFFF;
}

#sub-nav {
	background-image: url(images/page-menu-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 34px;
	padding-right: 36px;
}
#sub-nav a:link, #sub-nav a:visited {
	display: block;
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #9b4d1b;
	text-decoration: none;
}
#sub-nav a:hover {
	text-decoration: underline;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	font-size: 12px;
}
#content a:link, #content a:visited {
	color: #9b4d1b;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #552B0F;
	text-decoration: none;
}

#content h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 16px;
	padding-right: 36px;
}

#content h2 {
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	margin-top: 20px;
	margin-bottom: 6px;
	padding-right: 36px;
}

#content p {
	padding-right: 36px;
}

#content ul {
	margin-top: 0px;
	margin-bottom: 0px;

}

#content li {
	padding-right: 36px;
}

#content div {
	padding-right: 36px;
}


h4.tit-servizi {
	text-transform: uppercase;
	margin-left: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4.tit-servizi a:link, h4.tit-servizi a:visited {
	text-decoration: none;
}
h4.tit-servizi a:hover {
	text-decoration: underline;
}

h4.subTit{
	font-size:13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 2px solid #C28F5A;
}


p.footer, p.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c89962;
	margin-top: 18px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
p.footer2{
	color: #9B4D1B;
	margin-left: 20px;
	font-size: 12px;
}
p.footer a:link, p.footer a:visited {
	color: #c89962;
	font-weight: bold;
	text-decoration: underline;
}
p.footer a:hover {
	color: #9b4d1b;
	text-decoration: none;
}
