@charset "UTF-8";

html{
	width:100%;
	height:100%;
	background-color:#000033;
	margin:0px;
	overflow:auto;
}

body
{
	background-color:#000033;
	padding: 0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	width:1000px;
	z-index:2;
	height:100%;
	color:#FFFFDD;
}

a{
	color:#FFFFFF;
}

#background {
	z-index:1;
}
	
#backgroundimage {
	height: 100%;
	width: 1000px;

	position:fixed;
	top:0px;
	left:auto;
	right:auto;

	width:1000px;
	height:100%;
}

#page{
	position:relative;
	width:1000px;
	z-index:2;
	height:100%;
	overflow:none;
}

#header{
	background-image:url(Header.png);
	width:1000px;
	height:92px;
}

#headerhome{
	float:left;
	width:200px;
	height:92px;
}

#headeratnl{
	float:right;
	width:300px;
	height:92px;
}

#menuleft{
	margin:auto;
	float:left;
	width:200px;
	height:auto;
	overflow:hidden;
}

#content{
	width:580px;
	float:left;
	margin-right:20px;
}

#inforight{
	float:right;
	width:200px;
	height:auto;
}

#otherproducts{
	background:#ff9900;
	border:#ffffff solid 3px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#otherproducts TH{
	color:#FFFFFF;
	text-shadow:#808080 2px 2px;
}

#otherproducts TD
{
	font-size:16px;
	font-weight:bold;
}

#otherproducts TD A{
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:#808080 2px 2px;
}

#otherproducts TD A:hover{
	color:#FFFFFF;
	text-decoration:overline,underline;
	text-shadow:#808080 2px 2px;
}

#footer
{
	position:fixed;
	text-align:right;
	width:1000px;
	bottom:0px;
	right:auto;
	left:auto;
	z-index:3;
}

strong
{
text-shadow:#404040 2px 2px;
font-weight:bold;
}

#languagepickerarea
{
	font-size:12px;
}

#languagepickerarea ul
{
	padding:0px;
	margin:0px;
	padding-top:6px;
	padding-right:6px;
	float:right;
}

#languagepickerarea li{
	float:left;
	list-style: none;
	padding-left:4px;
	padding-right:4px;
}

#languagepickerarea img, #languagepickerarea a
{
	font-weight:normal;
	padding:0px;
	margin:0px;
	border:0px;
	vertical-align:middle;
	text-decoration:none;
	text-shadow: #999999 1px 2px 2px;
}

#languagepickerarea .selectedLanguage
{
	border-bottom:#000000 1px dotted;
}

.leftalignedimage
{
	float:left;
}

.rightalignedimage
{
	float:right;
}