body {
	position: relative;
	background-color: #444444;
	overflow: -moz-scrollbars-vertical;
	background-image: url(/images/bg_body.jpg);
	background-position: -200px 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
#subheading {
	display: none;
	visibility: invisible;
}
#dropmenudiv {
	position: absolute;
	border: 2px groove #BCBEC6;
	border-top-width: 1;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #7EA2C3;
	margin-top: 3px;
	margin-left: 0px;
}

#dropmenudiv a {
	color: black;
	width: 100%;
	display: block;
	text-indent: 0px;
	text-align: center;
	background-image: url(/images/dropdowndiv.gif);
	background-repeat: no-repeat;
	padding: 3px 0;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	background-position: top;
	z-index: 3;
}
#dropmenudiv a.first {
	background-image: none;
}
#dropmenudiv a:hover {
	color: #FECF3C;
	xbackground-color: #617C95;
}
#dropmenudiv a.en {background-image: url(/images/en/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.uk {background-image: url(/images/uk/flag.gif);background-position: 8px 6px;}

#dropmenudiv a.be {background-image: url(/images/flag_belgium.gif);background-position: 8px 6px;}

#dropmenudiv a.fr {background-image: url(/images/fr/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.nl {background-image: url(/images/nl/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.bp {background-image: url(/images/bp/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.cs {background-image: url(/images/cs/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.cn {background-image: url(/images/cn/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.da {background-image: url(/images/da/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.fi {background-image: url(/images/fi/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.fr {background-image: url(/images/fr/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.de {background-image: url(/images/de/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.hu {background-image: url(/images/hu/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.it {background-image: url(/images/it/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.no {background-image: url(/images/no/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.nl {background-image: url(/images/nl/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.pl {background-image: url(/images/pl/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.pt {background-image: url(/images/pt/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.ru {background-image: url(/images/ru/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.es {background-image: url(/images/es/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.sv {background-image: url(/images/sv/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.ja {background-image: url(/images/ja/flag.gif);background-position: 8px 6px;}
#dropmenudiv a.tw {background-image: url(/images/tw/flag.gif);background-position: 8px 6px;}

#content {
	width: 940px;
	border: 1px solid black;
	background-color: white;
	background-repeat: no-repeat;
}
#topleftshadow {
	background-image: url(/images/shadow_left.png);
	background-repeat: repeat-y;
	width: 24px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/shadow_left.png');
}
#toprightshadow {
	background-image: url(/images/shadow_right.png);
	background-repeat: repeat-y;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/shadow_right.png');
}
#bottomleftshadow {
	width: 24px;
	background-image: url(/images/shadow_left_bot.png);
	background-repeat: repeat-y;
	background-position: bottom left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/shadow_left_bot.png');
}
#bottomrightshadow {
	background-image: url(/images/shadow_right_bot.png);
	background-repeat: repeat-y;
	background-position: bottom left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/shadow_right_bot.png');
}

#logo {
	width: 307px;
	height: 118px;
	position: absolute;
	top: 95px;
	margin-left: 10px;
}
#login {
	position: absolute;
	width: 400px;
	text-align: right;
	top: 20px;
	margin-left: 520px;
	height: 20px;
}
#header {
	margin-top: 112px;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
#nav {
 	background-image: url(/images/bg_nav.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/bg_nav.png');
	width: 940px;
	height: 30px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
#nav ul {
	position: relative;
	z-index: 2;
	padding: 7px 0 0 287px;
	margin: 0 0;
}
#nav li {
	display: inline;
}

#nav li a {
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url(/images/navdiv.gif);
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 4px;
	text-decoration: none;
	color: white;
	
}
#nav li a.first {
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#nav li a:hover {
	color: #E6C14E;
}
#headerlink {
	font-size: 11px;
	position: absolute;
	top: 133px;
	margin-left: 800px;
	z-index: 2;
	width: 137px;
	height: 21px;
	text-align: center;
	padding-top: 5px;
}
#headerlink a {
	color: black;
	background-image: url(/images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 4px;
}
#headerlink a:hover {
	text-decoration: underline;
}
#copy {
	padding-top: 70px;
	margin-left: 75px;
	width: 600px;
	margin-bottom: 75px;
	overflow: hidden;
}
.featurebox {
	width: 195px;
	margin-top: 0px;
	display: block;
	background-image: url(/images/bg_featurebox.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/bg_featurebox.png');
	padding: 10px;
	border: 1px solid white;

}

#featurebox {
	float: right;
	width: 219px;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
}
#featurebox .title {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#featurebox .button {
	width: 219px;
	height: 25px;
	background-image: url(/images/bg_adbutton.jpg);
	background-repeat: no-repeat;
	color: black;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}
.featurebox div {
	position: relative;
}
#featurebox p {
	margin-top: 15px;
}
#featurebox a {
	color: black;
}
a {
	color: #FECF3C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #FECF3C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0;
	padding: 0 0;
	font-size: 22px;
}
#news {
	margin-top: 100px;
}
#newsmain {
	color: #CCCCCC;
	float: left;
	margin-top: 0px;
	display: inline;
	width: 460px;
	margin-bottom: 85px;
	overflow: hidden;
}
#rules_tos {
	color: #CCCCCC;
	float: left;
	margin-top: 0px;
	display: inline;
	width: 550px;
	margin-bottom: 85px;
	overflow: hidden;
}
#newsmain .title {
	color: white;
	font-weight: bold;
}
#rules_tos .title {
	color: white;
	font-weight: bold;
}
#newsmain li {
	list-style: none;
	padding-bottom: 5px;

}
#newsmain ul li {
	list-style: none;
	background-image: url(/images/yellowbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	font-weight: bold;
	color: white;
}

.featurebox ul li {
	list-style: none;
	background-image: url(/images/yellowbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	font-weight: bold;
	color: white;
	margin: 0 0;
}
.featurebox ul {
	margin: 0 0;
	padding: 0 0;
}

#newsmain ul ul li {
	background-image: url(/images/bluebullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	font-weight: normal;
	color: #CCCCCC;
}

#ordertable td {
	padding-bottom: 20px;
}
#ordertable p {
	width: 330px;
}
#contentcontainer {
	width: 760px;
	margin-left: 103px;
	margin-top: 55px;
	margin-bottom: 100px;
}
.clear {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	clear: both;
}
#subheading {
	padding-top: 20px;
	margin-left: 20px;
	width: 670px;
}

#rightcontent {
	display: inline;
	margin-top: 60px;
	float: right;
	overflow: hidden;
	width: 219px;
}

h2 {
	color: #FECF3C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0 0;
	font-size: 16px;
}

#maincontent {
	padding-top: 0px;
	width: 729px;
	margin-bottom: 75px;
	border: 1px dashed #9E9085;	
}
#maincontent #podtop {
	background-image: url(/images/bg_bigpod_top.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/bg_bigpod_top.png');
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-left: 0px;
	height: 17px;
	width: 729px;
}
#maincontent #podmid {
	background-image: url(/images/bg_bigpod_mid.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/bg_bigpod_mid.png');
	background-repeat: repeat-y;
	width: 729px;
	padding-bottom: 15px;
}
#maincontent #podmid div {
	position: relative;
	padding-left: 18px;
	width: 583px;
}
#maincontent #podmid p {
	padding-left: 10px;
}
#maincontent #podbot {
	background-image: url(/images/bg_bigpod_bot.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/bg_bigpod_bot.png');
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-left: 0px;
	height: 17px;
	width: 729px;
}
#screenpic {
	position: absolute;
	margin-top: 0px;
	margin-left: 87px;
}
#thumbs {
	text-align: center;
	margin-left: 84px;
	background-image: url(/images/bg_thumbs.gif);
	background-repeat: no-repeat;
	height: 186px;
	padding-top: 10px;
	padding-left: 50px;
}
.forwardarrow, .backarrow {
	position: absolute;
	margin-top: 560px;
}
.forwardarrow {
	margin-left: 573px;
}
.backarrow {
	margin-left: 94px;
}
#news p {
	color: white;
	margin: 15px 0;
	padding: 0 0;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#news h2 {
	font-size: 14px;
	color: white;
	margin: 5px 0;
	padding: 0 0;
}

#news a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
#news a:hover {
	text-decoration: underline;
}

#news h1 {
	background: url(/images/horizrule.gif) repeat-x;
	background-position: bottom;
}
#mainleftcontent .news_items {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin: 10px 0;
	padding: 0 0;
}
p.first {
	text-indent: 20px;
}
img {
	border: none;
}
#footer {
text-align: center;
color: black;
padding-top: 20px;
padding-bottom: 10px;
font-size: 11px;
color: white;
}
#footer a {
	background-image: none;
	border: none;
	padding-left: 0;
}

.selected {
	font-weight: bold;
	text-decoration: underline;
}
.submit {
	background-image: url(/images/linkarrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-color: #97C1DA;
	padding-left: 15px;
	padding-top: 0px;
	line-height: 10px;
	height: 23px;
	color: #352E2C;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.arrowlink {
	text-decoration: none;
	background-image: url(/images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
	padding-bottom: 2px;
	margin-top: 2px;
	line-height: 16px;
}
