@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #AFBAC0;
}
input[type=submit] {
	border: 1px solid #AFBAC0;
	background-color: #667882;
	color: #FFFFFF;
}
img {border: none;}
#container {
	margin-left: auto;
	margin-right: auto;
	width:970px;
}
#header {}
#logo {}
#headBanner {
	float: right;
	margin-top: 25px;
	margin-right: 60px;
}
#menu-or {
	background-image: url(../images/box_or.png);
	height: 32px;
	line-height: 32px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #013A58;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#menu-or ul {
	margin: 0px;
	padding: 0px;
}
#menu-or ul li {
	display: inline;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	border-right: 1px solid white;
}
#menu-or ul li:hover {
	background-color: #336699;
	color: #FFFFFF;
}

#menu-or a
,#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu-or a:hover
,#footer a:hover {
	text-decoration: underline;
}
#footer {
	background-image: url(../images/box_or.png);
	height: 32px;
	line-height: 32px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #013A58;
	padding-left: 10px;
	padding-right: 10px;
}


#colLeft {
	float: left;
	width: 213px;
}
#colSearch {
	background-color:#B2BDC3;
	width: 738px;
	background-image: url(../images/box_search.png);
	background-repeat: repeat;
	height: 31px;
	line-height: 31px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:right;
	color: #666666;
}
#colRight {
	float: left;
	width: 212px;
}
#colCenter {
	float: left;
	margin-right: 10px;
	width: 526px;
}
#content {
	float:left;
	margin-left: 9px; 
	width: 748px;
}
#box_striscia {
	background-image: url(../images/box-striscia.png);
	background-repeat: no-repeat;
	background-color: #CCC;
	margin-bottom: 5px;
	padding-top: 32px;
	text-align: center;
}
#box_newsletter {
	height: 50px;
	background-image: url(../images/box-newsletter.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 42px;
}
#box_areariservata {
	height: 95px;
	background-image: url(../images/box-areariservata.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 42px;
}

 .box1
,.box2
,.box3 
,.btnContainer
{
	margin-bottom: 5px;
}
 .box1 .btit 
,.box2 .btit
,.box3 .btit
{
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.box1 .btit {
	background-image: url(../images/box-ultimaora_top.png);
	height: 32px;
	color: #FFFFFF;
	background-color: #45565E;
	line-height: 32px;
}
.box2 .btit {
	background-image: url(../images/box2_top.png);
	height: 40px;
	color: #000000;
	background-color: #D3DBDE;
	line-height: 30px;
}
.box3 .btit {
	background-image: url(../images/box3_top.png);
	height: 35px;
	color: #FFFFFF;
	background-color: #BF4C1F;
	line-height: 30px;
}

  .box1 .bcont 
, .box2 .bcont 
, .box3 .bcont 
{
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
}
.box1 .bcont {
	background-image: url(../images/box-ultimaora_middle.png);
}
.box2 .bcont {
	background-image: url(../images/box2_middle.png);
}
.box3 .bcont {
	background-image: url(../images/box3_middle.png);
	text-align: center;
}

 .box1 .bfoot 
,.box2 .bfoot 
,.box3 .bfoot 
{
	background-repeat: no-repeat;
}
.box1 .bfoot {
	background-image: url(../images/box-ultimaora_bottom.png);
	height: 6px;
}

.box2 .bfoot {
	background-image: url(../images/box2_bottom.png);
	height: 5px;
}
.box3 .bfoot {
	background-image: url(../images/box3_bottom.png);
	height: 7px;
}

.spacer {
	clear: both;
}
.floatRight {
	float:right;
}
.btnContainer a:hover img {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.btnContainer a img {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover	{
	color: #003366;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding-bottom: 10px;
}
h3 {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 18px;
}
.fotoNews {
	float:right;
	padding:5px;
	margin:5px;
	border: 1px solid #CCC;
}
.msgred {
	color: red;
}
.msggreen {
	color: green;
}
.wFixedLarge {
	width: 300px;
}