/* Services
----------------------------------------*/

#header_services {
  height:289px;
  position:relative;
  margin-top:10px;
}

#header_services .headerText {
	font-size:16px;
	color:#000;
	width:500px;
	position:absolute;
	left:394px;
	top:185px;
	margin:0;
	font-weight:normal;
	}
	
#servicesSlideContainer {
	height:210px;
	width:900px;
	border-bottom:1px solid #cccccc;
	position:relative;
	}
	
#servicesSlideContainer #prev {
	background:url(/static/imgs/prevNextBtns.png) no-repeat 0 0;
	width:22px;
	height:24px;
	position:absolute;
	top:75px;
	left:-11px;
	display:block;
	text-indent:-9999px;
	ovewrflow:hidden;
	outline:none;
	z-index:1000;
	}
	
#servicesSlideContainer #prev:hover {
	background:url(/static/imgs/prevNextBtns.png) no-repeat 0 -24px;
	}
	
#servicesSlideContainer #next {
	background:url(/static/imgs/prevNextBtns.png) no-repeat -22px 0;
	width:22px;
	height:24px;
	position:absolute;
	top:75px;
	right:-11px;
	display:block;
	text-indent:-9999px;
	ovewrflow:hidden;
	outline:none;
	z-index:1000;
	}
	
#servicesSlideContainer #next:hover {
	background:url(/static/imgs/prevNextBtns.png) no-repeat -22px -24px;
	}

#servicesSlides {
	width:900px !important;
	visibility:none;
	}
	
#servicesSlides ul {
	list-style-type:none;
	height:210px;
	overflow:hidden;
	}

#servicesSlides ul li {
	width:900px;
	position:relative;
	height:210px !important;
	}
	
#servicesSlides .slideText {
	position:absolute;
	top:33px;
	left:18px;
	width:405px;
	color:#7b7b7b;
	line-height:17px;
	}

#servicesSlides .slideText strong {
	font-size:18px;
	color:#7b7a7c;
	margin-bottom:8px;
	display:block;
	}	

#servicesSlides .slideImg {
	width:456px;
	height:168px;
	position:absolute;
	bottom:-1px;
	right:1px;
	}
	
#servicesWrapper {
	width:100%;
	margin:30px 0 30px 0;
	overflow:hidden;
	}
	
.serv {
	width:195px;
	float:left;
	padding:10px 25px 10px 0px;
	}
	
#servicesWrapper .design {
	width:224px;
	}
	
.serv a {
	display:block;
	font-size:12px;
	outline:none;
	}
	
.serv .active {
	font-weight:bold;
	color:#333333;
	}
	
.serv .active:hover {
	text-decoration:none;
	}

.serv h3 {
	text-indent:-9999px;
	margin-bottom:10px;
	}
	
#servicesWrapper .a-strategy h3 {
	display:block;
	background:url(/static/imgs/services/servicesTitles.png) no-repeat 0 0;
	width:90px;
	height:21px;
	}
	
#servicesWrapper .b-design h3 {
	display:block;
	background:url(/static/imgs/services/servicesTitles.png) no-repeat 0 -25px;
	width:130px;
	height:21px;
	}
	
#servicesWrapper .c-technology h3 {
	display:block;
	background:url(/static/imgs/services/servicesTitles.png) no-repeat 0 -50px;
	width:130px;
	height:21px;
	}
	
#servicesWrapper .d-interactive_marketing h3 {
	display:block;
	background:url(/static/imgs/services/servicesTitles.png) no-repeat 0 -75px;
	width:192px;
	height:21px;
	}
	
#servicesWrapper .a-strategy {
	padding-right:15px;
	}
	
#servicesWrapper .c-technology {
	width:208px;	
	}
	
#servicesWrapper .d-interactive_marketing {
	padding:10px 0 0 0;
	}

#different {
	border-top:1px solid #000;
	padding: 40px 0 0 0;
	position:relative;
	}
	
#different h3 {
	background:url(/static/imgs/services/servicesTitles.png) no-repeat 0 -98px;
	width:230px;
	height:25px;
	text-indent:-9999px;
	display:block;
	margin-bottom:12px;
	}
	
#whyDifferent {
	width:100%;
	overflow:hidden;
	}
	
#whyDifferent div {
	width:415px;
	float:left;
	padding-right:45px;
	font-size:12px;
	line-height:20px;
	}
	
#whyDifferent p {
	margin-bottom:25px;
	}
	
#whyDifferent .last {
	padding-right:0;
	}
	
#differentChick {
	background:url(/static/imgs/services/differentChick.jpg) no-repeat;
	width:161px;
	height:80px;
	position:absolute;
	top:-13px;
	_top:-12px;
	right:30px;
	}


