/* 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: 292px;
	width: 1000px;
	padding-top:0px;
	}
#services-menu {
	height:58px;
	}
#services-menu_1 {
	height:58px;
	padding-top:0px;
	margin:0px;
	}
#services-menu .container {
	height:58px;
	width:1000px;
	margin:0 auto;
	}
.tabs {
	position:absolute;
	height:58px;
	overflow:hidden;
	padding-top:0px;
	margin:0px;
	top: 423px;
	}
.callaction {
	margin-left:450px;
	}
/* ---------------------------------------------------------------------------------------
   IMAGES BANNER ROTATION 
----------------------------------------------------------------------------------------*/
div#services-yellow {
	background: url(../images/services/service-banner1.jpg) 0px 0px no-repeat;
	}
div#services-green {
	background: url(../images/services/service-banner2.jpg) 0px 0px no-repeat;
	}
div#services-black {
	background: url(../images/services/service-banner3.jpg) 0px 0px no-repeat;
	}
div#services-dfss {
	background: url(../images/services/service-banner4.jpg) 0px 0px no-repeat;
	}

/* ---------------------------------------------------------------------------------------
   SLOGAN TEXT SETTING
----------------------------------------------------------------------------------------*/
div.services {
	height: 292px;
	width:1000px;
	position: absolute;
	visibility: hidden;
	}
div.services h2 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:50px;
	margin-left:450px;
	width: 545px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color: #27345c;
	line-height:24px;
	}
div.services h2 a {
	text-decoration:none;
	color: #27345c;
	line-height:36px;
	}
div.services p {
	margin-top:3px;
	margin-left:450px;
	width: 545px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color: #666666;
	}
div.services a {
	color: #27345c;
	font-weight:bold;
	text-decoration:none;
	}
div.services a:hover {
	color: #3399cc;
	}

/* ---------------------------------------------------------------------------------------
   MENU ICONS
----------------------------------------------------------------------------------------*/
/* Main Images */
#services-tabs {
	width:1000px;
	height:58px;
	}
ul#services-tabs a {
	background-image: url(../images/services/bg_services_menu.jpg);
	height:58px;
	width:250px;
	}
ul#services-tabs a:hover, ul#services-tabs li.selected a {
	background-image: url(../images/services/bg_services_menu_1.jpg);
	height:58px;
	width:250px;
	}

/* Image Position */
ul#services-tabs li#tab-yellow a {
	background-position: 0px;
	}
ul#services-tabs li#tab-green a {
	background-position: -250px;
	}
ul#services-tabs li#tab-black a {
	background-position: -500px;
	}
ul#services-tabs li#tab-dfss a {
	background-position: -750px;
	}

/* End */
