/* CSS Document */

/* ---------------------------------------------------------------------------------------
   GENERAL SETTING
----------------------------------------------------------------------------------------*/
.active {
	visibility: visible !important;
	}
ul.tabs {
	list-style: none;
	margin:0px;
	}
ul.tabs li {
	display:inline;
	}
ul.tabs a {
	float: left;
	outline: none;
	text-indent: -9999px;
	}
div#services-content {
	height: 250px;
	padding-top:0px;
	}
#services-menu {
	height:158px;
	}
#services-menu_1 {
	height:158px;
	padding-top:25px;
	margin:0px;
	}
#services-menu .container {
	height:158px;
	width:960px;
	}
.tabs {
	position:absolute;
	right:0px;
	height:158px;
	overflow:hidden;
	padding-top:0px;
	margin:0px;
	}
/* ---------------------------------------------------------------------------------------
   IMAGES BANNER ROTATION 
----------------------------------------------------------------------------------------*/
div#services-safety {
	background: url(../images/services/safety.jpg) 0px 0px no-repeat;
	}
div#services-services {
	background: url(../images/services/services.jpg) 0px 0px no-repeat;
	}
div#services-experience {
	background: url(../images/services/experience.jpg) 0px 0px no-repeat;
	}
div#services-convenience {
	background: url(../images/services/convenience.jpg) 0px 0px no-repeat;
	}
div#services-business {
	background: url(../images/services/business.jpg) 0px 0px no-repeat;
	}
div#services-vacation {
	background: url(../images/services/vacation.jpg) 0px 0px no-repeat;
	}
div#services-fleet {
	background: url(../images/services/fleet.jpg) 0px 0px no-repeat;
	}
div#services-value {
	background: url(../images/services/value.jpg) 0px 0px no-repeat;
	}

/* ---------------------------------------------------------------------------------------
   SLOGAN TEXT SETTING
----------------------------------------------------------------------------------------*/
div.services {
	height: 323px;
	position: absolute;
	visibility: hidden;
	}
div.services h2 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:50px;
	margin-left: 625px;
	width: 400px;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:36px;
	font-weight:lighter;
	color: #333300;
	line-height:36px;
	}
div.services h2 a {
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:lighter;
	color: #ffffff;
	line-height:36px;
	}
div.services h3 {	
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	color: #ffffff;
	margin-left: 625px;
	width: 400px;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size: 24px;
	line-height:28px;
	font-weight:lighter;
	}
div.services h3 a {
	text-decoration:none;
	color: #66CCFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:lighter;
	}
div.services p {
	margin-top:3px;
	margin-left: 625px;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color: #ffffff;
	}
div.services a {
	color: #66CCFF;
	font-weight:bold;
	text-decoration:none;
	}
div.services a:hover {
	color: #000000;
	}
/* ---------------------------------------------------------------------------------------
   MENU ICONS
----------------------------------------------------------------------------------------*/
/* Main Images */
#services-tabs {
	width:960px;
	}
ul#services-tabs a {
	background-image: url(../images/services/bg_services_menu.jpg);
	height:158px;
	width:120px;
	}
ul#services-tabs a:hover, ul#services-tabs li.selected a {
	background-image: url(../images/services/bg_services_menu_1.jpg);
	height:158px;
	width:120px;
	}

/* Image Position */
ul#services-tabs li#tab-safety a {
	background-position: 0px;
	}
ul#services-tabs li#tab-services a {
	background-position: -120px;
	}
ul#services-tabs li#tab-experience a {
	background-position: -240px;
	}
ul#services-tabs li#tab-convenience a {
	background-position: -360px;
	}
ul#services-tabs li#tab-business a {
	background-position: -480px;
	}
ul#services-tabs li#tab-vacation a {
	background-position: -600px;
	}
ul#services-tabs li#tab-fleet a {
	background-position: -720px;
	}
ul#services-tabs li#tab-value a {
	background-position: -840px;
	}
/* End */
