body
{
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ad8627;
	width: 100%;
	height: 100%;
	text-align: center;
}

a img
{
	border: 0px;
}

#maincontainer
{
	margin: 0 auto;
	width: 990px;
	height: 100%;
}

/** header **/
#header
{
	width: 990px;
	height: 163px;
	background: url('../images/top.jpg') no-repeat;
	text-align: left;
}

#header img
{
	float: left;
	margin: 0 0 0 29px;
}

#headerCenter
{
	float: left;
	width: 444px;/* 460px - 36px */
	height: 83px;/* 131px - 48px */
	color: #cacaca;
	padding: 48px 0 0 36px;
}

#headerCenter p
{
	margin: 0;
	height: 21px;
	line-height: 21px;
}

#main-menu
{
	height: 47px;/* 62px - 15px */
	padding: 15px 0 0 0;
}

#main-menu a
{
	font-size: 18px;
	color: #ad8627;
	text-decoration: none;
	margin: 0;
}

#main-menu a.m
{
	margin: 0  40px 0 0;
}

#main-menu a span
{
	font-size: 12px;
	color: #b7b7b7;
	font-style: italic;
}

#main-menu a:hover
{
	text-decoration: underline;
}


#headerRight
{
	float: left;
	width: 340px;/* 361px - 21px */
	height: 110px;/* 131px - 21px */
	padding: 21px 21px 0 0;
	text-align: right;
	color: #cbcbcb;

}

#headerRight a 
{
	background: url('../images/arrow.gif') no-repeat right center;
	padding: 0 21px 0 0;
	color: #cbcbcb;
	text-align: right;
	text-decoration: none;
	
}

#currency-div
{
	right: 0px;
	width: 200px;
	text-align: right;
	position:relative;

	float: right;
	clear: both;
}

#currency-link
{

}

#currency-dd
{
	position: absolute;
	z-index: 5000;
	width: 119px;
	right: 15px;
	top: 17px;
	background: #cbcbcb;
	/*border: 1px solid #ffffff;*/
	color: #cbcbcb;
	text-align: right;
	display: none;
	padding: 0 6px 0 0;
}


#currency-dd a
{
	text-align: right;
	display: block;
	background: none;
	padding: 0;
	color: #373737;
	padding: 0 0 0 3px;
}

#currency-dd a:hover
{
	text-decoration: underline;
}

#submenu
{
	margin: 10px 0 0 0;
}

#submenu a
{
	background: none;
	text-decoration: underline;
	padding: 0 9px 0 10px;
	background: url('../images/sub-menu-separator.gif') no-repeat left center;
}

#submenu a.f
{
	background: none;
}

#submenu a.l
{
	padding-right: 0;
}

#headerRight p
{
	margin: 17px 0 0 0;
	font-weight: bold;
}


/** end header **/