/*
################################################################################
Struttura layout portante
--------------------------------------------------------------------------------
La definizione termina con il blocco #main #content
Gli elementi interni a questo blocco devono essere definiti in altri documenti
################################################################################
*/



body {
	margin: 0px;
	padding: 0px;
	border: 0px;

	background-color: #2370cd;
	background-image: url('../images/layout/body.png');
	background-position: center;

	color: #666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

/*----------------------------------------------------------------------------*/
/* composizione pagina al primo livello */
/*----------------------------------------------------------------------------*/

#header {
	background-color: #2370cd;
	background-image: url('../images/layout/header.png');
	background-position: center;
	height: 140px;
}

#stripe {
	height: 35px;
	background-color: #accbf1;
	background-image: url('../images/layout/stripe.png');
	background-position: center;
}

#main {
	width: 100%;
	border-bottom: 1px solid #2370cd;
	background-image: url('../images/layout/main.png');
	background-position: center top;
}

#footer {
	height: 140px;
	border-top: 1px solid #fff;
}



/******************************************************************************/
/* composizione dell'header e del footer */
/******************************************************************************/

#header .inner, #footer .inner {
	position: relative;
	margin: auto;
	width: 720px;
	height: 100%;
	color: #fff;
	font-size: 7pt;
}

/*----------------------------------------------------------------------------*/
/* struttura di -- #header .inner */

#logo {
	position: absolute;
	top: 40px;
	left: 0px;
}

#service {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

#search {
	background-color: #f00;
	position: absolute;
	top: 70px;
	right: 0px;
}

#master {
	position: absolute;
	top: 111px;
	left: -1px;
	right: 0px;
	height: 30px;
}

/*----------------------------------------------------------------------------*/
/* struttura di -- #footer .inner */

#copyright {
	position: absolute;
	top: 20px;
	left: 0px;
}

#contacts {
	position: absolute;
	top: 20px;
	left: 190px;
}



/******************************************************************************/
/* strumenti header */
/******************************************************************************/

#service a {
	margin: 9px;
	color: #fff;
}

#service img {
	vertical-align: 5px;
}

/*----------------------------------------------------------------------------*/

#search input {
	display: block;
	float: left;
	width: 145px;
	height: 12px;
	padding: 1px;
	padding-left: 5px;
	border: 1px solid #cfd8e7;
	background-image: url('../images/components/background_search.png');

	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

#search img {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

/*----------------------------------------------------------------------------*/

#contacts span {
	display: block;
	margin-bottom: 15px;
}

#contacts a {
	color: #fff;
}



/******************************************************************************/
/* barra separatrice con menu */
/******************************************************************************/

#stripe .inner {
	font-size: 7pt;
	text-align: center;
}



/******************************************************************************/
/* blocco centrale */
/******************************************************************************/

#main .inner {
	width: 764px;
	margin: auto;
	background-image: url('../images/layout/shadow_side.png');
	background-position: center top;
	background-repeat: repeat-y;
}

#shadow_sx {
	float: left;
	width: 12px;
	height: 100%;
}

#shadow_dx {
	float: left;
	width: 12px;
	height: 100%;
}

#content {
	float: left;
	width: 740px;
	background-color: #fff;
	background-image: url('../images/layout/shadow_top_plain.png');
	background-position: center top;
	background-repeat: repeat-x;
}

/*----------------------------------------------------------------------------*/

.clear-both {
	clear: both;
}



/******************************************************************************/
/* navigator */
/******************************************************************************/



/*----------------------------------------------------------------------------*/
/* menu principale (1) */

#master a {
	display: block;
	float: left;
	width: 119px;
	height: 18px;
	padding-top: 6px;
	margin-top: 5px;
	margin-left: 1px;
	background-color: #85b3ea;

	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

#master a:first-child {
	margin-left: 1px;
}

#master a:hover {
	background-color: #f90;
	text-decoration: none;
}

#master a.selected {
	height: 19px;
	padding-top: 10px;
	margin-top: 0px;
	border-top: 1px solid #fff;
	color: #2370cd;
	background-image: url('../images/components/button_master.png');
}

/*----------------------------------------------------------------------------*/
/* menu secondario (2) */

#stripe a {
	padding: 9px;
	padding-bottom: 10px;
	color: #2370cd;
}

#stripe a:hover {
	text-decoration: none;
	color: #fff;
	background-image: url('../images/components/button_stripe_over.png');
	background-position: center bottom;
	background-repeat: repeat-x;
}

#stripe a.selected {
	color: #fff;
	background-image: url('../images/components/button_stripe_selected.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#stripe img {
	vertical-align: -13px;
}

/******************************************************************************/
