/* ----------- */
/* ---main-- */
/* ----------- */
body {
	margin-top: 10px; 
	margin-bottom: 10px;
	background-image: url(fill_body.jpg); 
	background-repeat: repeat-x; 
	background-color: #10479F;
	font-family: Arial;
}
p {
	z-index: 10;
}
div.main {
	position: relative;
	background-image: url(http://verran.wizk.it/frontend/default/fill_content.gif); 
	background-repeat: repeat-y;
}
div.content {
	width: 961px;
	background-image: url(http://verran.wizk.it/frontend/default/fill_content.gif); 
	background-repeat: repeat-y;
	font-size: small;
	color: #032258;
	z-index: 1;
}
div.content-wrapper {
	padding-left: 80px;	
	margin-right: 20px;
	z-index: 1;
}
div.header {
	height: 111px; 
	background-image: url(header.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}
div.justify {
	position: relative;
	z-index: 1;
	/*
	background-color: #FFCC00;
	*/
}
div.footer {
	padding-left: 37px;
}
div.footer-content {
	color: #FFF; 
	height: 326px; 
	/*
	
	*/
	padding-left: 40px; 
	padding-top: 155px; 
	background-image: url(http://verran.wizk.it/frontend/default/footer.jpg); 
	background-repeat: no-repeat;
}
div.footer-text {
	width: 340px; 
	height: 155px; 
	text-align: justify; 
	overflow: auto;
}
div.footer-bottom {
	
}
/* ------------------- */
/* ---language bar -- */
/* ------------------- */
#languagebar {
	position: absolute;
	top: 30px;
	left: 5px;
	z-index: 98;
}
a.language {
	text-decoration: none;
}
img.language {
	border: 1px solid #FFFFFF;
}
/* ------------------- */
/* ---mainMenu -- */
/* ------------------- */
div.mainMenu {
	position: absolute;
	top: 89px;
	left: 250px;
}
a.mainMenu {
	
	color: #FFF;
	
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	
}
a.mainMenu:hover {
	
	color: #1454bb;
	
	background-image: none;
}
td.mainMenu {
	/*background-color: #023e9e;*/
	width: 120px;
	height: 20px;
}
/* ------------------- */
/* ---subMenu -- */
/* ------------------- */
div.submenu {
	/*
	background-color: #0347b4;
	width: 100px;
	overflow: hidden;
	*/
	z-index: 99;
}
a.submenu {
	
	/*background-color: #0347b4;
	overflow: hidden;
	color: #FFF;
	*/
	border-right: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
}
a.submenu:hover a.submenu:visited {

	color: #002157;
	/*
	
	background-color: #023e9e;
	width: 100px;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
	padding-left: 5px;
	*/
}
td.submenu {
	background-image: url(submenuFill.jpg);
	background-repeat: repeat-y;
	color: #002157;
}
td.submenuLastrow {
	background-image: url(submenuBottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
/* ------------------- */
/* ---index         -- */
/* ------------------- */
div.index {
	position: absolute;
	top: 85px;
	left: 39px;
	width: 162px;
	z-index: 2;
}
div.index a {
	text-decoration: none;
	font-size: 11pt;
	font-weight: bolder;
	color: #FFFFFF;
}
td.tdindex {
	width: 162px;
	height: 21px;
	background-image: url(indexmenu.jpg);
	background-repeat: no-repeat;
}
div.index a:hover{
	color: #FFFF99;
}
/* ------------------- */
/* ---items         -- */
/* ------------------- */
div.header-item {
	z-index: 2;
	/*
	background-color: #000000;
	*/
}
div.indextitle {
	text-align: left;
}
div.itemtitle {
	text-align: center;
	font-weight: bold;
	z-index: 1;
}