/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font-family:"Century Gothic";
font-weight: lighter;
text-align:center;
color: White;
background: Black;
}


a{
text-decoration:none;
background-color:inherit;
}
a:hover{
text-decoration:none; background-color:inherit;
}
a:visited {
text-decoration:none; 
}
 
 a img {
 border: 1px solid Black;
 }
 a:hover img {
 border: 1px solid #A80000;
 }


img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/



* html #navigation a {width:1%;}


/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}


#navigation{
line-height: 20px;
margin: 1px 1px 1px 14px;
background: White;
color: #313131;
}

#navigation li{
float:left;
list-style-type:none;
border-right:0px solid #ffffff;
white-space:nowrap;
display: inline;
position: relative;
}

#navigation li a{
display:block;
padding: 0 10px 0px 4px;
font-size: 12px;
font-weight:normal;
text-transform:uppercase; /* transformed text to uppercase */
text-decoration:none;
background-color: #787878;
color: #F1F1F1;
 text-align: left;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background: #787878;
color: #CACACA;
text-decoration:none;
}

/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}

	#navigation ul {
		height			: 18px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
		width			: 100%;
		margin			: 0;
		padding			: 0;
		background: #787878; /* background coor of the drop downs */
		color: #3E3E3E;
		list-style-type	: none;
	}

		#navigation li ul {
			border-top		: 0px solid White;
			margin-top		: 3px;		
/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display		: none;
			left			: 0;
			position		: absolute;
			width			: 152px;		
/* width of the drop down menus? */
			height			: auto;
			color: #CACACA;
		}
		
		#navigation li li {
			width			: 100px;		/* width of the drop down menus? */
			border			: 0px solid #FFFFFF; /* color of drop down borders */
			border-top		: 0;
			
		}
		
		#navigation li li a {
		display:block;
		padding: 0 0px 0px 8px;
		font-size: 12px;
		font-weight:normal;
		text-transform:uppercase; /* transformed text to uppercase */
		text-decoration:none;
		background-color:inherit;
		color: #F1F1F1;
		border-right: none;
		width: 100px;
		
		}
		#navigation a:hover, #navigation a:focus {
		background-color:inherit;
		color: #F1F1F1;
		
		}
		
		#navigation .sel a {
		background-color: White;
		color: #A52A2A;
		}
		#navigation a:active {
		background-color: #787878;
		color: #F1F1F1;
		}

/**************** Content styles ****************/


#container{
display:     block;
border: 0	px solid #A52A2A;
  width:       986px;
  height:      600px;
  position:    absolute;
  top:         50%;  left:   50%;
  margin:      -300px 0 0 -493px;
  
}

 

#header1 {
font-family: "Century Gothic";
width: auto;  height: 60px;
margin: 0px 1px 1px 1px;
color: #BFBFBF;
border: 0px solid Aqua;
text-align: left;
  
} 


#content_images {
	position: absolute;
	left: 0px;  width: 100%;
	border: 0px solid Black;
	color: White;
	padding: 0px;
	font-size: 10pt;
	text-align: justify;
	bottom: 5px;
}

#content_images h1{
display:block;
margin:0 0 16px 0;
font-size: 26px;
font-weight:normal;
letter-spacing: -1px;
color:#505050;
 
}

#content_images h2{
display:block;
margin:0 0 16px 0;
font-size: 22px;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content_images h2 a 
{font-weight:normal;}

#content_images h3 
{margin:0 0 5px 0; font-size: 16px; letter-spacing:-1px;}

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


#content_text {
	left: 0px;  width: 100%;
	border: 0px solid Black;
	color: White;
	padding: 0px;
	font-size: 10pt;
	text-align: justify;
	bottom: 0px;
}

#content_text h1{
display:block;
margin:0 0 16px 0;
font-size: 26px;
font-weight:normal;
letter-spacing: -1px;
color:#505050;
 
}

#content_text h2{
display:block;
margin:0 0 16px 0;
font-size: 22px;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content_text h2 a 
{font-weight:normal;}

#content_text h3 
{margin:0 0 5px 0; font-size: 16px; letter-spacing:-1px;}

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


#content a:hover,#subcontent a:hover{text-decoration:underline;}



/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size: 11px;  background: transparent;       }
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{ border: 1px solid #CECECE;  color: #003A77;                          }
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight: bold;}

/**************** Searchbar styles ****************/

#searchbar{margin: 2px 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height: 12px;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size: 12px;
text-align:center;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 5px 0px 5px 0px;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	padding-top: 8px;
}
 
/**************** Misc classes and styles ****************/
.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size: 10px;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;
}

#bix{
  position: absolute;
	left: 5px;  top: 97%;
	width: 100%;
	color: #C6C6C6;
	font-size: 11px;
	text-align: left;
	z-index: 1;
}

#bix a{color: White; background-color:inherit; }

.title_site { 
position: absolute;
padding: 20px 0px 0px 8px;
width: 100%;
font-size: 40px; 
letter-spacing: 0px;
color: White;
font-weight: lighter;
text-align: left;
}

.bread_crumbs { 
position: absolute;
top: 7%;
text-align:center!important;
width: 100%;  
font-size: 20px; 
text-align: center;
text-transform:uppercase; 
letter-spacing: -1px;
color: White;
font-weight: lighter;
  }

  }

.box{
margin: 5px 0 12px 0px;
padding: 6px 5px 5px 1px;
background-color:#fafbfc;
color: #787878;
 list-style: inside url(images/li.png);
 font-size: 11px;
}

hr {
	width: 95%;
	text-align: center;
	color: #E9E9E9;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
 

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {
position: absolute; 
margin-left: 20px;
background: #787878;}

#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 10px;
	background: Black;
	border-top: 0;
	padding:0;
	font-size: 12px;
	margin-left: 10px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase;
	width: auto;
	/* 	(Disappearing List-Background) 	http://www.positioniseverything.net/explorer/ie-listbug.html */
	position: relative; /* Fix the Stupid IE6 Bug */
			}
#nav ul li {
float: left; color: #fff; 
text-align: center; 
font-weight: normal;}

#nav ul li a {
display: block; background: Black; 
padding: 5px 10px; padding-bottom: 4px; 
color: #fff; 
text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
color: White;
 }
#nav li a:active, #nav ul li a.active {
background: Black; 
border-color: #fff; 
color: #787878;}

/* Current page Customisations*/
#nav li.menu-current a		{
background: Black; 
color: #fff; border-bottom: 
0px solid #000;}

#nav li.menu-current a		{
font-weight: normal;} 

/* 2nd Child menu */
#nav .menu li ul {
position: absolute; 
width: 12em; margin: 0; 
display: none; text-transform: none; 
text-transform:uppercase; /* transformed text to uppercase */

}

#nav .menu li ul li {
width: 300px; text-align: left; 
font-weight: normal; margin: 0; 
padding: 0; line-height: 10px;

}
/* menu 2° livello */
#nav .menu li ul a {
width: 13.5em; 
padding: .4em .1em .4em .4em; 
background: Black; 
color: #fff; font: bold;
margin-left: 10px;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
background: #535353;  
color: White;
font-weight: normal;
letter-spacing: 0px;
 }

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ 
width: 11.5em; padding: .6em .1em .6em .4em; 
background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navContainer {
width: auto;
padding: 70px 0px 0px 0px;
display:block;
clear:both;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; 
display:none;} /* hides from normal css enabled browsers */


/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code			{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

