/* Links */

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}





/* Logo */

div#contenitore_index {
	width: 950px;
	margin: auto;
}

div#logo_index {
	width: 950px;
	height: 50px;
	margin-top: 70px;
	background: url('../imgs/logo/blazestudio_logo.png');
	background-repeat: no-repeat;
	text-align: right;
	color: #666666;
}

div#logo_index a {
	color: #688d04;
}



/* Elenco */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
	font-size: 20pt;
	text-align: left;
	width: 950px;
	height: 148px;
	margin:auto;
	margin-top: 30px;
	background: url('../imgs/headers/sfondo_cornice_alta_2.png');
}

li a {
	display: block;
	height: 127px;
	padding-left: 385px;
	padding-top: 20px;
	padding-right: 20px;
	backround-position: top left;
}

li#web a {
	background: url('../imgs/headers/mondo.png');
	background-repeat: no-repeat;
}

li#software a {
	background: url('../imgs/headers/gears.gif');
	background-repeat: no-repeat;
}

li#it a {
	background: url('../imgs/headers/servers.png');
	background-repeat: no-repeat;
	background-position: -30px 0px;
}

li a span {
	color: #aaaaaa;
	font-size: 12pt;
}