
#presentation-text
{  
	clear: both;
	background: transparent url("../img/bg_presentation_text.png") top center repeat-y;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
	z-index: 10;

}

#presentation-text .top, #presentation-text .bottom
{  
	clear: both;
	height: 2px;
	background: transparent url("../img/home/line.png") top center repeat-x;
}


#elm-presentation-title
{
	float: left;
	width: 310px;
	margin-bottom: -15px;
}
#elm-presentation-text
{
	float: right;
	width: 630px;
}
/******** lines ********/
.line
{
	overflow: hidden;
	clear: both;
}
.line .hover_button, .line .hover_button
{
	float: right;
}

.content-line-2 a:link
{
	color: #444; 
	text-decoration: underline;
}
.content-line-2 a:hover
{
	text-decoration: none;
}
.content-line-1
{
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
}


.separation
{
	clear: both;
	background: transparent url("../img/home/line.png") no-repeat;
	width: 960px; 
	height: 2px; 
	border: none;
	padding: 0;
	margin: 15px 0;
}
.separation hr
{
	display: none;
}


#service-menu ul{
	list-style: none;
}
