/* STILI HTML GENERALI */

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

html { 
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #61a9dc;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus{
	outline: 0; 
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

body { 
	color: #61a9dc; 
	background-color: #ffffff;
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* STILI STRUTTURA PAGINA */

#container {
	margin: 0 auto;
	width: 962px;
	min-height: 768px;
	height: auto !important;
	height: 768px;
	background-repeat: no-repeat;
}

	#header {
		height: 188px;
		width: 962px;
		position: relative;
		background-image: url('../images/top_header.jpg');
	}
	
		#logo {
			height: 40px;
			width: 314px;
			position: absolute;
			top: 10px;
			left: 15px;
		}
	
		#slogan {
			height: 36px;
			width: 477px;
			position: absolute;
			top: 65px;
			left: 15px;
			font-family: Century Gothic;
			font-size: 18px;
			color: #fff;
		}
    
	#content 
	{
		min-height: 500px;
		height: auto !important;
		height: 500px;
		width: 962px;
		position: relative;
		margin-top: -70px;
	}
	
		#selezione
		{
			color: #cc4343;
			font-size: 18px;
			position: absolute;
			top: 0px;
			left: 20px;
		}
		
		#selezione_completo
		{
			color: #cc4343;
			font-size: 16px;
			position: absolute;
			top: 0px;
			left: 20px;
		}
		
		#cartina
		{
			position: absolute;
			top: 50px;
			left: 15px;
			width: 385px;
			height: 422px;
		}
		
		#box 
		{
			position: absolute;
			top: 70px;
			right: 15px;
			width: 496px;
			height: auto;
		}
		
		#box_top
		{
			margin: 0px;
			width: 410px;
			height: 49px;
			background: #fff url('../images/box_top.jpg') no-repeat;
			padding-top: 30px;
			padding-left: 86px; 
			color: #fff;
			font-size: 18px;	
		}
		
		#box_top2
		{
			margin: 0px;
			width: 410px;
			height: 47px;
			background: #fff url('../images/box_top2.jpg') no-repeat;
			padding-top: 32px;
			padding-left: 86px; 
			color: #fff;
			font-size: 14px;	
		}
			
		#box_content
		{
			margin: 0 0 0 31px;
			width: 465px;
			height: 320px;
			background: #fff url('../images/box_background.jpg') repeat-y;
			overflow: auto;
		}
		
			#box_help
			{
				margin: 20px 80px 10px 80px;
				height: 190px;
				overflow:auto;
			}
			
			#box_home
			{
				margin: 20px 80px 10px 80px;
				
				overflow:auto;
			}			
			
			#box_affiliato
			{
				position: relative;
				margin: 20px 30px 10px 30px;
				height: 268px;
				overflow:auto;
			}
			
				#affiliato_home
				{
				  padding-left: 40px;
				  padding-top: 10px;
				  background: #eef6fa url('../images/icona_home.jpg') no-repeat;
				}
				
				#affiliato_contact
				{
				  margin-top: 15px;
				  padding-left: 40px;
				  padding-top: 10px;
				  background: #eef6fa url('../images/icona_cuffie.jpg') no-repeat;
				}
				
				#affiliato_box_interno
				{
				  width: 358px;
				  height: 111px;
				  margin-top: 15px;
				  margin-left: 8px;
				  padding-left: 30px;
				  padding-top: 10px;
				  background: #eef6fa url('../images/box_interno.jpg') no-repeat;
				}
				
				#affiliato_box_interno a
				{
				  color: #3a6e8e;
				  text-decoration: none;
				}
				
				#affiliato_box_interno a:hover
				{
				  text-decoration: underline;
				}
					
				.interno_riga
				{
				  margin-top: 2px;
				  margin-bottom: 2px;
				  line-height: 26px;
				  height: 26px;
				 }
				 
				 #indietro
				 {
				 	width: 96px;
				 	height: 19px;
				 	position: absolute;
				 	bottom: 20px;
				 	left: 190px;
				 	background: #fff url('../images/pulsante.jpg') no-repeat;
				 	padding-top: 3px;
				 	padding-left: 35px;
				 	color: #fff;
				 	font-weight: bold;
				 }
				 
				 #indietro a 
				 {
				 	color: #fff;
				 	text-decoration: none;
				 	font-weight: bold;
				 }
				 
				 #indietro a:hover 
				 {
				 	color: #fff;
				 	text-decoration: underline;
				 	font-weight: bold;
				 }
				 
			
		#box_bottom
		{
			margin: 0 0 0 31px;
			width: 465px;
			height: 19px;
			background: #fff url('../images/box_bottom.jpg') no-repeat;
		}
	
	#footer 
	{
		height: 74px;
		width: 951px;
		margin-left: 6px;
		position: relative;
		background-image: url('../images/bottom_footer.jpg');
		background-repeat: no-repeat;
		position: relative;
	}
	
		#slogan_bottom {
			height: 36px;
			width: 477px;
			position: absolute;
			top: 25px;
			left: 160px;
			font-family: Century Gothic;
			font-size: 18px;
			color: #fff;
		}
		
		#copyright
		{	
			position: absolute;
			right: 10px;
			bottom: 1px;
			font-size: 10px;
			color: #000;
		}
		
		#copyright a
		{
			font-size: 10px;
			color: #000;
			font-weight: bold;
		}

/* STILI GENERICI */

.clear_both {
	clear: both;
}
