*
{
	margin: 0;
	padding: 0;
}


body
{
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}

#content
{
	background: #FFFFFF;
	border: solid 1px #FFFFFF;
	color: #000000;
	font-size: 0.8em;
	margin: 0 auto;
	width: 800px;
	padding: 0 3px 3px 3px;
	text-align: left;
}

#header
{
	margin: 0;
	background: #FFFFFF url(globaltarget/templates/beez/images/header.jpg) no-repeat top left;
	position: relative;
	text-align: right;
	text-transform: none !important;
	z-index: 0;
	width: 800px;
	height: 85px;
	font-size: 1em;
	font-weight: bold;
}

#header a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
#header a:hover
	{
		color: #E96B14;
		text-decoration: none;
	}

#main
{
	text-align: center;
	margin: 0 auto;
	width: 800px;
	padding-top: 5px;	
}

#navigation
{
	width: 800px;
	height: 210px;
	background-image: url();
	background: #FFFFFF url(globaltarget/templates/beez/images/home_bg.jpg) no-repeat top left;
	text-align: left;
	color: #FFFFFF;
}

.white a
{
	color: #FFFFFF;
	text-decoration: none;
}

.white a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.white_underline a
{
	color: #FFFFFF;
	text-decoration: underline;
}

.white_underline a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.blue a
{
	color: #032F78;
	text-decoration: none;
}

.blue a:hover
{
	color: #032F78;
	text-decoration: underline;
}


#footer 
{
	background: #FFFFFF url(globaltarget/templates/beez/images/footer.jpg) no-repeat top left;
	width: 800px;
	height: 140px;
}
.lp{
	display:block;
	width:520px;
	height:130px;
	outline:none;
}
#credits
{
	width: 800px;
	text-align: center;
	font-size: 10px;
}

#jflanguageselection
{
    float: right;
	margin: 8px 0px 0px 5px;    
}


.rawimages {
	text-align: center;
	margin-top: 3px;
}
.rawimages img {
	border: none;
	margin:2px;
}
.rawimages span#active_language img
{
	margin:2px;
	border: none;
}

div#jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
div#jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }

#jflanguageselection .opaque{
	filter:alpha(opacity=30);
}
#jflanguageselection option.opaque{
	color:graytext;
}

