/* 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:240px;
	width:700px;
	margin-left:30px;
	border-bottom:1px solid #cccccc;
	position:relative;
	}
	
#servicesSlideContainer #prev, #servicesSlideContainer #next{
	width: 30px; height: 25px; line-height: 25px; text-align: center; font-size: 12px; color:#666; font-weight:bold; border: 3px solid #444; background-color:#eee; opacity:0.5;filter:alpha(opacity=50);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; border: 1px solid #333; 
	top:35px;
	position:absolute;
	display:block;
	ovewrflow:hidden;
	outline:none;
	z-index:1000;
	}
	
#servicesSlideContainer #prev {
	left:-33px;
	}	
	
#servicesSlideContainer #next {
	right:-40px;
	}
	
#servicesSlideContainer #next:hover, #servicesSlideContainer #prev:hover {
opacity:1;filter:alpha(opacity=100)
}

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

#servicesSlides ul li {
	width:720px;
	position:relative;
	height:220px !important;
	}
	
#servicesSlides .slideText {
	position:absolute;
	top:33px;
	left:18px;
	width:385px;
	color:#7b7b7b;
	line-height:17px;
	font-size:.9em;
	}

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

#servicesSlides .slideImg {
	width:300px;
	height:168px;
	position:absolute;
	bottom:-1px;
	right:1px;
	}
	
#servicesWrapper {
	width:100%;
	margin:30px 0 0px 35px;
	overflow:hidden;
	}
	
.serv {
	width:195px;
	float:left;
	padding:0px 25px 20px 0px;
	}
	
#servicesWrapper .design {
	width:224px;
	}

	
.ser, .serv a {
	display:block;
	font-size:14px;
	outline:none;
	border:none;
	font-family:"Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
	}
	
.serv .active {
	font-weight:bold;
	color:#333333;
	}
	
.serv .active:hover {
	text-decoration:none;
	}

.serv h3 {	
	margin-bottom:5px;
	font-weight:bold;
	}
	
	
#servicesWrapper .analysis {
	padding-right:15px;
	}
	
#servicesWrapper .development {
	width:208px;	
	}
	

#different {
	border-top:1px solid #ccc;
	padding: 20px 0 0 0;
	position:relative;
	width:760px;
	}
	
#different h3 {
	background:url(http://static.hugeinc.com/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:395px;
	float:left;
	font-size:12px;
	line-height:20px;
	}
	
#whyDifferent p {
	margin-bottom:25px;
	}
	
#whyDifferent dt, #whyDifferent dd {	
	padding-left:30px;
	font-size:1.2em;
	}
	
#whyDifferent dt{	
	background:url(../images/global/tick.gif) no-repeat 0 0;
	font-weight:bold;
	line-height:1.5em;
}

#whyDifferent dd {
	margin-bottom:25px;
	display:block;
	}
	
#whyDifferent .last {
	padding-right:0;
	width:265px;
	margin-left:65px;
	padding:0 10px 0px 10px;
	border:1px solid #005E28;
	-moz-border-radius: 9px; -webkit-border-radius: 9px;
	}
	

