@charset "utf-8";

* {
	margin: 0;
	padding:0;
}
html {
	background: #EBEBEB;
	background: #b7b7b7 url(images/gfx/body_bg.png) repeat-y center top;
}
body {
	background: #FFF;
	font: 13px/22px Arial, Helvetica, sans-serif;
        background: #FFF url(images/1.jpg) repeat-y center top;
	color: #212121;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
}
a {
	color:#666;
	text-decoration:underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #fd5742;
}
#lang {
	text-align: right;
	padding: 2px 5px 0 0;
	font-size: 12px;
	height: 22px;
	margin-bottom: -12px;
}
#lang a {
	padding: 0 10px;
	text-decoration: none;
}
#lang a img {
	vertical-align: middle;
	padding: 4px;
	border: none;
}

#top {
	background:url(images/gfx/tops/top1.jpg) no-repeat;
	width: 980px;
	height: 270px;
	margin: 0 auto;
}
#top a {
	display: block;
	height: 70px;
	width: 550px;
	float: left;
}
#menu {
	border-top: 2px solid #333;
	list-style: none;
	width: 942px;
	margin: 0 10px 0 auto;
	text-align: center;
	height: 50px;
	background: url(images/gfx/menu_hover.gif) repeat-x;
	padding-left: 1px;
	padding-right: 37px;
}
#menu li {
	float: right;
	background: url(images/gfx/menu_line.png) no-repeat right top;
	padding-right:1px;
	height: 30px;
}
#menu li a {
	display: block;
	width: 150px;
	background: #fff;
	font-size:12px;
	color: #333;
	text-decoration: none;
	padding-top: 2px;
	font-weight: bold;
	margin-top: -2px;
	height: 100%;
	border-top: 2px solid #333333;
}
#menu li a span {
	background: url(images/gfx/menu_line.png) no-repeat left top;
	display: block;
	height: 30px;
	margin-top: -2px;
	padding-top: 2px;
}
#menu li a:hover {
	color: #fd5742;
	background: #fff url(images/gfx/menu_hover.gif) repeat-x 0 -5px;
	text-shadow: 0 0 1px #fd5742;
	border-top: 2px solid #fd5742;
	padding-top: 2px;
	margin-top: -2px;
}
#menu li a:active {
	color: #3c2ebe;
	background:url(images/gfx/menu_hover.gif) repeat-x 0 -5px;
	text-shadow: 0 0 1px #3c2ebe;
	border-top: 2px solid #3c2ebe;
	padding-top: 2px;
	margin-top: -2px;
}

#content {
	width: 980px;
	margin: 0 auto;
}
#content #left p {
	padding: 10px 10px 20px;
	text-align: justify;
}

#left {
	margin-right: 210px;
}
#left h2 {
	color: #fd5742;
	border-bottom: 1px solid #3c2ebe;
	padding: 5px 0 3px 5px;
	margin:  0 10px 10px 10px;
	font-size:20px;
	font-weight: bold;
}
#left h3 {
	color: #fd5742;
	padding: 5px 0 0;
	margin:  0 10px 0 10px;
	font-size:16px;
	font-weight: bold;
}
#left ul {
	padding-left: 40px;
}
#right {
	float: right;
	width: 200px;
	list-style: none;
}
#right li {
	padding-bottom: 30px;
	text-align: center;
}

#right h4, #top h4 {
	color: #fd5742;
	border-bottom: 1px solid #3c2ebe;
	padding: 5px 0 3px 5px;
	margin:  0 0 20px;
	font-size:16px;
	font-weight: bold;
	text-align: left;
}
#right img {
	display: block;
	margin: 10px auto 30px;
}
#right p {
	text-align: center;
	font-size:12px;
	margin-bottom: 20px;
}


#footer {
	text-align: center;
	color: #999;
	background:url(images/gfx/menu_hover.gif) repeat-x;
	padding: 10px 0;
	clear: both;
}

#footer a#dx {
	color: #CCC;
	display: block;
	text-align: right;
	font-size: 10px;
	text-decoration: none;
	padding-right: 5px;
	width: 150px;
	margin-left: auto;
}
#footer a#dx:hover {
	color: #abc123;
	text-decoration: underline;
}


