@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

html {
	margin: 0; padding: 0;
}

body {
	margin: 0; padding: 0;
	text-align: center;
	background-color: black;
}

a {
	color: #666666;
	text-decoration: none;
}

h1 {
	margin-top: 0;
	font-size: 18px;
	color: black;
}

h2 {
	margin: 0 0 0 0;
	font-size: 13px;
	color: black;
	border-bottom: 1px solid #CCCCCC;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

img { behavior: url(css/iepngfix.htc); }

ul {
	margin: 0 0 0 15px;
	padding: 0;
}

/************************************/
/*** layout *************************/
/************************************/
#layout {
	margin: 0 auto;
	width: auto;
	border: 0px solid gray;
	/*background: #F3F3f3 url(../immagini/bg_body_blu.gif) repeat-x top left;*/
	background: #f8fafa url(../immagini/bg_body_blu.gif) repeat-x top left;
	/*background-color: white;*/
}


/************************************/
/*** container **********************/
/************************************/
#container {
	position: relative;
	margin: 0 auto 30px auto;
	width: 810px;
	text-align: left;
	border: 0px solid black;
}


/************************************/
/*** header *************************/
/************************************/
#header {
	margin: 0 0 5px 0;
	height: 260px;
	border: 0px solid red;
}

#logo {
	position: absolute;
	top: 17px; left: -24px;
	border: 0px solid red;
	z-index: 200;
}

#header-image {
	position: absolute;
	top: 40px;
	width: 810px; height: 215px;
	z-index: 50;
}

#header-boxes {
	position: absolute;
	top: 65px; left: 280px;
	z-index: 300;
}


/************************************/
/*** footer *************************/
/************************************/
#footer {
	clear: both;
	bottom: 0;
	margin: 0;
	height: 131px;
	border: 0px solid #CCCCCC;
	text-align: center;
	background: black url(../immagini/bg_footer.gif) repeat-x top left;
}

#footer-text {
	position: relative;
	margin: 0 auto;
	width: 810px; height: 131px;
	text-align: left;
	border: 0px solid white;
}


/************************************/
/*** footer *************************/
/************************************/
#footer #copyright {
	position: absolute;
	font-size: 9px;
	bottom: 10px; left: 5px;
	color: white;
}

#footer #company-info {
	position: absolute;
	font-size: 10px;
	top: 10px; right: 5px;
	color: white;
}

#footer a { color: white; }


/************************************/
/*** content-cols *******************/
/************************************/
#content-3col, #content-2col {
	margin: 10px 0 10px 0;
	background-color: #EFF0F1;
}

#content-3col ul, #content-2col ul { margin-left: 25px; }
#content-3col li, #content-2col li { padding-left: 0px; list-style: square; }


/************************************/
/*** left-content (3col) ************/
/************************************/
#content-3col #left-content {
	float: left;
	margin: 35px 0 0 7px;
	width: 150px;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** main-content (3col) ************/
/************************************/
#content-3col #main-content {
	margin: 0 0 0 10px;
	float: left;
	width: 465px;
	text-align: justify;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** right-content (3col) ***********/
/************************************/
#content-3col #right-content {
	float: right;
	margin: 0 0 0 0;
	width: 160px;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** content-2col *******************/
/************************************/
#content-2col {
	margin: 10px 0 10px 0;
}


/************************************/
/*** left-content (2col) ************/
/************************************/
#content-2col #left-content {
	float: left;
	width: 200px;
	margin: 0 7px 0 0;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** main-content (2col) ************/
/************************************/
#content-2col #main-content {
	margin: 0 0 0 15px;
	float: left;
	width: 616px;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** right-content (2col) ***********/
/************************************/
#content-2col #right-content {
	float: right;
	margin: 0 0 0 0;
	width: 160px;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** mainmenu ***********************/
/************************************/
#mainmenu {
	position: absolute;
	top: 38px; right: 5px;
	width: 320px; height: 50px;
	border: 0px solid #999999;
	z-index: 400;
	/*background: transparent url(../immagini/mainmenu_bg.png) repeat-x top left;*/
}

#mainmenu ul {
	margin: 0; padding: 0;	
}

#mainmenu ul li {
	padding: 5px 8px 0 8px;
	display: inline;
	border-left: 1px solid gray;
}

#mainmenu ul li a {
	font-size: 11px;
	font-weight: bold;
	color: white;
	line-height: 50px;
}

#mainmenu ul li a:hover { color: white; text-decoration: none; }


/************************************/
/*** mainmenu2 **********************/
/************************************/
#mainmenu2 {
	position: absolute;
	top: 10px; left: 5px;
	border: 0px solid #999999;
}

#mainmenu2 ul {
	margin: 0; padding: 0;	
}

#mainmenu2 ul li {
	padding: 0 10px 0 0;
	display: inline;
}

#mainmenu2 ul li a {
	font-size: 10px;
	font-weight: bold;
	color: white;
}


/************************************/
/*** topmenu ************************/
/************************************/
#topmenu {
	position: absolute;
	top: 10px; right: 10px;
	border: 0px solid #999999;
}

#topmenu ul {
	margin: 0; padding: 0;	
}

#topmenu ul li {	
	padding: 0 0 0 10px;
	display: inline;
}

#topmenu ul li a {
	font-size: 10px;
	font-weight: bold;
	color: black;
}


/************************************/
/*** breadcrumbs ********************/
/************************************/
#breadcrumbs {
	margin-left: 15px;
	height: 25px;
	font-size: 10px;
	color: #666666;
}

#breadcrumbs a {
	color: #666666;	
}
/************************************/
/*** block **************************/
/************************************/
.block {
	margin: 0 0 10px 0;	
}

.block-header {
	padding: 0 0 0 5px;
	height: 27px;
	font-size: 11px; font-weight: bold; line-height: 27px; color: #333333;
	background: transparent url(../immagini/block-header-bg.png) no-repeat top left;
}

.block-body {
	margin: 2px 0 0 0; padding: 5px 0 5px 0;
	background-color: #E0E2E3;	
}

.block-footer {
	
}

.block-body ul { margin: 0; padding: 0; list-style: none; }
.block-body ul li { margin: 0; padding: 0 0 0 5px; }
.block-body ul li a { color: black; }


/************************************/
/*** clear, spacers *****************/
/************************************/
.clear {
	clear: both;
}

.spacer10 {
	clear: both;
	height: 10px;
}

.spacer20 {
	clear: both;
	height: 20px;
}



