/* PAGE LAYOUT */ 

html, body {
		margin:0;
		padding: 0;
		text-align: left;
		background-color: #a6b5b6;
		font-family: verdana, arial, helvetica, trebuchet ms, geneva;
		font-size: 10px;
		color: #324144;
		line-height: 23px;
} 

#container { 
		width:750px; 
		text-align:left;  
		margin-left:auto; 
		margin-right:auto;  
} 
 
#topBar {
 		position:relative; 
 		height:32px;
	 	width:100%;
} 

#topImg {
		height: 196px;
		width: 750px;
		border-bottom: 6px solid #374d50;
		background: #374d50;
}

#navBar {
		background-color: #aebbbc;
		height: 45px;  
		width: 750px;
		border-bottom: 1px solid #333;
		overflow: hidden;
}

#fakeRight {
		background:url("../img/contentBkgd.gif");
		background-repeat: repeat;
}

#left{
		width:50px;
		float:left;
		position:relative;
		margin-top: 100px;
}

#content {
		float: left;
		display:inline;
		position: relative;
		width:464px;
		padding: 0 20px 75px 15px;
		margin-top: 25px;
		background-color: #ececec;
		line-height: 20px;
}
 
#right {
		width:200px;
		float:right;
		position:relative;
		text-align: left;
		margin-top: 50px;
}

#sidebar {
		width:199px;
		height: 160px;
		background-repeat: no-repeat;
		border-top: 1px solid #aebbbc;
		background-color: #C9D6D6;
		border-left: 1px solid #aebbbc;
}


 
#contatti {
		position:relative;
		border-top: 1px solid #aebbbc;
		border-bottom: 1px solid #aebbbc;
		border-left: 1px solid #aebbbc;
		letter-spacing: 1px;
}

#partners {
		margin-top: 0px;
}

#popup {
		 width: 200px;
		 height: 94px;
		 display: none;
		 margin: 0px;
		 padding: 0px;
}

#footerLine{
	 	height:15px; 
	 	background-color:#374d50; 
	 	clear:both;
} 

#footer {
		width: 750px;
		text-align:left;
		margin-left: auto;
		margin-right:auto;
		background-color: #a6b5b6;
		height: 20px;
		line-height: 15px;
}


/* PAGE CLASSES  */

h1 {
}

h2 {
	font-size: 10px;
	padding-left: 10px;
	color: #990000;
	font-weight: bold;
	margin: 20px 0 -5px 0;
}

p {
	padding-left: 20px;
	padding-right: 10px;
}

table {
	font-size: 9px;
	line-height: 13px;
}

td {
	padding: 2px 5px 2px 5px;
}

.small {
		font-size: 9px;
		font-style: italic;
}

.highLight {
	font-size: 1em;
	font-weight: bold;
}

.content {
	    
}
.content a:link, .content a:active, .content a:visited {
	text-decoration: underline;
	color: #374D50;
	font-weight: bold;
}

.content a:hover {
		color: #374d50;
		text-decoration: none;
}

.content ul {
	list-style-type: square;
	padding: 0 20px 0 20px;
	line-height: 12px;
	margin-left: 20px;
}

.content li {
	padding-top: 10px;
	line-height: 15px;
}

.sidebar a:link, .sidebar a:active, .sidebar a:visited {
	text-decoration: none;
	color: #374d50;
}

.sidebar a:hover {
	color: #21383b;
	font-weight: bold;
	text-decoration: underline;
}

ul {
	list-style-type: none;
} 		

.sidebar li {
	line-height: 15px;
}

.contatti a:link, .contatti a:active, .contatti a:visited {
	text-decoration: none;
	background-color: #D1DCDC;
	display: block;
	padding: 10px 0 10px 60px;
	font-weight: bold;
	color: #374d50;
}

.contatti a:hover {
		color: #21383B;
		background-color: #C9D6D6;
		font-weight: bold;
}

.footer {
	font-size: 85%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #ececec;
	margin-top: 5px;
	padding-left: 0px;
}

.footer a:link, .footer a:active, .footer a:visited {
		color: #ececec;
		text-decoration: none;
}

.footer a:hover {
		background-color: #374d50;
		color: #ececec;
}

.exceteraweb {
	color: #374d50;
	display: inline;
	font-weight: bold;
}

.exceteraweb a, .exceteraweb a:link, .exceteraweb a:active, .exceteraweb a:visited {
	color: #374d50;
	text-decoration: none;
	font-weight: bold;
}

.exceteraweb a:hover {
	color: #ececec;
	font-weight: bold;
	background-color: transparent;
}

#navBars {
 		text-align:left; 

}
 	
.tdGreen {
	background-color: #768c8f;
	color: #ececec;
	font-weight: bold;
}

.tdDarkBlue {
		background-color: #C9D6D6;
}

.tdLightBlue {
	background-color: #DADADA;
}

.tdNumbers {
	color: #768c8f;
	font-weight: bold;
}
 
 /* *** Float containers fix: *** */ 
.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}
 
.clearfix {
		display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*  PRINT STYLES  */ 

@media print { 

/*  HIDE LEFT COLUMN WHEN PRINTING  */ 

#left {display:none;} 

/*  HIDE NAVIGATION WHEN PRINTING */ 

#navBar {display:none;} 

/*  HIDE FOOTER WHEN PRINTING */ 
#footer {display:none;} 

/*  HIDE RIGHT COLUMN WHEN PRINTING  */ 

#right {display:none;} 
#content{width:100%; float:none;}
}
