﻿
body 
{	
	text-align: left;
	background-color: #000000;
	margin: 0px;
	margin-bottom: 20px;
	font-family: arial;
	/*scrollbar-3dlight-color: #B7B7B7;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #B7B7B7;
	scrolbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	*/
	_behavior:url('hover.htc'); 
	color: #ffffff;
}

a img {border: 0px;}
.clear {clear: both;}
.nowrap {white-space: nowrap;}
.box {border:  1px solid red;}
.red {background: red;}
.off {display: none;}
p {margin-top: 0px; margin-bottom: 10px; line-height: 18px;}

table.layout {
	border-collapse: collapse;
	border: 0px;
}

table.layout td {
	padding: 0px;
	vertical-align: top;
}

table.layout td.vMiddle	{vertical-align: middle;}


#Page {
	width: 960px;
	margin: 0px 0px;
	text-align: left;
	position: relative;	
	}

.logo {
	position: absolute;
	top: 0px; 
	left: 0px;
	display: block;	
	overflow: hidden;
	width: 190px;
	height: 282px;
	xborder:1px solid red;
	}
	
#secondaryMenu {
	position: absolute;
	z-index:2;
	top: 15px;	right: 8px;
	width: 200px; height: 28px;
	}
	
	#secondaryMenu A{
		float: left;
		color:#F0C929;
		font-weight:bold;
		font-size:11px;
		text-decoration:none;
		background: url(../Image/Layout/mainmenu_bullet.gif) center left;
		background-repeat:no-repeat;
		padding-left:8px;
	}	
	
	#secondaryMenu span {	
		float: left;	
		height: 12px;	
		width: 1px;
		color: #F3C917;
		background: url(../Image/Layout/mainmenu_seper.gif) no-repeat;
		background-position:3px right;
		margin:0 10px;
	}


#MainMenu 
{
	position: absolute;
	top: 157px; *top:152px; 
	left: 190px;
	width: 727px;
	height: 34px;
	background: url(../Image/Layout/mainmenu_border.gif) repeat-x left top;
	overflow: hidden;
	xborder:1px solid red;
	}

#MainMenu a {	
	float: left;	
	height: 34px;	
	color: #F3C917;
	background: url(../Image/Layout/mainmenu_bullet.gif) no-repeat 25px 14px;
	text-decoration: none;
	text-align: center;	
	font-size: 12px;
	font-weight: bold;
	padding: 9px 33px;	
	}

#MainMenu span {	
	float: left;	
	height: 34px;	
	width: 1px;
	color: #F3C917;
	background: url(../Image/Layout/mainmenu_seper.gif) no-repeat 0px 10px;
}

#MainMenu a.last {
	padding-right: 0px;
}

#MainMenu a.current {	
	color: #ffffff;
	}
	
.ChildMenu	{
	position: absolute;	
	left: 10px; 
	top: 295px; 	
	width: 180px;			
	}	

.ChildMenu a 
{
	display: block;
	margin-bottom: 10px;
	color: #F3C917 !important;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	}

.ChildMenu a.current 
{
	color: #ffffff !important;
	}

#PageMiddle 
{	
	position: relative;	
	padding-top: 194px;	
	margin-left: 221px;
	width: 696px;
	}

#ChildsMenu 
{
	display: none;
	}

#ChildsMenu a {
	
	}

#ChildsMenu a.last {
	
}

#ChildsMenu a.current {
	
	}



#Footer 
{	
	clear: both;			
	overflow: hidden;	
	position: relative;
	font-size: 10px;	
	display: none;
	}

#Footer #MantisLink {
	position: absolute;
	right: 10px;
	top: 1px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	}

#Footer #MantisLink span {font-family: verdana; font-size: 9px;}

#Footer #Copyrights {
	display: none;
	}

#Footer #BottomMenu {
	padding: 1px;
	}

#Footer #BottomMenu a , #Footer #BottomMenu a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: url('../Image/Layout/bottommenu_seperator.gif') no-repeat right 3px;
	padding: 0px 10px;
	}


#MainContentWrap a {color:#F3C917;}
 

#MainContentWrap ul {
	display: inline;
	list-style: none;
	margin: 0px;
	list-style-position: outside;
	}

#MainContentWrap ul li {
	display: block;
	background: url('../Image/Bullets/list_bullet.gif') no-repeat 0px 4px;
	padding-left: 13px;
	padding-bottom: 5px;
	color: #6B6251;
	}

#MainContentWrap hr 
{
	clear: both;
	background: #F3C917;
	color: #F3C917;
	height: 1px;
	overflow: hidden;
	border: 0px;
	margin: 15px 0px; *margin: -6px 0px 15px 0px; _margin: 15px 0px; /*hack for ie7*/
	}