/*STYLES DEFINITIONS*/
body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Lucida,Arial,sans-serif;
	font-size: 14px;
	background: #DBDBDB;
	color: #000;
	margin: 0px;
}
a:link, a:visited {
	color: #FE9901;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FE9A00;
}
#headings {
    margin:0 auto;
	width: 700px;
	height: 15px;
}
#headings h1{
    float:left;
	font-size:12px;
	color: #175DB3;
	margin:0px;
	padding:0px;
}
#headings p, #headings a{
	font-size:12px;
	color: #185EB4;
	margin:0px;
	padding:0px;
}
#container {
	margin:0 auto;
	width: 780px;
	height: 100%;
	background: #ffffff url(../_landing/_img/contx.jpg) repeat-y;
	text-align:center;
}

#top {
	width: 730px;
	background-image: url(_img/topx.jpg);
	padding-top: 26px;
	padding-left:20px;
	padding-right:30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:12px;
	text-align: justify;
}
#top h2{
	color:#175DB3;
	margin:0px;
	font-size: 14px;
}
#top h3{
	color:#000;
	margin:5px;
	margin-bottom:10px;
	font-size: 12px;
	font-style: oblique;
}
#top p{
	margin-top:0px;
}
ul#bar {
padding: 30px;
font-size: 10px;
clear:both;
font-family:arial;
}
ul#bar li{
	padding-right: 10px;
	float:left;
	list-style-type: none;
}
#content {
	heigth:100px;
}
#content h2{
	color:#175DB3;
	width:600px;
	margin-right:auto;
	margin-left:auto;
	font-size: 16px;
	text-align:left;
}
#content h3{
	color:#175DB3;
	width:600px;
	margin-right:auto;
	margin-left:auto;
	font-size: 13px;
	text-align:left;
}
#content p, #content ul{
	color:#000;
	font-size: 14px;
	text-align:justify;
	width:600px;
	margin-right:auto;
	margin-left:auto;
}
#low {
	width: 720px;
	background-image: url(_img/bottomx.jpg);
	background-color: #DBDBDB;
	height: 36px;
	padding-top: 5px;
	padding-left:30px;
	padding-right:30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:9px;
	text-align: center;
}
#offerte {
	width:600px;
	clear: both;
	display: table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#offerte .box{
	width:290px;
	margin:0px;
	padding:0px 5px;
	float:left;
	height:100px;
}
#offerte img{
float:left;
width:80px;
height:60px;
border: 0px;
margin-right:3px;
}
#offerte h3, #offerte h4{
font-size:10px;
text-align:left;
margin:0px;
padding:0px;
}
#offerte p{
font-size:9px;
padding:0px;
margin:0px;
width: auto;
}
#footer{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}