*, html, body {
	margin: 0;
	padding: 0;
}

body {
	background: black url(images/bg-page.gif) repeat-y center center;
	color: white;
	font: 10px Arial, Tahoma, sans-serif;
}

img {
	border: none;
}

a, a:visited {
	color: #146863;
	text-decoration: none;
	outline: none;
    -moz-outline-style: none;
}
a:hover {
	color: #b2f430;
}
a.selected,
a.selected:visited {
	color: #b2f430;
	padding-left: 10px;
	background: url(images/link-selected.gif) no-repeat left center;
}

a.order:hover,
a.order.selected,
a.order.selected:visited {
	color: white;
}

.clear {
	clear: both;
}

#main-container {
	width: 927px;
	margin: 40px auto 0 auto;
	position: relative;
}

#top-page-bordered {
	margin: 0 auto;
	height: 37px;
	background: black url(images/bg-top-page.gif) no-repeat center bottom;
}

#footer-riga-righe {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	height: 16px;
	margin: 0 auto;
	background: url(images/bg-riga-righe.gif) repeat-y center bottom;
}

#left-column {
	width: 400px;
	float: left;
}

#logo {
	margin: 10px 0 0 75px;
}

#copyright {
	margin: 50px 0 0 75px;
	font-size: 11px;
	color: #3f3f3f;
}

ul#main-menu {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
	width: 109px;
	float: left;
}
* > ul#main-menu {
	margin-left: 80px;
}

ul#main-menu li {
	margin: 0;
	padding: 0;
	height: 21px;
	font: 11px Arial, Tahoma, sans-serif;
	color: white;
}
* > ul#main-menu li {
	height: auto;
}

ul#main-menu li a,
ul#main-menu li a:visited {
	display: block;
	line-height: 21px;
	text-decoration: none;
	color: white;
	padding: 0 8px;
	text-transform: uppercase;
}

ul#main-menu li#main-link-highlights {}
ul#main-menu li#main-link-news { margin-top: 15px; }
ul#main-menu li#main-link-products { margin-top: 15px; }
ul#main-menu li#main-link-communication {}
ul#main-menu li#main-link-awards { margin-top: 15px; }
ul#main-menu li#main-link-clients {}
ul#main-menu li#main-link-about-us { margin-top: 15px; }
ul#main-menu li#main-link-contact {}

ul#main-menu li#main-link-highlights a:hover,
ul#main-menu li#main-link-highlights a.selected {
	background: #7307ed;
}

ul#main-menu li#main-link-news a:hover,
ul#main-menu li#main-link-news a.selected {
	background: #ff0865;
}
ul#main-menu li#main-link-products a:hover,
ul#main-menu li#main-link-products a.selected {
	background: #ff6408;
}
ul#main-menu li#main-link-communication a:hover,
ul#main-menu li#main-link-communication a.selected {
	background: #ffc208;
}
ul#main-menu li#main-link-awards a:hover,
ul#main-menu li#main-link-awards a.selected {
	background: #70fb00;
}
ul#main-menu li#main-link-clients a:hover,
ul#main-menu li#main-link-clients a.selected {
	background: #1ae18a;
}
ul#main-menu li#main-link-about-us a:hover,
ul#main-menu li#main-link-about-us a.selected {
	background: #06a4c7;
}
ul#main-menu li#main-link-contact a:hover,
ul#main-menu li#main-link-contact a.selected {
	background: #083db4;
}


ul#main-menu li ul {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style: none;
}
ul#main-menu li ul li {
	height: 14px;
}
* > ul#main-menu li ul li {
	height: auto;
}
ul#main-menu li ul li a,
ul#main-menu li ul li a:visited {
	font-size: 11px;
	line-height: 14px;
}

#content-wrapper {
	float: left;
	width: 450px;
}

#content {
	margin-top: 20px;
	height: 430px;
	/*overflow: auto;*/
}

h1, h2 {
	font-size: 15px;
	color: white;
	font-weight: normal;
}

h2 {
	color: silver;
	font-size: 14px;
}

h1.highlights {
	color: #7307ed;
}
h1.news, h1.home {
	color: #ff0865;
}
h1.products {
	color: #ff6408;
}
h1.communication {
	color: #ffc208;
}
h1.awards {
	color: #70fb00;
}
h1.clients {
	color: #1ae18a;
}
h1.about-us {
	color: #06a4c7;
}
h1.contact {
	color: #083db4;
}


#sub-menu {
	float: left;
	width: 120px;
	height: 300px;
	margin-left: 40px;
	color: #8a8a8a;
}

#sub-menu .scroll-pane {
	width: 120px;
	height: 270px;
	overflow: auto;
	float: left;
	font-family: Arial;
}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 102px;
}

#products-menu-bars,
#communication-menu-bars {
}
.jScrollPaneTrack {
	background: url(images/bg-scroll-bar.gif);
}
#news-menu-bars .jScrollPaneDrag {
	background: #FF0865;
}
#products-menu-bars .jScrollPaneDrag {
	background: #ff6408;
}
#communication-menu-bars .jScrollPaneDrag {
	background: #ffc208;
}
#clients-menu-bars .jScrollPaneDrag {
	background: #1ae18a;
}

#sub-menu ul li {
	margin: 0;
	padding: 0;
	height: 18px;
	font: 10px Arial, Tahoma, sans-serif;
}
* > #sub-menu ul li {
	height: auto;
}

#sub-menu ul li a,
#sub-menu ul li a:visited {
	display: block;
	line-height: 12px;
	text-decoration: none;
	color: #8a8a8a;
	padding: 2px 8px 3px 10px;
	background: url(images/sub-menu-dot.gif) no-repeat 4px 2px;
}

#sub-menu ul li a:hover,
#sub-menu ul li a.selected,
#sub-menu ul li a.selected:visited {
	background-color: #232324;
	color: white;
}
/*#sub-menu ul#news-menu li a:hover,*/
#sub-menu ul#news-menu li a.selected {
	background-color: #ff0865;
}
/*#sub-menu ul#about-us-menu li a:hover,*/
#sub-menu ul#about-us-menu li a.selected {
	background-color: #ff6408;
}
/*#sub-menu ul#products-menu li a:hover,*/
#sub-menu ul#products-menu li a.selected {
	background-color: #ff6408;
}
/*#sub-menu ul#communication-menu li a:hover,*/
#sub-menu ul#communication-menu li a.selected,
#sub-menu #communication-menu-bars li a.selected {
	background-color: #ffc208;
}
/*#sub-menu ul#clients-menu li a:hover,*/
#sub-menu ul#clients-menu li a.selected {
	background-color: #1ae18a;
}
/*#sub-menu ul#contact-menu li a:hover,*/
#sub-menu ul#contact-menu li a.selected {
	background-color: #083db4;
}
#sub-menu ul#aboutus-menu li a.selected {
	background-color:#06a4c7;
}


div.rounded-corner-image-container {
	width: 250px;
	height: 200px;
	float: right;
	margin: 0 0px 0 0;
	position: relative;
	overflow: hidden;
}
div.rounded-corner-image-container .stripViewer {
	border: none;
}
div.rounded-corner-image-container .stripTransmitter li {
	width: 16px;
	height: 20px;
}
/*
div.rounded-corner-image-container .stripTransmitter a {
	margin-top: 10px;
	line-height: 10px;
	background: transparent;
	color: silver;
	text-decoration: none;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0px;
	color: #333333;
	background: url(images/next.gif) no-repeat center center;
}
*/


a.precedente:active, a.precedente:link, a.precedente:visited  {
	position:relative;
	margin-top: 5px;
	left:42px;
	background: #CC9900;
	line-height: 10px;
	background: transparent;
	color: silver;
	text-decoration: none;
	width: 10px;
	height: 10px;
	font-size: 0px;
	background: url(images/prev1.gif) no-repeat left center;
}

a.successivo:active, a.successivo:link, a.successivo:visited  {
	position:relative;
	margin-top: 5px;
	left:164px;
	background: #CC9900;
	line-height: 10px;
	background: transparent;
	color: silver;
	text-decoration: none;
	width: 10px;
	height: 10px;
	font-size: 0px;
	background: url(images/next1.gif) no-repeat right center;
}


.quanti  {
	margin-top: 3px;
	margin-left: 66px;
	background: #CC9900;
	line-height: 10px;
	background: transparent;
	color: silver;
	text-decoration: none;
	width:110px;
	height: 12px;
}

.quanti_num1 {
	color:#FFC;
	text-decoration: none;
	background: transparent;
	width:12px;
	border:0px;
}
.quanti_num2 {
	color: silver;
	text-decoration: none;
	background: transparent;
	width:12px;
	border:0px;
}


div.rounded-corner-image-container .stripTransmitter a.precedente:hover,
div.rounded-corner-image-container a.current {
	background: url(images/prev2.gif) no-repeat;
	color: #333333;
}
div.rounded-corner-image-container .stripTransmitter a.successivo:hover,
div.rounded-corner-image-container a.current {
	background: url(images/next2.gif) no-repeat;
	color: #333333;
	position:relative;
	margin-top: 5px;
	left:162px;
	
}
div.rounded-corner-image {
	position: absolute;
	top: 15px;
	left: 45px;
}
div.rounded-corner-image-container img {
}
div.rounded-corner-image-container div.rounded-corner {
	width: 250px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/rounded-corner.gif) no-repeat;
}
* > div.rounded-corner-image-container div.rounded-corner {
	background-image: url(images/rounded-corner.png);
}


div.rounded-corner-image-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.rounded-corner-image-container li {
	margin: 0;
	padding: 0;
	float: left;
}


div.product-fields {
	float: left;
	width: 180px;
}
div.product-fields div.ita-fields {
	color: white;
}

div.product-fields div.eng-fields {
	margin-top: 20px;
	font-style: italic;
	color: silver;
}

div.product-fields span.label {
	margin: 0 4px 0 0;
	display: block;
	font-size: 10px;
	color: gray;
	clear: left;
	float: left;
}
* > div.product-fields span.label {
	font-style: italic;
}
div.product-fields span.value {
	display: block;
	font-size: 11px;
	margin-left: 10px;
}
div.product-fields div.line-separator {
	height: 1px;
	line-height: 1px;
	margin: 2px 0;
	border-bottom: 1px solid #14756F;
}

div.product-fields div.file-download {
	margin-top: 20px;
	padding-left: 18px;
	background: url(images/file-download.gif) no-repeat left center;
	font-size: 11px;
}
div.product-fields div.file-download i {
	
}

div.product-right-column {
	float: right;
	width: 250px;
}

div.product-descriptions {
	margin-top: 35px;
	font-size: 11px;
}
div.product-descriptions .jScrollPaneDrag {
	background: #14756F;
}
div.product-descriptions .scroll-pane {
	clear: both;
	width: 250px;
	height: 190px;
	overflow: auto;
}

div.product-descriptions div.ita-description {
}

div.product-descriptions div.eng-description {
	margin-top: 20px;
	font-style: italic;
	color: silver;
}



div.product-row {
	margin: 15px 0;
	clear: left;
}
div.product-row-image {
	float: left;
}
div.product-row-image a,
div.product-row-image a:visited {
	display: block;
	border: 1px solid silver;
	padding: 1px;
	width: 67px;
	height: 45px;
}
div.product-row-image a:hover {
	border-color: #14756F;
}
div.product-row-name {
	margin-left: 85px;
	font-size: 13px;
}
div.product-row-date {
	margin-left: 85px;
	margin-top: 5px;
	color: white;
	font-size: 11px;
}
div.product-row-date i {
	color: silver;
}
div.product-row-category {
	margin-left: 85px;
	color: gray;
	font-style: italic;
}


#communication-menu-bars ul {
	display: none;
	margin-left: 10px;
	margin-bottom: 12px;
	width: 92px;
}
.communication-type {
	width: 102px;
	margin: 4px 0 2px 0;
}

.communication-type a,
.communication-type a:visited {
	display: block;
	line-height: 22px;
	background: #333333;
	padding: 0 8px;
	padding-left: 15px;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
}
.communication-type a:hover {
	background: #333333 url(images/communication-type-closed.gif) no-repeat left center;
}
.communication-type a.selected,
.communication-type a.selected:visited {
	color: #ffc208;
	background: #333333 url(images/communication-type-opened.gif) no-repeat left center;
}


select, input, textarea {
	font: 11px Arial, Tahoma, sans-serif;
	color: #333333;
}



#under-construction {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 200px;
	height: 100px;
}
