/* -------------------------------------------------- */	
/* --- GENERALE --- */
/* -------------------------------------------------- */	

body, html {
	margin: 0; 
	margin-top: 15px;
	padding: 0; 
	font: 90% "Arial Narrow", Arial, sans-serif; 
	color: #666666;  
	background: #FFFFFF url();
	}

table, td {
	font: "Arial Narrow", Arial, sans-serif; 
	color: #666666;  
}

.galleria {
	text-align: right;
	}
	
input, textarea {
	border: 1px solid #666666;
	font-family: "Arial", sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 1px;
}


h1, h2, h3 {
	margin: 1em 0 0; 
	color: #666666;  
	}
	
h1 {
	margin: 0; 
	font-size: 130%;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
	color: #999999;
	}
	
h2 {
	font-size: 115%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: -20px; 
	color: #999999;
	}
	
p {
	margin: 0; 
	padding: 0 0 0.7em; 
	font-size: 90%;
	line-height: 1.5;
	}
	
hr {
	border: none 0;
	border-top: 1px dotted #999999;
	height: 1px; /* deve essere uguale all'altezza del bordo per evitare il bordo doppio (mezzo styled e mezzo no) */
	clear: both;
	}
	
hr.clearer {
	visibility: hidden;
	clear: both;
	}

a, a:visited {
	color: #990000;
	}	
	
a:link.page {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
a:visited.page {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
a:hover.page {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

/* -------------------------------------------------- */	
/* --- LAYOUT --- */
/* -------------------------------------------------- */	

div#container {
	width: 800px;
	margin: 0px auto;
	}
	
div#header h1 {
	height: 32px;
	margin-right: 75px;
	background: url(../immagini/layout/rdg.png) no-repeat bottom right;
	}
	
div#header h1 span {
	display: none;
	}
	
div#content {

	}	


	
	
	
	
/* -------------------------------------------------- */	
/* --- MENU --- */
/* -------------------------------------------------- */	

div#nav {
	margin-top: -27px;
	/*border-bottom: 1px dotted #666666;*/
	}


div#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
div#nav ul li {
	float: left;
	padding-right: 15px;
	font-size: 120%;
	}
	
div#nav ul li a,
div#nav ul li a:visited {
	text-decoration: none;
	color: #666666;
	}
	
div#nav ul li a:hover {
	text-decoration: none;
	color: #990000;
	}




/* -------------------------------------------------- */	
/* --- IMPAGINAZIONE --- */
/* -------------------------------------------------- */	

div#footer {
	width: 100%;
	padding-top: 20px;
	text-align: left;
	color: #999999;
	}	

div#footer span {
	margin: 0 30px 0 0;
	}	
	
div#footer a,
div#footer a:visited {
	color: #999999;
	text-decoration: none;
	}	

div#footer a:hover {
	color: #990000;
	}	
	
	
	
/* -------------------------------------------------- */	
/* --- GALLERIE --- */
/* -------------------------------------------------- */	

div.cover {
	/*border: 1px solid black; /* bordo di prova */
	position: relative;
	float: left;
	margin: 20px 15px 0 0;
	width: 170px;
	/*background: url(../immagini/layout/cover_bg.png) repeat-x bottom;*/
	}
	

		
	
div.cover img {
	border: 0;
	}

div.cover a {
	/*border: 1px solid red; /* bordo di prova */
	position: relative;
	float: left;
	text-align: right;
	text-decoration: none;
	}

div.galleria a {
	/*border: 1px solid red; /* bordo di prova */
	position: relative;
	float: left;
	text-align: right;
	text-decoration: none;
	}

div.grid {
	text-align: right;
	position: relative;
	}
	
div.grid div {
	position: absolute;
	left: 50%;
	/*border: 1px solid red; /* bordo di prova */
	}
	
div.grid div a {
	float: none;
	position: relative;
	right: 50%;
	}
		
div.grid img {
	display: inline;
	}

	
div.four a {
	float: right;
	}
	
	
div.cover h3 {
	/*border: 1px solid red;*/ /* bordo di prova */
	/*position: relative;
	top: 115px;*/
	font-size: 85%;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
	margin-top: 0;
	}

div.galleria h3 {
	/*border: 1px solid red;*/ /* bordo di prova */
	/*position: relative;
	top: 115px;*/
	font-size: 85%;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
	margin-top: 0;
	}


	
body.display div#nav {
	position: fixed;
	z-index: 4;
	top: 62px;
	}
	
body.display div#header h1 {
	position: fixed;
	width: 725px;
	}
	
body.display div#footer {
	position: fixed;
	}
	
body.display #container {
	
	}

body.display #content {
	height: 500px;
	position: relative;
	}
	
div.display {
	position: absolute;
	top: 50px;
	left: 0;
	width: 12000px;
	/*border: 1px solid red; /* bordo di prova */
	}
	
div.display img {
	/*border: 1px solid red;*/ /* bordo di prova */
	float: left;
	margin-right: 8px;
	}


/*
div.display a.gotop {
	float: left;
	text-indent: -999em;
	width: 36px;
	height: 18px;
	background: url(../immagini/layout/gotop.png) no-repeat bottom right;	
	}
*/

td.display_td {
	width: 36px;
	height: 18px;
	text-indent: -999em;
	background: url(../immagini/layout/gotop.png) no-repeat;
	}


	
	
	
/* -------------------------------------------------- */	
/* --- HOME PAGE --- */
/* -------------------------------------------------- */	

body#home {
	margin-top: 50px;
	}

body#home div#nav ul,
body#home div#footer {
	display: none;
	}
	
body#home div#header h1 {
	position: relative;
	top: 100px;
	left: -380px;
	height: 52px;
	background: url(../immagini/layout/rdg_home.png) no-repeat bottom right;
	}

body#home div#content {
	padding: 50px 0;
	}

body#home div#content h2 {
	text-indent: -999em;
	height: 50px;
	margin-left: 480px;
	}
	
body#home div#content h2 a {
	display: block;
	width: 247px;
	height: 100%;
	/*border: 1px solid red; /* bordo di controllo */
	}

body#home h2#fashionlink {
	background: url(../immagini/layout/home-h2_fash.png) no-repeat top left;
	}
	
body#home h2#fashionlink a:hover {
	background: url(../immagini/layout/home-h2_fash-hover.png) no-repeat top left;
	}
	
body#home h2#portlink {
	background: url(../immagini/layout/home-h2_por.png) no-repeat top left;
	}
	
body#home h2#portlink a:hover {
	background: url(../immagini/layout/home-h2_por-hover.png) no-repeat top left;
	}
	
body#home h2#advlink {
	background: url(../immagini/layout/home-h2_adv.png) no-repeat top left;
	}
	
body#home h2#advlink a:hover {
	background: url(../immagini/layout/home-h2_adv-hover.png) no-repeat top left;
	}
	
body#home h2#reportlink {
	background: url(../immagini/layout/home-h2_rep.png) no-repeat top left;
	}
	
body#home h2#reportlink a:hover {
	background: url(../immagini/layout/home-h2_rep-hover.png) no-repeat top left;
	}
	
body#home h2#contlink {
	background: url(../immagini/layout/home-h2_con.png) no-repeat top left;
	}
	
body#home h2#contlink a:hover {
	background: url(../immagini/layout/home-h2_con-hover.png) no-repeat top left;
	}
	




/* --- VERSIONE CON FOTO --- */

div.homegall {
	width: 800px;
	height: 138px;
	overflow: hidden;
	}
	
div.homegall img {
	border: none;
	}
	
div.homecat {
	position: relative;
	margin: 35px 0;
	}
	
div.homecat h2 {
	position: absolute;
	top: 130px;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	}