body {
	
	margin: 0;
	padding: 0;
	font-family: "LinotypeSyntax", "Syntax", "Lucida Grande", "Lucida Sans";
}

html, body { height:100%; }


div#header {
	position:relative;
	height: 115px;
}


#container { 
	position:relative; 
	z-index:1; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -32px; 
}

#subcontainer{
	position:relative; 
	display: block;
	height: 605px;
}


.footer, .push { 
	height: 30px; 
	z-index: 2; 
	position: relative; 
}

.footer  { 
	border-top: 1px dotted #ccc;
	margin-left: 40px;
	margin-right: 40px;
}

.footer div#copy  { 
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	font-size: 11px;
	color: #ccc;
	line-height: 25px;
	height: 25px;

}




#slider-wrapper {
	margin: 0;
	overflow: hidden; 
	height: 100%; 
	width: 100%;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}
 
#slider-inner {
	width: 100000px;
	position: relative;
}

#initialspacer
{
	width: 220px;
	margin:0;
	float:left;
	overflow: visible;
	display: block;
	
}


#endspacer 
{
	width: 2000px;
	margin:0;
	float:left;
	overflow: visible;
	display: block;
}

.content{

	margin:0;
	float:left;
	margin-right:20px;
	min-width: 255px;
	overflow: visible;
	display: block;
	
	font-size: 12px;
	font-family: Georgia;
	color: #333;
	
	line-height: 17px;
	
}

.content p {
	margin-top: 9px;		
	margin-bottom: 0px;		
}

.content a,
.content link,
.content a:visited {
	color: #999;
	text-decoration: none;
}

.content a:hover {
	color: #333;
	text-decoration: none;
}




.subcontent, .subcontent_image{

	margin:0;
	padding: 0;
	float:left;
	min-width: 255px;
	overflow: visible;
	display: block;
}

.subcontent {
	margin-right:20px;	
	width: 255px;
}


.content_under_image {
	width: 255px;
	float: none;
	display: block;
	margin-top: 20px;
}

.content_under_image div.cip {
	margin-top: 8px;
	
}




span.title {
	
	display: block;
	font-size: 18px;
	margin-bottom: 14px;
	line-height: 23px;

		
	
}

.image {
	height:520px;
	width: 100px;

	margin: 0;
	padding:0;
}


.overlay_transp
{
	filter:alpha(opacity=80);
    opacity:0.8;
	background-color: #fff ;
	position: absolute;

	top: 0;
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
}


* html	.mainmenu.overlay_transp
{
	height: 605px;
}


.right_transp {

	display: block;
	position: absolute;
	width: 40px;
	height: 100%;
	padding: 0;
  	overflow: visible;   
  	margin: 0;
	right: 0;
	top: 0;
	color: #666;
	z-index: 100;
	text-align: right;
}


.mainmenu
{
	display: block;
	position: absolute;
	width: 210px;
	height: 100%;
	padding: 0;
  	margin: 0;

  	overflow: visible;   

	left: 0;
	top: 0;

	font-size: 13px;
	color: #666;
	z-index: 100;
	text-align: left;
}


.spot {
	font-size: 9px;
	color: #f00;
	
}

.textonmenu
{
	position: relative;
	padding: 0;
	margin-left: 40px;
}

.textonmenu div.item {
	display: block;
	margin-top: 7px;
	color: #333;
	
}

.textonmenu div.item a,
.textonmenu div.item a:link,
.textonmenu div.item a:visited {
	color: #999;
	text-decoration: none;
}

.textonmenu div.item a:hover {
	color: #333;
	text-decoration: none;
}

.textonmenu .livello1{
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	
}

.textonmenu .livello2{
	font-size: 11px;
	font-weight: normal;
}






#navsection {
	position: relative;
	display: block;
	height: 20px;
	margin-left: 220px;
}

#navcontent {
	position: relative;
	display: block;
	height: 30px;
	margin-left: 210px;
}

#navsection,
#navcontent {

	font-size:11px;
	color: #999;	
}



#navsection a,
#navcontent a,
#navsection a:link,
#navcontent a:link,
#navsection a:visited,
#navcontent a:visited {
	font-size:11px;
	color: #999;	
	text-decoration: none;	
}

#navsection a:hover,
#navcontent a:hover{
	font-size:11px;
	color: #333;	
	text-decoration: none;	
}


.clear {
	clear:both;
}


.hide {
	display: none;
}
