/* CSS Document */

/* body tag styles */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333333;		 
}	   

body.top
  {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333333;		 
	background-repeat:no-repeat;
	background-image:url(top.png);
}	   

h1 {		  
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #A0522D;
	border:2px solid #b52a23;
	background:#d1d5be;
	padding:4px;
	margin:9px;
}		   

.infolegale {		  
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #601000;
	padding:4px;
	margin:9px;
}

a.def:link 
{
	font-size: 10px;
	color: #A0522D;
	text-decoration: none;
	font-weight: bold;
}

a.def:visited 
{ 
	font-size: 10px;
	color: #A0522D; 
	text-decoration: none;
	font-weight: bold;
}

a.def:hover {  
	font-size: 10px;
	color: #A0522D; 
	text-decoration: none; 
	font-weight: bold;
	background: none;
}

a.def:active 
{  
	font-size: 10px;
	color: #A0522D; 
	text-decoration: none;
	font-weight: bold;
	background: none;
}

/* content link styles */

a:link 
{ 
	color: #FFFFFF; 
	text-decoration: underline; 
}

a:visited 
{ 
	color: #FFFFFF; 
	text-decoration: underline;
}

a:hover {  
	color: #A0522D; 
	text-decoration: none; 
	background: #FFFBF2;
}

a:active 
{  
	color: #A0522D; 
	text-decoration: none;
	background: #FFFBF2;
}

/* left and right border of website */
.border {
	border-left: 1px solid #435C38;
	border-right: 1px solid #435C38;
	border-bottom: 1px solid #435C38;
}

/* blue gradient repeater under the logo and banner */
.repeater {
	background : url(../img/banner_repeater.gif) repeat-x;
}

/* top right hand global links  and link styles */

.topmenu {
	background: #A0522D;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
	height: 21px;
}

.rightmenu {
	background: #d1d5be;
	text-align: center;
	color: #000000;
	font-size: 11px;
	height: 21px;  
	border-bottom: 1px solid #888888;
}

.righttxt {
	text-align: justify;
	color: #000000;
	font-size: 10px;
}

.intro {
	color: #000000;
	font-size: 11px;
	text-align: justify;
	line-height: 1.5em;
	padding: 20px 0;

}

/* -----------------------------------   lightbox  -----------------------------------  */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(lightbox/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url(lightbox/blank.gif);
	filter: Alpha(opacity=50);
}