/* INIZIO CSS MASTER CROSS BROWSER! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*
CSS Credit: http://www.centroweb.com/
*/

html {

}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #CCC;
	width: 100%;
	background-image: url(images/centroweb_container_bg_bla.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;

}
.sfondo {

}
#centroweb_container {
	margin: auto;
	width: 940px;
}

#centroweb_header_section {
	width: 940px;
	height: 60px;
	background-repeat: no-repeat;

}
#centroweb_header_section .top {

	width: 940px;
	height: 20px;
	float: right;
}

/* Top Menu */

#centroweb_menu {
	float: right;
	width: 210px;
	height: 20px;
}

#centroweb_menu ul {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	list-style: none;
	background-color: #006869;
}


#centroweb_menu ul li{
	display: inline;
	background-color: #006633;
}

#centroweb_menu ul li a{
	float: left;
	padding-left:10px;
	padding-bottom:5px;
	margin-left:5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #999;
	background:url(images/centroweb_head_menu.gif) no-repeat;
}

#centroweb_menu li a:hover, #centroweb_menu li .current{
	color: #FFFFFF;
	background-color: #006869;
}

/* End Of Head Menu*/

/* Head Menu */

#centroweb_head_menu {
	float: right;
	width: 500px;
	height: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	
}

* html #centroweb_head_menu{
	margin: 27px 18px 0px 0px;
}

#centroweb_head_menu ul {
	float: left;
	width: 540px;
	margin: 0px;
	list-style: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#centroweb_head_menu ul li{
	display: inline;
}

#centroweb_head_menu ul li a{
	width: 60px;
	float: left;
	padding-left:8px;
	margin-left:0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #006869;
	padding-right: 8px;
}

* html #centroweb_head_menu ul li a{
	padding-left:20px;
}
#centroweb_head_menu li a:hover, #centroweb_menu li .current{
	color: #FFFFFF;
	background-color: #006869;
}

/* Menu */
#centroweb_content{
	width: 940px;
}


#centroweb_content_left{
	float:left;
	width: 400px;
	color: #006869;
}

#centroweb_content_right {
	float:right;
	width: 520px;

}

#centroweb_content_right_subpage {

	width: 525px;
	height:547px;
	float:right;
	background:url(images/centroweb_content_right_bg_subpage.jpg) no-repeat;
	overflow: auto;

}

.centroweb_content_area{
	width: 495px;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

* html .centroweb_content_area{
	margin: 10px 0px 0px 10px;
}
.centroweb_content_area h1{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color: #006869;

}
span.red{
	color:#f5231d;
}

span.black{
	color:#000;
}

span.green{
	color:#006869;
}
.centroweb_content_area h2{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	color: #006869;

}

.centroweb_content_area p img{
	float:right;
	border:none;
	margin:0px;
}


.centroweb_gallery{
	width: 535px;
	float:left;
}


.centroweb_gallery_box {
	width: 164px;
	height: 120px;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

* html .centroweb_gallery_box{
	
	margin: 5px 0px 0px 5px;
}

.centroweb_gallery_box .textbox{
	margin: 0px 2px 0px 2px;
	font-weight:bold;
	text-align:center;
}

.centroweb_gallery_box .textbox a{
	color: #999999; 
	text-decoration: none;
}

.centroweb_gallery_box .textbox a:hover{
	color: #000; 
	text-decoration: none;
}

#centroweb_copyright {
	float: right;
	color:#006869;
	width:935px;
	padding-right:5px;
	text-align:right;
	font-size: 10px;

}

#centroweb_copyright a{
	color:#006869;
}

.centroweb_validate{
	float: right;
	width: 450px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #006869;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
p a:link{
	color: #333333;
	text-decoration: none;
}
p a:visited{
	color: #333333;
	text-decoration: none;
}
p a:hover{
	color: #006869;
	text-decoration: underline;
}


.centroweb_validate a{
	text-decoration:none;
	color: #006869;
}

/* images */
.cornice {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 0px;
}
.centroweb_content_News {
	width: 470px;
	float:right;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.centroweb_content_News h1 {


	font-size:14px;
	font-weight:bold;
	margin:0px;
}

.centroweb_AREA {
	width: 535px;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.centroweb_AREA h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color: #FFFFFF;
	background-color: #006869;
	text-align: center;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}
li a:link {
	color: #006869;
	text-decoration: none;
}
li a:visited {
	color: #006869;
	text-decoration: none;
}
li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #006869;
	text-decoration: underline;
}
#colonnaSX {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}
#colonnaDX {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 520px;
}

