@charset "UTF-8";
/* CSS Document */

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	
}
body {
	color: #000;
	font: .7em Arial, Verdana, Helvetica, Sans-Serif;
	background: #000 url(images/background.jpg) no-repeat top;
	
	
}
a {
	outline: none;
}
a {
	color: #F60;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline
}
input, select, textarea {
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li {
	list-style: none
}
p {
	padding: 0 0 1em
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.ac {
	text-align:center;
}
/*=== Layout centered ===*/

#page {
	margin: 0 auto;
	width: 990px;
	background-color: #0F0E0E;
}
/*=== Header FLASH ===*/
#header {
	height: 155px;
	width: 990px;
}
/*=== Footer ===*/
#footer {
	padding:20px 0 0 0;
	height: 90px;
	width:990px;
	background-color: #1a1818;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF4200;
	color: #0F0E0E;
}
#footer #tag{
	width:300px;
	float:left;
	margin: 20px;
}
#footer #contacts{
	width:105px;
	float:right;
	margin: 0 20px 0 0;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.side {
	vertical-align:absbottom;
	display:inline;
}
/*=== Menu Nav ===*/

#menu {
	float:left;
	clear:both;
	height: 56px;
	width: 990px;

}

#menu li {
	float: left;
	height: 56px
}
#menu li a {
	text-indent: -9999px;
	display: block;
	height: 56px
}
#menu li#n11 a {
	background: url(images/menu1.png) no-repeat top;
	width: 95px
}
#menu li#n11 a:hover {
	background: url(images/menu1R.png) no-repeat top;
	width: 95px
}
#menu li#n11clic {
	background: url(images/menu1R.png) no-repeat top;
	width: 95px
}
#menu li#n12 a {
	background: url(images/menu2.png) no-repeat top;
	width: 180px
}
#menu li#n12 a:hover {
	background: url(images/menu2R.png) no-repeat top;
	width: 180px
}
#menu li#n12clic {
	background: url(images/menu2R.png) no-repeat top;
	width: 180px
}
#menu li#n13 a {
	background: url(images/menu3.png) no-repeat top;
	width: 183px
}
#menu li#n13 a:hover {
	background: url(images/menu3R.png) no-repeat top;
	width: 183px
}
#menu li#n13clic {
	background: url(images/menu3R.png) no-repeat top;
	width: 183px
}
#menu li#n14 a {
	background: url(images/menu4.png) no-repeat top;
	width: 99px
}
#menu li#n14 a:hover {
	background: url(images/menu4R.png) no-repeat top;
	width: 99px
}
#menu li#n14clic{
	background: url(images/menu4R.png) no-repeat top;
	width: 99px
}
#menu li#n15 a {
	background: url(images/menu5.png) no-repeat top;
	width: 117px
}
#menu li#n15 a:hover {
	background: url(images/menu5R.png) no-repeat top;
	width: 117px
}
#menu li#n15clic {
	background: url(images/menu5R.png) no-repeat top;
	width: 117px
}
#menu li#n16 a {
	background: url(images/menu6.png) no-repeat top;
	width: 156px
}
#menu li#n16 a:hover {
	background: url(images/menu6R.png) no-repeat top;
	width: 156px
}
#menu li#n16clic {
	background: url(images/menu6R.png) no-repeat top;
	width: 156px
}
#menu li#n17 a {
	background: url(images/menu7.png) no-repeat top;
	width: 160px
}
#menu li#n17 a:hover {
	background: url(images/menu7R.png) no-repeat top;
	width: 160px
}
#menu li#n17clic {
	background: url(images/menu7R.png) no-repeat top;
	width: 160px
}
/*=== Content ===*/

#content {
	width:946;
	background-color: #0F0E0E;	

}
#banner {
	width:946px;
	margin:0 auto;
	color: #39C;
}
#succo {
	width:946px;
	margin: 20px auto;
}
#succo-home {
	width:946px;
	margin: 20px auto;
}


#box-home {
	height: 180px;
	width: 240px;
	background-color: #0F0E0E;
	float: left;
}
#box-home-freccia {
	height: 180px;
	width: 84px;
	background-color: #0F0E0E;
	float: left;
	margin: 0 15px 0 14px;
}

/*=== FONTS ===*/

.testo-standard {
	font-size: 1.2em;
	font-style: normal;
	color: #8e776a;
	font-weight: normal;
}
.testo-par {
	font-size: 1.1em;
	font-style: normal;
	color: #8e776a;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.testo-portfolio1 {
	font-size: 2.5em;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.testo-portfolio2 {
	font-size: 1.8em;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

img.floatRight { 
    float: right; 
    margin: 15px; 
}
