* {
	margin: 0;
	padding: 0;
}

body, div, p, table, td, span {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #fff;
}

body {
	background: #000 url('../images/bg_html.png') repeat-x left top;
}

a {
	color: #e8aa04;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

	a.white_link {
		color: #fff;
	}

.left {
	float: left;
}

.right {
	float: right;
}

iframe {
	z-index: 1;
}


#wrapper {
	width: 970px;
	margin: 10px auto;
	background-color: #252525;
	border: 1px solid #989898;
}

#logo {
	border: none;
}

#hBanner {
	margin-top: 15px;
	margin-left: 3px;
}

	#nav, #nav li ul  {
		list-style: none;
	}

		#nav a {
			display: block;
			color: #ccc;
		}
		
		#nav li {
			float: left;
			background-image: url('../images/header_bg.gif');
			background-repeat: repeat-x;
			padding: 6px 7px;
			text-align: center;
			margin-right: 1px;
			text-transform: uppercase;
		}

			#nav li ul { /* second-level lists */
				z-index: 9000;
				position: absolute;
				background: #dedede;
				left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			}

			#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
				left: auto;
				top: auto;
			}
			
			#nav li ul li {
				clear: both;
				background-repeat: no-repeat;
				padding: 4px 18px;
				text-align: left;
				margin-right: none;
				text-transform: none;
			}
			
				#nav li ul li a {
					color: #000;
				}
				
		#nav .lang {
			width: 220px;
			margin: 0;
		}
		
		#nav .lang a {
			display: inline;
		}
		
		#nav li.download {
			margin: 0;
			padding: 0;
		}
			#nav li.download a {
				background-color: transparent;
			}
			
			#nav li.download img {
				border: none;
			}
				
#content {
	padding: 0 20px;
	margin-bottom: 10px;
}

.box {
	margin-left: 20px;
	_margin-left: 10px;
	margin-right: 10px;
}

	.box h2 {
		background-image: url('../images/header_bg.gif');
		background-repeat: repeat-x;
		padding: 8px 0px 18px 10px;
	}
	
		.promos div {
			width: 200px;
		}
	
		.box div img {
			border: 1px solid #e6a804;
			margin-bottom: 4px;
		}

		.box .promo {
			margin-right: 8px;
			_margin-right: 4px;
		}
		
		.box div h3 {
			font-size: 14px;			
			margin-bottom: 4px;
			padding-left: 5px;
		}
		
		.box div p {
			padding: 5px 5px 12px 5px;
		}
		
.news {
	width: 420px;
	margin-right: 30px;
	margin-bottom: 10px;
}

	.news img {
		margin-right: 10px;
	}

#footer {
	margin: 0 auto;
	width: 970px;
	margin-top: 20px;
	color: #999;
}


.link_list {
	float: left;
	list-style-type: none;
	height: 44px;
	margin-left: 180px;
}

ul.link_list li {
	float: left;
	margin-right: 4px;
}

	ul.link_list li img {
		border: none;
	}

ul.link_list #item_0 {
	background: none;
	text-indent: 0px;
}

ul.link_list a,ul.link_list a:hover {
	text-decoration: none;
	display: block;
}
