@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html { overflow: -moz-scrollbars-vertical; }

body {
	width:100%;
}

	#header {
			background: #007DB3 url(img/header.jpg) no-repeat bottom;
			height:162px;
			cursor:pointer;
		}
		
	#container {
		width:1000px;	
		margin:25px auto;
	}
	
		#scritte_europe {s
			background:url(img/bg_scritte_europeconsulting.jpg) no-repeat bottom;
			height:43px;
			cursor:pointer;
			text-decoration:none;
		}
		
		#maincontent {
			margin:0px 5px 14px 5px;
			font:12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-align:left;
		}
		
			#tab_menu {
				margin:0px 0px 0px 25px;
			}
		
				#tab_arancio {
					background:url(img/bg_tab_arancio.jpg) no-repeat;
					height:27px;
					width:84px;
					line-height:27px;
					float:left;
					font-size:15px;
					font-weight:bold;
					color:#FFF;
					text-align:center;
				}
				
				.tab_grigio {
					background:url(img/bg_tab_grigio.jpg) no-repeat bottom right;
					height:27px;
					width:70px;
					line-height:27px;
					float:left;
					font-size:11px;
					font-weight:bold;
					color:#FFF;
					text-align:center;
				}
				
				#tab_grigio_fine {
					background:url(img/bg_tab_grigio_fine.jpg) no-repeat bottom left;
					height:27px;
					width:70px;
					line-height:27px;
					float:left;
					font-size:11px;
					text-align:center;
				}
			
			#tab_top {
				background: url(img/bg_maincontent_top.jpg) repeat-y; 
				height:23px; 
				margin:1px 0px 0px 0px; 
				clear:both;
			}
			
			#tab_center{
				background: url(img/bg_maincontent_center.jpg) repeat-y;
			}
			
				#maincontent p {
				margin:0px 0px 10px 0px;
				}
				
				span.chisiamo {
					font-size:24px;
					font-weight:bold;
					color:#F6911D;
				}
				
				#servizi li {
					margin:0px 0px 10px 20px;
				}
				
				.thickbox {
					text-decoration:none;
				}
			
				img.photogallery {
					border:2px solid #FFF;
				}
			
				img.photogallery:hover {
					border:2px solid #F6911D;
				}
				
				img.logo {
					border:0px;
					text-decoration:none;
					width:150px;
					float:right;
					padding:0px 0px 0px 20px;
				}
				
				#contact {
					width:99%;
				}
				
					#contact_left {
						float:left;
						width:48%;
					}
					
					#contact_right {
						float:left;
						text-align:left;
						margin:0px 0px 0px 30px;
						padding:0px 0px 0px 20px;
						border-left:1px solid #CCC;
					}
					
						#contact_right a {
							color:#007DB3;
							font-weight:bold;
						}
						
			#tab_bottom{
				background: url(img/bg_maincontent_bottom.jpg) repeat-y; 
				height:23px;
			}
		
		#footer {
			background:url(img/bg_footer_contributo.jpg) no-repeat right bottom;
			height:60px;	
			clear:both;
			border-top:#CCC 1px solid;
			padding:10px 0px 0px 0px;
			width:96%;
		}
		
			#footer img {
				border:0px;
				text-decoration:none;
			}