/* ----------------------------- Esprimo ---------------------------- */

/* Data ultima modifica: 03 febbraio 2010 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/bgr_body.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #729A00;;
	text-decoration: none;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 150%;
	color: #000;
	font-weight: normal;
}
h2{
	font-size: 120%;
	color: #333;
	font-weight: normal;
}
h3{
	font-size: 110%;
	color: #000;
	font-weight: normal;
}
h4{
	font-size: 110%;
	color: #333;
	font-weight: normal;
}
h5{
	font-size: 100%;
	color: #000;
	font-weight: bold;
}
h6{
	font-size: 100%;
	color: #333;
	font-weight: bold;
}

ul{
	list-style-type: square;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}
ol{
	font-size: 80%;
}
ol ol{
	font-size: 100%;
}
ol ol ol{
	font-size: 100%;
}

ol ul {
	font-size: 100%;
}

hr {
	color: #CCC;
	height: 0px;
	border-top: 1px solid #CCC;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

img {
	border: 0px;
}

#google_trans
{
	position: absolute;
	left: 5px;
	top: 150px;
}

/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

#header {
	width: 970px;
	height:104px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	overflow: hidden;
	background-image: url(../images/bgr_payoff.jpg);
	background-attachment: scroll;
	background-position: right 29px;
	background-repeat: no-repeat;
}

#logo {
	width: 230px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu {
	/*width: 740px;*/
	height: 43px;
	float: right;
	padding: 61px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#breadcrumbs
{
	background-color: #eee;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

#bc_list
{
	margin: 0 auto;
	padding: 0;
	line-height: 30px;
	width: 970px;
}

#bc_list li
{	
	display: inline;
	list-style: none; 
	font-size: .8em
}


#footer_menu {
	/*width: 740px;*/
	height: 43px;
	padding: 10px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 970px;
	
}

#footer_menu li{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 50px 0 0px;
	list-style: none;	
}

#footer_menu a {color: white;}

#footer_menu a:hover {color: gray;}


h1.content_title
{
	text-align: left;
	color: #729A00;
	width: 700px;
	font-size: 2em;
	margin: 20px auto 10px 0;

}

h2.content_title
{
	color: #729A00;
}

.ilink
{
	font-size: 1.2em;
	margin: 5px auto 10px 5px;
	padding: 0 0 0 15px;
	background: url("../images/marker.png") left center no-repeat;
}


#slideshow {
	width: 970px;
	min-height: 280px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 10px auto;
	position: relative;
}

#slideshow_sidebar
{
	/*float: right;*/
	position: absolute;	
	right: 0;
	width: 240px;
	
}

.slideshow_box
{
	margin-bottom: 30px;
	margin-top: 20px;
}

.social_links
{
	margin-top: 5px;
	margin-left: 10px;
}

#nav
{
	list-style: url("../images/marker.png");
	margin: 5px auto 5px 20px;
	padding: 0;
}

#nav li
{
	margin: 5px auto;
}

#nav li a:hover
{
	color: #729A00;
}

#slideshow_content
{
	margin: 0 250px 0 0;
	border-right: 1px solid #dedede;
}

#slideshow_dx{
	width: 520px;
	position: absolute;
	top: 30px;
	right: 0;
}

#slideshow_sx{
	margin: 10px 530px 10px 0px;
	width: 400px;
	height: 250px;
	font-size: 18px;
	padding: 25px 0px 0px 0px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_main.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

#content {
	width: 970px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	overflow: hidden;
}

#colSx {
	width: 240px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	border-right: 1px solid #DEDEDE;
}

#titleSx {
	height: 40px;
	padding: 22px 25px 0px 35px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/marker_title.png);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 140%;
	color: #000;
}

#contentSx {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
	/*background-image: url(../images/bgr_contentSx.jpg);*/
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-y;
}

#colDx {
	width: 230px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	
}

#titleDx {
	height: 40px;
	padding: 22px 25px 0px 35px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/marker_title.png);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 140%;
	color: #000;
}

#contentDx {
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	/*background-image: url(../images/bgr_contentDx.jpg);*/
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-y;
}

#colCx {
	width: 430px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	border-right: 1px solid #DEDEDE;
}

#titleCx {
	height: 40px;
	padding: 22px 25px 0px 35px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/marker_title.png);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 140%;
	color: #000;
}

#contentCx {
	padding: 0px 25px 0px 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	/*background-image: url(../images/bgr_contentDx.jpg);*/
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-y;
}

/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/*********** #menu styles ***********/
#menu ul {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}
#menu li {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 90%;
}


#menu li a, #menu li a:link, #menu li a:visited, #menu li a:active {
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_menu_section.jpg);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
	line-height: 45px;
	text-align: center;
	color: #333;
	font-weight: normal;
}

#menu li a:hover {
	background-image: url(../images/bgr_menu_section_hover.jpg);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: repeat-x;
	text-decoration: none;
	color: #729A00;
}


#menu li.current{
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_menu_section.jpg);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
	line-height: 45px;
	text-align: center;
	color: #729A00;
	font-weight: normal;
}


/************** #footer styles **************/
#footer {
	font-size: 80%;
	color: #999;
	padding: 5px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
	background-color:#171717;
	min-height: 150px;
}

#footer_content {
	width: 970px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	overflow: hidden;
}


#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #729A00;
	text-decoration: none;
}


/** 
 * text
 */


.text {
	margin: 10px 0px 10px 0;
	padding: 10px 20px 10px 0;
	width: 700px;
}

.text-title {
	height: 40px;
	padding: 22px 25px 0px 35px;
	margin: 0px 0px 0px 0px;
	background-image: url("../images/marker_title.png");
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 140%;
	color: #000;
}
 
.text-footer {
	text-align: right;
	margin-right: 20px;
}


.image {
	text-align: center;
	margin: 20px auto 30px auto;
}

.image-body {
	
}

.image-caption {
	font-size: .9em;
	font-family: serif;
	color: #666;
}

.flash
{
	text-align: center;;
}


.d2w-path-last
{
	color: #729A00;
}




