
/* GENERALE */

body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #3c3c3b;
	background-image: url(../images/page-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color: #147e91;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, pre {
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5, h6 {
	font-size: 12px;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

pre {
	white-space: normal;
}

img {
	border: none;
}

/* FORM */

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003333;
}

div.select {
	height: 100px;
	width: 300px;
	border: 2px inset;
	overflow: auto;
	color: #000000;
	background-color: #ffffff;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.active {
	background-color: #ffffcc;
}

select.active {
	background-color: #ffffcc;
}

textarea.active {
	background-color: #ffffcc;
}

label {
	font-size: 11px;
}

/* TEXT */

.normalText {
	font-size: 13px;
}

.smallText {
	font-size: 11px;
}

.xsmallText {
	font-size: 10px;
}

.xxsmallText {
	font-size: 9px;
}

.largeText {
	font-size: 14px;
}

.xlargeText {
	font-size: 16px;
}

.xxlargeText {
	font-size: 18px;
}

.xxxlargeText {
	font-size: 20px;
}

/* COLORS */

.black {
	color: #000000;
}

.blue {
	color: #003399;
}

.gray {
	color: #808080;
}

.red {
	color: #ff0000;
}

.orange {
	color: #cc6600;
}

.green {
	color: #339900;
}

.pink {
	color: #ff00ff;
}

/* CLEAR */

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

/* ALIGN */

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignMiddle {
	vertical-align: middle;
}

.alignTop {
	vertical-align: top;
}

.alignBottom {
	vertical-align: bottom;
}

/* FLOAT */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* WIDTH */

.widthMax {	width: 100%; }
.widthHalf { width: 50%; }
.width0 { width: 0px; }
.width3 { width: 3px; }
.width5 { width: 5px; }
.width10 { width: 10px; }
.width15 { width: 15px; }
.width20 { width: 20px; }

/* HEIGHT */

.heightMax { height: 100%; }
.heightHalf { height: 50%; }
.height0 { height: 0px; }
.height3 { height: 3px; }
.height5 { height: 5px; }
.height10 { height: 10px; }
.height15 { height: 15px; }
.height20 { height: 20px; }

/* MARGIN */

.margin0 { margin: 0px; }
.margin3 { margin: 3px; }
.margin5 { margin: 5px; }
.margin10 { margin: 10px; }
.margin15 { margin: 15px; }
.margin20 { margin: 20px; }

.marginTop0 { margin-top: 0px; }
.marginTop3 { margin-top: 3px; }
.marginTop5 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop20 { margin-top: 20px; }

.marginLeft0 { margin-left: 0px; }
.marginLeft3 { margin-left: 3px; }
.marginLeft5 { margin-left: 5px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft15 { margin-left: 15px; }
.marginLeft20 { margin-left: 20px; }

.marginRight0 { margin-right: 0px; }
.marginRight3 { margin-right: 3px; }
.marginRight5 { margin-right: 5px; }
.marginRight10 { margin-right: 10px; }
.marginRight15 { margin-right: 15px; }
.marginRight20 { margin-right: 20px; }

.marginBottom0 { margin-bottom: 0px; }
.marginBottom3 { margin-bottom: 3px; }
.marginBottom5 { margin-bottom: 5px; }
.marginBottom10 { margin-bottom: 10px; }
.marginBottom15 { margin-bottom: 15px; }
.marginBottom20 { margin-bottom: 20px; }

/* PADDING */

.padding0 { padding: 0px; }
.padding3 { padding: 3px; }
.padding5 { padding: 5px; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }

.paddingTop0 { padding-top: 0px; }
.paddingTop3 { padding-top: 3px; }
.paddingTop5 { padding-top: 5px; }
.paddingTop10 { padding-top: 10px; }
.paddingTop15 { padding-top: 15px; }
.paddingTop20 { padding-top: 20px; }

.paddingLeft0 { padding-left: 0px; }
.paddingLeft3 { padding-left: 3px; }
.paddingLeft5 { padding-left: 5px; }
.paddingLeft10 { padding-left: 10px; }
.paddingLeft15 { padding-left: 15px; }
.paddingLeft20 { padding-left: 20px; }

.paddingRight0 { padding-right: 0px; }
.paddingRight3 { padding-right: 3px; }
.paddingRight5 { padding-right: 5px; }
.paddingRight10 { padding-right: 10px; }
.paddingRight15 { padding-right: 15px; }
.paddingRight20 { padding-right: 20px; }

.paddingBottom0 { padding-bottom: 0px; }
.paddingBottom3 { padding-bottom: 3px; }
.paddingBottom5 { padding-bottom: 5px; }
.paddingBottom10 { padding-bottom: 10px; }
.paddingBottom15 { padding-bottom: 15px; }
.paddingBottom20 { padding-bottom: 20px; }

/* MISCELLANEOUS */

.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.noBold {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.noItalic {
	font-style: normal;
}

.underline {
	text-decoration: underline;
}

.noUnderline {
	text-decoration: none;
}

.hidden {
	display: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

img.icon {
	vertical-align: middle;
	margin-right: 2px;
}

img.largeIcon {
	vertical-align: middle;
	margin-right: 5px;
}

div.wrapper {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* FORM (DIV) */

div.div-form {
	margin-bottom: 15px;
	border: solid 1px #eaeaea;
	padding: 10px;
}

div.div-form div.div-field {
	margin-bottom: 15px;
}

div.div-form div.div-field div.div-label {
	margin-bottom: 5px;
	font-size: 14px;
	color: #147e91;
	font-weight: bold;
}

div.div-form div.div-field div.div-label-warning {
	color: #ff0000;
}

div.div-form div.div-field div.div-label span.span-required {
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}

div.div-form div.div-field h2 span.span-required {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

div.div-form div.div-field div.div-tip {
	margin-bottom: 5px;
	font-size: 11px;
	color: #666666;
}

div.div-form div.div-buttons {
	padding: 10px;
	background-color: #f0f0f0;
}

div.div-form div.div-buttons input {
	font-size: 14px;
}

/* NAVIGATION */

div.navigation {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}

/* BAR GREY */

div.barGrey {
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 4px;
	background-color: #f0f0f0;
}

/* DETAILS (TABLE) */

table.details {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.details tr td {
	padding-bottom: 5px;
	line-height: 16px;
}

table.details tr td.label {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	vertical-align: middle;
	font-weight: bold;
	color: #147e91;
	text-align: right;
	white-space: nowrap;
	background-image: url(../images/details-label-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

table.details tr td.value {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

/* LIST (DIV) */

div.list {
	margin-top: 0px;
	margin-bottom: 15px;
}

div.list div.item {
	margin-bottom: 10px;
}

div.list div.item div.title {
	font-size: 12px;
}

div.list div.item div.description {
	font-size: 11px;
}

div.list div.item div.footer {
	font-size: 11px;
	color: #003333;
}

div.list div.item div.footer a {
	color: #003333;
}

/* LIST (TABLE) */

table.list {
	margin-top: 0px;
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

table.list thead tr td {
	padding: 0px 5px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	font-weight: bold;
	color: #ffffff;
	background-color: #147e91;
}

table.list thead tr td div.asc {
	padding-left: 15px;
	background-image: url(../images/order_asc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.list thead tr td div.desc {
	padding-left: 15px;
	background-image: url(../images/order_desc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.list thead tr td a {
	color: #ffffff;
	text-decoration: none;
}

table.list tbody tr td {
	padding: 3px;
	border: solid 1px #f0f0f0;
}

table.list tbody tr.light td {
	background-color: #ffffff;
}

table.list tbody tr.dark td {
	background-color: #f7f7f7;
}

/* PAGES */

div.pages {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* ICON */

div.icon {
	margin-top: 0px;
	margin-bottom: 15px;
	float: left;
	width: 70px;
	text-align: center;
	font-size: 11px;
	color: #808080;
	text-decoration: underline;
}

div.icon a {
	color: #008b00;
}

div.icon img {
	display: block;
	margin: 0px auto;
}

/* THUMBNAILS */

table.thumbnails {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.thumbnails td {
	text-align: left;
	vertical-align: top;
}

table.thumbnails td table.thumbnail {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 120px;
	height: 104px;
}

table.thumbnails td table.thumbnail td.image {
	height: 90px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #cfcfcf;
}

table.thumbnails td table.thumbnail td.image img {
	border: none;
	vertical-align: middle;
}

table.thumbnails td table.thumbnail td.title {
	padding-top: 2px;
	font-size: 10px;
	text-align: center;
}

/* IMAGE */

div.image {
	margin-top: 0px;
	margin-bottom: 15px;
}

div.image img {
	display: block;
}

/* INFO */

div.info {
	margin-top: 0px;
	margin-bottom: 15px;
	border: solid 1px #ffcc33;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 11px;
	background-color: #ffffcc;
}

/* WARNING */

div.warning {
	margin-top: 0px;
	margin-bottom: 15px;
	border: solid 1px #ff9999;
	padding: 5px;
	background-color: #ffcccc;
}

/* DESCRIPTION */

div.text {
	margin-top: 0px;
	margin-bottom: 15px;
	border: dashed 1px #407c98;
	padding: 10px;
	width: 363px;
	overflow: auto;
	background-color: #f7f7f7;
}

div.textSelected {
	margin-top: 0px;
	margin-bottom: 15px;
	border: dashed 1px #407c98;
	padding: 10px;
	width: 363px;
	overflow: auto;
	background-color: #ffffcc;
}

/* LINKS */

ul.links {
	margin-top: 0px;
	margin-bottom: 15px;
	list-style-image: url(../images/links-icon.gif);
}

/* EDITOR */

div.editor p, div.editor h1, div.editor h2, div.editor h3, div.editor h4, div.editor h5, div.editor h6, div.editor ul, div.editor ol, div.editor pre {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.editor div.div-form, div.editor div.navigation, div.editor div.barGrey, div.editor table.details, div.editor div.list, div.editor table.list, div.editor div.pages, div.editor div.icon, div.editor table.thumbnails, div.editor div.image, div.editor div.info, div.editor div.warning, div.editor div.text, div.editor div.textSelected, div.editor ul.links {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* HEADER CONTAINER */

div#header-container {
	width: 100%;
	background-image: url(../images/header-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* HEADER CONTAINER > HEADER */

div#header-container div#header {
	margin-left: auto;
	margin-right: auto;
	width: 705px;
}

/* HEADER CONTAINER > HEADER > PAYOFF */

div#header-container div#header div#payoff {
	padding-left: 430px;
	padding-right: 45px;
	width: 230px;
	height: 55px;
}

/* HEADER CONTAINER > HEADER > BAR */

div#header-container div#header div#bar {
	padding: 0px 50px;
	width: 605px;
	height: 60px;
}

div#header-container div#header div#bar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#header-container div#header div#bar ul li {
	float: left;
}

div#header-container div#header div#bar ul li a {
	display: block;
	width: 151px;
	height: 60px;
}

div#header-container div#header div#bar ul li.home-li a {
	background-image: url(../images/home-li-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.home-li a:hover {
	background-image: url(../images/home-li-background-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.home-li-selected a {
	background-image: url(../images/home-li-background-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.servizi-li a {
	background-image: url(../images/servizi-li-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.servizi-li a:hover {
	background-image: url(../images/servizi-li-background-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.servizi-li-selected a {
	background-image: url(../images/servizi-li-background-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.eventi-li a {
	background-image: url(../images/eventi-li-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.eventi-li a:hover {
	background-image: url(../images/eventi-li-background-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.eventi-li-selected a {
	background-image: url(../images/eventi-li-background-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.contatti-li a {
	background-image: url(../images/contatti-li-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.contatti-li a:hover {
	background-image: url(../images/contatti-li-background-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header-container div#header div#bar ul li.contatti-li-selected a {
	background-image: url(../images/contatti-li-background-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* HEADER CONTAINER > HEADER > UTILITY */

div#header-container div#header div#utility {
	padding-top: 5px;
	padding-left: 65px;
	padding-right: 65px;
	width: 575px;
	height: 35px;
	background-image: url(../images/utility-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* HEADER CONTAINER > HEADER > UTILITY > USER */

div#header-container div#header div#utility div#user {
	float: left;
	height: 35px;
	color: #147e91;
	line-height: 35px;
}

div#header-container div#header div#utility div#user a {
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/user-link-background.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#header-container div#header div#utility div#user a:hover {
	text-decoration: underline;
}

/* HEADER CONTAINER > HEADER > UTILITY > RICERCA */

div#header-container div#header div#utility div#ricerca {
	float: right;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 20px;
	line-height: 20px;
}

div#header-container div#header div#utility div#ricerca input.button {
	padding-right: 5px;
	width: 20px;
	height: 20px;
}

div#header-container div#header div#utility div#ricerca input.fixed {
	height: 15px;
}

/* HEADER CONTAINER > HEADER > LOGO */

div#header-container div#header div#logo {
	padding-top: 40px;
	padding-left: 460px;
	padding-right: 80px;
	padding-bottom: 90px;
	width: 165px;
	height: 70px;
	background-image: url(../images/logo-background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/* BODY CONTAINER */

div#body-container {
	margin-left: auto;
	margin-right: auto;
	width: 705px;
	background-image: url(../images/body-container-background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* BODY CONTAINER > BODY */

div#body-container div#body {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 50px;
	width: 605px;
	background-image: url(../images/body-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* BODY CONTAINER > BODY > MENU */

div#body-container div#body div#menu {
	float: left;
	padding-left: 15px;
	width: 175px;
}

/* BODY CONTAINER > BODY > MENU > PRODOTTI */

div#body-container div#body div#menu div#prodotti {
	padding-bottom: 20px;
	width: 175px;
	height: 150px;
	overflow: hidden;
	background-image: url(../images/prodotti-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#body-container div#body div#menu div#prodotti div#prodotti-header {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	background-image: url(../images/prodotti-icon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

div#body-container div#body div#menu div#prodotti div#prodotti-header a {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

div#body-container div#body div#menu div#prodotti div#prodotti-body {
	padding-left: 22px;
	padding-right: 22px;
	width: 130px;
	height: 130px;
	overflow: hidden;
}

/* BODY CONTAINER > BODY > MENU > NEWS */

div#body-container div#body div#menu div#news {
	padding-bottom: 20px;
	width: 175px;
	height: 150px;
	overflow: hidden;
	background-image: url(../images/news-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#body-container div#body div#menu div#news div#news-header {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	background-image: url(../images/news-icon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

div#body-container div#body div#menu div#news div#news-header a {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

div#body-container div#body div#menu div#news div#news-body {}

div#body-container div#body div#menu div#news div#news-body div#news-item {
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
	width: 140px;
	height: 95px;
	color: #ffffff;
	font-size: 11px;
	overflow: hidden;
}

div#body-container div#body div#menu div#news div#news-body div#news-item div.news-item-title {
	height: 15px;
	overflow: hidden;
}

div#body-container div#body div#menu div#news div#news-body div#news-item div.news-item-title a {
	font-weight: bold;
	color: #ffffff;
}

div#body-container div#body div#menu div#news div#news-body div#news-item div.news-item-description {
	height: 80px;
	overflow: hidden;
	line-height: 13px;
}

div#body-container div#body div#menu div#news div#news-body div#news-item div.news-item-description a {
	color: #ffffff;
}

div#body-container div#body div#menu div#news div#news-body div#news-right {
	float: left;
	padding-top: 90px;
	padding-bottom: 50px;
	width: 15px;
	height: 15px;
}

div#body-container div#body div#menu div#news div#news-body div#news-right a {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../images/news-right.gif);
	background-repeat: no-repeat;
	background-position: center left;	
}

/* BODY CONTAINER > BODY > MENU > NEWSLETTER */

div#body-container div#body div#menu div#newsletter {
	margin-bottom: 15px;
	width: 175px;
	height: 25px;
	line-height: 25px;
	text-align: right;
}

div#body-container div#body div#menu div#newsletter a {
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0f8296;
	background-image: url(../images/newsletter-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* BODY CONTAINER > BODY > MENU > BANNER */

div#body-container div#body div#menu div#banner {
	font-weight: bold;
	text-align: center;
	width: 175px;
	overflow: hidden;
}

div#body-container div#body div#menu div#banner img {
	display: block;
}

/* BODY CONTAINER > BODY > CONTENT */

div#body-container div#body div#content {
	float: left;
	padding: 0px 15px;
	width: 385px;
}

/* BODY BOTTOM */

div#body-bottom {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 50px;
	width: 605px;
	height: 30px;
	background-image: url(../images/body-bottom-background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* FOOTER CONTAINER */

div#footer-container {
	margin-top: 15px;
	width: 100%;
	height: 50px;
	background-image: url(../images/footer-background.png);
	background-repeat: repeat-x;
	background-position: left center;
}

/* FOOTER CONTAINER > FOOTER */

div#footer-container div#footer {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px;
	width: 705px;
	height: 40px;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

div#footer-container div#footer a {
	color: #ffffff;
}
