html, body	{ height:100%; }

a, a:link, a:visited{
	color:#ddd;
	text-decoration:none;	
}
a:hover{
	color:#fff;
	text-decoration:underline;
}

body{
	background:#000000;
	font-family:Eurostile, Verdana;
	color:#eeeeee;
	margin:0;
	padding:0;
	overflow:auto; /* :hidden; */ 
	text-align: center; 
}
H1{
	margin-top:0px;
	font-size:large;
	font-weight:normal
}
h2{
	font-size:medium;
	font-weight:normal;
	color:#fff;
	margin-top:20px;

}

P{
	font-size:small;
	color:#aaa;
	line-height:1.5em;
}


#container{
	margin: 20px auto;
	width:960px;
	position:relative;
}
#div_menu{
	text-align:left;
	position: absolute;
	right:40px;
	top:10px;
	display:none;
	z-index:9999;
}

#div_main{
	position: absolute;
	left:0px;
	top:60px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:1;
}

#div_logo{
	position: absolute;
	top:5px;
	width:400px;
	left: 0px;
	text-align: left;
	background:#000;
	padding:5px 0 0 0;
	z-index:9998;
}

#div_overview{
	position: absolute;
	left:0px;
	top:60px;
	text-align: left;
	z-index:1;
}
#div_gallery{
	position: absolute;
	left:0px;
	top:60px;
	text-align: left;
}
#div_footer{
	font-family:Eurostile, Verdana;
	position: static;
	text-align: center;
}


/*!
 * Ext Core Library 3.0
 * http://extjs.com/
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * 
 * MIT Licensed - http://extjs.com/license/mit.txt
 */
/*-- required & default rules --*/
.ux-menu-container {
    position: relative;
}

.ux-menu,
.ux-menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.ux-menu li {
    position: relative;
    float: left;
	vertical-align:top;
}

.ux-menu ul {
    position: absolute;
    top: 0;
    left: 0;
}

.ext-border-box .ux-menu-ie-iframe,
.ext-ie7 .ux-menu-ie-iframe {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    zoom: 1;
    z-index: -1;
    filter:mask();
}

.ux-menu-vertical .ux-menu-item-main {
    clear: left;
	background:transparent;
}

.ux-menu a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #cccccc;
    background: #000000;	
    filter:alpha(opacity=80);
    opacity:0.8;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 14px;
	white-space:nowrap;
	vertical-align:middle;
}

.thumb a {
    padding: 0px 10px 0 0px;
	font-size:14px;
    line-height: 70px;
	height:70px;
}
.ux-menu .subTitle{
	position:absolute; 
	top:15px; 
	left:115px;
	color:#666666;
	font-size:12px
}


.ux-menu ul a {
    background: #000000;	
}

.ux-menu img{
  filter:alpha(opacity=100);
  opacity:1;
  padding:0 10px 0 0px;
  border:0px;
  float:left;
  width:105px; 
	vertical-align:middle;

}

.ux-menu a.ux-menu-link-last {
/*    border-right: 1px solid #e3dad1; */
}

ux.menu ul a {
    width: 100%;
}

.ux-menu a.ux-menu-link-hover {

 /*    background: url(images/menu-item-bg-over.png) repeat; */
    outline: 0;
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}
.ux-menu a:focus,

.ux-menu a:hover {
    border-color: #fff;
	border-style:solid;
	border-width: 1px; 
    outline: 0;
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;

}

.ext-ie .ux-menu-clearfix {
    zoom: 1;
}

.ux-menu-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ux-menu a.ux-menu-link-parent {
    padding-right: 24px;
    min-width: 1px;
	color:#fff;
}

.ux-menu ul a,
.ux-menu.ux-menu-vertical a {
    border-bottom: 0px;    
/*    border-right: 1px solid #e3dad1; */
}

.ux-menu ul a.ux-menu-link-last,
.ux-menu.ux-menu-vertical a.ux-menu-link-last {
/*    border-bottom: 1px solid #e3dad1; */
}

.ux-menu-arrow {
    display: block;
    width: 8px;
    height: 6px;
    right: 10px;
    top: 14px;
    position: absolute;
    background: url(../img/menu-arrow-down.png) no-repeat;
    font-size: 0;
}

.ux-menu.ux-menu-vertical .ux-menu-arrow,
.ux-menu ul .ux-menu-arrow  {
    width: 6px;
    height: 8px;
    top: 13px; 
    background: url(../img/menu-arrow-right.png) no-repeat;
}

.ext-border-box .ux-menu-arrow {
    top: 17px;
}
.ext-border-box .ux-menu.ux-menu-vertical .ux-menu-arrow,
.ext-border-box .ux-menu ul .ux-menu-arrow {
    top: 16px;
}

.ux-menu ul.ux-menu-hidden {
    display: none;
}
.ux-menu a.current {
    border-color: #fff;
	border-style:solid;
	border-width: 1px;
    outline: 0;
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}

