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

body {	
	background-image: url(/aa_images/body_background.png);
	background-color: rgb(75,75,75);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	}

a:link {
	text-decoration: none;}

a:visited {
	text-decoration: none;}

a:hover {
	text-decoration: none;}

a:active {
	text-decoration: none;}

body,td,th {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, san-serif;
	font-size: 14px;
	color: rgb(200,200,200);}

/*MAIN CONTAINER: CONTAINS EVERYTHING BUT THE FOOTER------------------*/
/*CONTAINS: #header, #sidebar, #content-------------------------------*/
#container {
	width:970px;
	height:100%;
	margin: 0 auto;
	}
	
	/*HEADER---------------------------------------------------------*/
	#header {
		position: relative;
		width:970px;
		height:450px;
		left:0px;
		top:0px;
		}
	
		#header_quote {
			position: absolute;
			width:430px;
			height:100px;
			left:30px;
			}

		#header_img {
			position: absolute;
			width:950px;
			height:260px;
			top: 106px;
			left:10px;
			}
	
		#header_link_home {
			position: absolute;
			width: 102px;
			height: 26px;
			top: 399px;
			left: 112px;
			padding-top: 15px;
			background-image: url(/aa_images/header_link_background.png);
			background-repeat: no-repeat;
			}
	
		#header_link_language {
			position: absolute;
			width: 102px;
			height: 41px;
			top: 399px;
			left: 10px;
			}
	
			#box_link_language {
				position: absolute;
				width: 40px;
				height: 41px;
				top: 0px;
				}
	
		#box_link_ng {
			position: absolute;
			width: 155px;
			height: 55px;
			top: 380px;
			left: 620px;
			}
				
		#box_link_manfrotto {
			position: absolute;
			width: 155px;
			height: 55px;
			top: 380px;
			left: 790px;
			}
	/*END OF HEADER------------------------------------------------------*/


	/*SIDEBAR-----------------------------------------------*/
	#sidebar {
		position:relative;
		width: 200px;
		height: 100%;
		float: left;
		}

		#sidebar_01 {
			position:relative;
			width:200px;
			height:225px;
			background-image:url(/aa_images/sidebar_01_background.png);
			background-repeat:no-repeat;
			}
			
			#box_link_facebook {
				position: absolute;
				width: 52px;
				height: 52px;
				top: 65px;
				left: 15px;
				}
				
			#box_link_youtube {
				position: absolute;
				width: 52px;
				height: 52px;
				top: 65px;
				left: 74px;
				}
				
			#box_link_flickr {
				position: absolute;
				width: 52px;
				height: 52px;
				top: 65px;
				left: 133px;
				}

			#sidebar_01_skype {
				position:relative;
				width:114px;
				height:20px;
				left: 43px;
				top: 180px;
				}
	
		#sidebar_03 {
			position:relative;
			width:200px;
			height:200px;
			background-image:url(/aa_images/sidebar_03_background.png);
			background-repeat:no-repeat;
			}
			
			#box_link_photogalleries {
	position: absolute;
	width: 177px;
	height: 176px;
	top: 11px;
	left: 12px;
				}
		
		#sidebar_02 {
			position:relative;
			width:200px;
			height:525px;
			background-image:url(/aa_images/sidebar_02_background.png);
			background-repeat:no-repeat;
			}
			
			#sidebar_02_links_wrapper {
	position:relative;
	width:170px;
	height:455px;
	top: 11px;
	left: 13px;
				}
				
		#sidebar_04 {
			position:relative;
			width:200px;
			height:425px;
			background-image:url(/aa_images/sidebar_04_background.png);
			background-repeat:no-repeat;
			}
			
			#sidebar_04_text {
				position: absolute;
				width: 160px;
				height: 50px;
				top: 17px;
				left: 20px;
				}
						
			#box_link_aiea {
	position: absolute;
	width: 180px;
	height: 83px;
	top: 111px;
	left: 10px;
	z-index: 1;
}
	
			#box_link_mafrotto_school {
	position: absolute;
	width: 180px;
	height: 50px;
	top: 284px;
	left: 10px;
	z-index: 1;
				}
				
			#box_link_photofarm {
	position: absolute;
	width: 180px;
	height: 50px;
	top: 215px;
	left: 10px;
	z-index: 1;
				}
				
			#box_link_phototravel {
	position: absolute;
	width: 180px;
	height: 55px;
	top: 353px;
	left: 10px;
	z-index: 1;
				}
	/*END OF SIDEBAR-------------------------------*/	
		
	/*CONTENT--------------------------------------*/
	#content {
		position:relative;
		width: 770px;
		float:right;
		}
		
		/*CONTENT TOP: GIVES THE CONTENT A ROUND EDGE AT THE TOP--*/
		#content_top {
			position:relative;
			width: 770px;
			height: 21px;
			background-image:url(/aa_images/content_top_background.png);
			background-repeat:no-repeat;
			}
        /*END OF CONTENT TOP----------------------------------------*/
	
		#content_center {
			position:relative;
			width: 770px;
			min-height: 1000px;
			background-image:url(/aa_images/content_center_background.png);
			background-repeat:repeat-y;
			padding-left: 10px;
			padding-right:10px;
			}
			
		/*CONTENT BOTTOM: GIVES THE CONTENT A ROUND EDGE AT THE BOTTOM--*/
		#content_bottom {
			position:relative;
			width: 770px;
			height: 21px;
			background-image:url(/aa_images/content_bottom_background.png);
			background-repeat:no-repeat;
			}
		/*END OF CONTENT BOTTOM----------------------------------------*/
	
	
	
	/*END CONTENT--------------------------------------*/

	
		
	#content_splash_latest_news {
	position:relative;
	width: 730px;
	left:10px;
	line-height:25px;
		
		}
	
	#content_splash_youtube {
	position:relative;
	width: 730px;
	height: 230px;
	left: 10px;
}
		
	#vid_1 {
		position:relative;
		width: 236px;}	
		
	#vid_2 {
		position:absolute;
		width: 236px;
		left:276px;
		top:17px;
		}	
		
	#vid_3 {
		position:absolute;
		width: 177px;
		left:553px;
		top:17px;
		}			
		
	
/*END OF CONTAINER-------------------------------------------------*/

#content_splash_main, #content_tourism_main, #content_tanzania-info_main, #content_truck_main {
	position:relative;
	text-align:justify;
	width: 730px;
	left: 10px;
	top: 10px;
}


/*FOOTER-----------------------------------------------------------*/
#footer {
	position:relative;
	top:10px;
	background-image:url(/aa_images/footer_background.png);
	background-repeat:repeat-x;
	width:100%;
	height:260px;
	clear: both;
	z-index: 1;
	}

	#footer_central {
		position:relative;
		width:970px;
		height:260px;
		background-image:url(/aa_images/footer_central_background.png);
		z-index: -1;
		margin: 0 auto;
		}
	
		#footer_contact {
			position:absolute;
			width:640px;
			height:57px;
			left: 12px;
			top: 41px;
			line-height: 25px;
			z-index: 100;
			}
			
		#footer_4x4storici {
			position:absolute;
			width:500px;
			height:23px;
			z-index:1;
			left: 70px;
			top: 145px;
			}
	
		#footer_copyright {
	position:absolute;
	width:507px;
	height:51px;
	left: 111px;
	top: 184px;
	color:rgb(128,128,128);
	font-size:12px;
	font-weight:bold;
			}
			
		#footer_ties {
	position:absolute;
	width:351px;
	height:51px;
	left: 429px;
	top: 202px;
	color:rgb(128,128,128);
	font-size:12px;
	font-weight:bold;
					}

/*END OF FOOTER-----------------------------------------------------*/




.header_shift {
	position:relative;
	top:-11px;
	background-image: url(Rassegna%20Stampa);
	}

.clear {
	clear: both;
	}

.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;
	}

.right {
	text-align: right;
	}

.justify {
	text-align: justify;
	}

.center {
	text-align: center;
	width: 236px;
	}
	
.text_12px {
	font-size: 12px;
	}	

.text_14px {
	font-size: 14px;
	}	
	
.text_16px {
	font-size: 16px;
	}	
	
.text_17px {
	font-size: 17px;
	color: #FFC84B;
	}
	
.text_20px {
	font-size: 20px;
	}

.yellow {
color: rgb(255,200,75);	
	}

.white {
color: rgb(255,255,255);	
	} 
	
.latest_news_text_color {
	color:rgb(255,255,200)
	}	


.home:hover {
	color: rgb(200,200,200);
	}	
	
.it2en{
	left: 52px;
	}
	
.en2it{
	left: 7px;
	}

.box_links a {	
	display:block;
    width:100%;
    height:100%; 
	text-decoration: none;
    }
	
.box_links a:hover {	
	text-decoration: none;
    }

.sidebar_02_link {
	position:relative;
	width:170px;
	height:31px;
	padding-top: 25px;
	}
	
.text_shadow {
	text-shadow: 1px 3px 3px #000;
	}
		
.sidebar_links_hover:hover {
	color: rgb(175,175,175);;
	}		
	
.sidebar_02_link_faq {
	position:relative;
	left:80px;
	width:90px;
	height:31px;
	padding-top: 6px;
	font-size:16px;
	font-weight: bold;
	color: #C8C8C8;
	top: 3px;
    }
	
.sidebar_02_link:hover {
	color: #FFC84B;
	}


	
.link {
	font-weight: bold;
	color: #FFC84B;}	
	
.link_footer {
	font-weight: bold;
	color: #FFF;}
	
.text_footer {
	font-size: 14px;
	color: #FFF;}
	
.text_colored {
	color: rgb(255,200,75);
	text-align: left;
}

.text_colored_orange {
	color: rgb(255,150,0);
}	

.news_title {
	font-style: italic;
	font-size: 24px;}	

.text_30px {
	font-size: 30px;
	color: #FFC84B;
}	

.text_30px_gray {
	font-size: 30px;


	color: #;
}	



.text_white {
	color: #FFF;}

.text_rgb100 {
	color: rgb(100,100,100);}
	
.list_linespace_25px {
	line-height: 25px;}
	
#expeditions_main {
	position:relative;
	width:730px;
	left:10px;
	}	
	
	
	
	#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 108px;
	top: 72px;
}

.img_float_left
{
float:left;
}

.img_float_right
{
float:right;
}

 .dropcap {
    font-size: 300%;
    float: left;
    line-height: 0.8em;
    padding: 0 2px 0 0;       
    color: rgb(255,200,75);
	font-family: Serif;    
    font-weight: bold;
    position: relative;}

#tourism_quote{
	position:relative;
	text-align:center;}

