/* @group COMMON */

* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #081540;
	text-align: justify;
	font: 13px/16px Lucida Sans, Verdana, Arial, Lucida, Helvetica, Geneva, sans-serif;
}

html, body, #home, #page {
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	text-align: center;
}

#home, #page {
	overflow: hidden;
}

img {
	border: 0;
}

hr {
	margin: 0.5em;
	border-bottom: 1px solid;
	color: #b6be49;
}

em, i {
	font: inherit;
	color: inherit;
	background: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: italic;
}

bold, strong {
	font: inherit;
	color: inherit;
	background: inherit;
	font-size: inherit;
	font-weight: bold;
	font-style: inherit;
}

a  {
	font: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
input {
	border: 1px inset #69c;
}

input[type="submit"] {
	border: 1px outset #081540;
	float: right;
}

.align_left {
	display: block;
	float: left;
	color: inherit;
	font: inherit;
}

.align_right {
	display: block;
	float: right;
	color: inherit;
	font: inherit;
}

/* @end */

/* @group HOME */

#home {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #69c;
	overflow: auto;
}

#home_intro {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -350px;
	display: block;
	width: 700px;
	height: 525px;
	background: url(img/intro.jpg) no-repeat center; 
	z-index: -1;
	text-align: center;
	font-size: 1.0em;
	color: #fff;
	vertical-align: middle;
	 z-index: 1;
}

#home_intro a {
	padding: 0.5em;
	line-height: 2.0em;
	font-size: 1.0em;
	color: #fff;
	 z-index: 100;
	 border: 2px solid #fff;
}

#flashcontent {
	z-index: -1;
}

#home_language {
	position: absolute;
	display: block;
	top: 535px;
	left: 50%;
	margin-left: -200px;
	display: block;
	width: 400px;
	text-align: center;
}

.home_lang {
	display: inline;
	text-align: center;
}

#home_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 32px;
	z-index: 5;
	color: #FFFFFF;
	text-align: center;
	z-index: 100;
}

/* @end */

/* @group PAGE */

/* @group LAYOUT */

#page {
	background: #FFFFFF;
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	min-width: 798px;
	max-width: 994px;
	text-align: center;
	max-height: 768px;
	max-width: 994px;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
}

* html #page {
	height: 100%;
	top: 0;
	bottom: 0;
    width:994px;
	margin: 0;
	margin-left:-497px; 
	left:50%; 
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 120px;
	z-index: 5;
	background: url(img/header.gif) no-repeat left 10px;
}

#content_left {
	display: block;
	position: absolute;
	left: 0;
	top: 121px;
	bottom: 54px;
	width: 426px;
	z-index: 4;
	overflow: auto;
	background: url(img/fondoVerde.jpg) left top;
}

* html #content_left {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 121px solid #fff;
	border-bottom: 54px solid #fff;
}

#content_right {
	display: block;
	position: absolute;
	right: 0;
	top: 121px;
	bottom: 54px;
	left: 426px;
	z-index: 4;
	overflow: auto;
}

* html #content_right {
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	border-top: 121px solid #fff;
	border-bottom: 54px solid #fff;
	border-left: 0 solid #fff;
	
	position: relative;
	width: expression(document.getElementById("page").clientWidth-426);

	
}

#footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	display: block;
	height: 43px;
	z-index: 5;
	background: #081540;
	color: #ffffff;
}
/* @end */

/* @group HEADER */

#header_top {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 110px;
	z-index: 5;
}

#header_top_logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 67px;
	display: block;
}

#header_line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 99%;
	height: 10px;
	z-index: 5;
	background: url(img/header_line.gif) left bottom;
	font-size: 0px;
}

* html #header_line {
	line-height: 10px;
}

/* @end */

/* @group CONTENT */

#content {
}

/* LEFT */

#content_left .content_block {
}

.pagetitle {
	display: block;
	border-bottom: 1px solid #b6be49;
	font-size: 1.35em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-left: 0.5em;
	color: #081540;
}

.content {
	display: block;
	margin: 1.0em;
	text-align: justify;
}

h1, h1 a {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid #69c;
}

h2, h2 a {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px dotted #69c;
	color: #69c;
}

h3, h3 a {
	font-weight: bold;
	color: #69c;
	font-size: 110%;
}

h4, h4 a {
	font-weight: bold;
	color: #69c;
}

#content_left .content ul {
	list-style-type: none;
	margin: 1.0em;
	text-align: justify;
	list-style-image: url(img/anchor.gif);
	list-style-position: outside;
	padding-left: 2.0em;
}

#content_left .content ul li {
	margin-bottom: 0.5em;
}

/* RIGHT */

#content_right div {
}

.content_azienda {
	background: url(img/bg_azienda.jpg) no-repeat left top;
}

.content_prodotti {
	background: url(img/bg_prodotti.jpg) no-repeat left top;
}

.content_acquista {
	background: url(img/bg_acquista.jpg) no-repeat left top;
}

.content_contatti {
	background: url(img/bg_contatti.jpg) no-repeat left top;
}

.content_dove {
	background: url(img/bg_dove.jpg) no-repeat left top;
}
.content_eventi {
	background: url(img/bg_eventi.jpg) no-repeat left top;
}
.logo_ext {
	
}

.logo_ext img {
	border: 1px ridge #b6be49;
}

.clear {
	clear: both;
}

.pOuter {
	display: block;
	height: 100%;
	text-align: center;
}

.slider {
	position: relative;
	margin: 0 auto;
}

.pRow {
	text-align: center;
	background: #f8f8f8;
	height: 150px;
	width: 150px;
	text-align: center;
	vertical-align: top;
}

.pRow img {
	width: 150px;
	height: 150px;
	vertical-align: top;
	border: 1px ridge #b6be49;
}

.pSectionHead {
	text-align: center;
	display: block;
	float: left;
}

#viewerContainer {
	display: none;
	visibility: hidden;
}

.azienda_home_top {
	display: block;
	position: relative;
	clear: both;
	/* width: 185px; */
	min-height: 200px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #69c;
}

* html .azienda_home_top{
	height: expression(document.getElementById("content_left").clientHeight-270);
}

.azienda_home_left {
	display: block;
	position: relative;
	float: left;
	width: 185px;
	height: 200px;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #69c;
}

.azienda_home_right {
	display: block;
	position: relative;
	float: right;
	width: 185px;
	height: 200px;
}

.rnd_container {
	margin: 1px;
}

.rnd_top, .rnd_bottom {
	display: block;
	font-size: 1px;
}

.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {
	display: block;
	overflow: hidden;
	background: url(../img/menu_bg.png) repeat-y left top;
}

.rnd_b1, .rnd_b2, .rnd_b3 {
	height: 1px;
}

.rnd_b2, .rnd_b3, .rnd_b4 {
	border-left: 1px solid #577f81;
	border-right: 1px solid #577f81;
}

.rnd_b1 {
	margin: 0 5px;
	background: #577f81;
}

.rnd_b2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.rnd_b3 {
	margin: 0 2px;
}

.rnd_b4 {
	height: 2px;
	margin: 0 1px;
}

.rnd_content {
	background: url(../img/menu_bg.png) repeat-y left top;
	display: block;
	border-left: 1px solid #577f81;
	border-right: 1px solid #577f81;
}

/* @end */

/* @group FOOTER */

#footer_bottom {
	color: #666666;
}

#footer_bottom div {
	color: #666666;
	font-size: 80%;
	margin: 1.0em;
}

#footer_bottom a {
	font-size: 100%;
	color: #666666;
}

/* @end */

/* @group NAVIGATION */

#navigator {
	position: absolute;
	top: 74px;
	right: 0;
	left: 200px;
	z-index: 5;
	min-width: 568px;
}

#navigator_menu {
	position: relative;
	top: 6px;
	z-index: 6;
	float: right;
}

* html #navigator_menu {
	right: 0;
}

/* MENU */

.menu {
	z-index: 7;
}

/* LIVELLO 1 */

.menu ul {
	list-style-type: none;
}

.menu ul li {
	position: relative;
	float: left;
	width: 142px;
	height: 27px;
}

.menu ul li#item2, .menu ul li#item4, .menu ul li#item110, .menu ul li#item181 {
	border-top: 3px solid #081540;
	border-bottom: 10px solid #081540;
}

.menu ul li#item3, .menu ul li#item5, .menu ul li#item115, .menu ul li#item172 {
	border-top: 3px solid #69c;
	border-bottom: 10px solid #69c;
}

.menu ul li a {
	display: block;
	position: relative;
	top: 1px;
	text-align: center;
	color: #000;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}

* html .menu ul li a {
	height: 27px;
}

.menu ul li.active a {
	color: #ffffff;
	background-color: #b6be49;
	background-image: none;
	}

.menu ul li:hover a {
	color: #fff;
}

.menu ul li#item2:hover a, .menu ul li#item110:hover a {
	background: url(img/item01.jpg) no-repeat left top;
}

.menu ul li#item3:hover a, .menu ul li#item115:hover a {
	background: url(img/item02.jpg) no-repeat left top;
}

.menu ul li#item4:hover a, .menu ul li#item181:hover a {
	background: url(img/item03.jpg) no-repeat left top;
}

.menu ul li#item5:hover a, .menu ul li#item172:hover a {
	background: url(img/item04.jpg) no-repeat left top;
}

/* LIVELLO 2 */

.menu ul li ul {
	display: none;
}

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 36px;
	left: 0;
}

.menu ul li:hover ul li a.hide {
	color: #000;
}

.menu ul li:hover ul li {
	display: block;
	color: #000;
	clear: both;
	border-top: 1px solid #bcb9d3;
	height: 100%;
}

.menu ul li:hover ul li:hover a.hide {
	
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display: block;
	color: #000;
	width: 100%;
	font-weight: normal;
	min-height: 27px;
	height: 100%;
	font-weight: bold;
}

.menu ul li:hover ul li.active a {
	color: #ffffff;
	background-image: none;
	background-color: #b6be49;
}

.menu ul li:hover ul li a:hover {
	color: #ffffff;
}

.menu ul li:hover ul li:hover a {
	color: #ffffff;
}

.menu ul li#item2:hover ul li.active a,
.menu ul li#item3:hover ul li.active a,
.menu ul li#item4:hover ul li.active a,
.menu ul li#item5:hover ul li.active a,
.menu ul li#item110:hover ul li.active a,
.menu ul li#item115:hover ul li.active a,
.menu ul li#item181:hover ul li.active a,
.menu ul li#item172:hover ul li.active a,
 {
	color: #ffffff;
	background-color: #b6be49;
	background-image: none;
}
/* @end */

/* @end */

/* @group ADDITIONS */

#breadcrumbs, #calendar, #news, #search, #login {
	display: none;
}

#breadcrumbs {
	display: block;
	float: right;
	position: relative;
	right: 15px;
}

#primo_piano {
	display: block;
	overflow: auto;
	position: absolute;
	top: 1.5em;
	bottom: 0.5em;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-right: 1.0em;

}

#news {
	display: block;
	position: absolute;
	top: 1.5em;
	bottom: 0.5em;
	left: 0.5em;
	right: 0.5em;
	margin: 0 auto;
	overflow: hidden;
}

#calendar {
	display: block;
	position: relative;
	top: 0;
	bottom: 0.5em;
	left: 0;
	right: 0.5em;
	margin: 0 auto;
	overflow: hidden;
}

#login {
	display: block;
	float: right;
	position: relative;
	right: 15px;
}
/* @end */


/* @group ROUNDED */

.rnd_container {
	margin: 1px;
	position: relative;
	display: block;
}

.rnd_top, .rnd_bottom {
	display: block;
	font-size: 1px;
}

.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {
	display: block;
	overflow: hidden;
}

.rnd_b1, .rnd_b2, .rnd_b3 {
	height: 1px;
}

.rnd_b2, .rnd_b3, .rnd_b4 {
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}

.rnd_b1 {
	margin: 0 5px;
	background: #003366;
}

.rnd_b2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.rnd_b3 {
	margin: 0 2px;
}

.rnd_b4 {
	height: 2px;
	margin: 0 1px;
}

.rnd_content {
	display: block;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	position: relative;
	text-align: center;
}

/* @end */

/* @group LOGIN */

#loginfrm label, #loginreminder label {
	color: #69c;
	font-size: 80%;
}

.logout {
	display: block;
	text-align: center;
	color: #69c;
	font-size: 80%;
}

.logout:hover {
	color: #b6be49;
}

#loginfrm input[type="text"], #loginfrm input[type="password"] {
	width: 80px;
	border: 1px solid #003366;
	background: transparent;
	font-size: 80%;
	color: #b6be49;
}

#loginfrm input[type="checkbox"] {
	background: transparent;
}

#loginfrm input[type="submit"], #loginreminder input[type="submit"] {
	width: 50px;
	text-align: center;
	float: right;
	border: none;
	color: #b6be49;
	background: #081540;
	font-size: 80%;
}

#loginreminder input[type="text"] {
	width: 130px;
	border: 1px solid #003366;
}

/* @end */


/* @group BREADCRUMBS */



.B_crumbBox {
	display: block;
	color: #69c;
}

.B_crumbBox a {
	font-size: 85%;
}

.B_crumbBox a:hover {
	color: #b6be49;
}

.B_firstCrumb, .B_lastCrumb, .B_crumb, B_homeCrumb {
	color: #69c;
}

.B_currentCrumb {
	color: #b6be49;
	font-size: 85%;
}
/* @end */










/* @group CALENDAR */


/*************************************************SECTION CSS POUR LE CALENDRIER*************************************************/



.popperlink {
	z-index: 2;
	visibility: hidden;
	width: 200px;
	position: absolute;
}

/*************************************************SECTION CSS POUR LE CALENDRIER*************************************************/

.CALxContent {
	text-align: center;
	width: 147px;
	position: relative;
	top: 0;
	margin: 0 auto;
}

/***********CSS POUR LES LIENS ET LE MOIS ANNEEDE NAVIGATION************/

.navPeriod {
	text-align: center;
}

.navPeriod a {
	
}

.previousYear img,a,span {
	
}

.previousMonth img,a,span {
	
}

.nextMonth img,a,span {
	
}

.nextYear img,a,span {
	
}

.month {
	
}

.year {
	
}

.CALxTabOfYearContent {
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	margin: 0 auto;
}

.CALxTable {
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	margin: 0 auto;
}

.CALxTable td {
	width: 21px;
	text-align: center;
	border-bottom: 2px solid transparent;
	font-size: 85%;
}

td.emptyDay {
	
}

td.today {
	background: #b6be49;
}

td.inactDay {
}

td.event {
	border-bottom: 2px solid #69c;
}

td.multiple {
	border-bottom: 1px double #69c;
}

td.event a {
	font-size: 100%;
}

td.event:hover a {
	color: #b6be49;
}

td.multiple a {
	
}

td.multiple:hover a {
	color: #b6be49;
}

td.dayPreviousMonth {
	color: #cccccc;
}

td.dayNextMonth {
	color: #cccccc;
}

/*************************************************SECTION CSS POUR LES INFOBULLES*************************************************/

.linkDetailPopup {
	
}
/*
.textfontClass {
	border: 1px ridge #cccc99;
	padding: 3px;
	width: auto;
}

.textfontClass a {
	float: right;
	font-style: italic;
}

.textfontClass a:hover {
	float: right;
	font-style: italic;
	color: #cccc99;
}

  */

.capfontClass {
	
}

.closefontClass {
	
}

.capfontClass,.closefontClass a {
	
}

.fgClass {
	background: #ffffff;
}

.bgClass {
	
}
/* @end */

/* @group EVENTI */
.evt {
	display: block;
	margin: 0;
	padding: 0;
}
.menuEvt {
	display: block;
	margin: 0;
	padding: 0;
}
.itemEvt {
	display: list-item;
	list-style-image: none;
	list-style-type: decimal;
	list-style-position: outside;
}
/* @end */











