@charset "UTF-8";
/* CSS Document */

img {border:none;}
	
img[alt] {
	font-family: arial, verdana;
	font-size: 0.8em;
	color:#000000;
}

a { text-decoration: none; }
a:link    { color: #000000; }
a:visited { color: #000000; }
a:hover   { color: #666666; }

body {
	color: #111111;
	background-color: #FFFFFF;
	top: 0px;
	font-family: arial, verdana;
	font-size: 0.8em;
	text-align: center;
}

body strong {
	font-weight: bold;
}

#container {
	position: relative;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 870px;
}

		#container #main {
			position: relative;
			display: block;
			top: 0;
			left: 0;
			height: 555px;	
			background-color: #FFF;
			z-index: 1;
		}

		#container #main #bg {
			position: absolute;
			top: 0;
			left: 0;
			background-image: url(images/bg-capbus.jpg);
			background-color: #FFF;
			z-index: 1;
		}
	
			#container #main #bg #logo-bg {
				position: absolute;
				top: 0;
				left: 63px;
				width: 807px;
				height: 145px;
				background-color: #FFF;
				-moz-opacity: 0.6;
				opacity: 0.6;
				filter: alpha(opacity = 60);
				z-index: 1;
			}
		
			#container #main #bg #logo {
				position: absolute;
				left: 85px;
				top:  25px;
				width: 266px;
				height: 115px;
				z-index: 5;	
			}
		
			#container #main #bg #icona-cap_group {
				position: absolute;
				left: 720px;
				top:  30px;
				margin: 0;
				padding: 0;
				width: 115px;
				z-index: 5;
			}
			
				#container #main #bg #icona-cap_group #t_cap1945 {
					margin: 0;
					margin-top: 0px;
					padding: 0;
					padding-left: 30px;
					font-size: 0.8em;
					color: #444;
				}
		
			#container #main #bg #servizi {
				position: absolute;
				top: 480px;
				left: 85px;
				padding-left: 10px;
				font-size: 1.4em;
				word-spacing: 0.1em;
				line-height: 1.4em;
				color: #FFF;
				z-index: 5;
			}

	#container #footer {
		position: relative;
		display: block;
		left: 0px;
		width: 870px;
		height: 100px;
		background-color: #FFF;
	}
	
		#container #footer #f_capbus {
			position: absolute;
			left: 85px;
			top: 8px;
			width: 200px;
		}
		
			#container #footer #f_capbus p {
				position: absolute;
				margin: 0;
				padding: 0;
				padding-left: 43px;
				font-size: 0.7em;
				line-height: 1em;
			}
		
		#container #footer #contatti {
			position: absolute;
			left: 280px;
			top: 12px;
			padding-top: 2px;
			font-size: 0.8em;
			line-height: 1.2em;
			color: #069;
		}
		
			#container #footer a:link    { color: #006699; }
			#container #footer a:visited { color: #006699; }
			#container #footer a:hover   { color: #666666; }

		#container #footer #partner {
			position: absolute;
			left: 640px;
			top: 12px;
			font-size: 0.7em;
			line-height: 1em;
			color: #444;
		}



