@charset "UTF-8";
/* CSS Document */

#content {
	margin-top: 138px;
	margin-left: 0;
	width: 94em;
}
#content h2.title {
	display: none;
}

div.services {
	float: left;
	width: 31em;
	display:none;
}
div.services h3 {
	font-size: 1.3em;
	margin-bottom: .3em;
}

div.services li {
	list-style: none;
	font-size: 1.4em;
	line-height: 1.45em;
	color: #fbef8c;
	text-transform: uppercase;
}


div.services li a {
	color: #000;
	text-decoration: none;	
}

div.services li a:hover {
	font-weight: bold;	
}

#control {
     position:absolute;
     top: 490px;
     left: 875px;
     z-index: 999;
     list-style: none;
}

#control span {
     display: none;
}

#control .prev {
     display: block;
     position:absolute;
     top: 0;
     left:-17px;
     background-image: url('/images/template/arrow_sprite.png');
     background-repeat: no-repeat;
     height: 23px;
     width: 26px;
}

#control .next {
     display: block;
     margin-left: 8px;
     background-image: url('/images/template/arrow_sprite.png');
     background-repeat: no-repeat;
     background-position: -27px 0px;
     height: 23px;
     width: 26px;
}

#control .next:hover {
     background-position: -27px -23px;
}

#control .prev:hover {
     background-position: -0 -23px;
}
