/*Impostazioni generali*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
    WIDTH: 100%;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #e8e9e1 url(Layout/bkg_body.jpg) repeat-x center top; 
	}
	
	
	
/*Colonne di contenimento per allineamento footer*/
#wrapper1 
{
    margin: 0 auto;
	position:relative;
	text-align:left;
	width:955px;
	}
#wrapper2 
{
    margin: 0 auto;
	position:relative;
	text-align:left;
	width:955px;
	}
	
	
	
/*Header*/
#header {
	margin: 0 auto;
	width: 955px;
	height:155px;
	background: #e8e9e1 url(Layout/header_tile.jpg) left top repeat-x;
	z-index: 1;
}
    #header_left {
	    margin: 0 auto;
	    width: 12px;
	    height:155px;
	    left:0px;
	    top:0px;
	    position: relative;
	    float:left;
	    background: #e8e9e1 url(Layout/header_left.jpg) left top no-repeat;
	    z-index: 2;
    }
    #header_right {
	    margin: 0 auto;
	    width: 15px;
	    height:155px;
	    right:0px;
	    top:0px;
	    position: relative;
	    float:right;
	    background: #e8e9e1 url(Layout/header_right.jpg) left top no-repeat;
	    z-index: 3;
    }	
    #header_logo {
	    margin: 0 auto;
	    width: 505px;
	    height:67px;
	    left:20px;
	    top:30px;
	    position: relative;
	    float:left;
	    z-index: 3;
    }  
    #header_languages {
	    margin: 0 auto;
	    width: 200px;
	    height:90px;
	    right:-5px;
	    top:20px;
	    position: relative;
	    float:right;
	    z-index: 3;
	    font-family :"Verdana", sans-serif; font-size : 10px; color:#000000;
	    text-align: right;
    }  
	#header_languages a, #header_languages a:link, #header_languages a:visited, #header_languages a:active {
		color: #666666;
		text-decoration: none;
	}
	
	#header_languages a:hover, #header_languages a:focus 
	{
	    color: #ffa600;
		text-decoration: none;
	}  
	        
    #header_menu {
	    margin: 0 auto;
	    width: 925px;
	    height:25px;
	    left:0px;
	    top:28px;
	    position: relative;
	    float:left;
	    z-index: 3;
	    font-family :"Trebuchet MS", sans-serif; font-size : 12px; color:#000000;
    } 
	#header_menu a, #header_menu a:link, #header_menu a:visited, #header_menu a:active {
		color: #333333;
		text-decoration: none;
	}
	
	#header_menu a:hover, #header_menu a:focus 
	{
	    color: #ffffff;
		text-decoration: underline;
	} 
    #header_menu ul{
	    overflow:hidden;
	    list-style-type:none;
	    margin:0;
	    padding:0;
    }

    #header_menu li{	
	    display:block;
	    float:left;
	    background:url(Layout/bullet_menu.jpg) 0 0 repeat-y;
	    margin:0 4px 0 -4px; /*use negative margin-left to hide the background image*/
	    padding:0px 8px 0px 8px;
    } 
   	    
   	    
   	      
/*Maincol*/         
#maincol {
	position:relative;
	margin:0;
	padding:0px;
	}
	
	
	
/*Leftcol*/
#leftcol {
	margin: 0 auto;
	width: 189px;
    min-height: 422px;
    height: auto !important;
    height: 422px;		
	left:0px;
	top:0px;
	position: relative;
	float:left;
	background: #e8e9e1 url(Layout/column_tile.jpg) left top repeat-y;
	z-index: 10;
}	
    #leftcol_top {
	    margin: 0 auto;
	    width: 189px;
	    height:14px;
	    left:0px;
	    top:0px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/column_top.jpg) left top no-repeat;
	    z-index: 11;
    }
    #leftcol_bottom {
	    margin: 0 auto;
	    width: 189px;
	    height:17px;
	    left:0px;
	    bottom:-17px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/column_bottom.jpg) left top no-repeat;
	    z-index: 12;
    }    
    #leftcol_left {
	    margin: 0 auto;
	    width: 12px;
	    height:422px;
	    left:0px;
	    top:0px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/column_left.jpg) left top no-repeat;
	    z-index: 13;
    }
    #leftcol_right {
	    margin: 0 auto;
	    width: 22px;
	    height:422px;
	    right:0px;
	    top:0px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/column_right.jpg) left top no-repeat;
	    z-index: 14;
    }	
    #leftcol_content {
	    margin: 0 auto;
	    width: 160px;
	    left:-5px;
	    top:10px;
	    position: relative;
	    z-index: 15;
    } 
	#leftcol_content a, #leftcol_content a:link, #leftcol_content a:visited, #leftcol_content a:active {
		color: #2472b0;
		text-decoration: none;
	}
	
	#leftcol_content a:hover, #leftcol_content a:focus {
		text-decoration: underline;
	}	 
   
   
   
   
/*Rightcol*/ 
#rightcol {
	margin: 0 auto;
	width: 189px;
    min-height: 422px;
    height: auto !important;
    height: 422px;		
	right:-4px;
	top:0px;
	position: relative;
	float:right;
	background: #e8e9e1 url(Layout/column_tile.jpg) left top repeat-y;
	z-index: 20;
	}
    #rightcol_top {
	    margin: 0 auto;
	    width: 189px;
	    height:14px;
	    left:0px;
	    top:0px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/column_top.jpg) left top no-repeat;
	    z-index: 21;
    }
    #rightcol_bottom {
	    margin: 0 auto;
	    width: 189px;
	    height:17px;
	    left:0px;
	    bottom:-17px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/column_bottom.jpg) left top no-repeat;
	    z-index: 22;
    }    
    #rightcol_left {
	    margin: 0 auto;
	    width: 12px;
	    height:422px;
	    left:0px;
	    top:0px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/column_left.jpg) left top no-repeat;
	    z-index: 23;
    }
    #rightcol_right {
	    margin: 0 auto;
	    width: 22px;
	    height:422px;
	    right:0px;
	    top:0px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/column_right.jpg) left top no-repeat;
	    z-index: 24;
    }	
    #rightcol_content {
	    margin: 0 auto;
	    width: 160px;
	    left:-5px;
	    top:10px;
	    position: relative;
	    z-index: 25;
    }
	#rightcol_content a, #rightcol_content a:link, #rightcol_content a:visited, #rightcol_content a:active {
		color: #2472b0;
		text-decoration: none;
	}
	
	#rightcol_content a:hover, #rightcol_content a:focus {
		text-decoration: underline;
	}     
  
  
  
  
/*Centercol*/  
#centercol {	
	position: relative;
	padding:0 189px;
	z-index: 2;
	
}
#centercol_wrapper {
    min-height: 422px;
    height: auto !important;
    height: 422px;		
	position: relative;
	background: #e8e9e1 url(Layout/content_tile.jpg) left top repeat-y;
	z-index: 2;
}
    #centercol_content {
	    margin: 0 auto;
	    width: 545px;
	    left:-3px;
	    top:10px;
	    position: relative;
	    z-index: 3;
    }
	#centercol_content a, #centercol_content a:link, #centercol_content a:visited, #centercol_content a:active 
	{
	    font-size : 14px;
		color: #2472b0;
		text-decoration: none;
	}
	#centercol_content a:hover, #centercol_content a:focus {
		text-decoration: underline;
	}    
    #centercolGrid_content {
	    margin: 0 auto;
	    width: 545px;
	    left:-3px;
	    top:10px;
	    position: relative;
	    z-index: 3;
    }
	#centercolGrid_content a, #centercolGrid_content a:link, #centercolGrid_content a:visited, #centercolGrid_content a:active 
	{
	    font-size : 10px;
		color: #2472b0;
		text-decoration: none;
	}
	#centercolGrid_content a:hover, #centercolGrid_content a:focus {
		text-decoration: underline;
	}  	
    #centercol_top {
	    margin: 0 auto;
	    width: 579px;
	    height:14px;
	    left:0px;
	    top:0px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/content_top.jpg) left top no-repeat;
	    z-index: 4;
    }
    #centercol_bottom {
	    margin: 0 auto;
	    width: 578px;
	    height:21px;
	    left:0px;
	    bottom:-17px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/content_bottom.jpg) left top no-repeat;
	    z-index: 5;
    }    
    #centercol_left {
	    margin: 0 auto;
	    width: 12px;
	    height:422px;
	    left:0px;
	    top:0px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/content_left.jpg) left top no-repeat;
	    z-index: 6;
    }
    #centercol_right {
	    margin: 0 auto;
	    width: 21px;
	    height:422px;
	    right:-2px;
	    top:0px;
	    position: absolute;
	    background: #e8e9e1 url(Layout/content_right.jpg) left top no-repeat;
	    z-index: 7;
    } 	    
    
    
    
/*Footer*/
#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding-top: 35px;
	padding-bottom: 20px;
	font-family :verdana; font-size : 10px; color:#666666;
	text-align:center;
	}
    #footer_left {
	    position:relative;
	    top:1px;
	    float:left;
	    text-align:left;
	    }	
    #footer_right {
	    position:relative;
	    top:1px;
	    right:5px;
	    float:right;
	    text-align:right;
	    }
	#footer a, #footer a:link, #footer a:visited, #footer a:active {
		color: #2472b0;
		text-decoration: none;
	}
	
	#footer a:hover, #footer a:focus {
		text-decoration: underline;
	}	    	    




/*Classi per le colonne*/
.menu_item_pic_left 
{
    width:67px;
    float:left;
}
.menu_item_wrapper_left  {
    width:93px;
    float:left;
    position: relative;
    height: 46px;
    text-align:left;
}
.menu_item_text_left  
{
    left:4px;
    bottom:0px;
    position: absolute;
    font-family :"Trebuchet MS", sans-serif; font-size : 12px; color:#547DAF;
    line-height: 14px
}
.menu_item_pic_right 
{
    width:67px;
    float:right;
}
.menu_item_wrapper_right   {
    width:93px;
    float:left;
    position: relative;
    height: 46px;
    text-align:right;
}
.menu_item_text_right   
{
    right:4px;
    bottom:0px;
    position: absolute;
    font-family :"Trebuchet MS", sans-serif; font-size : 12px; color:#547DAF;
    line-height: 14px
}

.menu_item_separator {
    width:160px;
    padding-top: 6px;
    height: 12px;
    float:left;
}



/*Classi per le pagine*/
.img {
    text-align:center;
    padding-top: 15px;
    padding-bottom: 15px;    
}
.titles 
{
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #052c4b;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align:center;
    }    
.texts 
{
    width: 500px;
    font-family :"Trebuchet MS", sans-serif; font-size : 14px; color:#666666;
    text-align:justify;
    }    
.img_text 
{
    width: 500px;
    font-family :Verdana; font-size : 10px; color:#948154;
    text-align:center;
    } 
      
#page_colwrapper 
{
    height: 1000px;
} 
.page_leftcol 
{
    width:250px;
    height: 800px;
    float:left;
    position: relative;
    left: 20px;
    font-family :"Trebuchet MS", sans-serif; font-size : 14px; color:#666666;
    text-align:justify;
}
.page_rightcol   {
    width:250px;
    height: 800px;
    float:right;
    position: relative;
    right: 10px;
    top: 5px;
    font-family :"Trebuchet MS", sans-serif; font-size : 14px; color:#666666;
    text-align:center;
}
.gradientbutton { background-image:url('Layout/darkgradient.gif');color: #ffffff;font-family: Verdana;font-size: 8pt;border: 1px solid #708090;}
.userInput 
{
    color:#333333;
	border: 1px solid #666666;
	border-collapse:collapse;
	font-family: Verdana;
	font-size: 8pt;
	background: #efefef;
} 
 

