html, body{
	width:100%;
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(/i/templ/v2_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.oneColElsCtr #background{
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px;
}

.oneColElsCtr #copyright {
	float:left;
	height:34px;
	line-height:32px;
	margin-left:16px;
	font-size:12px;
}

.noprint{
	display:none;
}

#contentZone{
	clear:both;
	color:#000000;
}

#pictZone{
	display:block;
	clear:both;
}

#divContent{
	
}

.divContentBody{
}

#divMenu{
	display:none;
}

#divMenuBottom{
	display:none;
}

/******************/

#divLogo{
	position:absolute;
	top:17px;
	left:16px;
	width:227px;
	height:63px;
	background-image:url(/i/templ/logo-ardentis.gif);
	background-color:#ffffff;
	cursor:pointer;
}

#divLogoSDC{
	float:right;
	width:138px;
	height:23px;
	margin-right:20px;
	margin-top:5px;
	background-image:url(/i/templ/logo-sdc.gif);
	background-color:#000000;
	cursor:pointer;
}

#djthumbnail{
	position:absolute;
	z-index:5;
	top:120px;
	left:327px;
	width:80px;
	height:80px;
}

#leftContent{
}

#langSelector{
	display:none;
}

#pbackground{
	position:absolute;
	z-index:1;
	left:0px;
	top:40px;
	background-image:url(/_images/p-bg.jpg);
	width:410px;
	height:504px;
}


.divSeparator{
	clear:both;
}

h1{
	color:#0054a6;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	margin:0px;
}

#highlight{
	color:#e41869;
}

p{
	margin:0px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:18px;
}

a:link, a:visited, a:active{
	color:#0054a6;
	text-decoration:underline;
}

a:hover{
	color:#0054a6;
	text-decoration:none;
}

#pictZone a:link, #pictZone a:visited, #pictZone a:active{
	color:#ffffff;
	text-decoration:underline;
}

#pictZone a:hover{
	display:none;
}

#pictZoneTxt{
	display:none;
}

.hidden{
	display:none;
}

#langSelector a:link, #langSelector a:visited, #langSelector a:active{
	color:#666666;
	text-decoration:none;
}

#langSelector a:hover{
	color:#999999;
	text-decoration:underline;
}

ul{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

li{
	line-height:18px;
	margin:0px;
	margin-left:15px;
	padding:0px;
}

/*********************
* CLINICS
*********************/
.activeSection{
	color:#8db2d7;
}
ul.listClinics{
	display:block;
}
ul.listClinics li{
	display:block;
}

.col1{
	float:left;
	width:130px;
}
.col2{
	float:left;
	width:200px;
}
.col3{
	float:left;
	width:130px;
}
.col4{
	display:none;
	width:100px;
}

#map{
	clear:both;
	margin-top:20px;
	width:650px;
	height:430px;
}

/*********************
* TEAM
*********************/
.teamList{
	display:inline;
	float:left;
	width:240px;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-position:outside;
}

ul.teamList li{
	margin:0px;
	padding:0px;
	
	color:#0054a6;
	font-size:14px;
	line-height:17px;
	cursor:default;
}

ul.teamList li span.black{
	color:#000000;
	font-weight:bold;
}

ul.teamList li span{
	cursor:default;
}

.teamDetail{
}

.teamDetailPicture{
	position:absolute;
	top:10px;
	left:10px;
	width:115px;
}

.teamDetailText{
	position:absolute;
	top:10px;
	left:135px;
	width:230px;
	text-align:left;
	font-size:12px;
	line-height:15px;
}

.teamList-tip{
	display:inline;
	z-index:20;
	width:372px;
	height:170px;
	
	background-image:url(/i/templ/team-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.teamListColumn{
	float:left;
}


/***********************
* SCROLLER
***********************/
#wrapper_1{
	
}

#scrollbar_1{
	display:none;
}

#arrowup_1{
	display:none;
}
#arrowdown_1{
	display:none;
}
#area_1 {
	
}
 
#knob_1 {
	display:none;
}