@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	background: #1e1e1d; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding: 0px; margin: 0px;
}

.clear{clear:both}

div#container{
	width: 980px;
	margin:auto;
	text-align:left;
	position:static;
}

div#header{
	width: 980px;
	height: 90px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position:relative;
	z-index:2;
}

img#overhang_left{
	position: absolute;
	left: -16px;
	bottom: -30px;
}

img#overhang_right{
	position: absolute;
	right: -16px;
	bottom: -30px;
}

img#header_shadow{
	position: absolute;
	left: 0px;
	bottom: -19px;
}

ul#nav_bar{
	color: white;
	list-style: none;
	position:absolute;
	top: 73px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	height: 27px;
	width: 980px;
	background: url(i/navbg.jpg);
}

ul#nav_bar li{
	font-weight: bold;
	font-size:12px;
	display: inline;
	float:left;
	padding: 0px;
	margin: 0px;
	height: 27px;
	border-right: solid 1px #434342;
	line-height: 27px;
}

ul#nav_bar li a, ul#nav_bar li span{
	color: white;
	text-decoration:none;
	padding: 0px 18px;
	margin: 0px;
	display:block;
}

li.A{
	position: relative;
}

ul.DD{
	position: absolute;
	top: 27px;
	left: 0px;
	padding: 0px;
	margin: 0px;;
	display:none;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	background: #444;
}

ul.DD li{
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	display: block;
	width: 180px;
}

ul.DD li a{
	margin: 0px;
	padding: 2px;
}

ul.DD li a:hover{
	background: #005b71;
}

	p, li{line-height: 1.5;}

div.footer{
	text-align: center;
	color: white;
}

div#band{
	background: white;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
	background: url('i/band.jpg');
}

div#footer, div#footer2{
	font-size: 9px;
	color: white;
	text-align:center;
	margin-top: 10px;
	clear: both;
}

div#footer span, div#footer2 span{
	margin: 3px 10px;
}

	a#resellerLink{
		position: absolute;
		top: 30px;
		right: 120px;
		color: white;
		font-weight: bold;
	}
	
		li#downloadsA{
		position: relative;
	}
	
	li#downloadsA ul{
		position: absolute;
		top: 0px;
		left: 181px;
		background: #444;
		padding: 0px;
		display: none;
		margin: 0px;
	}
	
	li#resellerItem{
		background: url(i/navbg_red.jpg);
	}
	
	div#countrySelect{
	position: absolute;
	top: 20px;
	right: 280px;
	color: white;
}

div#countrySelect form{
	display: inline;
}

div#countrySelect form input{
	vertical-align: text-bottom
}
