@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
    background-image: url(../images/background.jpg);
	background-position:center center;
    background-attachment:fixed;
}

#site_container
{
	text-align:center;
}

#content
{
	width:950px;
	margin:0px auto 0px auto;
	text-align:left;
}

#top
{
	height:203px;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
}

* html #top
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/top.png", sizingMethod="scale");
}

#menu
{
	height:48px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
}

* html #menu
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/menu.png", sizingMethod="scale");
}

#details_area
{
	width:950px;
	background-image:url(../images/main_background2.png);
	background-repeat:repeat-y;
}

/** html #details_area
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/main_background2.png", sizingMethod="scale");
}*/

#details_area a:link, #details_area a:visited
{
	color:#000000;
	text-decoration:underline;
/*	position:relative;*/
}

#details_area a:hover
{
	text-decoration:none;
	color:#A7A7A7;
}

#details_area_left
{
	width:600px;
	float:left;
	padding-left:15px;
	padding-bottom:10px;
}

h1, h2
{
	font-size:18px;
	font-weight:normal;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;
}

.details_text
{
	font-size:12px;
	color:#000000;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
}		

#details_area_right
{
	width:295px;
	float:right;
	padding-right:15px;
	padding-bottom:10px;
}

.clearify
{
	clear:both;
	visibility:hidden;
}
	
#footer
{
	height:45px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
}	

* html #footer
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/footer.png", sizingMethod="scale");
}

#footer a:link, #footer a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
}

#footer a:hover
{
	text-decoration:underline;
}

/*-------------------------------------Navigation------------------------------------------*/

#nav
{
	color:#FFFFFF;
	height:38px;
	font-size:12px;
	padding-left:4px;
}

#nav ul {

	list-style:none;
}

#nav ul ul
{
	background-color:#743434;
}	

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding:1em 1.1em 1em 1.1em;
	position:relative;
}

#nav ul ul a 
{
	padding:0.3em 0em 0.3em 0.5em;
	z-index:1;
}

#nav li {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:220px;
	font-weight: normal;
	border: solid #FFFFFF;
	border-width:1px;
	margin: 0px;
}

#nav li li {
	width:220px;
	font-size:12px;
	border-bottom: solid #FFFFFF;
	border-width:1px;
}

#nav li ul a {
	width: 200px;
	z-index:1;
}

#nav li ul ul {
	margin: -2em 0 0 220px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #000000;
}

#nav li ul li:hover, #nav li ul li.sfhover
{
	background-color:#000000;
}

.testo_nolink {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000;
			font-weight: normal;	
			text-decoration: none;
}

.details_text1
{
	font-size:11px;
	color:#000000;	
	padding-top:0px;
	padding-bottom:0px;
}	

/*ul {
	margin:0;
	padding-left:15px;
	}*/