#news_container {
	width: 236px;
	float: left;
	}
#news {
	background: url("../img/news_div_bg.gif") no-repeat 0 100%;
	margin: 15px 0 0;
	padding-bottom: 47px;
	}
#news h3 {
	margin: 0; padding: 0;
	background: url("../img/news_ul_bg.gif") no-repeat;
	text-indent: -9000px;
	height: 38px;
	}
#news ul,#news li{margin: 0; padding: 0;}
#news h4,#news p {margin: 0; padding: 0px;}
#news li {
 	list-style-type: none;
	background: url("../img/news_bg.gif") no-repeat 0 100%;
	margin: 0; padding: 10px 15px ;
	}
#news h4 {padding-right: 15px;}
#news h4 a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	display: block;
	width: 100%;
	}
#news p {margin: 5px 15px 0 0; color: #07618c;}
#news ul li.sfhover,#news ul li:hover {
	background-image: url("../img/news_bg_on.gif") ;
	}
#offerte {margin: 50px 0 0 250px;	padding: 0 40px 0 0px;}


#offerte h3 {
	letter-spacing: 0.1em;
	margin: 0 -40px 0 0;
	color: #097aaf;
	font-weight: bold;
	padding: 13px 0 5px 20px;
	background: #f0f0f0 url("../img/off_bg.gif") no-repeat 100% 0;
	}
#offerte h3 span {color: #e59149;}


#offerte ul {
	float: right;
	margin: 0;
	padding: 0;
	}
#offerte li{
	background: url("../img/offerte_list.gif") no-repeat 0 20px;
	list-style: none;
	margin: 5px 0;
	padding: 0 0 0 20px;
	clear: both;
 	}
#offerte li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#offerte h4  {
	margin: 0; 
	padding: 20px 10px 0px 5px;
	height: 1%;
	}
#offerte img {
	display: block; 
	float: left;
	margin: 0 15px 0 0;
	}
#offerte a {
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #f0f0f0;
	}
#offerte li span {
	display: block;
	float: right;
	padding-left: 25px;
	text-align: right;
	}
.clear {clear: both;}