/* newthread 2012  **************************/
@charset "iso-8859-1";

a:link {text-decoration:none}      /* unvisited link */
a:visited {text-decoration:none}  /* visited link */
a:hover {text-decoration:none}  /* mouse over link */
a:active {text-decoration:none}  /* selected link */
/* background tinta unita  **************************/
body { 
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color: #c56439;
}


/* begin menu dx  **************************/
#blobs {
	width: 425px;
	height: 400px; /*porzione visibile from top */
	background: url(../images/agc_menu_dx_def.png); 
	margin: 0px auto; padding: 0; /* posizionamento from top */
	position: relative;
	margin-left: 599px;
	z-index: 2;
}
/***************************/
#blobs li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#blobs a {display: block;}
/***************************/
#blob0 {left: -599px; top: 0px; width: 400px; height: 200px;}
#blob1 {left: 140px; top: 30px; width: 280px; height: 60px;}
#blob2 {left: 10px; top: 77px; width: 400px; height: 80px; }
#blob3 {left: 5px; top: 130px; width: 320px; height: 100px;}
#blob4 {left: 60px; top: 190px; width: 190px; height: 70px;}
#blob5 {left: 160px; top: 220px; width: 200px; height: 80px;}
#blob6 {left: 200px; top: 260px; width: 180px; height: 60px;}
#blob7 {left: 130px; top: 290px; width: 270px; height: 140px;}
/***************************/
#blob0 a {height: 200px;}
#blob1 a {height: 60px;}
#blob2 a {height: 80px;}
#blob3 a {height: 100px;}
#blob4 a {height: 70px;}
#blob5 a {height: 80px;}
#blob6 a {height: 60px;}
#blob7 a {height: 140px;}
/***************************/
#blob1 a:hover {background: url(../images/agc_menu_dx_def.png) -140px -407px no-repeat;}
#blob2 a:hover {background: url(../images/agc_menu_dx_def.png) -10px -485px no-repeat;}
#blob3 a:hover {background: url(../images/agc_menu_dx_def.png) -5px -579px no-repeat;}
#blob4 a:hover {background: url(../images/agc_menu_dx_def.png) -60px -702px no-repeat;}
#blob5 a:hover {background: url(../images/agc_menu_dx_def.png) -160px -790px no-repeat;}
#blob6 a:hover {background: url(../images/agc_menu_dx_def.png) -200px -876px no-repeat;}
#blob7 a:hover {background: url(../images/agc_menu_dx_def.png) -130px -961px no-repeat;}
/* end  menu dx  **************************/


/***************************/


#hlink {
	width: 1024px;
	height: 36px; /*porzione visibile from top */
	background: url(../images/agc_menu_orizzontale.png); */
	background-repeat: no-repeat;
	margin: 430px auto; padding: 0; /* posizionamento from top */
	position: absolute;
	margin-left: 0px;
	z-index: 8;
}


#hlink li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#hlink a {display: block;}

#hlink1 {left: 0px; top: 0px; width: 200px; height: 36px;}

#hlink2 {left: 230px; top: 0px; width: 200px; height: 36px;}
#hlink3 {left: 500px; top: 0px; width: 250px; height: 36px;}
#hlink4 {left: 800px; top: 0px; width: 200px; height: 36px;}

#hlink1 a {height: 36px;}
#hlink2 a {height: 36px;}
#hlink3 a {height: 36px;}
#hlink4 a {height: 36px;}

#hlink1 a:hover {background: url(../images/agc_menu_orizzontale.png) -1031px 0px no-repeat;}
#hlink2 a:hover {background: url(../images/agc_menu_orizzontale.png) -1261px 0px no-repeat;}
#hlink3 a:hover {background: url(../images/agc_menu_orizzontale.png) -1531px 0px no-repeat;}
#hlink4 a:hover {background: url(../images/agc_menu_orizzontale.png) -1831px 0px no-repeat;}

/***************************/



#sx { 
	background: url(../images/sx.png);
	background-repeat:repeat-x;
	z-index: 0;
	width: 50%;
	height: 700px;
	position: absolute;
	top: 0px;
	left: 0px; 
}
 
#dx {
	background: url(../images/dx.png);
	background-repeat:repeat-x;
	z-index: -1;
	width: 100%;
	height: 700px;
	position: absolute;
	top: 0px;
	left: 0px; 
	text-align: right;
	float: right;
}

#outer {
	position: relative;
	margin:0px auto;
	width: 1024px;
	top: 0px;
	left: 0px;
	height: 1px;
	overflow: visible;
	text-align: left;
}



