body {
	font: 100%/1.6 Arial, Helvetica, sans-serif;
	background-color: #333;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding:0;	 
}

h1{
	margin: 0;
}

p, ul{
	font-size: 14px;
}

a img { 
	border: none;
}


a:link {
	color: #fff;
	text-decoration: none; 
}

a:hover, a:active, a:focus { 
	color: #404041;
}

.container {
	width: 755px;
	margin: 0 auto;
}

.header {
	background-color: #404041;
	color: #fff;
}

.header .container{
	position: relative;
}

 .content {
    background: none repeat scroll 0 0 white;
	padding: 5px 20px;
}


#sinistra{
	width: 50%;
}



.sx {
	float: left;
}

.dx{
	float: right;
}

.clear{
	clear: both;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.fifty{
	width:50%;
}

h2{
	margin: 0;
	font-size: 21px;
}

ul{
	margin-top: 8px;
	margin-bottom: 10px;
	list-style: none;
}

#txt-menu {
	position: absolute;
	top: 5px;
	right: 0px;
}

#txt-menu a {
	color: #fff;
	border-top: 3px solid #ed1a3b;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 9px;
	
}

#txt-menu a:hover {
	background-color: #4C4C4C;
}

#logo{
	padding-left: 0px;
}

/*
#slideshow{
	padding-bottom: 10px;
}
*/

#slogan{
	position: absolute;
	top: 60px;
	width: 460px;
	background-color: #fff;
	opacity: 0.85;
}

#slogan h1{
	opacity: 1;
	font-size: 25px;
	font-weight: normal;
	padding: 20px 0 20px 35px;
	margin: 0;
	line-height: 29px;
}

.footer{
	text-align: center;
	padding: 8px 0;
	color: #FFF;
	background-color: #333;
}


.footer h4{
	font-size: 13px;
	margin: 0;
	line-height: 16px;
}

.footer p{
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

.footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#partners{
	padding-bottom: 10px;
}

#partners .dx{
	margin-right: 0px;
}

.cclogo{
	padding-top: 6px;
}