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

body{
	margin-top:0;
	font-size: 12px;
	font-family: tahoma;
	color: #5e5f74;
	background-color: #98adae;
	background-repeat: repeat-x;
	background-image: url(images/bg_gra.jpg);
	overflow-x:hidden;
}

#flash-bg {

height:200px;
width:1250px;
text-align:center;
position:absolute;
left:0;
top:0;
z-index:-4000;
width:1250px;
}

.overlay 
{
background: #000;
		
position: absolute; top: 0; left: 0;
		
z-index: 10000;
		width: 100%;}




/* Vertical Navigation */
#vertical-navigation { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	float: right;
	position: relative}


/* CSS for each Parent Item */
#vertical-navigation li {float: left; position: relative;}

#vertical-navigation li a
{
	float: left;
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	margin-right: 10px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	background: #999;
	color: #fff;	
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {display: block;}

#vertical-navigation ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1.8em;
	left: 0;
}

#vertical-navigation ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 200%;
	display: block;
	padding: 0 6px 0 0;
	float: none;
	text-transform: lowercase;
	color: #999;
	background: none;
}

#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: none;
	color: #000;
}

#menu{width:962px; padding-top:2px;}

/*- sideMenu --------------------------- */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#smenu{
	width: 228px;
	margin: 0px;
	}
	
#smenu li a {
display: block;
		padding: 8px 0 0 18px;
  	height: 22px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #4e5665;
	text-decoration: none;
	}	
	
#smenu li a:link, #smenu li a:visited {
	display: block;
	background:  url(images/menu-off.gif);
	padding: 8px 0 0 18px;
	font-family: Tahoma;
	font-size: 12px;
		color: #4e5665;
	}
	
#smenu li a:hover {
	background:  url(images/menu-on.gif) ;
	padding: 8px 0 0 18px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	}
