@charset "utf-8";
/* CSS Documento */
* {
	margin: 0;
	padding:0;
}

html,body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#body_wrapper{width:100%;height:1100px;background:url(../immagini/template/bg_home.jpg) repeat-x;}
#main_wrapper{width:1004px;height:1100px;margin:0 auto;}

#header{width:1004px;height:227px;background:url(../immagini/template/bg_header.jpg) 0 0 no-repeat;}
#header #logo{width:1004px;height:147px;background:url(../immagini/template/logo.png) 0 0 no-repeat;}
#header #clame{width:1004px;height:80px;}
#header #clame h1{color:#fff;font-size:24px;text-align:center;text-transform:uppercase;padding-top:34px;line-height:24px;}
#topmenu{width:1004px;height:95px;background:url(../immagini/template/bg_topmenu.jpg) 0 0 no-repeat;}
#photobox{width:1004px;height:379px;}
#photobox #top{width:1004px;height:69px;background:url(../immagini/template/bg_photo_top.jpg) 0 0 no-repeat;}
#photobox #middle{width:1004px;height:200px;}
#photobox #middle .photo{float:left;}
#photobox #middle .photo img{border:0;}
#photobox #bottom{width:1004px;height:110px;background:url(../immagini/template/bg_photo_bot.jpg) 0 0 no-repeat;}
#content{width:1004px;height:335px;overflow:hidden;color:#fff;background:url(../immagini/template/bg_content.jpg) 0 0 no-repeat;}
#footer{width:1004px;height:61px;text-align:center;font-size:11px;line-height:61px;vertical-align:middle;overflow:hidden;color:#fff;}
.clr{
	clear:both;
}

/* fine CSS Documento */

/* Formattazione testo */
h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#e75b33;
}

h1 {
	padding-top:20px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size:120%;
	margin:0;
	
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 80%;
}

p{
	letter-spacing:0px;
	color:#fff;
}

/* Fine Formattazione testo */

/* Menu top */
div#buttons{
	width:1004px;
	height:95px;
	margin:0;
	padding:0 2px 0 2px;
	text-align:center;
}

div#buttons ul li{
	width:195px;
	height:95px;
	list-style:none;
	float:left;
	margin:0 2px 0 0;
}

div#buttons a.button-off:link,div#buttons a.button-off:visited,div#buttons a.button-act:link,div#buttons a.button-act:visited{
	display:block;
	width:195px;
	height:95px;
	line-height:80px;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	margin:0 1px 0 0;
	background:url(../immagini/template/menu/off.png) no-repeat;
	text-decoration:none;
}

div#buttons a.button-off:hover{
	background:url(../immagini/template/menu/on.png) no-repeat;
	text-decoration:none;
	color:#b93002;
}

div#buttons a.button-act:link,div#buttons a.button-act:visited{
	background:url(../immagini/template/menu/on.png) no-repeat;
	text-decoration:none;
}
/* Fine Menu top*/

/* Formattazione Testo footer */
div#buttons-foot{
	width:956px;
	height:25px;
	margin:0 auto;
	padding:64px 0 0 0;
	text-align:center;
}

div#buttons-foot ul{
	margin:0 0 0 83px;
}

div#buttons-foot li{
	width:138px;
	height:25px;
	list-style:none;
	float:left;
	margin:0 80px 0 0;
}

div#col-s ul{
	margin:0 0 0 0px;
}

div#col-s li{
	width:149px;
	height:38px;
	list-style:none;
	float:left;
	margin:2px 0 0 0;
}

div#subcol{
	float:left;
}

div#subcol div h3{

}

div.boxlogin{
	padding:10px 0 0 10px;
	font-size:12px;
}

div.boxlogin a:link,div.boxlogin a:visited{
	font-size:11px;
	text-decoration:underline;
	color:#000000;
}

div.boxlogin a:hover{
	text-decoration:underline;
	color:#B90000;
}

div#buttons-foot a.button-on:link,div#buttons-foot a.button-on:visited,div#buttons-foot a.button-off:link,div#buttons-foot a.button-off:visited,div#buttons-foot a.button-act:link,div#buttons-foot a.button-act:visited{
	display:block;
	width:138px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:80%;
	margin:0 1px 0 0;
	background:url(../immagini/template/menu/foot-bg.png) no-repeat;
	text-decoration:none;
}

div#buttons-foot a.button-on:hover,div#buttons-foot a.button-off:hover,div#buttons-foot a.button-act:link,div#buttons-foot a.button-act:visited,div#buttons-foot a.button-act:hover{
	text-decoration:none;
	color:#e9ac5f;
}


.paddingleft{
	padding:0 0 0 15px;
}

.paddingright{
	padding:0 15px 0 0;
}
/* Fine Formattazione Testo footer */

table.offerte {font-size:11px;margin-left:55px;}
table.offerte  th{color:#fff;font-size:14px;}
table.offerte ul{padding:2px;margin:4px 0 0 4px;}
table.offerte ul li{padding:0 4px 4px 0;}
table.offerte td.border-right{border-right:1px #solid #efefef}
