
/*******************************************************/
/****************** GRIGLIA: DIMENSIONI ****************/


/****************** DOCUMENT *****************/
#document
{
	display:	block;
	width:		950px;
	height:		auto;
	position:	relative;
	overflow:	visible;
	margin: 0 auto;
}
#document-header
{
	display:	none;
	width:		950px;
	height:		150px;
	position:	relative;
	overflow:	visible;
	background-color: #CCCC00;
}

#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:		131px;
	overflow: 	hidden;
	position: 	relative;
	float: 		none;
	clear: 		both;
	background-color: #EEE;
}
#main-header-top
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
#main-header-middle
{
	display:	block;
	width:		950px;
	height:		100px;
	position:	relative;
	float:		none;
	clear:		both;
	background-image: url('images/bk_top.gif');
}
#main-header-bottom
{
	display:	block;
	width:		950px;
	height:		28px;
	position:	relative;
	float:		none;
	clear:		both;
	background-image: url('images/bk_top_link.gif');
	text-align: center;
}
/****************** /MAIN-HEADER *****************/


/****************** MAIN-BODY *****************/
#main-body
{
	display:	block;
	width:		950px;
	height:		auto;
	overflow: 	hidden;
	position: 	relative;
	float: 		none;
	clear: 		both;
	background-image: url('images/bk_body.gif');
}
#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:		28px;
	overflow: 	hidden;
	position:	relative;
	float:		none;
	clear:		both;
	background-image: url('images/bk_bottom.gif');
}
#main-footer-top
{
	display:	none;
	width:		0;
	height:		0;
	position:	relative;
	float:		none;
	clear:		both;
}
#main-footer-middle
{
	display:	block;
	width:		950px;
	height:		auto;
	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:		180px;
	height:		auto;
	float:		left;
	position:	relative;

}
#grid-menu-top
{
	display:	block;
	width:		180px;
	height:		auto;
	position:	relative;
	float:		none;
	clear:		both;
}
#grid-menu-middle
{
	display:	block;
	width:		180px;
	height:		auto;
	position:	relative;
	float:		none;
	clear:		both;
}
#grid-menu-bottom
{
	display:	block;
	width:		180px;
	height:		3px;
	position:	relative;
	float:		none;
	clear:		both;
	background-image: url('images/bk_left_bottom.gif');
}
/******** /GRID-MENU *******/

/******** GRID-CONTENT *******/
#grid-content
{
	display:	block;
	width:		760px;
	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:		760px;
	height:		auto;
	position:	relative;
	float:		none;
	clear:		both;
}
#grid-content-bottom
{
	display:	none;
	width:		760;
	height:		10;
	position:	relative;
	float:		none;
	clear:		both;
	background-image: url('images/bk_top_link.gif');
}
/******** /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:		5px;
	height:		300px;
	float:		left;
	position:	relative;
}
#grid-divider-centerright
{
	display:	none;
	width:		0;
	height:		0;
	float:		left;
	position:	relative;
}
#grid-divider-right
{
	display:	block;
	width:		5px;
	height:		300px;
	float:		left;
	position:	relative;
}
/******** /GRID-DIVIDER *******/


/****************** /GRIDS *****************/

/****************** GRIGLIA: DIMENSIONI ****************/
/********************************************************/




/*********************** GRIDBOXES **********************/
.gridbox
{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.gridbox-wrap
{
	width: 760px;
	height: auto;
	float: none;
	clear: both;
	overflow: hidden;
	position: relative;
}
.gridbox-wrap .gridbox
{
	float: left;
}

.gb-divider-h
{
	width: 760px;
	height: 10px;
	float: none;
	clear: both;
}

.gb-10
{
	width: 76px;
}
.gb-10l
{
	width: 71px;
	margin: 0 5px 0 0;
}
.gb-10c
{
	width: 66px;
	margin: 0 5px;
}
.gb-10r
{
	width: 71px;
	margin: 0 0 0 5px;
}

.gb-20
{
	width: 152px;
}

.gb-20l
{
	width: 147px;
	margin: 0 5px 0 0;
}
.gb-20c
{
	width: 142px;
	margin: 0 5px;
}
.gb-20r
{
	width: 147px;
	margin: 0 0 0 5px;
}

.gb-25
{
	width: 190px;
}
.gb-25l
{
	width: 185px;
	margin: 0 5px 0 0;
}
.gb-25c
{
	width: 180px;
	margin: 0 5px;
}
.gb-25r
{
	width: 185px;
	margin: 0 0 0 5px;
}

.gb-30
{
	width: 228px;
}
.gb-30l
{
	width: 223px;
	margin: 0 5px 0 0;
}
.gb-30c
{
	width: 218px;
	margin: 0 5px;
}
.gb-30r
{
	width: 223px;
	margin: 0 0 0 5px;
}

.gb-33
{
	width: 253px;
}
.gb-33l
{
	width: 248px;
	margin: 0 5px 0 0;
}
.gb-33c
{
	width: 243px;
	margin: 0 5px;
}
.gb-33r
{
	width: 248px;
	margin: 0 0 0 5px;
}

.gb-40
{
	width: 304px;
}
.gb-40l
{
	width: 299px;
	margin: 0 5px 0 0;
}
.gb-40c
{
	width: 294px;
	margin: 0 5px;
}
.gb-40r
{
	width: 299px;
	margin: 0 0 0 5px;
}

.gb-50
{
	width: 380px;
}
.gb-50l
{
	width: 375px;
	margin: 0 5px 0 0;
}
.gb-50c
{
	width: 370px;
	margin: 0 5px;
}
.gb-50r
{
	width: 375px;
	margin: 0 0 0 5px;
}

.gb-60
{
	width: 456px;
}
.gb-60l
{
	width: 451px;
	margin: 0 5px 0 0;
}
.gb-60c
{
	width: 446px;
	margin: 0 5px;
}
.gb-60r
{
	width: 451px;
	margin: 0 0 0 5px;
}

.gb-66
{
	width: 506px;
}
.gb-66l
{
	width: 501px;
	margin: 0 5px 0 0;
}
.gb-66c
{
	width: 496px;
	margin: 0 5px;
}
.gb-66r
{
	width: 501px;
	margin: 0 0 0 5px;
}

.gb-70
{
	width: 532px;
}
.gb-70l
{
	width: 527px;
	margin: 0 5px 0 0;
}
.gb-70c
{
	width: 522px;
	margin: 0 5px;
}
.gb-70r
{
	width: 527px;
	margin: 0 0 0 5px;
}

.gb-75
{
	width: 570px;
}
.gb-75l
{
	width: 565px;
	margin: 0 5px 0 0;
}
.gb-75c
{
	width: 560px;
	margin: 0 5px;
}
.gb-75r
{
	width: 565px;
	margin: 0 0 0 5px;
}

.gb-80
{
	width: 608px;
}
.gb-80l
{
	width: 603px;
	margin: 0 5px 0 0;
}
.gb-80c
{
	width: 598px;
	margin: 0 5px;
}
.gb-80r
{
	width: 603px;
	margin: 0 0 0 5px;
}

.gb-90
{
	width: 684px;
}
.gb-90l
{
	width: 679px;
	margin: 0 5px 0 0;
}
.gb-90c
{
	width: 674px;
	margin: 0 5px;
}
.gb-90r
{
	width: 679px;
	margin: 0 0 0 5px;
}

.gb-100
{
	width: 760px;
	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 **********************/

	
