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

/*Layout Styles*/
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
	font-size: 100%;
}
.oneColLgSide #container {
	width: 750px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLgSide #header {
	position: relative;
	padding: 0;
	height: 230px;
	width: 750px;
	*z-index: 100;
}
.oneColLgSide #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLgSide #mainContent {
	padding: 0;
	*height: auto !important;
	width: 750px;
	min-height: 700px;
	height: 700px;
}
.oneColLgSide #footer {
	padding: 0;
	height: 75px;
	width: 750px;
}
.oneColLgSide #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding: 10px 0; */ /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*Layout Styles-END*/


/*Presentation Styles*/
body {
	background: #999999;
}

.oneColLgSide #header {
	background: url(../images/header.png) no-repeat;
}
.oneColLgSide #container {
		
}
#mainContent {
	background: #000000 url(../images/maincontent_bg.png) no-repeat;
	margin-top: -20px;
	*margin-top: 0;
}
#mainContent h1 {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
	font-size: 1.4em;
	color: #FFCC33;
	margin: .8em 0 -0.5em;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 15px;
}
#mainContent h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
	font-size: 0.95em;
	margin: 0 0.5em;
	color: #FFCC33;
	padding-left: 20px;
}
#mainContent p {
	font-size: 0.85em;
	line-height: 1.6em;
	text-align: justify;
	padding-left: 1.6em;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
	padding-top: 5px;
	width: 550px;
}

#mainContent a {
	color: #fa0;
	text-decoration: none;
	font-style: italic;
}

/* Scrollable text settings*/
div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 	margin-top: 6px;
    height: 545px; 
    width: 600px;
    _top: -560px; 
} 

div.scrollable2 { 
 	/* required settings */ 
    position:relative; 
    overflow:hidden; 
    margin-top: 6px;
    height: 545px; 
    width: 150px; 
} 

div.scrollable div.items { 
    position:absolute; 
    height:20000em;
}    
div.scrollable2 div.items { 
    position:absolute; 
    height:20000em; 
}
/* Scrollable text settings-END*/

/* Sidebar settings*/
#sidebar1 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #000;
	width: 150px;
	height: 600px;
	float: right;
	margin-top: 20px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: relative;
	*top: 20px;
}

#sidebar1 p {
	width: 140px;
	padding-left: 5px;
	font-size: 0.75em;
	padding-top: 0;
	text-align: left;
	*font-size: 0.85em;
	*margin-top: 5px;
}

#sidebar1 h2 {
	padding-left: 27px;
	padding-top: 5px;
	font-size: 1em;
	letter-spacing: 2px;
	*font-size: 1.1em;
	*padding-left: 20px;
	*margin-top: 5px;
}
/* Sidebar settings-END */

/* Footer settings */
.oneColLgSide #footer {
	background: url(../images/footer.png) no-repeat;
	border-bottom: thick solid #000000;	
	border-bottom-width: 20px;
	
}

#footerinfo {
	font-size: .7em;
	color: #b1b1b1;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
	position: absolute;
	width: 750px;
	padding-top: 80px;
}
/* Footer settings-END */

/* Full size background settings*/
#background{
	position:relative;
	z-index:1;
	width:100%;
	height:100%;
}

#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}
/* Full size background settings-END*/

/*Presentation Styles-END*/

/* This is the header background link clickable area */
#box1 {
	position: absolute;
	top: 80px;
	left: 50px;
	width: 100px;
	height: 110px;
	background-color: transparent;
}
#box2 {
	position: absolute;
	top: 80px;
	left: 160px;
	width: 100px;
	height: 110px;
	background-color: transparent;
}
#box3 {
	position: absolute;
	top: 40px;
	left: 275px;
	width: 100px;
	height: 110px;
	background-color: transparent;
}
#box4 {
	position: absolute;
	top: 80px;
	left: 360px;
	width: 100px;
	height: 110px;
	background-color: transparent;
}
#box5 {
	position: absolute;
	top: 20px;
	left: 470px;
	width: 100px;
	height: 110px;
	background-color: transparent;
}
#box6 {
	position: absolute;
	top: 55px;
	left: 570px;
	width: 110px;
	height: 150px;
	background-color: transparent;
}
#box-logo {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 380px;
	height: 45px;
	background-color: transparent;
}
#box-slo {
	position: absolute;
	top: 15px;
	left: 687px;
	width: 43px;
	height: 20px;
	background-color: transparent;
}
#box-eng {
	position: absolute;
	top: 50px;
	left: 687px;
	width: 43px;
	height: 20px;
	background-color: transparent;
}

/* This is the header background link clickable area-END*/

/* classes for hover tooltips */
.hovertip {
	position: absolute;
	display: none; /* in case javascript is disabled */
	width: 270px;
	height:350px;
	background: url(../images/sub-bg.png) no-repeat;
	font-size: 14px;
	z-index: 100;
	margin-left: 5px;
	margin-top: 10px;	
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
	text-align: justify;
	padding: -50px;
}

.hovertip p {
	margin-top: -5px;
	font-style: italic;
}

.hovertip_target {
	font-style: italic;
}
.hovertip_target:hover {
	text-decoration: none;
	cursor: default;
}
.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	float: left;
	position:absolute;
	line-height:1.0;
	width:750px; 
	height:200px;
	padding:0px; 
}
.nav ul {
    width:160px;	
	list-style:none;	
	background:#fff; /*IE6 needs this*/
}
.nav li {
	float: left;
	list-style:none;	
	position:relative;
}
.nav a {
	color: #fff; 
	text-decoration:none;
	display:block;
}
.nav li ul {
	left:0;
	top:-999em;
	width: 180px;
	padding-top:50px;
	height:190px;
	background: url('sub-bg.png') no-repeat;
	position:absolute;
	list-style:none;
	z-index:100;
	text-align: center;
}
ul.hovertip li {
	display:inline;
	list-style:none;
	
}
ul.hovertip li a{
	text-decoration:none;
	font-style:italic;
	color: #FFCC33;
	float: right;
	margin-right: 25px;
}
ul.hovertip {
	width:200px;
	padding-top:15px;
	padding-left:15px;
	height:95px;
	padding-bottom:35px;
	display:block;
}

ul.hovertip h2 {
	color: #FFCC33;
	*padding-top: 10px;
	font-size: 1.4em;
}
/* classes for hover tooltips-END*/

/* classes for ADxMenu */
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */
/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding-left: 0;
	border: 0;
	list-style-type: none;
	display: block;
	height: 30px;
	width: 750px;
	position: absolute;
	bottom: 0;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
	background: #000000;
	/*margin-top: -20px;*/
	/*margin-bottom: -20px;*/
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial;
	font-size: 0.85em;
}

.menu ul {
	width: 11em;
	
}

.menu a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #FFCC33;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
/* classes for ADxMenu-END */


