*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Optima, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	height: 100%;
	background: #E8ECD5;
}
a, a:visited{
	text-decoration: none;
	color: #666666;
}
a:hover, a:active{
	color: #88A12B;
}
a img{
	border: none;
}
#loading{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E8ECD5 url(images/ajax-loader.gif) center center no-repeat;
	z-index: 99;
}

#wrapper{
	width: 980px;
	margin: 5px auto;
}

#header{
	height: 75px;
	width: 350px;
	margin-left: 625px;
	background: url(images/logo.jpg) top right no-repeat;
	cursor: pointer;
}
#header h1{
	display: none;
}
#flash_menu{
	position: absolute;
	height: 150px;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#no_flash_menu{
	padding-left: 5px;
}
#no_flash_menu a{
	margin-right: 10px;
}
#submenus{
	font-family: 'SyntaxLTStd-Bold ttf', Optima, Helvetica, Verdana, Arial, sans-serif;
	position: absolute;
	z-index: 5;
	margin-left: 170px;
	margin-top: 30px;
	white-space: nowrap;
}
#submenus ul{
	list-style: none;
	width: 135px;
	background: url(images/overlay_bg.png);
	padding: 10px 0px 5px 15px;
	min-height: 180px;
}
#submenus.open ul{
	background: url(images/overlay_act_bg.png);
}
#submenus li{
	font-size: 16px;
	height: 22px;
}
#submenus ul .active{
	background: url(images/menu_arrow.png) right center no-repeat;
	color: #eee;
}
#main{
	height: 600px;
	padding-top: 30px;
	padding-left: 330px;
	padding-right: 90px;
}
#content{
	background: url(images/overlay_bg.png);
	color: #10130C;
	padding: 15px;
	position: relative;
	line-height: 16px;
	z-index: 2;
	min-height: 200px;
}
#content a, #content a:visited{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover{
	color: #cbdd44;
	text-decoration: none;
}
#content ul{
	padding: 10px;
	margin-left:10px;
	list-style: circle outside;
}
#content ul li{
	padding-left: 5px;
}
#content.light_content{
	color: #eee;
}
#content.light_content a, #content.light_content a:visited{
	color: #cbdd44;
}
#content.light_content a:hover{
	color: #fff;
	text-decoration: none;
}
#footer{
	clear: both;
	text-align: right;
	padding: 5px;
	padding-right: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
}

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}
.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}
.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}
.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}
.sIFR-active #submenus li{
	line-height: 1em;
	height: 20px;
}
.sIFR-active #content ul{
	padding: 5px;
}
.sIFR-active #content li{
	line-height: 1em;
	height: 16px;
}
.sIFR-active #footer{
	line-height: 1em;
}

