/*
	Project: TESSA GELISIO
	Author: Andrea Bindi | andrea.bindi@gmail.com
	Developer: Alchimedia | Milano
	Release date: 2009
	CSS Level 2.1
*/

/* GENERALI
------------------------------------------------------------------------------------------- */
*	{margin: 0; padding: 0; border: none;}

body {
	background: #fff;
	font: normal .7em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0;
	color: #555;
}

h3 {margin-bottom: 4px; font-size: 1.4em; line-height: normal; font-weight: bolder; letter-spacing: 0;}
/* IE 7 only */ *:first-child + html h3 {font-weight: normal;}
h3, h3 a {color: #a00; text-decoration: none;}

h4 {margin-bottom: 4px; font-size: 1.2em; font-weight: bolder; letter-spacing: 0;}
h4, h4 a {color: #7C6355; text-decoration: none;}

h5 {margin: 8px 0 4px; font-size: 1em; color: #B0814D;}

p {margin-bottom: 7px;}
a {color: #B0814D;}
strong {color: #666;}

cite {
	margin: -4px 0 4px;
	font: italic normal 1.8em/1.1em Cambria, Georgia, Times, "Times New Roman", serif;
	text-align: center;
	letter-spacing: 0;
	color: #B0814D;
	display: block;
}

/* Classi */
.clearthis	{clear: both;}
.padder {padding-top: 12px;}

/* CONTENITORI
------------------------------------------------------------------------------------------- */
#wrapper	{width: 990px; margin: 20px auto; text-align: left; position: relative;}

#foto, #foto2 {
	width: 348px;
	height: 514px;
	padding: 4px 0 0 4px;
	background: #fff url(../images/bg/bg_foto.gif) 0 0 no-repeat;
	position: absolute;
	top: 17px;
	left: 17px;
	z-index: 999;
}

#foto2 {width: 341px; left: 638px;}

#cont	{
	width: 990px;
	height: 465px;
	background: transparent url(../images/bg/bg_wrapp.gif) 0 0 no-repeat;
}

/* SPLASH PAGE
------------------------------------------------------------------------------------------- */
/* Benvenuti */
#benvenuti, #benvenuti a {
	width: 392px;
	height: 93px;
	background: transparent url(../images/TessaGelisio.gif) 0 0  no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 178px;
	right: 118px;
}

#benvenuti a {display: block; position: static;}

/* Entra */
#entra, #entra a {
	width: 72px;
	height: 36px;
	background: transparent url(../images/entra.gif) 0 0  no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 260px;
	right: 136px;
	z-index: 999;
}

#entra a {display: block; position: static;}

/* LOGO STANDARD
------------------------------------------------------------------------------------------- */
h1, h1 a {
	width: 211px;
	height: 60px;
	background: transparent url(../images/logo_tessa1.png) 0 0  no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 9999;
}

/* IE 6 only */ * html h1 {display: none;}

h1 a {display: block; position: static;}

/* LOGO IN HOME
------------------------------------------------------------------------------------------- */
#basso, #basso a {background: transparent url(../images/logo_tessa2.png) 0 0  no-repeat; top: 458px;}

/* BOX HIGHLIGHTS - HOME PAGE
------------------------------------------------------------------------------------------- */
#highlights, #highlights li {list-style: none; display: block; text-indent: -9999px; position: absolute;}
#highlights {width: 368px; height: 433px; top: 10px; right: 12px; background: transparent url(../images/foto/home.jpg) 0 0 no-repeat;}

#highlights #bHigh1 {width: 184px; height: 207px; top: 0; left: 0;}
#highlights #bHigh2 {width: 180px; height: 207px; top: 0; right: 0;}
#highlights #bHigh3 {width: 182px; height: 223px; bottom: 0; left: 0;}
#highlights #bHigh4 {width: 182px; height: 220px; bottom: 0; right: 0;}

#highlights li a {background: transparent; text-indent: -9999px; display: block;}
#highlights #bHigh1 a {width: 184px; height: 207px;}
#highlights #bHigh2 a {width: 180px; height: 207px;}
#highlights #bHigh3 a {width: 182px; height: 223px;}
#highlights #bHigh4 a {width: 182px; height: 220px;}

/* NAVIGAZIONE
------------------------------------------------------------------------------------------- */
#nav, #nav li {width: 227px; display: block; list-style: none; display: block;}
#nav {position: absolute; top: 17px; left: 375px; text-indent: -9999px; z-index: 999;}
#nav li {height: 27px; margin-bottom: 2px;}

#nav li a, #nav li strong, #nav li strong a {
	width: 227px;
	height: 27px;
	background: transparent 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

#nav li a:hover, #nav li strong a {background-position: 0 -27px}

#nav #n01 a, #nav #n01 strong a {background-image: url(../images/nav/home.gif);}
#nav #n02 a, #nav #n02 strong a {background-image: url(../images/nav/biografia.gif);}
#nav #n03 a, #nav #n03 strong a {background-image: url(../images/nav/televisione.gif);}
#nav #n04 a, #nav #n04 strong a {background-image: url(../images/nav/ecologia.gif);}
#nav #n05 a, #nav #n05 strong a {background-image: url(../images/nav/giornalismo.gif);}
#nav #n06 a, #nav #n06 strong a {background-image: url(../images/nav/libri.gif);}
#nav #n07 a, #nav #n07 strong a {background-image: url(../images/nav/aziende.gif);}
#nav #n08 a, #nav #n08 strong a {background-image: url(../images/nav/eventi.gif);}
#nav #n09 a, #nav #n09 strong a {background-image: url(../images/nav/gallery.gif);}
#nav #n10 a, #nav #n10 strong a {background-image: url(../images/nav/contatti.gif);}

#nav #n09, #nav #n10, #nav #n09 a, #nav #n10 a {width: 200px;}

/* BOX - TIPO 1
------------------------------------------------------------------------------------------- */
#box1_title {
	width: 327px;
	height: 32px;
	padding: 18px 17px 0;
	background: transparent url(../images/bg/bg_box1_title.gif) 0 0 no-repeat;
	position: absolute;
	top: 17px;
	right: 15px;
	z-index: 999;
}

#box1_title h2 {height: 25px; background: transparent 0 0 no-repeat; text-indent: -9999px;}
#box1_title #tbiografia {width: 103px; background-image: url(../images/cont/titoli/biografia.gif);}
#box1_title #ttelevisione {width: 126px; background-image: url(../images/cont/titoli/televisione.gif);}
#box1_title #tecologia {width: 224px; background-image: url(../images/cont/titoli/ecologia.gif);}
#box1_title #tgiornalismo {width: 136px; background-image: url(../images/cont/titoli/giornalismo.gif);}
#box1_title #tlibri {width: 56px; background-image: url(../images/cont/titoli/libri.gif);}
#box1_title #taziende {width: 89px; background-image: url(../images/cont/titoli/aziende.gif);}
#box1_title #teventi {width: 149px; background-image: url(../images/cont/titoli/eventi.gif);}
#box1_title #tcontatti {width: 90px; background-image: url(../images/cont/titoli/contatti.gif);}
#box1_title #tgallery {width: 80px; background-image: url(../images/cont/titoli/gallery.gif);}

.close, .close a {
	width: 94px;
	height: 38px;
	margin: 0;
	background: transparent url(../images/cont/chiudi.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
}

.close a {position: static;}
.close a:hover {background-position: 0 -38px;}

#scarica, #scarica a {
	width: 140px;
	height: 38px;
	background: transparent url(../images/cont/scaricaPdf.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 8px;
	left: 130px;
}

#scarica a {position: static;}

#box1 {
	width: 330px;
	height: 462px;
	padding: 15px 14px 0 17px;
	background: transparent url(../images/bg/bg_box1.gif) 0 0 no-repeat;
	position: absolute;
	top: 66px;
	right: 15px;
	z-index: 888;
}

/* BOX - TIPO 2 - TELEVISIONE
------------------------------------------------------------------------------------------- */
#box2_title, #box2_title_giornalismo, #box2_title_libri, #box2_title_aziende, #box2_title_eventi {
	width: 327px;
	height: 32px;
	padding: 18px 17px 0;
	background: transparent url(../images/bg/bg_box2_title_tv.gif) 0 0 no-repeat;
	position: absolute;
	top: 100px;
	left: 234px;
	z-index: 999;
}

#box2_title_giornalismo {background-image: url(../images/bg/bg_box2_title_giornalismo.gif);}
#box2_title_libri {background-image: url(../images/bg/bg_box2_title_libri.gif);}
#box2_title_aziende {background-image: url(../images/bg/bg_box2_title_aziende.gif);}
#box2_title_eventi {background-image: url(../images/bg/bg_box2_title_eventi.gif);}

#box2_title h2, #box2_title_giornalismo h2, #box2_title_libri h2, #box2_title_aziende h2, #box2_title_eventi h2
{width: 230px; height: 25px; background: #fff 0 0 no-repeat; text-indent: -9999px;}

#box2_title #tpianeta_mare {background-image: url(../images/cont/titoli/pianeta_mare.gif);}
#box2_title #tcotto_mangiato {background-image: url(../images/cont/titoli/cotto_mangiato.gif);}
#box2_title #tsolaris {background-image: url(../images/cont/titoli/solaris.gif);}
#box2_title #titaliachevai {background-image: url(../images/cont/titoli/italiachevai.gif);}
#box2_title #toasi {background-image: url(../images/cont/titoli/oasi.gif);}
#box2_title #tblueblue {background-image: url(../images/cont/titoli/blueblue.gif);}
#box2_title #tnatale {background-image: url(../images/cont/titoli/natale.gif);}
#box2_title #tpavarotti {background-image: url(../images/cont/titoli/pavarotti.gif);}
#box2_title #tlife {background-image: url(../images/cont/titoli/tlife.gif);}
#box2_title #tspettacolo_natura {background-image: url(../images/cont/titoli/spettacolo_natura.gif);}

#box2_title_giornalismo #tcorriere {background-image: url(../images/cont/titoli/corriere_magazine.gif);}
#box2_title_giornalismo #tyacht {background-image: url(../images/cont/titoli/yacht_capital.gif);}
#box2_title_giornalismo #toutside {background-image: url(../images/cont/titoli/outside.gif);}
#box2_title_giornalismo #tgusto {background-image: url(../images/cont/titoli/gusto.gif);}
#box2_title_giornalismo #ttgcom {background-image: url(../images/cont/titoli/tgcom.gif);}
#box2_title_giornalismo #tsommerso {background-image: url(../images/cont/titoli/sommerso.gif);}
#box2_title_giornalismo #tgreeness {background-image: url(../images/cont/titoli/tgreeness.gif);}
#box2_title_giornalismo #tgente {background-image: url(../images/cont/titoli/tgente.gif);}
#box2_title_giornalismo #tvero {background-image: url(../images/cont/titoli/vero.gif);}

#box2_title_libri #tlibri2 {background-image: url(../images/cont/titoli/libri.gif);}

#box2_title_aziende #tdespar {background-image: url(../images/cont/titoli/despar.gif);}
#box2_title_aziende #tforever {background-image: url(../images/cont/titoli/forever.gif);}
#box2_title_aziende #tcressi {background-image: url(../images/cont/titoli/cressi.gif);}
#box2_title_aziende #tpatagonia {background-image: url(../images/cont/titoli/patagonia.gif);}
#box2_title_aziende #tbiomondo {background-image: url(../images/cont/titoli/biomondo.gif);}
#box2_title_aziende #tshine {background-image: url(../images/cont/titoli/shine.gif);}
#box2_title_aziende #tboccadamo {background-image: url(../images/cont/titoli/boccadamo.gif);}

#box2_title_eventi #teventi2 {background-image: url(../images/cont/titoli/eventi.gif);}
#box2_title_eventi #t105 {background-image: url(../images/cont/titoli/105.gif);}

#box2, #box2_giornalismo, #box2_libri, #box2_aziende, #box2_eventi {
	width: 330px;
	height: 407px;
	padding: 15px 14px 0 17px;
	background: transparent url(../images/bg/bg_box2_tv.gif) 0 0 no-repeat;
	position: absolute;
	top: 150px;
	left: 234px;
	z-index: 999;
}

#box2_giornalismo {background-image: url(../images/bg/bg_box2_giornalismo.gif);}
#box2_libri {background-image: url(../images/bg/bg_box2_libri.gif);}
#box2_aziende {background-image: url(../images/bg/bg_box2_aziende.gif);}
#box2_eventi {background-image: url(../images/bg/bg_box2_eventi.gif);}

#box2 img, #box2_libri img {float: left; margin: 5px 5px 0 0;}
#box2_libri img {margin-top: 1px;}
#box2_aziende img, #box2_eventi img {float: none; margin: 4px 0;}

#box2_aziende cite {font-size: 1.4em; margin-top: 0; color: #896443;}

#elenco_eventi h3 {margin: 2px 0; font: normal 1.4em/1.1em Cambria, Georgia, Times, "Times New Roman", serif;}
#elenco_eventi h3 a:hover {text-decoration: underline;}

#box2_eventi #scroller2 h3 {margin: 6px 0; font: normal 1.8em/1.1em Cambria, Georgia, Times, "Times New Roman", serif;}
#box2_eventi #scroller2 img {margin: 0 0 8px -3px;}

/* ELENCO */
#box2_eventi #scroller2 ul, #box2_libri #scroller2 ul {list-style: disc; margin-bottom: 13px;}

#box2_eventi #scroller2 ul li, #box2_libri #scroller2 ul li {margin: 0 0 4px 13px;}
/* IE 6 only */ * html #box2_eventi #scroller2 ul li, * html #box2_libri #scroller2 ul li {margin-bottom: -8px;}

#box2_eventi #scroller2 ul li span {color: #888; display: block;}

/* SCROLL PAGINE
------------------------------------------------------------------------------------------- */
#scroller1, #scroller2, #scroller3 {width: 322px; height: 440px; padding-right: 8px; overflow: auto;}
#scroller2 {height: 370px;}
#scroller3 {height: 410px; padding: 0;}

/* BOX - TIPO 3 - GALLERY
------------------------------------------------------------------------------------------- */
#box3 {
	width: 614px;
	height: 614px;
	padding: 14px 0 20px 14px;
	background: transparent url(../images/bg/bg_box3.gif) 0 0 no-repeat;
	position: absolute;
	top: 42px;
	left: 18px;
	z-index: 9999;
}

/* CHIUDI GALLERY
------------------------------------------------------------------------------------------- */
#close_gall, #close_gall a {width: 103px; height: 39px; margin: 0; padding: 0;}
#close_gall {position: absolute; top: 7px; left: 505px; z-index: 999999;}

#close_gall, #close_gall a {
	background: transparent url(../images/gallery/chiudi_gallery.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

#close_gall a:hover {background-position: 0 -39px;}

/* TELEVISIONE
------------------------------------------------------------------------------------------- */
/* LOGHI TV + LOGHI RIVISTE */
.rete4, .rai1, .la7, .tmc, .italia1,
.rete4 a, .rai1 a, .la7 a, .tmc a, .italia1 a,
.gente, .vero, .corriere,
.gente a, .vero a, .corriere a,
.despar, .patagonia, .cressi, .forever,
.despar a, .patagonia a, .cressi a, .forever a, .boccadamo a
{width: 93px; height: 55px; margin: 10px 0 0; background: #fff -2px 0 no-repeat; display: block; text-indent: -9999px; float: left;}

.despar, .patagonia, .cressi, .forever,
.despar a, .patagonia a, .cressi a, .forever a, .boccadamo a
{height: 95px; margin: 0 0 10px;}

* html .despar, * html .patagonia, * html .cressi, * html .forever,
* html .despar a, * html .patagonia a, * html .cressi a, * html .forever a, * html .boccadamo a
{margin: 0;}

*:first-child + html .despar, *:first-child + html .patagonia, *:first-child + html .cressi, *:first-child + html .forever,
*:first-child + html .despar a, *:first-child + html .patagonia a, *:first-child + html .cressi a, *:first-child + html .forever a, *:first-child + html .boccadamo a
{margin: 0;}

.rete4, .rete4 a {background-image: url(../images/cont/televisione/emittenti/rete4.gif);}
.la7, .la7 a {background-image: url(../images/cont/televisione/emittenti/la7.gif);}
.rai1, .rai1 a {background-image: url(../images/cont/televisione/emittenti/rai1.gif);}
.tmc, .tmc a {background-image: url(../images/cont/televisione/emittenti/tmc.gif);}
.italia1, .italia1 a {background-image: url(../images/cont/televisione/emittenti/italia1.gif);}

.gente, .gente a {background-image: url(../images/cont/giornalismo/gente.gif);}
.vero, .vero a {background-image: url(../images/cont/giornalismo/vero.gif);}
.corriere, .corriere a {background-image: url(../images/cont/giornalismo/corriere_magazine.gif);}

.despar, .despar a {background-image: url(../images/cont/aziende/loghi/despar.gif);}
.patagonia, .patagonia a {background-image: url(../images/cont/aziende/loghi/patagonia.gif);}
.cressi, .cressi a {background-image: url(../images/cont/aziende/loghi/cressi.gif);}
.forever, .forever a {background-image: url(../images/cont/aziende/loghi/forever.gif);}
.boccadamo, .boccadamo a {background-image: url(../images/cont/aziende/loghi/boccadamo.gif);}

.b-Tv {
	width: 102px;
	min-height: 35px;
	margin: 5px 14px 0;
	padding: 8px 6px 8px 0;
	background: transparent url(../images/bg/bg_lista_tv.gif) center right no-repeat;
	float: left;
}

.b-Tv p {margin: 0;}

#scroller3 .b-Tv {
	width: 100px;
	margin: 5px 10px 0 8px;
}

.go2scheda, .go2scheda a, .continua, .continua a {
	width: 100px;
	height: 29px;
	margin: 18px 0 0;
	background: #fff url(../images/cont/go2scheda.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

.go2scheda a, .continua a {margin: 0;}

.continua, .continua a {width: 80px; background: #fff url(../images/cont/continua.gif) 0 0 no-repeat;}

/* LOGHI - AMBIENTE
------------------------------------------------------------------------------------------- */
#loghi, #loghi * {margin: 0; padding: 0; list-style: none;}
#loghi {
	width: 423px;
	height: 160px;
	display: block;
	position: absolute;
	top: 316px; left: 192px;
	z-index: 999;
}

#loghi li {float: left; margin: 44px 0 0 4px;}
#loghi li, #loghi li a {
	width: 97px;
	height: 97px;
	background: transparent 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

#loghi #legambiente {left: 220px;}
#loghi #lipu {left: 320px;}
#loghi #legacane {left: 420px;}
#loghi #forplanet {width: 108px; margin-top: 0; height: 159px; left: 120px;}

#loghi #forplanet a {width: 108px; height: 159px; background-image: url(../images/cont/ambiente/4planet.gif);}
#loghi #legambiente a {background-image: url(../images/cont/ambiente/legambiente.gif);}
#loghi #lipu a {background-image: url(../images/cont/ambiente/lipu.gif);}
#loghi #legacane a {background-image: url(../images/cont/ambiente/legacane.gif);}

/* COLLAGE FOTO
------------------------------------------------------------------------------------------- */
/* Televisione */
#collage_televisione {
	width: 356px;
	height: 510px;
	background: transparent url(../images/foto/04.jpg) 0 0 no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 888;
}

/* Ecologia e ambiente */
#collage_ecologia {
	width: 347px;
	height: 504px;
	background: transparent url(../images/foto/05.jpg) 0 0 no-repeat;
	position: absolute;
	top: 13px;
	left: 12px;
	z-index: 888;
}

/* SEZIONE LIBRI
------------------------------------------------------------------------------------------- */
.books, .books * {margin: 0; padding: 0;}
.books {width: 134px; margin: 0 9px 12px; float: left; display: inline;}
/* IE 7 only */ *:first-child + html .books {margin-bottom: 0;}
/* IE 6 only */ * html .books {margin-bottom: 0;}

.books h3, .books h3 a {width: 134px; height: 196px; text-indent: -9999px;}
.books h3 a {margin: 0; background: #fff 0 0 no-repeat; display: block;}
.books h3 a:hover {background-position: 0 -196px;}

.books #book1 a {background-image: url(../images/cont/libri/pulsanti/guida.jpg);}
.books #book2 a {background-image: url(../images/cont/libri/pulsanti/ricette1.jpg);}
.books #book3 a {background-image: url(../images/cont/libri/pulsanti/ricette2.jpg);}
.books #book4 a {background-image: url(../images/cont/libri/pulsanti/diportista.jpg);}
.books #book5 a {background-image: url(../images/cont/libri/pulsanti/greenjobs.jpg);}
.books #book6 a {background-image: url(../images/cont/libri/pulsanti/cucina.jpg);}
.books #book7 a {background-image: url(../images/cont/libri/pulsanti/casa.jpg);}
.books #book8 a {background-image: url(../images/cont/libri/pulsanti/cucina_mare.jpg);}
.books #book9 a {background-image: url(../images/cont/libri/pulsanti/buona_ricetta.jpg);}
.books #book10 a {background-image: url(../images/cont/libri/pulsanti/immersioni.jpg);}
.books #book11 a {background-image: url(../images/cont/libri/pulsanti/ricette3.jpg);}
.books #book12 a {background-image: url(../images/cont/libri/pulsanti/appunti_cotto_mangiato.jpg);}

.books p {text-align: center;}

/* EVENTI
------------------------------------------------------------------------------------------- */
/* Pulsante RADIO 105 */
#pulsante105, #pulsante105 * {margin: 0; padding: 0;}
#pulsante105, #pulsante105 a {
	width: 245px;
	height: 125px;
	background: transparent url(../images/cont/eventi/pulsante105.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 325px;
	left: 365px;
}

#pulsante105 a {display: block; position: static;}

/* ELENCO EVENTI */
#elenco_eventi, #elenco_eventi * {margin: 0; padding: 0; list-style: none;}

#elenco_eventi h3 {margin: 2px 0; font: normal 1.4em/1.1em Cambria, Georgia, Times, "Times New Roman", serif;}
#elenco_eventi h3 a:hover {text-decoration: underline;}

#elenco_eventi h4 {color: #999; font-size: 1em;}
#elenco_eventi h4 span {font-weight: normal; color: #666;}

#elenco_eventi img {margin: 3px 9px 3px 0; padding: 2px; border: 1px solid #bbb; background: #fff; float: left;}
#elenco_eventi .noborder {margin-right: 12px; padding: 0; border: none;}

#elenco_eventi .clearthis, .riga {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #bbb;}

/* SCHEDA EVENTI */
#box2_eventi h3 {margin: 2px 0; font: normal 1.4em/1.1em Cambria, Georgia, Times, "Times New Roman", serif;}

#box2_eventi h4 {color: #999; font-size: 1em;}
#box2_eventi h4 span {font-weight: normal; color: #666;}

/* SELEZIONA GALLERY
------------------------------------------------------------------------------------------- */
#sel_gallery, #sel_gallery * {margin: 0; padding: 0;}
#sel_gallery, #sel_gallery li, #sel_gallery a {list-style-type: none; display: block;}
#sel_gallery {width: 328px; height: 185px;}
#sel_gallery li {float: left;}

#sel_gallery #g1, #sel_gallery #g1 a {width: 112px;}
#sel_gallery #g2, #sel_gallery #g2 a {width: 91px;}
#sel_gallery #g3, #sel_gallery #g3 a {width: 125px;}

#sel_gallery a {height: 180px; background: #fff 0 0 no-repeat; text-indent: -9999px;}
#sel_gallery a:hover, #sel_gallery .current {background-position: 0 -180px;}
#sel_gallery #g1 a {background-image: url(../images/cont/gallery/scaricabile.jpg);}
#sel_gallery #g2 a {background-image: url(../images/cont/gallery/non_scaricabile.jpg);}
#sel_gallery #g3 a {background-image: url(../images/cont/gallery/autografata.jpg);}

/* FOOTER
------------------------------------------------------------------------------------------- */
#footer {
	width: 620px;
	padding: 10px 0 25px 370px;
	background: #fff url(../images/bg/bg_footer.gif) 0 0 no-repeat;
	letter-spacing: -1px;
	color: #888;
}

#footer a {color: #888;}
#footer a:hover {color: #a00;}

