/* Struttura Principale */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #64310B;
}
body
{
	background-image: url(../images/BackGroundPage.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
body > div#MPageContainer
{
	height: auto;
	min-height: 100%;
}
body > div#MPageContainer > div#MPageContainer2
{
	height: auto;
	min-height: 100%;
}
div#MPageContainer
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #ffffff;
	border-left: solid 1px #9b312e;
	border-right: solid 1px #9b312e;
	width: 1000px;
	height: 100%;
	background-image: url(../images/BackGroundContainer.jpg);
	background-position: left top;
	background-repeat: repeat-y;

}
div#MPageContainer2
{
	width: 1000px;
	height: 100%;
	background-image: url(../images/BackGroundContainerDx.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;	
}
/* Header */
DIV#MPageHeader
{
	height: 250px;
	width: 1000px;
	background-image: url(../images/BackGroundHeader.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
DIV#MPageFrasi
{
	height: 40px;
	width: 1000px;
}
DIV#MPageMenuTop
{
	height: 28px;
	background-image: url(../images/BackGroundMenuTop.jpg);
	background-position: center center;
	background-repeat: repeat-x;
}
DIV#MPageContent
{
	clear: both;
	padding: 0px 0px 50px;
}
DIV#MPageContentSx
{
	margin-top: 25px;
	width: 200px;
	min-height: 300px;
	float: left;
	background-image: url(../images/BackGroundMenuSx.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
DIV#MPageContentDx
{
	float: right;
	width: 800px;
}
DIV#MPageContentDx_x-
{
	float: left;
	width: 600px;
}
DIV#MPageContentDx_-x
{
	float: right;
	width: 200px;
	padding-top: 15px;
    min-height: 620px;
	
}
div#MpageFooter
{
	clear: both;
	position: absolute;
	bottom: 0;
	height: 42px;
	width: 100%;
	text-align: center;
	background-image: url(../images/BackGroundFooter.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
div#MpageFooter img
{
  border: none;
}
/**/
h1
{
	font-size: 14px;
	color: #993300;
	text-align: center;
}
h2
{
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	font-weight: bold;
	font-family: Verdana;
	clear: both;
}
h3
{
	margin: 2px;
	padding: 0px;
	font-weight: bold;
	font-size: 9px;
}

h6
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	background-image: url(../images/BackGroundTitle.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 10px;
	padding-top: 7px;
	margin-top: 3px;
}

a
{
	color: #993300;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}
a:hover
{
	text-decoration: underline;
}
p
{
	text-align: justify;
}
ul
{
	list-style-type: square;
	color: #ffffff;
}
ol
{
	color: #ffffff;
}
ol li
{
	color: #64310B;
	font-weight: bold;
	margin-left: -20px;
}
ol li ol li
{
	color: #64310B;
	font-weight: normal;
}
li
{
	color: #64310B;
}
/* Object Image */
img
{
	border: solid 2px #9b312e;
}
.imgSx
{
	 float: left;
	 margin-right: 15px;
	 border: solid 2px #9b312e;
	 height: 90px;
}
.imgDx
{
	 float: right;
	 margin-left: 15px;
	 border: solid 2px #9b312e;
	 height: 90px;
}
.imgGallery
{
	 border: solid 2px #9b312e;
	 height: 100px;
	 max-width: 135px;
}
.banner
{
	border: none;
	max-width: 170px;
	max-height: 160px;
}
.bannerPartner
{
	margin-left: 8px;
	border: solid 2px #9b312e;
	width: 130px;
	height: 130px;
}


