@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align:center;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#777777
}

#main
{
	border:0px;
	margin:0px;
	padding:0px;
	width:100%
}

#headerLeft
{
	background-image:url('images/header_left.gif');
	background-repeat:repeat-x;
	border:0px;
	height:180px;
	margin:0px;
	padding: 0px; 
	background-position:bottom;
	width:49%;
	float:left	
}

#headerMiddle
{	
	position:absolute;
	background-image:url('images/header_right.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	border:0px;
	height:180px;
	top:0px;
	left:50%;
	z-index:5;
	margin:0px;
	margin-left:-388px;
	width:776px;
}

#headerBannerLeft
{
	border:0px;
	height:116px;
	margin:0px;
	padding: 0px;
	width:300px;
	vertical-align:bottom;
	float:left;
	line-height:0px;
	font-size:0px;
	text-align:left
}

#headerBannerRight
{
	border:0px;
	height:36px;
	margin:0px;
	padding: 0px;
	width:476px;
	padding-top:80px;
	text-align:right;
	float:left;
	color:#ffffff
}

#headerToolbar
{
	border:0px;
	height:64px;
	margin:0px;
	padding: 0px;
	width:776px;
	text-align:left;
}

#headerRight
{
	border:0px;
	height:180px;
	margin:0px;
	padding: 0px;
	background-image:url('images/header_right.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	width:49%;
	float:right
}

#contentContainer
{
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	background-color:#FFFFFF
}

#content
{
	margin:auto;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
	width:776px;
	min-height:250px;
}

#left
{
	width: 211px;
	border:0px;
	padding:0px;
	padding-right:20px;
	margin:0px;
	text-align:left;
	color:#000000;
	float:left;
}

div.text
{
	margin:0px;
	padding:10px;
	border:0px;
	width:auto;
	height:auto
}

div.hiddenText
{
	margin:0px;
	padding:10px;
	border:0px;
	width:auto;
	height:auto;
	display:none
}

#footerContainer
{
	background-color:#000000;
	border:0px;
	height:44px;
	margin:0px;
	padding: 0px;
	background-image:url('images/footer.gif');
	background-repeat:repeat-x;
	background-position:top;
	width:100%
}

#footer
{
	margin:auto;
	padding-top:20px;
	text-align:left;
	width:776px;
	color:#FFFFFF;
	font-size:8pt;
	padding-bottom:50px
}

div.clear
{
	clear:both;
	font-size:0px;
	line-height:0px;
	overflow:hidden
}

img.menu
{
	border:0px;
	padding:0px;
	margin:0px;
	margin-right:10px
}

img.logo
{
	border:0px;
	padding:0px;
	marging:0px;
}

#headerBannerRight a { color:#FFFFFF; font-weight:bold; text-decoration:none }
#headerBannerRight a:hover { text-decoration:underline }

a.category { color:#000000; font-weight:bold; text-decoration:none } 
a.category:hover { text-decoration:underline }

a.item { color:#e8ac07; text-decoration:none } 
a.item:hover { text-decoration:underline }

a { color:#e8ac07; font-weight:bold; text-decoration:none }
a:hover { text-decoration:underline }

img
{
	border:0px;
	line-height:0px;
	font-size:0px
}


