﻿#inside
{
	margin-left: auto;
	margin-right: auto;
}

html, body, form 
{ 
    margin:0; 
    padding:0; 
    height:100%; 
    background-color:black;
}

/*------------------------------------------------------------------- Classes ---------------------------------------*/

.wrapper
{
	text-align:center;
	text-align:-moz-center;
	vertical-align:middle;
	margin: 0px auto;
}

.title { 
    padding:0; 
    cursor :pointer; 
    cursor:hand;  
    height:90px;
    text-align: center;
}

.CenteredContentDiv
{
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
}

#imgLogo
{
    margin:0px auto; 
}

h1.h1Title
{
	color: White;
	font-family: Times New Roman;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px auto 10px auto;
}

/*
.container 
{ 
    margin:0; 
    padding:0;
    position:absolute; 
    left:0px; 
    top:0px; 
    width:100%; 
    min-height:100%;
    height:100%;
    background:#000000;
}
*/

.categoryCell 
{
	cursor :pointer; 
	cursor:hand; 
	text-align:-moz-center; /*FF*/ 
	text-align:center; /*IE */
}

.centerImageDiv
{
	text-align:center;
	vertical-align:middle;
}

a
{
	text-decoration:none;
	color:white;
	font-size:small;
}
 
a:hover  
{ 
	text-decoration: underline;
    color:white;
	font-size:small;
} 

.footerBox 
{ 
	position:absolute; 
	left:0px; 
	bottom:0px; 
	background:#000000; 
}   

.footer
{
	text-align:-moz-center; /*FF*/
	text-align:center; /*IE */
}

.Text
{
	font-family: Times New Roman, Verdana, Arial;
	font-size: 0.8em;
	color: White;
}

.Clear
{
	clear: both;
	height: 0px;
	line-height: 0px;
}

.ProfileTextMainContainer
{
	padding: 10px 20px 10px 20px;
	width: 800px;
	margin: 0px auto;
}

/*------------------------------------------------------------------- Element IDs ---------------------------------------*/

#DefaultWrapperDiv
{
	width: 800px; 
	height: 600px; 
	margin-top: -300px; 
	left: 50%; 
	margin-left: -400px; 
    position: absolute; 
    top: 50%; 
    overflow:hidden; 
    z-index: 0; 
    text-align:center;
}

#DefaultTitleDiv
{
	position: absolute; 
	top: 62px; 
	left: 290px; 
	text-align:center;
}

#ProfileTextContainerRight
{
	height: 306px;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 0.8em;
	color: White;
	border: solid 1px gray;
	margin: 0px 0px 20px 10px;
	padding: 20px;
	width: 430px;
	float: left;
}

#ProfileTextContainerLeft
{
	height: 306px;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 0.8em;
	color: White;
	border: solid 1px gray;
	margin: 0px 10px 20px 0px;
	padding: 20px;
	width: 464px;
	float: left;
}

#ProfileImageRight
{
	margin: 0px 0px 20px 10px;
	float: left;
	height: 346px;
	width: 266px;
}

#ProfileImageLeft
{
	margin: 0px 10px 20px 0px;
	float: left;
	height: 346px;
	width: 300px;
}

.ContattiContainer
{
	width: 660px;
	height: 460px;
	background-image: url(../images/sfondo_contatti.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: White;
	text-align: center;
	margin: 50px auto 0px auto;
}

.ContattiImage
{
	height: 205px;
	width: 558px;
	margin: 30px auto 30px auto;
}

