* {
	padding: 0;
	margin: 0px 0px 0px 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* """""""" [HEADER] """""""" */
#header {
	color: #333;
	width: 100%;
	padding: 0px;
	height: 103px;
	margin: 0px;
}

/* """""""" [HEADER] Sezione Logo """""""" */
.logo {	margin: 0px 0px 0px 7px; }
#logo {
	float: left;
	margin: 30px 0px 0px 7px;
}

/* """""""" [HEADER] sezione lingue"""""""" */
#langs {
	float: right;
	font-size:9px;
	color: #333333;
	text-align: right;
	padding: 10px 12px 0px 0px;
	height: 15px;
}
.lang {
	font-size:9px;
	color: #333333;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	float: right;
    height: 12px;
}
.lang a{
	display: block;
	float: left;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	width: 28px;
	text-align: center;
}
.lang a + a{ border-left: 1px solid #333333; }
.lang a:selected{
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
.lang a:hover{
	font-size: 9px;
	color: #D20018;
	font-weight: bold;
	text-decoration: none;
}
#world {
	margin: 0px 0px 0px 10px;
	float:right;
	height: 25px;
	width: 25px;
	background-image:url("../images/world.png");
	background-repeat:no-repeat;
	background-position: top;
}
#world:hover {
	margin: 0px 0px 0px 10px;
	float:right;
	height: 25px;
	width: 25px;
	background-image:url("../images/world-over.png");
	background-repeat:no-repeat;
	background-position: top;
}

/* """""""" [HEADER] Sezione ricerca """""""" */
.search-box {
	float: right;
	margin: 30px 0px 0px 0px;
}
#search-input {
	color: #333333;
	font-size: 11px;
	background-image: url("../images/search-input.jpg");
	height: 16px;
	width: 160px;
	padding: 5px 5px 0px 10px;
	margin: 0px;
	border: 0px;
}
#search-button{
	background-image:url("../images/search.jpg");
	background-repeat:no-repeat;
	border: 0px solid;
	vertical-align: top;
	margin-top:3px;
}
#search-button:HOVER{
	background-image:url("../images/search-hover.jpg");
	background-repeat:no-repeat;
	border: 0px solid;
	vertical-align: top;
	margin-top:3px;
}
.search-label{
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
}

/* """""""" [FOOTER] Sezione principale """""""" */
#footer{
	font-size: 10px;
	color: #003F72;
}
#footer-left{float:left;
    height: 42px;
}
#footer-right{float: right;
    width: 582px;
}

/* """"""""  [FOOTER] Bottom menu """""""" */
.bottom-menu{
	float: left;
	padding: 8px 0px 8px 0px;
}
.bottom-menu-item{
	float: left;
	font-size: 10px;
	padding: 8px 13px 8px 13px;
}
.bottom-menu-item a{
	color: #003F72;
	text-decoration: none;
	text-transform:uppercase;
}
.bottom-menu-item a:selected{
	color: #003F72;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}
.bottom-menu-item a:hover{
	color: #003F72;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

/* """"""""  [FOOTER] Menu (Credits) """""""" */
.bottom-menu-item-nocaps{
	float: left;
	font-size: 10px;
	padding: 8px 13px 8px 13px;
    width: 40px;
}
.bottom-menu-item-nocaps a{
	color: #003F72;
	text-decoration: none;
}
.bottom-menu-item-nocaps a:selected{
	color: #003F72;
	text-decoration: none;
	font-weight: bold;
}
.bottom-menu-item-nocaps a:hover{
	color: #003F72;
	font-weight: bold;
	text-decoration: none;
}

/* """"""""  [FOOTER] Menu (Sitemap) """""""" */
#sitemap{
	float: left;
	font-size: 10px;
	padding: 8px 13px 8px 13px;
	background-image:url("../images/sitemap.png");
	background-position:center;
	background-repeat:no-repeat;
}
#sitemap:hover{
	background-image:url("../images/sitemap-over.png");
	background-position:center;
	background-repeat:no-repeat;
}

.clear { clear: both; background: none; }
.clear-left { clear: left; background: none; }

/* """"""""  [CORPO PAGINA] Breadcrumb """""""" */
#breadcrumb {
	padding: 7px 0px 0px 0px;
	margin: 0px;
	width: 990px;
	height: 13px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 10px;
	color: #333333;
}

/* """"""""  [FORMS] Registrazione | Contatti """""""" */
#formtab {
	font-size: 12px;
	font-weight: normal;
}
#formtab tr td{
	vertical-align: middle;
}
#formtab tr:nth-child(10) td:FIRST-CHILD{
	vertical-align: top;
	padding-top: 5px;
}
.input{
	width: 246px;
	height: 20px;
	padding: 2px;
	background-color: #E6E6E6;
	border: 0px;
	color: #000000;
}
.inputBig{
	width: 446px;
	height: 20px;
	padding: 2px;
	background-color: #E6E6E6;
	border: 0px;
	color: #000000;
}
.input100{
	width: 96px;
	height: 20px;
	padding: 2px;
	background-color: #E6E6E6;
	border: 0px;
	color: #000000;
}
.input170{
	width: 166px;
	height: 20px;
	padding: 2px;
	background-color: #E6E6E6;
	border: 0px;
	color: #000000;
}
.inputArea{
	width: 864px;
	height: 170px;
	padding: 2px;
	background-color: #E6E6E6;
	border: 0px;
	color: #000000;
}
.inputError{    
	width: 246px;
	height: 20px;
	padding: 2px;
    font-weight:bold;
    font-family:Verdana;
	background-color: #CC0033;
	border: 0px;
	color: #FFFFFF;
}
.inputBigError{
	width: 446px;
	height: 20px;
	padding: 2px;
	background-color: #CC0033;
	border: 0px;
	color: #FFFFFF;
}
.inputError100{
	width: 96px;
	height: 20px;
	padding: 2px;
	background-color: #CC0033;
	border: 0px;
	color: #FFFFFF;
}
.inputError170{
	width: 166px;
	height: 20px;
	padding: 2px;
	background-color: #CC0033;
	border: 0px;
	color: #FFFFFF;
}
.inputAreaError{
	width: 850px;
	height: 170px;
	padding: 2px;
	background-color: #CC0033;
	border: 0px;
	color: #FFFFFF;
}
.chb {background-color: transparent;}
.chbError {background-color: #CC0033;}
#formDest tr td{
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
