@charset "utf-8";

html,body{
	margin:0;
	padding:0
}
body{
	text-align:center;
	background:#1A1A1A;
	margin:0 auto;
}

A:link {	COLOR: #ccc; TEXT-DECORATION: none }

A:hover {	COLOR: #009dfa; TEXT-DECORATION: none }

A:visited {	COLOR: #ccc; TEXT-DECORATION: none }

A:visited:hover { COLOR: #009dfa; TEXT-DECORATION: none }

#container{
	text-align:left;
	width:850px;
	margin:0 auto;
}

#header{
	position:relative;
	height:100px;
	background: url("images/head.jpg");
}
#logo a{
	position:absolute;
	height:65px;
	width:195px;
	background:url("images/logo.png") no-repeat;
	left: 20px;
	top: 10px;
	text-indent:-9999px;
	z-index:80;
	margin:0;
	padding:0;
}
#topbar{
	height:300px;
	margin-top:5px;
	
}
#topbar #banner{
	height:300px;
	width:645px;
	float:left;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#fff;
}
#topbar #banner2{
	height:148px;
	width:200px;
	float:left;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#fff;
	margin-left: 5px;
	margin-top: 5px;	
}
#topbar2{
	height:120px;
	margin-top:5px;
}


/*** Menu Navigation ***/
ul#nav {
	position: relative;
	height: 100px;
	width: 850px;
	background: url("images/nav.jpg") no-repeat;
	left: 0px;
	top: 0px;
	margin:0;
	padding:0;
}

ul#nav li {
	float: left;
	list-style: none;
}
	
ul#nav li a {
	position:absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	top: 0px;
	height: 100px;
}

ul#nav li#nav-home a {
	left: 257px;
	width: 63px;
	background: url("images/nav.jpg") -257px 0 no-repeat;
}
ul#nav li#nav-home a:hover  		{ background-position: -257px -200px; }
ul#nav li#nav-home a.active  		{ background-position: -257px -100px; }


ul#nav li#nav-about a {
	left: 321px;
	width: 66px;
	background: url("images/nav.jpg") -321px 0 no-repeat;
}
ul#nav li#nav-about a:hover  		{ background-position: -321px -200px; }
ul#nav li#nav-about a.active  		{ background-position: -321px -100px; }


ul#nav li#nav-services a {
	left: 388px;
	width: 84px;
	background: url("images/nav.jpg") -388px 0 no-repeat;
}
ul#nav li#nav-services a:hover  	{ background-position: -388px -200px; }
ul#nav li#nav-services a.active  	{ background-position: -388px -100px; }


ul#nav li#nav-fleet a {
	left: 472px;
	width: 92px;
	background: url("images/nav.jpg") -472px 0 no-repeat;
}
ul#nav li#nav-fleet a:hover  		{ background-position: -472px 0px; }
ul#nav li#nav-fleet a.active  		{ background-position: -472px -100px; }


ul#nav li#nav-rates a {
	left: 566px;
	width: 64px;
	background: url("images/nav.jpg") -566px 0 no-repeat;
}
ul#nav li#nav-rates a:hover  		{ background-position: -566px -200px; }
ul#nav li#nav-rates a.active  		{ background-position: -566px -100px; }


ul#nav li#nav-reservations a {
	left: 631px;
	width: 118px;
	background: url("images/nav.jpg") -631px 0 no-repeat;
}
ul#nav li#nav-reservations a:hover  { background-position: -631px -200px; }
ul#nav li#nav-reservations a.active { background-position: -631px -100px; }


ul#nav li#nav-contact a {
	left: 750px;
	width: 79px;
	background: url("images/nav.jpg") -750px 0 no-repeat;
}
ul#nav li#nav-contact a:hover  	{ background-position: -750px -200px; }
ul#nav li#nav-contact a.active  { background-position: -750px -100px; }
/*** End Menu Navigation ***/

ul.dropdown {
	position: absolute;
	width: 160px !important;
	top: 86px;
	/*z-index: 10001 !important;*/
	padding: 0px 0 10px 0;
	margin:0;
	display: none;
	opacity: 0.9;    
	-moz-opacity: 0.9;    
	filter: alpha(opacity=90);
}

ul#nav li:hover ul, ul#nav li.over ul { display: block; }

ul.services { left: 120px; }
ul.fleet { left: 472px; }
ul.rates { left: 720px; }
ul.terms { left: 120px; }

ul.dropdown li {
	position: relative !important;
	display: block;
	background-color:#3D3D3D;
	width:160px;
}

ul.dropdown li a {
	position: relative !important;
	text-indent: 0 !important;
	color: #A2A2A2 !important;
	background: none !important;
	text-decoration: none;
	display: block;
	padding: 6px 10px 2px 15px; 
	margin: 0 0 1px 1px;
	left: 0 !important;
	width: 140px !important;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	height: 15px !important;
	width: 133px !important;
	background-color: #2B2B2B !important;
}

ul.dropdown li a { 
	background-color:#2B2B2B !important;
}

ul.dropdown li a:hover { 
	background-color:#000000 !important;
	color: #009dfa !important; 
}

ul.dropdown li a.item,  ul.dropdown li a.fin-sub-item,{
	margin:0 0 1px 1px;
}

ul.dropdown li a.sub-item {
	margin:0 0 1px 1px;
}

ul.dropdown li a.bullet {
	background-image:url("images/bullet_subitem.gif") !important;
	background-repeat:no-repeat !important;
	background-position:15px 11px !important;
	padding-left:22px;
	width:126px !important;
	/*color:#858585 !important;*/
}


/*  //////////////// */
/*     HOME PAGE     */
/* ///////////////// */

#contentH{
	width:850px !important;
	width:872px; 
	background-color:#333333;
	margin-top:5px;
	margin-left:0px !important; /*Solo IE7 y firefox */
	margin-left:-22px; 
}
#contentH .paraBlock{
	position:relative;
	height:520px;
	margin:25px 2px 0 25px;
	float:left;
}

#contentH .paraBlock p{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#A2A2A2;
	line-height:15px;
	margin-top:10px;
	margin-right:20px;
	padding:0;
}


#footer{
	position:relative;
	min-height:70px;
	width:850px;
	background-color: #606060;
	float:left;
	margin:5px 0 0 0;
	padding:0;
}
#footer a#fHead{
	position:absolute;
	top:-24px;
	left:0px;
	height:25px;
	width:77px;
	text-indent:-9999px;
	background-image: url("images/tit_footer.jpg");
}
#footer a#fHead:hover{
	background-position: 0px -25px !important;
}
#footer #fContent{
	width:826px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#CCCCCC;
	padding:20px 0 15px 15px;
	margin:0;
}

#footer2{
	position:relative;
	height:77px;
	width:850px;
	background:url("images/pie.jpg");
	clear:both;
}
#footer2 #copyright{
	position:absolute;
	width:232px;
	height:9px;
	background:url("images/copyright.png") no-repeat;
	text-indent:-9999px;
	top: 8px;
	left: 13px;
}

.bottomAd {	
	margin-bottom:5px;
	font-family: Tahoma, Verdana, Arial;
	font-size:14px;
	color:#CCCCCC;
}

.bottomAd2 {	
	margin-bottom:15px;
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#CCCCCC;
}
/*  //////////////// */
/*     OTHER PAGE     */
/* ///////////////// */

#content{
	position:relative;
	width:850px;
	background-color:#333333;
	margin-top:5px;
}
#content #title_about{
	position:absolute;
	width:143px;
	height:24px;
	background:url("images/tit_about.jpg") no-repeat;
	left: 30px;
}
#content #title_services{
	position:absolute;
	width:158px;
	height:24px;
	background:url("images/tit_services.jpg") no-repeat;
	left: 30px;
}
#content #title_fleet{
	position:absolute;
	width:158px;
	height:24px;
	background:url("images/tit_fleet.jpg") no-repeat;
	left: 30px;
}
#content #title_rates{
	position:absolute;
	width:126px;
	height:24px;
	background:url("images/tit_rates.jpg") no-repeat;
	left: 30px;
}
#content #title_reservations{
	position:absolute;
	width:189px;
	height:24px;
	background:url("images/tit_reservations.jpg") no-repeat;
	left: 30px;
}
#content #title_contact{
	position:absolute;
	width:158px;
	height:24px;
	background:url("images/tit_contact.jpg") no-repeat;
	left: 30px;
}
#content #aboutSlogan{
	width:437px;
	height:22px;
	background: url("images/txt_aboutSlogan.png") no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:50px 30px 0 30px;
	background-position:bottom;
}
#content p{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#A2A2A2;
	margin:0 0 15px 0;
	padding:0;
	line-height:16px;
}
#content a{
	color: #009dfa;
}
#content a:hover{
	color: #FFFFFF;
}

#content #rightPicBlock{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#7A7A7A;
	width:221px;
	float:right;
	margin: -400px 25px 0 0;
	padding:0;
	border:5px solid #5C5C5C; 
}


#content #quickFleet{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#7A7A7A;
	width:221px;
	background:url("images/tit_quickFleet.png") no-repeat;
	float:right;
	margin: 60px 25px 0 0;
	padding:0;
}
#content #quickFleet ul{
	margin:0;
	padding:15px 10px 0px 5px;
}
#content #quickFleet li{
	list-style-type:none;
	background-image:url("images/bullet2.gif");
	background-repeat:no-repeat;
	background-position:0 4px;
	margin:0;
	padding:0 0 15px 13px;
}


#content #services{
	width:530px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#A2A2A2;
	padding:35px 0 15px 30px;
	margin:0;
	float:left;
}
#content #services ul{
	margin:0;
	padding:0;
}
#content #services li{
	list-style-type:none;
	border-bottom: 1px solid #484848;
	margin:0;
	padding:25px 0 25px 130px;
	min-height:85px;
}
#content #services li h3{
	padding:0;
	margin:0;
	color: #FF8800;
	text-indent:-9999px
}

#quotationForm{
	width:200px;
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#CCCCCC;
	margin:0;
	padding:0;
}
#quotationForm p{
	margin:0;
	padding:0;
}
#quotationForm label{
	width:100px;
}
#quotationForm .textfield{
	background:#272727;
	border:1px solid #5C5C5C;
	font: 11px Tahoma, Verdana, Arial;
	padding:5px 3px 5px 3px;
	vertical-align:middle;
	color:#7A7A7A;
	margin-bottom:0px;
	margin-top:0px;
}
#quotationForm input[type=checkbox]{
	margin-right:3px;
}
#quotationForm select{
	width:350px;
	font: 11px Tahoma, Verdana, Arial;
	color:#7A7A7A;
	width:170px;
	height:22px;
	margin-top:3px;
	border:1px solid #5C5C5C;
	background:#272727;
}



#reservationForm{
	width:520px;
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#CCCCCC;
	margin:0;
	padding:0;
}
#reservationForm p{
	margin:0;
	padding:0;
}
#reservationForm label{
	width:100px;
}
#reservationForm .textfield{
	background:#272727;
	border:1px solid #5C5C5C;
	font: 11px Tahoma, Verdana, Arial;
	padding:5px 3px 5px 3px;
	vertical-align:middle;
	color:#7A7A7A;
	margin-bottom:5px;
	margin-top:3px;
}
#reservationForm input[type=checkbox]{
	margin-right:3px;
}
#reservationForm select{
	font: 12px Tahoma, Verdana, Arial;
	color:#7A7A7A;
	margin-top:3px;
	border:1px solid #5C5C5C;
	background:#272727;
}



#content #reservation_rightBlock{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#A2A2A2;
	width:230px;
	float:right;
	margin: 10px 25px 0 0;
	padding:50px 0 0 0;
}


#submit-custom{
	width: 67px;
	height: 18px;
	padding: 25px 0 0 0;
	margin: 0;
	border: 0;
	background: transparent url("images/but_submit.jpg") no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: pointer; /* para IE 5.x */
}

#submit2-custom{
	width: 183px;
	height: 18px;
	padding: 25px 0 0 0;
	margin: 0;
	border: 0;
	background: transparent url("images/but_submit_res.jpg") no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: pointer; /* para IE 5.x */
}

#reset-custom{
	width: 67px;
	height: 18px;
	padding: 25px 0 0 0;
	margin: 0;
	border: 0;
	background: transparent url("images/but_reset.jpg") no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: pointer; /* para IE 5.x */
}

/**menu navigation 2**/
#menu-tabs{
	position:absolute;
	left:31px;
	top:60px;
	width:170px;
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:90;
}

.no-borderTop{
	border-top:none;
}

.toggler-active {
	color:#0073AA;
	margin: 0;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family:Tahoma, Verdana, Arial;
	border-bottom:1px solid #484848;
	border-top:1px solid #484848;
	border-left:1px solid #484848;
	height:61px;
	text-indent:-9999px;
	background-position:0 0;
}

.toggler {
	color:#0073AA;
	margin: 0;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family:Tahoma, Verdana, Arial;
	border-bottom:1px solid #484848;
	border-top:1px solid #484848;
	border-right:1px solid #484848;
	height:61px;
}
.toggler a{
	display:block;
	height:61px;
	text-indent:-9999px;
	background-position:0 -122px;
}
.toggler a:hover{
	background-position:0 -61px;
}

#content #detail-page{
	position:absolute;
	width:620px;
	background-image:url("images/detail_bg.jpg");
	border:1px solid #484848;
	padding:0 0 15px 0;
	margin:60px 0 0 200px;
	float:left;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}

#content #detail-page #title{
	height:22px;
	width:450px;
	margin:20px 0 0 265px;
}

#content #detail-page .text{
	width:590px;
	margin:20px 0 0 15px;
	color:#A2A2A2;
}


#content #rate-page{
	width:620px;
	background-image:url("images/detail_bg.jpg");
	border:1px solid #484848;
	padding:0 0 15px 0;
	margin:60px 0 0 40px;
	float:left;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}

#content #rate-page .column1{
	padding:0 5px 0 5px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url("images/bg_column1.jpg");
	background-repeat: no-repeat;
	width:250px;
	float:left;
}
#content #rate-page .column2{
	padding:0 5px 0 5px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url("images/bg_column2.jpg");
	background-repeat: no-repeat;
	width:140px;
	float:left;
}
#content #rate-page .column3{
	padding:0 5px 0 5px;
	margin-top:10px;
	margin-bottom:10px;	
	background-image:url("images/bg_column3.jpg");
	background-repeat: no-repeat;
	width:186px;
	float:left;
}

#content #rate-page .col-title{
	color:#E0E0E0;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:1px 8px 0 0;
	height:35px;
	text-align:center;
	text-indent:-9999px;
}
#content #rate-page ul.col-list{
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
}
#content #rate-page ul.col-list li{
	margin-left:10px;
	padding:4px 0 4px 15px;
	list-style-type:none;
	background-image:url("images/bullet4.gif");
	background-repeat:no-repeat;
	background-position:2px 8px;
	color:#A2A2A2;
}

#content #detail-page #description{
	clear:both;
	position:relative;
	width:566px;
	margin:0 0 0 15px;
	padding:0;
}

#content #detail-page #description #header{
	position:absolute;
	height:16px;
	padding:3px 7px 0 7px;
	border:1px solid #414141;
	background: #2C2C2C;
	border-bottom:1px solid #2C2C2C;
	top: -20px;
	color:#CCCCCC;
}

#content #detail-page #description #list{
	padding:3px;
	border:1px solid #414141;
	background: #2C2C2C;
	width:566px;
	color:#7A7A7A;
}

#content #detail-page #description #list ul{
	margin:0;
	padding:5px 5px 0 5px;
}

#content #detail-page #description #list li{
	list-style-type:none;
	background-image:url("images/bullet.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-bottom:5px;
	padding-left:25px;
}

ul.submenu{
	margin:0;
	_margin:-15px 0 0 0;
	padding:0 0 0 20px;
	width:150px;
	font-family:Tahoma, Verdana, Arial;
}
ul.submenu li{
	list-style-type:none;
	padding:6px 0 0px 15px;
	margin:0;
	height:20px;
	border-bottom:1px dotted #484848;
	background-image:url("images/bullet_subitem.gif");
	background-repeat:no-repeat;
	background-position: 3px 10px;
}
ul.submenu li.last-item{
	border-bottom:none;
}
ul.submenu li a{
	color: #CCCCCC;
	font-size:11px;
	text-decoration:none;
	display:block;
}
ul.submenu li a:hover{
	color: #E27A07;
}


#content #contactDetails{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#A2A2A2;
	width:601px;
	background:url("images/txt_servicesSlogan.png") no-repeat;
	float:left;
	margin: 50px 25px 0px 40px;
	padding:50px 0 0 0;
}
#content #contactDetails .con-tele{
	padding-left:32px; 
	background:url("images/ico_phone.png") 7px 0px no-repeat;
	width:250px;
}
#content #contactDetails .con-mail{
	padding-left:32px; 
	background:url("images/ico_mail.gif") 7px 5px no-repeat; 
	margin-bottom:20px;
	width:250px;
}
#content #contactDetails .con-mail a{
	color:#FFFFFF;
}
#content #contactDetails .con-mail a:hover{
	color:#009dfa;
}
#content #contactDetails .con-mail p{
	margin:0; 
	font-weight:bold;
}
