html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ########################################################################################### */

body {
	background: #262626 url('./background.png') no-repeat top center;
}

#page {
	width: 900px;
	height: 900px;
	margin: 0px auto;
	position: relative;
}

#monitor_1 {
	width: 263px;
	height: 164px;
	position: absolute;
	left: 439px;
	top: 95px;
	background: url('./slides-intro-big.jpg') repeat-x 0px 0px;
}
#monitor_2 {
	width: 120px;
	height: 121px;
	position: absolute;
	left: 306px;
	top: 153px;
	background: url('./slides-intro-mid.jpg') repeat-x 0px 0px;
}
#monitor_3 {
	width: 96px;
	height: 100px;
	position: absolute;
	left: 716px;
	top: 184px;
	background: url('./slides-intro-tin.jpg') repeat-x 0px 0px;
}

#entra {
	width: 137px;
	height: 71px;
	background: url('./bollino.png') no-repeat 0px 0px;
	position: absolute;
	top: 300px;
	right: 60px;
}
#entra a {
	display: block;
	width: 137px;
	height: 71px;
	text-indent: -9999px;
}

#titolone {
	width: 755px;
	height: 62px;
	background: url('./titolone.png') no-repeat 0px 0px;
	position: absolute;
	left: 80px;
	top: 450px; 
}

#menu {
	width: 530px;
	height: 180px;
	position: absolute;
	left: 310px;
	top: 550px;
}
#menu li {
	width: 265px;
	height: 60px;
	position: absolute;
}
#menu li a {
	display: block;
	width: 265px;
	height: 60px;
	text-indent: -9999px;
}
#menu li#menu_0 {
	width: 200px;
	height: 200px;
	left: -230px;
}
#menu li#menu_0 a {
	width: 200px;
	height: 200px;
	background: url('./cesti.png') no-repeat 0px 0px;
}
#menu li#menu_0 a:hover {
	background-position: 0px -425px;
}
#menu li#menu_1 {
	left: 0px;
	top: 0px;
}
#menu li#menu_1 a {
	background: url('./sprites.png') no-repeat -230px -115px;
}
#menu li#menu_1 a:hover {
	background-position: -230px -540px;
}
#menu li#menu_2 {
	left: 0px;
	top: 60px;
}
#menu li#menu_2 a {
	background: url('./sprites.png') no-repeat -230px -175px;
}
#menu li#menu_2 a:hover {
	background-position: -230px -600px;
}
#menu li#menu_3 {
	left: 0px;
	top: 120px;
}
#menu li#menu_3 a {
	background: url('./sprites.png') no-repeat -230px -235px;
}
#menu li#menu_3 a:hover {
	background-position: -230px -660px;
}
#menu li#menu_4 {
	left: 265px;
	top: 0px;
}
#menu li#menu_4 a {
	background: url('./sprites.png') no-repeat -495px -115px;
}
#menu li#menu_4 a:hover {
	background-position: -495px -540px;
}
#menu li#menu_5 {
	left: 265px;
	top: 60px;
}
#menu li#menu_5 a {
	background: url('./sprites.png') no-repeat -495px -175px;
}
#menu li#menu_5 a:hover {
	background-position: -495px -600px;
}
#menu li#menu_6 {
	left: 265px;
	top: 120px;
	height: 70px;
}
#menu li#menu_6 a {
	height: 70px;
	background: url('./sprites.png') no-repeat -495px -235px;
}
#menu li#menu_6 a:hover {
	background-position: -495px -660px;
}


#link {
	width: 330px;
	height: 45px;
	position: absolute;
	right: 40px;
	top: 800px;
}
#link a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('./sprites.png') no-repeat -450px -380px;
}
#link a:hover {
	background-position: -450px -776px;
}


#fondo {
	width: 900px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 900px;
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	padding-bottom: 50px;
	line-height: 1.3em;
}
#fondo a {
	color: #999999;
}
#fondo .thin {
	font-size: 0.8em;
}

