/* 
<interface><file>templates/css-master.css</file><version>1.2</version></interface>
*/

/*
@import url(/templates/default/styles/style-default.css);
*/






/*********************** CODE BY EDITOR-GRID **********************/

/*******************************************************/
/****************** GRIGLIA: DIMENSIONI ****************/


/****************** DOCUMENT *****************/
#document
{
	display:	block;
	width:		950px;
	height:		auto;
	position:	relative;
	overflow:	visible;
}
#document-header
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	overflow:	visible;
}

#document-body
{
	display:	block;
	width:		950px;
	height:		auto;
	position:	relative;
	overflow:	visible;
}

#document-footer
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	overflow:	visible;
}
/****************** /DOCUMENT *****************/

/****************** MAIN-HEADER *****************/
#main-header
{
	display:	block;
	width:		950px;
	height:		180px;
	overflow: 	hidden;
	position: 	relative;
	float: 		none;
	clear: 		both;
}
#main-header-top
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
#main-header-middle
{
	display:	block;
	width:		950px;
	height:		160px;
	position:	relative;
	float:		none;
	clear:		both;
}
#main-header-bottom
{
	display:	block;
	width:		950px;
	height:		20px;
	position:	relative;
	float:		none;
	clear:		both;
}
/****************** /MAIN-HEADER *****************/


/****************** MAIN-BODY *****************/
#main-body
{
	display:	block;
	width:		950px;
	height:		auto;
	overflow: 	hidden;
	position: 	relative;
	float: 		none;
	clear: 		both;
}
#main-body-top
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
#main-body-middle
{
	display:	block;
	width:		950px;
	height:		auto;
	position:	relative;
	float:		none;
	clear:		both;
}
#main-body-bottom
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
/****************** /MAIN-BODY *****************/


/****************** MAIN-FOOTER *****************/
#main-footer
{
	display:	block;
	width:		950px;
	height:		50px;
	overflow: 	hidden;
	position:	relative;
	float:		none;
	clear:		both;
}
#main-footer-top
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
#main-footer-middle
{
	display:	block;
	width:		950px;
	height:		50px;
	position:	relative;
	float:		none;
	clear:		both;
}
#main-footer-bottom
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}

/****************** /MAIN-FOOTER *****************/


/****************** GRIDS *****************/
/******** GRID-MENU *******/
#grid-menu
{
	display:	block;
	width:		200px;
	height:		auto;
	float:		left;
	position:	relative;

}
#grid-menu-top
{
	display:	block;
	width:		200px;
	height:		auto;
	position:	relative;
	float:		none;
	clear:		both;
}
#grid-menu-middle
{
	display:	block;
	width:		200px;
	height:		auto;
	position:	relative;
	float:		none;
	clear:		both;
}
#grid-menu-bottom
{
	display:	block;
	width:		200px;
	height:		auto;
	position:	relative;
	float:		none;
	clear:		both;
}
/******** /GRID-MENU *******/

/******** GRID-CONTENT *******/
#grid-content
{
	display:	block;
	width:		740px;
	height:		auto;
	float:		left;
	position:	relative;

}
#grid-content-top
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
#grid-content-middle
{
	display:	block;
	width:		740px;
	height:		auto;
	position:	relative;
	float:		none;
	clear:		both;
}
#grid-content-bottom
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
/******** /GRID-CONTENT *******/


/******** GRID-SERVICE *******/
#grid-service
{
	display:	none;
	width:		0;
	height:		0;
	float:		left;
	position:	relative;

}
#grid-service-top
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
#grid-service-middle
{
	display:	block;
	width:		auto;
	height:		auto;
	position:	relative;
	float:		none;
	clear:		both;
}
#grid-service-bottom
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
/******** /GRID-SERVICE *******/


/******** GRID-DIVIDER *******/
#grid-divider-left
{
	display:	none;
	width:		0;
	height:		0;
	float:		left;
	position:	relative;
}
#grid-divider-centerleft
{
	display:	block;
	width:		10px;
	height:		300px;
	float:		left;
	position:	relative;
}
#grid-divider-centerright
{
	display:	none;
	width:		0;
	height:		0;
	float:		left;
	position:	relative;
}
#grid-divider-right
{
	display:	none;
	width:		0;
	height:		0;
	float:		left;
	position:	relative;
}
/******** /GRID-DIVIDER *******/


/****************** /GRIDS *****************/

/****************** GRIGLIA: DIMENSIONI ****************/
/********************************************************/




/*********************** GRIDBOXES **********************/
.gridbox
{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.gridbox-wrap
{
	width: 740px;
	height: auto;
	float: none;
	clear: both;
	overflow: hidden;
	position: relative;
}
.gridbox-wrap .gridbox
{
	float: left;
}

.gb-divider-h
{
	width: 740px;
	height: 10px;
	float: none;
	clear: both;
}

.gb-10
{
	width: 74px;
}
.gb-10l
{
	width: 69px;
	margin: 0 5px 0 0;
}
.gb-10c
{
	width: 64px;
	margin: 0 5px;
}
.gb-10r
{
	width: 69px;
	margin: 0 0 0 5px;
}

.gb-20
{
	width: 148px;
}

.gb-20l
{
	width: 143px;
	margin: 0 5px 0 0;
}
.gb-20c
{
	width: 138px;
	margin: 0 5px;
}
.gb-20r
{
	width: 143px;
	margin: 0 0 0 5px;
}

.gb-25
{
	width: 185px;
}
.gb-25l
{
	width: 180px;
	margin: 0 5px 0 0;
}
.gb-25c
{
	width: 175px;
	margin: 0 5px;
}
.gb-25r
{
	width: 180px;
	margin: 0 0 0 5px;
}

.gb-30
{
	width: 222px;
}
.gb-30l
{
	width: 217px;
	margin: 0 5px 0 0;
}
.gb-30c
{
	width: 212px;
	margin: 0 5px;
}
.gb-30r
{
	width: 217px;
	margin: 0 0 0 5px;
}

.gb-33
{
	width: 246px;
}
.gb-33l
{
	width: 241px;
	margin: 0 5px 0 0;
}
.gb-33c
{
	width: 236px;
	margin: 0 5px;
}
.gb-33r
{
	width: 241px;
	margin: 0 0 0 5px;
}

.gb-40
{
	width: 296px;
}
.gb-40l
{
	width: 291px;
	margin: 0 5px 0 0;
}
.gb-40c
{
	width: 286px;
	margin: 0 5px;
}
.gb-40r
{
	width: 291px;
	margin: 0 0 0 5px;
}

.gb-50
{
	width: 370px;
}
.gb-50l
{
	width: 365px;
	margin: 0 5px 0 0;
}
.gb-50c
{
	width: 360px;
	margin: 0 5px;
}
.gb-50r
{
	width: 365px;
	margin: 0 0 0 5px;
}

.gb-60
{
	width: 444px;
}
.gb-60l
{
	width: 439px;
	margin: 0 5px 0 0;
}
.gb-60c
{
	width: 434px;
	margin: 0 5px;
}
.gb-60r
{
	width: 439px;
	margin: 0 0 0 5px;
}

.gb-66
{
	width: 493px;
}
.gb-66l
{
	width: 488px;
	margin: 0 5px 0 0;
}
.gb-66c
{
	width: 483px;
	margin: 0 5px;
}
.gb-66r
{
	width: 488px;
	margin: 0 0 0 5px;
}

.gb-70
{
	width: 518px;
}
.gb-70l
{
	width: 513px;
	margin: 0 5px 0 0;
}
.gb-70c
{
	width: 508px;
	margin: 0 5px;
}
.gb-70r
{
	width: 513px;
	margin: 0 0 0 5px;
}

.gb-75
{
	width: 555px;
}
.gb-75l
{
	width: 550px;
	margin: 0 5px 0 0;
}
.gb-75c
{
	width: 545px;
	margin: 0 5px;
}
.gb-75r
{
	width: 550px;
	margin: 0 0 0 5px;
}

.gb-80
{
	width: 592px;
}
.gb-80l
{
	width: 587px;
	margin: 0 5px 0 0;
}
.gb-80c
{
	width: 582px;
	margin: 0 5px;
}
.gb-80r
{
	width: 587px;
	margin: 0 0 0 5px;
}

.gb-90
{
	width: 666px;
}
.gb-90l
{
	width: 661px;
	margin: 0 5px 0 0;
}
.gb-90c
{
	width: 656px;
	margin: 0 5px;
}
.gb-90r
{
	width: 661px;
	margin: 0 0 0 5px;
}

.gb-100
{
	width: 740px;
	float: none;
	clear: both;
}

.gb-full
{
	width: 100%;
}


.gb-1px {	width: 1px;}
.gb-5px {	width: 5px;}
.gb-10px {	width: 10px;}
.gb-15px {	width: 15px;}
.gb-20px {	width: 20px;}
.gb-25px {	width: 25px;}
.gb-30px {	width: 30px;}
.gb-35px {	width: 35px;}
.gb-40px {	width: 40px;}
.gb-45px {	width: 45px;}
.gb-50px {	width: 50px;}
.gb-60px {	width: 60px;}
.gb-70px {	width: 70px;}
.gb-80px {	width: 80px;}
.gb-90px {	width: 90px;}
.gb-100px {	width: 100px;}
.gb-110px {	width: 110px;}
.gb-120px {	width: 120px;}
.gb-130px {	width: 130px;}
.gb-140px {	width: 140px;}
.gb-150px {	width: 150px;}
.gb-160px {	width: 160px;}
.gb-170px {	width: 170px;}
.gb-180px {	width: 180px;}
.gb-190px {	width: 190px;}
.gb-200px {	width: 200px;}
.gb-210px {	width: 210px;}
.gb-220px {	width: 220px;}
.gb-230px {	width: 230px;}
.gb-240px {	width: 240px;}
.gb-250px {	width: 250px;}
.gb-260px {	width: 260px;}
.gb-270px {	width: 270px;}
.gb-280px {	width: 280px;}
.gb-290px {	width: 290px;}
.gb-300px {	width: 300px;}
.gb-350px {	width: 350px;}
.gb-400px {	width: 400px;}
.gb-450px {	width: 450px;}
.gb-500px {	width: 500px;}
.gb-550px {	width: 550px;}
.gb-600px {	width: 600px;}
.gb-650px {	width: 650px;}
.gb-700px {	width: 700px;}
.gb-750px {	width: 750px;}
.gb-800px {	width: 800px;}
.gb-850px {	width: 850px;}
.gb-900px {	width: 900px;}
.gb-950px {	width: 950px;}


.gridbox.nofloat
{
	margin: auto;
	float: none;
	clear: all;
}
/*********************** /GRIDBOXES **********************/

/*********************** /CODE BY EDITOR-GRID **********************/
		






/*******************************************************/
/******************** GRIGLIA: GRAFICA *****************/

body {
	font:13px arial,helvetica,clean,sans-serif;
	background-image: url("/images/background.gif");
}


/****************** DOCUMENT *****************/
#document
{
	margin: 0 auto;
}
#document-header {}
#document-body {}
#document-footer {}
/****************** /DOCUMENT *****************/

/****************** MAIN-HEADER *****************/
#main-header {
	background-color: #000;
	background-image: url("/images/main-header.gif");
	height: 180px;
	background-repeat: no-repeat;
}
#main-header-top {}
#main-header-middle {}
#main-header-bottom {
	background-color: transparent;
	background-image: url();
}
/****************** /MAIN-HEADER *****************/


/****************** MAIN-BODY *****************/
#main-body
{
	background-color: #000;
	background-image: url("/images/main-middle.gif");
	background-repeat: repeat-y;	
}
#main-body-top {}
#main-body-middle {}
#main-body-bottom {}
/****************** /MAIN-BODY *****************/


/****************** MAIN-FOOTER *****************/
#main-footer {}
#main-footer-top {}
#main-footer-middle {
	background-color: #000;
	background-image: url("/images/main-footer.gif");
	height:50px;	
	}
#main-footer-middle a {}
#main-footer-bottom {}
/****************** /MAIN-FOOTER *****************/


/****************** GRIDS *****************/
/******** GRID-MENU *******/
#grid-menu {}
#grid-menu-top {}
#grid-menu-middle {}
#grid-menu-bottom {}
/******** /GRID-MENU *******/

/******** GRID-CONTENT *******/
#grid-content {}
#grid-content-top {}
#grid-content-middle {}
#grid-content-bottom {}
/******** /GRID-CONTENT *******/


/******** GRID-SERVICE *******/
#grid-service {}
#grid-service-top {}
#grid-service-middle {}
#grid-service-bottom {}
/******** /GRID-SERVICE *******/


/******** GRID-DIVIDER *******/
#grid-divider-left {}
#grid-divider-centerleft {}
#grid-divider-centerright {}
#grid-divider-right {}
/******** /GRID-DIVIDER *******/


/****************** /GRIDS *****************/

/******************** /GRIGLIA: GRAFICA *****************/
/********************************************************/

	










/*******************************************************/
/******************** GRIGLIA: OGGETTI *****************/

/******** MAIN-HEADER-TOP-MENU *******/
#main-header-top-menu
{
	display: none;
	width: 300px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-header-top-menu-btn
{
	display: block;
	width: 120px;
	height: 20px;
	float: right;
}
.main-header-top-menu-btn a {
}
.main-header-top-menu-btn a:hover {
}
/******** /MAIN-HEADER-TOP-MENU *******/


/******** MAIN-HEADER-LOGO *******/
#main-header-logo
{
	display: block;
	width: 530px;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url();/*"/images/logo.jpg"*/
	background-repeat: no-repeat;
}
}
#main-header-logo img
{
	display: block;
	width: 530px;
	height: 180px;
}

#main-header-logo a
{
	display: block;
	width: 530;
	height: 180px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	text-decoration: none;
}
/******** /MAIN-HEADER-LOGO *******/


/******** MAIN-HEADER-BANNER *******/
#main-header-banner
{
	display: none;
	width: 420px;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 530px;
	/*background-image: url("/images/foto_00.jpg");*/
}
/******** /MAIN-HEADER-BANNER *******/


/******** MAIN-HEADER-FLOAT-MENU *******/
#main-header-float-menu
{
	display: none;
	width: 300px;
	height: 30px;
	position: absolute;
	top: 50px;
	right: 50px;
}
.main-header-float-menu-btn
{
	display: block;
	width: 120px;
	height: 24px;
	float: right;
}
.main-header-float-menu-btn a
{
}
.main-header-float-menu-btn a:hover
{
}
/******** /MAIN-HEADER-FLOAT-MENU *******/


/******** MAIN-HEADER-BOTTOM-MENU *******/
#main-header-bottom-menu
{
	display: none;
	width: 300px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-header-bottom-menu-btn
{
	display: block;
	width: 120px;
	height: 20px;
	float: right;
}
.main-header-bottom-menu-btn a
{
}
.main-header-bottom-menu-btn a:hover
{
}
/******** /MAIN-HEADER-BOTTOM-MENU *******/

/******************** /GRIGLIA: OGGETTI *****************/
/*******************************************************/







/************************* MENU ************************/
/* vedi css style */
/************************* /MENU ***********************/


/*********************** RECORDS **********************/
/* vedi css style */
/*********************** /RECORDS **********************/




/*********************** RECORDS: LIST **********************/
/* vedi css style */
/*********************** /RECORDS: LIST **********************/

/**** PAGE (CONTENUTO) ****/
/* vedi css style */
/**** /PAGE (CONTENUTO) ****/


/*** VARIE COMMON ***/
/* vedi css style */
/*** /VARIE COMMON ***/




