*{
	padding: 0; margin: 0; border: 0px solid; list-style: none; text-decoration: none; 
}
body {
  background-color: #eb5727; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
  margin: 0 auto;
  width: 900px;
  position: relative;
  /*
    Il contenitore centrale (wrapper) consta della seguente ombra:
    12U+18R+17B+9L
    comprensiva dei pixel dell'ombra sul bianco del wrapper
  */
}
#container_bg {
  position: absolute;
  width: 242px;
  height: 249px;
}#container_bg{  background: url('../img/container_bg.png') 0 0 no-repeat;}



#navigation{
  position: absolute;
  top: 155px; left: 210px;
  width: 384px; height: 445px;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/navigation_bg.png');
}#navigation[id] { background: url('../img/navigation_bg.png') 0 0 no-repeat;}

#navigation ul{
  position: relative;
  top: 116px; left: 51px;
  height: 300px;
}
#navigation ul li{ position: absolute;} 
#navigation a{ display: block;}

#navigation #li_home{left: 0; top: 0;}#navigation #li_home a{width: 52px; height: 33px; background: url('../img/li_home.png') 0 0 no-repeat}
#navigation #li_chisiamo{left: 23px; top: 28px} #navigation #li_chisiamo a{width: 58px; height: 43px; background: url('../img/li_chisiamo.png') 0 0 no-repeat}
#navigation #li_dovesiamo{left: 44px; top: 62px} #navigation #li_dovesiamo a{width: 76px; height: 46px; background: url('../img/li_dovesiamo.png') 0 0 no-repeat}
#navigation #li_contatti{left: 56px; top: 105px} #navigation #li_contatti a{width: 61px; height: 39px; background: url('../img/li_contatti.png') 0 0 no-repeat}
#navigation #li_corsi{left: 74px; top: 146px;}#navigation #li_corsi a{width: 37px; height: 30px; background: url('../img/li_corsi.png') 0 0 no-repeat}
#navigation #li_news{left: 92px; top: 179px} #navigation #li_news a{width: 37px; height: 30px; background: url('../img/li_news.png') 0 0 no-repeat}
#navigation #li_galleria{left: 110px; top: 205px} #navigation #li_galleria a{width: 45px; height: 36px; background: url('../img/li_galleria.png') 0 0 no-repeat}
#navigation #li_forum{left: 124px; top: 244px} #navigation #li_forum a{width: 40px; height: 33px; background: url('../img/li_forum.png') 0 0 no-repeat}

#navigation #li_home a:hover{ background-position: 0 -33px}
#navigation #li_chisiamo a:hover{ background-position: 0 -43px}
#navigation #li_dovesiamo a:hover{ background-position: 0 -46px}
#navigation #li_contatti a:hover{ background-position: 0 -39px}
#navigation #li_corsi a:hover{ background-position: 0 -30px}
#navigation #li_news a:hover{ background-position: 0 -30px}
#navigation #li_galleria a:hover{ background-position: 0 -36px}
#navigation #li_forum a:hover{ background-position: 0 -33px}

#navigation #li_home a#li_active{ background-position: 0 -66px}
#navigation #li_chisiamo a#li_active{ background-position: 0 -86px}
#navigation #li_dovesiamo a#li_active{ background-position: 0 -92px}
#navigation #li_contatti a#li_active{ background-position: 0 -78px}
#navigation #li_corsi a#li_active{ background-position: 0 -60px}
#navigation #li_news a#li_active{ background-position: 0 -60px}
#navigation #li_galleria a#li_active{ background-position: 0 -72px}
#navigation #li_forum a#li_active{ background-position: 0 -66px}

#wrapper { /*contiene tutto il coso centrale, ombre comprese*/
  position: relative; /*serve per tenerlo sopra agli absolute (la navigazione) che lo precedono*/
  left: 203px;
  top: 48px;
  width: 505px; /*478(wrapper) 18+9(ombra)*/
} 
 
#logo {
  position: absolute;
  right: -54px; top: -42px;
  display: block;
  width: 220px;
  height: 81px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/logo.png');
}#logo[id] {  background: url('../img/logo.png') 0 0 no-repeat;}

#wrapper_top_shadow, #content_shadow, #wrapper_bottom_shadow{
  width: 478px; /*tot = 505*/
  padding-left: 9px;
  padding-right: 18px;
}

#wrapper_top_shadow {
  height: 30px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/wrapper_top_shadow.png');
}#wrapper_top_shadow[id] {  background: url('../img/wrapper_top_shadow.png') 0 0 no-repeat;}

#header{
  position: relative;
  margin-top: -18px;
  height: 47px;
  padding-top: 20px;
  background-color: #fff;
}
#header_scotch{
  position: absolute;
  width: 232px;
  height: 60px;
  left: -27px; top: -25px;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/wrapper_scotch.png');
}#header_scotch[id] {  background: url('../img/wrapper_scotch.png') 0 0 no-repeat;}

#content_shadow { /*comprende header e content*/
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/content_shadow.png');
}#content_shadow[id] {  background: url('../img/content_shadow.png') 0 0 repeat-y;}

#content{
  width: 478px; /*NON comprensivo dei 2 pixel di bianco trasparente sui lati*/ /*478*/
  margin-top: -17px; /*15 + 18 +2misteriosi*/
  padding-top: 7px;
  background-color: #fff;
  
  
  position: relative; bottom: -17px;
  
}


#wrapper_bottom_shadow {
  height: 34px;
  position: relative;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/wrapper_bottom_shadow.png');
}#wrapper_bottom_shadow[id] {  background: url('../img/wrapper_bottom_shadow.png') 0 0 no-repeat;}

#footer_scotch{
  position: absolute;
  width: 232px;
  height: 60px;
  right: -12px; bottom: -15px;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/wrapper_scotch.png');
}#footer_scotch[id] {  background: url('../img/wrapper_scotch.png') 0 0 no-repeat;}
#website_by{
  position: absolute;
  width: 122px;/*da contare*/
  height: 18px;/*da contare*/
  right: -150px; bottom: -10px; /*da contare*/
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/website_by.png');
}#website_by[id] {  background: url('../img/website_by.png') 0 0 no-repeat;}


#extra{ /*contiene tutto il coso di destra, ombre comprese*/
  position: absolute;
  top: 96px; right: 15px;
  width: 133px;
  padding-left: 11px;
  padding-right: 16px;
}
#extra_top_shadow, #extra_shadow, #extra_bottom_shadow{
  width: 133px; /*tot = 160*/
  padding-left: 11px;
  padding-right: 16px;
}
#extra_content{
  min-height: 195px; height: auto !important; height: 195px;
  padding: 1px 17px 29px 16px;
  
  position: relative; bottom: -13px;
  margin-top: -25px;
  background: #fff url('../img/extra_bg.png') center center no-repeat;
}

#extra_content .element{
  margin: 8px auto;
  padding: 3px;
  
  min-height: 40px; height: auto !important; height: 40px;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/extra_content_bg.png');
}#extra_content[id] .element {  background: url('../img/extra_content_bg.png') 0 0 repeat;}

#extra_content .element h3{
  font-size: 14px;  
  text-align: center;
  color: #565a5b
}
#extra_content .element p{
  font-size: 9px;
  text-align: justify;
  color: #565a5b
}
#extra_header{
  position: relative; top: -12px;
  height: 25px;
  background-color: #fff;
}
#extra_top_shadow{
  height: 24px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/extra_top_shadow.png');
}#extra_top_shadow[id] {  background: url('../img/extra_top_shadow.png') 0 0 no-repeat;}

#extra_shadow{  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/extra_shadow.png');
}#extra_shadow[id] {  background: url('../img/extra_shadow.png') 0 0 repeat-y;}

#extra_bottom_shadow{
  height: 28px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/extra_bottom_shadow.png');
}#extra_bottom_shadow[id] {  background: url('../img/extra_bottom_shadow.png') 0 bottom no-repeat;}


#extra_top_scotch{
  position: absolute;
  width: 128px;
  height: 62px;
  left: 8px; top: -27px;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/extra_scotch.png');
}#extra_top_scotch[id] {  background: url('../img/extra_scotch.png') 0 0 no-repeat;}
#extra_bottom_scotch{
  position: absolute;
  width: 128px;
  height: 62px;
  left: 27px; bottom: -20px;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/extra_scotch.png');
}#extra_bottom_scotch[id] {  background: url('../img/extra_scotch.png') 0 0 no-repeat;}


/*Contenuti*/
#content_content{
  min-height: 533px; height: auto !important; height: 533px;
  padding: 10px;
  position: relative;
}
/*
TITOLI
*/
#h1_bar, #h2_bar{
	width: 448px;
	background: url('../img/title_bar.png') 0 32px repeat-x;
}
#h1_bar{
	height: 70px;
	margin-left: 30px;
}
#h1_bar h1{
	float: left;
	height: 40px;
	background-color: white;
}

#h2_bar{
	padding-top: 10px;
	height: 35px;
	margin-left: -10px;
}
#h2_bar h2{
	float: right;
	background-color: white;
}
/*
 * Home
 */
#content #home{
  background: url('../img/home_content_bg.png') right bottom no-repeat;
}
#content #home p{
 padding: 5px;
}
#content #home #home_img1{
	float: right;
	width: 198px; height: 162px;
	margin: 5px;
	
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/home_img1.png');
}#content #home #home_img1[id] {  background: url('../img/home_img1.png') 0 0 no-repeat;}
#content #home #home_img2{
	float: left;
	width: 230px; height: 143px;
	margin: 5px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/home_img2.png');
}#content #home #home_img2[id] {  background: url('../img/home_img2.png') 0 0 no-repeat;}
/*
 * Chi Siamo
 */
#content #chisiamo{
  background: url('../img/chisiamo_content_bg.png') 0 bottom no-repeat;
}
#content #chisiamo p{
 padding: 5px;
}
#content #chisiamo #chisiamo_img1{
	float: right;
	padding: 5px;
	width: 190px; height: 169px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/chisiamo_img1.png');
}#content #chisiamo #chisiamo_img1[id]{  background: url('../img/chisiamo_img1.png') 0 0 no-repeat;}

#content #chisiamo #chisiamo_img2{
	float: right;
	padding: 5px;
	width: 231px; height: 155px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/chisiamo_img2.png');
}#content #chisiamo #chisiamo_img2 div.img[class]{  background: url('../img/chisiamo_img2.png') 0 0 no-repeat;}
/*
 * Contatti
 */
#content #contatti{  background: url('../img/contatti_content_bg.png') 0 bottom no-repeat;}

#content #contatti #testo_shadow{
  position: absolute; top: 40px; left: 45px;
  padding: 0px; /*ombre*/
  width: 388px; /*404 - ombre laterali(16)*/
  height: 90px; /*112 - ombre laterali(22)*/
  padding: 6px 11px 16px 5px; 
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/contatti_testo_shadow.png');
}#content #contatti #testo_shadow[id] {  background: url('../img/contatti_testo_shadow.png') 0 0 no-repeat;}
#content #contatti #testo{
  width: 388px;
  height: 90px;
  text-align: center;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/extra_content_bg.png');
}#content #contatti #testo[id] {  background: url('../img/extra_content_bg.png') 0 0 repeat;}


#content #contatti #testo p{
  padding: 5px;
}
#content #contatti #testo strong{
  display: inline;
  font-size: 14px;
}
#content #contatti #contatti_img1{
  position: absolute; right: 40px; top: 80px;
	width: 247px; height: 251px;
	margin: 5px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/contatti_img1.png');
}#content #contatti #contatti_img1[id] {  background: url('../img/contatti_img1.png') 0 0 no-repeat;}

/*
 * Dovesiamo
 */
#content #dovesiamo{  background: url('../img/dovesiamo_content_bg.png') 0 bottom no-repeat;}

#content #dovesiamo #map_shadow{
  width: 410px;  height: 276px; /*446(410+36[11+24]) 312(276+36[11+25])*/
  padding: 11px 25px 25px 11px;
  margin-left: 10px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/dovesiamo_map_shadow.png');
}#content #dovesiamo #map_shadow[id] {  background: url('../img/dovesiamo_map_shadow.png') 0 0 no-repeat;}

#content #dovesiamo #map {
  position: relative;
  width: 410px;
  height: 277px;
  background: lightpink;
}
#content #dovesiamo #map_shadow #scotch_tl, #content #dovesiamo #map_shadow #scotch_br{
  position: absolute; width: 128px; height: 62px;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='../img/extra_scotch.png');
}#content #dovesiamo[id] #map_shadow #scotch_tl[id], #content #dovesiamo #map_shadow #scotch_br[id] {  background: url('../img/extra_scotch.png') 0 0 no-repeat;}
#content #dovesiamo #map_shadow #scotch_tl{ top: -29px; left: -25px;}
#content #dovesiamo #map_shadow #scotch_br{ bottom: -36px; right: -34px;}

#content #dovesiamo #addresses {
    position: absolute; bottom: 35px; right: 55px;
}
#content #dovesiamo #addresses{
  font-size: 13px;
}
#content #dovesiamo #addresses strong{
  font-size: 14px;
}


#content #galleria{
  background: url('../img/chisiamo_content_bg.png') 0 bottom no-repeat;
}
#content #galleria p{
 padding: 5px;
}



#content_content #gallery a{
	color: #eb5727;
}


#content_content #gallery a:hover{
	color: #848484;
}


#content_content ul{
  padding: 10px;
}

#content_content ul li{
  list-style-type: circle;
  padding: 3px;
  margin: 0 0 0 30px;
}


#content_content h3.gallery{
	color: #eb5727;
}

#content_content ul.gallery{
  padding: 10px;
}

#content_content ul.gallery li{

  list-style-type: none;
position:relative;
width:140px;
height:140px;
  float:left;

}

#content_content ul.gallery li img{

	border: 1px solid #eb5727;
}


