@charset "UTF-8";

*  {
	margin: 0;
	padding: 0;
	outline: 0
}

img  {
	border: none
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg_header.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

h2 {
	font-size: 29px;
	font-weight: normal
}

h3 {
	font-size: 20px;
	color: #b33340;
	margin-left: 44px;
	font-weight: normal 
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

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

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

input, textarea, select  {
	border: #000 1px solid;
	background: #333;
	color: #fff;
	padding: 2px
}

button  {
	margin-left: 135px;
	border: #000 1px solid;
	background: #da5555;
	color: #000;
	cursor: pointer;
	font-size: 18px;
}

.twoColFixLtHdr #container {
	width: 960px;
    background: #fff url(../images/bg_content.png) no-repeat;
	margin: 0 auto;
	text-align: left;
} 

.twoColFixLtHdr #header { 
	background: url(../images/header.png) no-repeat;
	height: 265px;
}

.twoColFixLtHdr #header img { 
	margin: 10px 0 0 0;
}

.twoColFixLtHdr #header ul { 
	list-style: none;
	font-size: 14px;
	color: #fff;
	padding-top: 206px;
	padding-left: 22px
}

.twoColFixLtHdr #header li { 
	display: inline;
}

.twoColFixLtHdr #header li a { 
	color: #fff;
	text-decoration: none;
	padding-left: 17px;
	padding-right: 6px;
	text-transform: uppercase;
}

.twoColFixLtHdr #header li a:hover { 
	color: #e4e3c6;
	text-decoration: none;
	background: url(../images/menu_sel.gif) no-repeat center left;
}

.twoColFixLtHdr #header .active { 
	color: #e4e3c6;
	text-decoration: none;
	padding-left: 17px;
	padding-right: 6px;
	background: url(../images/menu_sel.gif) no-repeat center left;
}

.twoColFixLtHdr #header li.active a { 
	color: #e4e3c6;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
}


.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 280px;
	padding: 110px 0 15px 22px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 302px;
	padding: 28px 34px 0 44px;
} 

.twoColFixLtHdr #titoli { 
	margin-bottom: 30px
} 

.twoColFixLtHdr #footer_ext { 
	background: url(../images/footer_bg.png) repeat-x;
	height: 131px;
	margin: 0 auto;
	text-align: center
}

.twoColFixLtHdr #footer { 
	padding: 20px 0 0 42px;
	margin: 0 auto;
	width: 960px;
	height: 111px;
	background: url(../images/footer.png) no-repeat;
	text-align: left
} 

.twoColFixLtHdr #footer h4 { 
	font-weight: normal;
	font-size: 20px;
	color: #fcfbe6;
	border-bottom: #868686 1px solid;
	margin-bottom: 8px;
	padding-bottom: 6px
} 

.twoColFixLtHdr #footer p { 
	font-size: 12px;
	color: #fcfbe6;
	margin-bottom: auto
} 

.twoColFixLtHdr #footer .rosso { 
	color: #f80921
}

.twoColFixLtHdr #footer a { 
	color: #fcfbe6;
	text-decoration: underline
}  

.twoColFixLtHdr #footer a:hover { 
	color: #f80921;
	text-decoration: none
} 

.twoColFixLtHdr #footer_ext2 { 
	background: #272727;
	margin: 0 auto;
	text-align: center
}

.twoColFixLtHdr #footer2 { 
	padding: 10px 0 10px 42px;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	color: #fff;
	font-size: 11px;
	word-spacing: 5px
} 


.twoColFixLtHdr #footer2 a { 
	color: #fff;
	text-decoration: underline
}  

.twoColFixLtHdr #footer2 a:hover { 
	color: #fff;
	text-decoration: none
} 


.fltlft {
	float: left;
	width: 134px;
	margin-right: 28px
}

.fltlft2 {
	float: left;
	width: 148px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

