@charset "utf-8";
/* CSS Document */

html {
	min-width: 960px;
}

/*body,td,th*/
body {
	color: #fff;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(image/sfondo_body.jpg) repeat-x #000;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 8px;
	padding: 0 0 3px;
	display: block;
	color:#F04B1F;
	font-size: 20px;
	border-bottom: solid 1px #f04b1f;
}

h2 {
	margin: 0 0 5px;
	padding: 0;
	color: #ccc;
	font-size: 14px;
}

a {
	color:#ccc;
	text-decoration: none;
}

a:hover {
	color: #f04b1f;
}

#wrapper {
	width: 950px !important; width /**/:960px;
	margin: 0 auto;
	padding: 8px 0 0 10px;
	text-align: left;
}

/*testata*/

#left {
	width: 230px;
	float:left;
}

#right {
	width: 700px;
	float:right;
	min-height:540px;
}

#testata {
	width: 950px;
	height: 200px;
	float: left;
	clear: both;
}

#logo_testata {
	width: 230px;
	height: 200px;
	float: left;
}

#foto_testata {
	width: 720px;
	height: 168px !important; height /**/:200px;
	margin: 0;
	padding: 32px 0 0;
	float: right;
}

/*corpo*/

#corpo {
	width: 950px;
	float: left;
	clear: both;
}

/*colonna sinistra con menu*/

#colonnasx {
	width: 226px !important; width /**/:230px;
	margin: 0 2px;
	padding: 0 0 180px;
	float: left;
	font-size: 12px;
	background: url(image/sfondo_colonnasx.jpg) repeat-x bottom #f04b1f;
}

#colonnasx ul {
	margin: 5px 0 0;
	padding: 0;
	list-style:none;
}

#colonnasx ul li {
}

#colonnasx ul li a {
	display: block;
	margin: 0 18px;
	padding: 3px 25px 3px 0;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	/*background: #f04b1f;*/
	border-bottom: 1px solid #000;
}

#colonnasx ul li a:hover {
	margin: 0;
	padding: 3px 43px 3px 18px;
	color: #fff;
	background: url(image/li_hover.jpg) no-repeat #000;
}

.titolo {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	border-bottom: 1px solid #000;
}

#colonnasx ul li.titolo img {
	display: none;
}

/*contenuti*/

#contenuto {
	width: 670px !important; width /**/:680px;
	float: right;
	padding: 10px 0 20px 20px;
}

.foto_dx {
	margin: 5px 0 5px 5px;
	border: solid 1px #666;
	float: right;
}

.foto_sx {
	margin: 5px 5px 5px 0;
	border: solid 1px #666;
	float: left;
}

div#marchi img{
	margin:4px;
	padding:2px;
	border:1px solid #F04B1F;
	float:left;
}

#tooltip{
	position:absolute;
	border:1px solid #F04B1F;
	background:#FFF;
	padding:3px 7px;
	color:#F04B1F;
	display:none;
}	

/*  */

/*footer*/

#footer {
	/*width: 710px !important; width /**//*:950px;*/
	width: 100%;
	margin: 0;
	padding: 10px 0;
	float: left;
	clear: both;
	background-color: #463c36;
}

#footer p {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 14px;
	color: #ccc;
	font-size: 10px;
}


input {
	background-color: #333;
	color: #ffffff;
	border:1px solid #666;
	width:240px;
}
textarea {
	background-color: #333;
	color: #ffffff;
	border:1px solid #666;
	width:240px;
}
select {
	background-color: #333;
	color: #ffffff;
	border:1px solid #666;
	width:240px;
}
input.bottoneinvia{
	background-color: #F04B1F!important;
	cursor:pointer;
}
input.bottoneinvia:hover{
	background-color: #CCC!important;
	color: #333;
	border:1px solid #333;
}