/*
 * Zago e Associati Main CSS
 * 
 * Copyright (C) 2010 Alberto Sarullo
 *
 * by Alberto Sarullo <alberto.sarullo AT gmail DOT com>
 */

/********************************************************************************
* GENERAL
*/

body {
	font-size: 62.5%;
	font-family: helvetica, arial;
	/* word-spacing: 0.3em; */
	letter-spacing:0.04em;
}

a {
	text-decoration: none;
	color: black;
}

#wrapper, #header, #footer{
	width: 960px;
	height:530px;
	font-size:1.2em;
}

#wrapper {
	margin: auto;
	margin-top: 0px;
	text-align: center;
}





/********************************************************************************
 *
 * HOMEPAGE
 *
 */

#home-left {
	float: left;
	width: 250px;
	height: 520px;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	background: url(../gfx/new-seq2.gif) no-repeat;
	background-position: 70px 0;
	text-align: left;
	font-size: 1.2em;
}

#home-menu {
	margin-top: 160px;
	margin-left: 40px;
	width: 400px;
	text-align: left;
}

#home-menu ul li{
	margin-left: 10px;
}

#home-menu ul li a{
	float: left;
	width: 120px;
	height: 24px;
	padding-left: 80px;
	font-weight: bold;
	color: white;
	background-repeat: no-repeat;
	background-image: url(../gfx/page-header-menu.png);
	background-position: 0 1px;
}

#home-menu ul li a:hover {
	color: black;
	background-image: url(../gfx/page-header-menu-active.png);
}

#lang {
	position: relative;
	top: 234px;
	left: 50px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	_margin-left: 50px; /* IE6 hack */
	_margin-top: 250px; /* IE6 hack */
}
/* Fireforx hack */
@-moz-document url-prefix() { 
	#lang { 
		top: 250px; 
	}
}
/* IE7 hack */
html>body 	#lang { *top: 250px; } 

#lang a {
	float:left;
	width: 70px;
	height: 12px;
	background-image: url(../gfx/page-header-menu.png);
	background-repeat: repeat-y;
	text-align: center;
	color: white;
}

#lang a:hover {
	background-image: url(../gfx/page-header-menu-active.png);
	
}

#home-right {
	float: right;
	width: 450px;
	height: 520px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
}
#home-top, #home-bottom{
	margin-left: 185px;
}
#home-bottom p {
	margin-top:-8px;
}
#home-top p{
	letter-spacing:0.2px;
}
#home-top{
	background: url(../gfx/index-logo-small.png) no-repeat;
	background-position: 0 -50px;
	padding-top: 15px;
}

#index-logo-big{
	margin-left: -187px;
	margin-left: 0px;
}

#index-logo-small{
	margin-top: 188px;
}











/********************************************************************************
 *
 *	CONTENTS PAGE
 *
 */


#header {
	height: 39px;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#header ul li{
	display: inline;
	margin-left: 10px;
}

#header ul li a{
	float: left;
	width: 120px;
	height: 40px;
	padding-top:15px;
	font-weight: bold;
	background: url(../gfx/page-header-menu.png) no-repeat;
}

#header ul li a:hover, #header ul li a.active{
	background: url(../gfx/page-header-menu-active.png) no-repeat;
}





#content {
	width: 678px;
	height: 395px;
	position: relative;
	top: 0;
	left: 0;
	float:left;
	border: solid 1px #7E0000;
	margin-right: 20px;
	text-align: left;
}

#text {
	margin: 40px 0 0 45px;
	padding-right: 50px;
	width: 537px;
	height: 315px;
	font-size: 1.2em;
	line-height: 1.3em;
}

#text p{
	margin: 20px 0 3px 0;
	padding-left: 20px;
	background: url(../gfx/page-content-text-p.png) no-repeat;
	background-position: 0 4px;	
}
#text p.nobg{
	background: none;
}
#text table{
	margin-left: 20px;
}
#text td p{
	background: none;
}
#text ul {
	margin: 1px 0 10px 0;
}


#text ul li{
	padding-left: 20px;
	margin: 1px 0 1px 20px;
	background: url(../gfx/page-content-text-ul-li.png) no-repeat;
	background-position: 10px 5px;	
}


#menu {
	width: 250px;
	height: 397px;
	position: relative;
	top: 0;
	left: 0;
	background: #7E0000;
	float:left;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
}
#menu ul{
	padding-top: 21px;
}
#menu ul li{
	margin-top: 15px;
}
#menu.en ul li{
	margin-top: 9px;
}

#menu ul li a{
	padding: 4px;
	padding-top:5px;
	padding-left: 30px;
	display: block;
	color: white;
	background-color: none;
	background: url(../gfx/page-menu-li.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#menu ul li a:hover {
	color: black;
	background-image: url(../gfx/page-menu-li-over.png);
	background-position: 10px 5px;
}

#menu ul li a.active {
	color: black;
	background-color: white;
	background-image: url(../gfx/page-menu-li-active.png);
	background-position: 10px 5px;
}




#footer {
	height: 50px;
	margin-top: 18px;
	text-align: left;
	position: relative;
	bottom: 0;
	left: 0;
	float:left;
	font-size: 1em;
}

#footer p{
	display: inline;
	float: left;
	font-size:95%;
	margin-top: 0px;
	line-height:13.5px;
}

#footer-img-sx{
	float: left;
	margin-right: 12px
}

#footer-img-dx{
	float: right;
	margin-right: 10px;
}





/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #cfd1d3;
	position: relative;
}

.jspDrag
{
	background: #7E0000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}