/* (c) Davide Spallacci | anno 2007/2008 | e-mail: davide_spallacci@yahoo.it */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:12px;
    line-height:14px;
    font-family: helvetica, arial, sans-serif;
	color:#fff;
	
}

/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-size:100%;
	margin: 0px;
	padding: 0px;
}

/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	color:#818181;
	
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

a, a:link, a:visited, a:hover{
	color:#fff;
	text-decoration:underline;
}

a:hover{
	color:#efefef;
	text-decoration:none;
	background-color:#FF0000;
	}

.clear{
	visibility:hidden;
	height:1%;
	clear:both;
}

/*------------------------------------------------------------------
END INITIAL RULES 
------------------------------------------------------------------*/

body{
	background: #000 url(../images/bgBody.jpg) 0 0 repeat-x;
}

#wrapper{
	width:950px;
	padding-left:50px;
	position:relative; 
}

#logo{
	position:absolute;
	top:84px;
	left:63px;
	
}	

#bodyContent{
	position:relative;
	width:950px;
}

#navigation{
	width:950px;
	/*overflow:hidden;*/
	position:relative;
}


#bannerContent, #BeechBannerContent, #Falcon9BannerContent, #falcon50BannerContent{

	height:320px;
	background:url(../images/vivarobanner.jpg) 141px 72px no-repeat;
	margin-bottom:10px;
}

#bannerContent h1, #bannerContent h2{
	display:block;
	padding:100px 0 0 600px;	
	font-size:24px;
	line-height:26px;
	text-transform:uppercase;
	letter-spacing:-.04em;
	font-weight:normal;
}

#bannerContent h2{
	font-size:12px;
	line-height:normal;
	padding-top:0;
	letter-spacing:-.02em;
}

#BeechBannerContent{
	background:url(../images/beechCraftBG_21.jpg) 253px 72px no-repeat;
	padding:1px 0 0 160px
}

#Falcon9BannerContent{
	background:url(../images/flacon900BG_21.jpg) 253px 72px no-repeat;
	padding:1px 0 0 160px
}

#falcon50BannerContent{
	background:url(../images/flacon50BG_21.jpg) 253px 72px no-repeat;
	padding:1px 0 0 160px
}

/*------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------*/

#topNav{
	list-style: none;
	padding:24px 0 0 180px;
	display:block;
	height:32px;
	
}

#topNav li{
	float:left;
	display: block;
	height:32px;
}


#topNav li a {
	display: block;
	height: 32px;
}

#topNav li a span {
	display: none;
}

#topNav li#navHome { /* on state */
	width: 76px; 
	background: transparent url('../images/nav.jpg') 0px -32px no-repeat;
}

#topNav li#navHome a { /* off state */ 
	background: transparent url('../images/nav.jpg') 0px 0px no-repeat; 
}

#topNav li#navHome:hover a,
#topNav li#navHome.sfhover a,
#topNav li#navHome a.current { /* remove on state */ 
	background: none;
}

#topNav li#navDovesiamo { /* on state */
	width: 97px;
	background: transparent url('../images/nav.jpg') -76px -32px no-repeat;
}

#topNav li#navDovesiamo a { /* off state */ 
	background: transparent url('../images/nav.jpg') -76px 0px no-repeat; 
}

#topNav li#navDovesiamo:hover a,
#topNav li#navDovesiamo.sfhover a,
#topNav li#navDovesiamo a.current { /* remove on state */ 
	background: none; 
}

#topNav li#navService { /* on state */
	width: 91px;
	background: transparent url('../images/nav.jpg') -173px -32px no-repeat;
	}

#topNav li#navService a { /* off state */ 
	background: transparent url('../images/nav.jpg') -173px 0px no-repeat; 
	}

#topNav li#navService:hover a,
#topNav li#navService.sfhover a,
#topNav li#navService a.current { /* remove on state */ 
	background: none; 
	}

#topNav li#navFoto { /* on state */
	width: 99px;
	background: transparent url('../images/nav.jpg') -264px -32px no-repeat;
	}

#topNav li#navFoto a { /* off state */ 
	background: transparent url('../images/nav.jpg') -264px 0px no-repeat; 
	}

#topNav li#navFoto:hover a,
#topNav li#navFoto.sfhover a,
#topNav li#navFoto a.current { /* remove on state */ 
	background: none; 
	}

#topNav li#navNoleggia { /* on state */
	width:120px;
	background: transparent url('../images/nav.jpg') -360px -32px no-repeat;
	}

#topNav li#navNoleggia a { /* off state */ 
	background: transparent url('../images/nav.jpg') -360px -0px no-repeat; 
	}

#topNav li#navNoleggia:hover a,
#topNav li#navNoleggia.sfhover a,
#topNav li#navNoleggia a.current { /* remove on state */ 
	background: none; 
	}
	
#topNav li#navContact { /* on state */
	width:120px;
	background: transparent url('../images/nav.jpg') -480px -32px no-repeat;
	}

#topNav li#navContact a { /* off state */ 
	background: transparent url('../images/nav.jpg') -480px 0px no-repeat; 
	}

#topNav li#navContact:hover a,
#topNav li#navContact.sfhover a,
#topNav li#navContact a.current { /* remove on state */ 
	background: none; 
	}	
	

#topNav li div {
	position: absolute;
	margin-left:-67px;
	margin-top:-05px;
	left: -999em;
}
#topNav li:hover div, #topNav li.sfhover div  {
	left: auto;
}
	
#topNav li ul {
	list-style:none;
	display:block;
	width:225px;
	height:296px;
	z-index:300;
	background:url(../images/overUL.png) 0 0 no-repeat;
	padding:20px 0 20px 20px;
	
}
* html #topNav li ul {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/overUL.png', sizingMethod='crop');
}



#topNav li ul li{
	width: 100%;
	padding:4px;
	display:block;
	clear:both;	
	
}

#topNav li ul li a span {
	display:none;		
}


#topNav li ul#subNav li,
#topNav li ul#subNav li a {
	position: relative;
   display: block;
   height: 90px;
   overflow: hidden;
}
#topNav li ul#subNav li {
	padding-left:23px;
}

#topNav li ul#subNav li a {
	width: 155px;
	z-index: 4;
} 

#topNav li ul#subNav li a img {
	display: block;
	border: 0;
	margin: 0;
	padding:0; 
}



#fleetNav {
	background:url(../images/fleetNavBG_03.jpg) 0 0 no-repeat;
	width:531px;
	height:21px;
	margin:1px 0 0 0px;
	list-style:none;
	display:block;
	padding:10px 0 10px 155px;	
}

#fleetNav li{
	float:left;
	display:block;
			
}

#fleetNav li a{
	display:block;
	height:25px;
	
}

#fleetNav li#bc350Sub {
	background:url(../images/fleetNavPlanes_12.jpg) 0px 5px no-repeat;
	width:41px;
	display:block;
	margin-right:40px;	
}

#fleetNav li#df50Sub {
	background:url(../images/fleetNavPlanes_09.jpg) 0 1px no-repeat;
	width:48px;
	display:block;
	margin-right:40px;	
}

#fleetNav li#df900Sub {
	background:url(../images/fleetNavPlanes_06.jpg) 0 0 no-repeat;
	width:52px;
	display:block;	
}

#fleetNav li#bc350Sub a, #fleetNav li#df50Sub a, #fleetNav li#df900Sub a  {
	background:none;
}

#fleetNav li#bc350Sub .current{
	background:url(../images/fleetNavPlanes_12_off_12.jpg) 0px 5px no-repeat;
}

#fleetNav li#df50Sub .current{
	background:url(../images/fleetNavPlanes_09_off_09.jpg) 0 1px no-repeat;
}

#fleetNav li#df900Sub .current{
	background:url(../images/fleetNavPlanes_06_off_06.jpg) 0 0 no-repeat;
}


#fleetNav li a span{
	display:none;	
}



/*------------------------------------------------------------------
Index content
------------------------------------------------------------------*/

#lowerIndex {
	position: relative;
	background:url(../images/contentBG_03.jpg) 50px 0px no-repeat;

	padding:25px 0 0px 80px;	
	width: 870px /* fixes IR non-display -- very bizarre */
	
}

#leftIndex {
	float:left;
	width:250px;
	margin-right:20px;
}

#aboutLead{
	font-size:13px;
	line-height:19px;
	width:390px;
	padding:5px;
	float:left;
	
}

#aboutLead h2{
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	padding:5px 0 0 0;
	letter-spacing:-.02em	
}

#bodyContent a.rightQuote{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	padding-left:5px;
	
}

.rightQuote{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	padding-left:5px;
	
}


#quoteLead {
	margin-right:10px;
	float:left;
	width:485px;
	padding:5px 15px 15px 0px;
	
}

#quoteLead a {
	display:block;
	padding:8px 0 10px 160px;
	margin:10px 0 0 0;
	width:280px;
	text-decoration: none;
	background:url(../images/button_noleggia.jpg) 0 8px no-repeat;
}
#quoteLead a h1 {
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:-.02em;
	font-weight:normal;
	text-decoration: none;
}


.buttonQuote{
	padding:0 5px 5px 5px;
	float:left;
	
	
}

.butSubmit{
	clear:both;
	padding-left:170px;
	display:block;
}

#lowerContent{
	border-top:2px solid #191919;
	clear:both;
	margin-top:10px;
	padding:8px 0 0 0;
	width:950px;
	
}

#fleetCTA{
	width:247px;
	padding:0;
}


/*------------------------------------------------------------------
About Us
------------------------------------------------------------------*/	

#aboutUs{
	font-size:13px;
	line-height:16px;
	padding:25px 180px 20px 80px;
	background:url(../images/contentBG_03.jpg) 50px 0px no-repeat;
	position:relative;
}

#aboutUs h1{
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	letter-spacing:-.03em;
	margin:5px 0;
	padding:5px 0;
	display:block;
	background:url(../images/h1BG_03.jpg) bottom left no-repeat;
}

#aboutUs p{
	padding:5px 0;
	
}

/*------------------------------------------------------------------
Fleet
------------------------------------------------------------------*/	

#ourFleet{
	font-size:13px;
	line-height:16px;
	padding:25px 0px 20px 80px;
	background: transparent url(../images/contentBG_03.jpg) 50px 0px no-repeat;
	position:relative;
	width:800px;
}



#galleryContent{
	float:left;
	width:290px;
	margin-right:20px;
}

#ourFleet #galleryContent h1, #ourFleet #specsContent h1 {
	background:url(../images/h1BG_03.jpg) bottom left no-repeat;
	display:block;
	font-size:16px;
	font-weight:500;
	padding-bottom:5px;
	margin-bottom:5px;
}

#ourFleet #galleryContent h1 a{
	color:#990000;
	text-decoration:none;
	padding:5px 0 0 5px;
	font-size:16px;
}

#specsContent{
	float:left;
	width:390px;
}

#thumbs{
	width:275px;
	height:135px;
	background:url(../images/galleryBG_03.jpg) 0 0 no-repeat;
	margin:10px 0 0 0;
	padding:3px 0 0 3px;
}

#range{
	background:url(../images/rangeRadar_07.jpg) 0 55px no-repeat;
	padding:10px 0 0 0;
}

#ourFleet #galleryContent #range h2{
	font-size:16px;
	font-weight:500;
	display:block;
	padding:5px 0;
	background:url(../images/h1BG_03.jpg) bottom left no-repeat;
	letter-spacing:-.02em
}

#ourFleet #galleryContent #range h2 span{
	color:#990000;
	text-decoration:none;
	font-size:25px;
	font-style:normal;
	padding:5px 0 0 5px;
}


#range p{
	padding:30px 0px 30px 95px;
	display:block;
	width:160px
}

a.rangeLink{
	text-decoration:none;
}

#craftCaption{
	background:url(../images/lineArtBeech_03.jpg) 15px 20px no-repeat;
	width:250px;
	padding:70px 0 0 0;
	margin-left:-25px; 
}

#craftCaption h1{
	background:url(../images/h1BG_03.jpg) bottom left no-repeat;
	display:block;
	font-size:13px;
	font-weight:normal;
	padding-bottom:5px;
}

#craftCaption h1 em{ 
	font-size:26px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	padding-top:5px;
	display:block;
}

#craftCaption h2{
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	padding:10px 60px 20px 0;
	display:block;
}

#specsInfo{
	margin:10px 0 15px 0;
}

#specsInfo th{
	text-align:left;
	padding:5px 0;
	font-size:14px;	
}

#specsInfo th em{
	font-style:normal;
	color:#990000;
	font-size:20px;
}

#specsInfo td{
	font-size:12px;
	padding:3px;
}

/*------------------------------------------------------------------
Get Quote
------------------------------------------------------------------*/

#getQuote label{
	text-transform:uppercase;
	color:#999;
	font-size:11px;

}

.quoteInput{
	border: 1px inset #999;
	width:130px;
}	

#quoteTab th{
	text-align:left;
	text-transform:uppercase; 
	
}

#cabinConfig{
	padding:5px;
	margin-top:15px;
}


/*------------------------------------------------------------------
FOOTER
------------------------------------------------------------------*/
#footer{
	padding:20px 0 15px 70px;
}

#footer p{
	font-size:11px;
	
}

.errorBox ul{
	list-style:none;
	color:#990000;
}

