@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	background: url(../img/all-bg.png) no-repeat center top #303128;
	font-family: Verdana, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height:17px;
	color: #333333;
}
a:link, a:visited {
	color: #cc0000;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}
h1 {
	font-size: 24px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	letter-spacing: -1px;	
}
h2 {
	color: #cc0000;
	font-weight: normal;
	font-size: 15px;
	margin: 0px;
	padding-bottom:5px;
}
h3 {
	color: #cc0000;
	font-weight: normal;
	font-size: 19px;
	margin: 0px;
	padding-top:15px;
	padding-bottom:5px;
}
h4 {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding-top:7px;
	padding-bottom:px;
}
ul {
	margin: 15px;
	padding: 0px;
	position: relative;
}
ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	background: url(../img/dot.png) no-repeat left 6px;
}
table td {
	font-size:13px;
}
div.main {
	width: 902px;
	margin: 0px auto;
	background: #ffffff;
}
div.content {
	border: 20px solid #ffffff;
	width: 862px;
}
div.header {
	background: url(../img/header-bg.jpg) no-repeat left top;
	width: 862px;
	height: 182px;
	position: relative;
}
div.logo {
	position: absolute;
	width: 208px;
	height: 123px;
	top: 30px;
	left: 17px;
}
div.red-plate {
	position: absolute;
	top: 81px;
	right: 1px;
}
div.left-col {
	width: 225px;
	float: left;
	padding: 25px 0px 0px 0px;
}
div.contact {
	border: 1px solid #e8e8e8;
	background: url(../img/contact-bg.png) no-repeat left bottom;
	margin: 25px 0px 0px 0px;
	padding: 10px 20px 120px 20px;
}
div.language-changer {
	border: 1px solid #e8e8e8;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
div.language-changer img {
	border: 1px solid #999999;
	padding: 2px;
}
div.right-col {
	width: 587px;
	float: left;
	background: url(../img/content-bg.png) no-repeat right top;
	padding: 25px 25px 0px 25px;
}
div.footer {
	width: 100%;
	height: 50px;
	padding-top: 20px;
	text-align: center;
	background: url(../img/footer-bg.png) no-repeat center top #303128;
	color: #cccccc;
}
div.footer a:link, div.footer a:visited {
	text-decoration: none;
	color: #cccccc;
	margin: 0px 10px;
}
div.footer a:hover {
	text-decoration: underline;
}
div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	width: 100%;
}
