#tabMenu {
	margin:0px;
	padding:0px;
	list-style:none;
	color: #999999;
	width: 640px;
	float: left;
}
#tabMenu li {
	float:left;
	cursor:pointer;
	height: 35px;
	display: block;
	width: 80px;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li.mouseout {
	margin: 0px;
	padding: 0px;
}


li.selected {
	background-position:center bottom;
	background-image: url(../images/tab_selected.jpg);
	background-repeat: no-repeat;
	color: #2A2A2A;
}



.box {
	width:650px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.box2Body {
	margin: 0px;
	width: 640px;
	color: #ffffff;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2A2A2A;
	background-color: #2A2A2A;
	padding: 20px;
}
.box2Body div {
	display:none;
	margin: 0px;
	padding: 0px;
}
.box2Body div.show {
	display:block;
	margin: 0px;
	padding: 0px;
}
.box2Body div img {
	float: left;
	background-color: #282828;
	padding: 15px;
	border: 1px solid #fff;
	margin-top: 4px;
}
.box2Body p {
	display: block;
	float: left;
	width: 505px;
	padding-left: 20px;
}



.box2Body a {
	display:block;
	color: #4497a8;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-weight: bold;
}
.box2Body a:hover {
	text-decoration: none;
	background-color: #EFEFEF;
}

/***************************************************
				  SERVICES
***************************************************/
ul.services {
	list-style-type: none;
	margin: 0px;
	display: block;
	width: 650px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
ul.services li {
	width: 305px;
	height: 225px;
    padding-right: 10px;
    padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	display: block;
}
ul.services li a {
	font-weight: bold;
	display: inline;
	float: right;
}
ul.services li img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.services li strong {
	font-size: 18px;
	font-weight: normal;
	width: 300px;
	text-decoration: none;
	margin: 0px;
	color: #2A2A2A;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
ul.recent {
	list-style-type: none;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 650px;
	padding: 0px;
}
ul.recent li{
	display: block;
	float: left;
	width: 650px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
ul.recent li a{
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.recent p {
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.recent li span{
	background-color: #333333;
	color: #999999;
	font-size: 10px;
	margin-right: 10px;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 75px;
}
.recent li strong {
	color: #31B8DA;
	font-size: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
/***************************************************
				 TESTIMONIALS
***************************************************/
.slider_holder {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	width: 220px;
	z-index: 999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slider, .slider li {
	overflow:hidden;
	width:220px;
	color: #2A2A2A;
	z-index: 1;
	height: 260px;
}
.nav{
	width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	float: left;
}
.nav .counter {
	color: #2A2A2A;
	float: left;
	width: 100px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.nav ul {
	margin: 0px;
	float: right;
	display: block;
	width: 60px;
	
}
.nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.nav a{
	text-decoration: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 17px;
	width: 20px;
	font-size: 1px;
	float: right;
}
.nav a.prev {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/toogle_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav a.next {
	margin: 0px;
	background-image: url(../images/toogle_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
.testimonial {
	float:left;
	margin-top:1px;
	position:relative;
}
.testimonial div {
	float:left;
	margin-left:1px;
	padding:20px 20px 40px;
	width:204px;
}
.testimonial a {
	text-align: left;
	display: block;
	color: #31B8DA;
}
.testimonial .author {
	font-weight: bold;
	color: #2A2A2A;
	text-align: left;
	display: block;
}

/***************************************************
				 temoignages clients pages references
***************************************************/
ul.servicesref {
	list-style-type: none;
	margin: 0px;
	display: block;
	width: 990px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
ul.servicesref li {
	width: 305px;
	height: 225px;
    padding-right: 10px;
    padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	display: block;
}
ul.servicesref li a {
	font-weight: bold;
	display: inline;
	float: right;
}
ul.servicesref li img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.servicesref li strong {
	font-size: 18px;
	font-weight: normal;
	width: 300px;
	text-decoration: none;
	margin: 0px;
	color: #2A2A2A;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


ul.recent {
	list-style-type: none;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 650px;
	padding: 0px;
}
ul.recent li{
	display: block;
	float: left;
	width: 650px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
ul.recent li a{
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.recent p {
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.recent li span{
	background-color: #333333;
	color: #999999;
	font-size: 10px;
	margin-right: 10px;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 75px;
}
.recent li strong {
	color: #31B8DA;
	font-size: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

