/* ------ Global Style reserve --- START ------------------------------------ 
html { overflow-y:scroll; overflow-x:auto; height:100%;}

body { overflow:hidden;
	text-align: center;
	margin: auto;
	background: -moz-linear-gradient(top, #03f, #000 145px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #03f), color-stop(0.2, #006), color-stop(1.0,#003));
 	background-color:#000;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF0033ff', EndColorStr='#FF000000');
}
 ------ Global Style reserve --- END ------------------------------------ */

/* ------ start INTRO STYLE --------------------------------------- */
#headnav { width:1020px; height:20px; top:18px;}	
#headintro { width:650px;  height:20px; top:35px;}	
#headnav, #headintro  {
 	font: normal .8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	margin:auto; text-align:center;
	position:relative;
	cursor:text;
	border: none 1px #03f;
	border-radius: 20px; -webkit-border-radius: 20px;	-moz-border-radius: 20px;
	line-height: 100%;
	-webkit-box-shadow: 0px 1px 3px rgba(, 0, 0, .9);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .9);
	background: #006; /* for non-css3 browsers */
	background: -moz-linear-gradient(top,  #6cf,  #006 50%);
	background: -o-linear-gradient(top,  #6cf,  #006 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #6cf), color-stop(0.5, #006), color-stop(1.0, #003));
}	
#headnav a {
	position:relative;
	top:1px;
	font-size: 11px;
	cursor: text; 
	font-weight: bold;
	color: #ffd700;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(255, 255, 204, .6);
	}
#intro { font: normal .8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	height: 38px;
	width:680px;
	margin:auto;
	text-align:center;
	position:relative; top:15px;
	margin-top: 20px;
	padding: 5px 5px 0px;
	line-height: 100%;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	 box-shadow: 0px 5px 4px rgba(222, 243, 245, .8);
	 -webkit-box-shadow: 0px 5px 4px rgba(222, 243, 245, .8);
 	 -moz-box-shadow: 0px 5px 4px rgba(222, 243, 245, .8);
	background: #8b8b8b; /* for non-css3 browsers */

	background: -webkit-gradient(linear, left top, left bottom, from(#272d34), to(#bfbfbf));
	background: -moz-linear-gradient(top,  #272d34,  #bfbfbf 90%);
	background: -o-linear-gradient(top,  #272d34,  #bfbfbf 90%);
	border: solid 1px #6d6d6d;
}
.headintro { font-weight:bold; text-align:center; text-shadow: 0px 1px 1px rgba(255, 255, 204, .6); }
#footnav  {
 	font: bold .8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	height:65px;
	margin:auto; width:1060px; text-align:center;
	position:relative; top:48px;
	cursor:text;
	border: none 1px #03f;
	border-radius: 26px; -webkit-border-radius: 26px;	-moz-border-radius: 26px;
	line-height: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #006; /* for non-css3 browsers */
	background: -moz-linear-gradient(top,  #6cf,  #006 15%);
	background: -o-linear-gradient(top,  #6cf,  #006 15%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #6cf), color-stop(0.2, #006), color-stop(1.0, #003));
}	
#foot { font: normal .8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	height: 38px;
	width:1050px; height:70px;
	margin:auto;
	text-align:center;
	position:relative; top:-15px;
	margin-top: 20px;
	padding: 5px 5px 0px;
	line-height: 100%;
	border-radius: 4em;
	-webkit-border-radius: 4em;
	-moz-border-radius: 4em;
	 box-shadow: 0px 5px 4px rgba(222, 243, 245, .8);
	 -webkit-box-shadow: 0px 5px 4px rgba(222, 243, 245, .8);
 	 -moz-box-shadow: 0px 5px 4px rgba(222, 243, 245, .8);
	background: #8b8b8b; /* for non-css3 browsers */

	background: -webkit-gradient(linear, left top, left bottom, from(#272d34), to(#bfbfbf));
	background: -moz-linear-gradient(top,  #272d34,  #bfbfbf 90%);
	background: -o-linear-gradient(top,  #272d34,  #bfbfbf 90%);
	border: solid 1px #6d6d6d;
}
#foot ul {width:900px; margin:auto; text-align:center; margin-top:5px; }
#foot li { 
	font: normal .9em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	color: #000090;
	z-index:1;
	padding: 0px 50px 0px;
	float: left;
	list-style: none;
}
#foot img { 
	cursor:pointer;
}
/* --------------------------- end INTRO STYLE --------------- */

/* ------ START --------------------- remove this lines in the future */
.iframe {visibility:hidden; position:fixed; top:0px; left:0px; width:1000px; height:100%; }
#outerDisplay   { 
	position:static;
	top:0px;
	left:0px;
	padding:0px;
	width:100%;
	margin:auto;
	background:transparent;
	border:none;
	}
#hiddenContent {
	visibility:hidden;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:1010px;
	height:0px;
	}
/* -------- END ----------------------------------------------------------------------- */

#mainMenu {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: none;
	width: 1055px;
	padding-top: 18px;
	margin: auto;
	text-align: center;
	color: #666;
}

a {
	color: #333;
}
#nav {
	width: 1055px; 
	margin: auto;
	text-align: center;
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
		background: #8b8b8b; /* for non-css3 browsers */

		background: -webkit-gradient(linear, left top, left bottom, from(#272d34), to(#e1e1e1));
		background: -moz-linear-gradient(top,  #272d34, #e1e1e1 90%);
		background: -o-linear-gradient(top,  #272d34, #e1e1e1 90%);
			border: solid 1px #6d6d6d;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	z-index:1;
	text-align:left;
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	display: block;
	padding:  8px 20px;
	margin: 0;
		border-radius: 1.6em;
		-webkit-border-radius: 1.6em;
		-moz-border-radius: 1.6em;
}
#nav a:hover {
	background: none !important;
	color: #4d4d4d !important;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	/*			border: solid 1px #6d6d6d; */
	border-top: solid 1px #e4e4e4;
			background: #b0b0b0;

			background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#9a9a9a));
			background: -moz-linear-gradient(top,  #eeeeee, #9a9a9a 90%);
			background: -o-linear-gradient(top,  #eeeeee, #9a9a9a 90%);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #494949;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0055b3 /* url(img/gradient.png) repeat-x 0 -100px */ !important;
	color: #fff !important;
		text-shadow: 0 1px 1px rgba(0,0,0, .8);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 210px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
		background: #ddd url(img/gradient.png) repeat-x 0 0; 
			background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#9a9a9a));
			background: -moz-linear-gradient(top,  #eeeeee, #9a9a9a 90%);
			background: -o-linear-gradient(top,  #eeeeee, #9a9a9a 90%);

}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
