@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	text-align: center;
}



#pg {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(imgs/bg_pg.gif) repeat-y left center #f6f6f6;
}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(imgs/bg_footer.gif) repeat-y left center #f1f1f1;
	font-size: 80%;
	color: #666666;
	padding: 3px 0px;
}
#footer a {
	color: #888888;
	text-decoration: none;
}	
#footer a:hover {
	color: #666666;
}	
#hotbutton {
font-size: 8pt;	
}
#hotbutton td {
	/* width: 55px; */
	text-align: center;
	font-size: 80%;
	background-color: #e9e9e9;
	padding: 0px 0px 0px 0px;
}
#hotbutton a {
	text-decoration: none;
	color: #aaaaaa;
}
#hotbutton a:hover {
	color: #333333;
}

#hor_menu {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	position: relative;
	z-index: 2;
}
#hor_menu a.item {
	display: block;
	width: 190px;
	height: 34px;
	background-position: top;
}
#hor_menu span {
	display: none;
}

#ver_menu a {
	font-size: 80%;
	margin: 1px 0px;
	text-decoration: none;
	color: #333333;
	display: block;
	width: 220px;
	text-align: right;
	padding: 7px 5px;
	background-color: #dadada;
}
#ver_menu a.active {
	color: #ffffff;
	background-color: #ae8972;
}
#ver_menu a:hover {
	color: #ffffff;
	background-color: #ae8972;
}
.submenu {
	position: absolute;
	top: 34px;
	width: 184px;
	padding: 2px;
	background-color: #fafafa;
	border: 1px solid #9e9e9e;
	border-top-width: 3px;
	display: none;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
}
.submenu a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 7px;
	width: 170px;
}
.submenu a:hover {
	background-color: #dddddd;
}
#path {
	color: #666666;
	font-size: 80%;
	margin: 20px 15px 0px 15px;
}
#path a {
	color: #666666;
	text-decoration: none;	
}
#path a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#leftcol {
	position: relative;
	float: left;
	width: 240px;
}
#maincol {
	position: relative;
	float: left;
	width: 760px;
	color: #666666;
}
#buttons {
	background: url(imgs/bg_lan.gif) repeat-y right center #e9e9e9;
	padding: 3px 25px 0px 15px;
}
#languages table {
	margin: 5px;
}
#languages a img {
	border: 2px groove #cccccc;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
#languages a:hover img {
	filter: none;
	-moz-opacity: 1;
}

#languages a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	margin: 0px 3px;
}
.block {
	padding: 30px 130px 30px 90px;
}

.header1 {
	height: 100px;
}

.header1 {
	width: 1000px;
	background-image: url(imgs/header1.gif);
}

.header1-cs {
    height: 100px;
	width: 1000px;
	background-image: url(imgs/header1cs.gif);
}

h1 {
	position: relative;
	z-index: 0;
	background: url(imgs/bg_h1.gif) no-repeat left center #f6e6de;
	font-size: 100%;
	color: #666666;
	margin: 0px 100px 1em 0px;
	padding: 5px 0px 5px 40px;
}

#maincol {
	font-size: 90%;
}

h2 {
	margin-top: 3em;
	font-size: 150%;
}
h3 {
	font-size: 110%;
	text-decoration: underline;
}

#maincol p {
	line-height: 1.5em;
}
#maincol li {
	line-height: 1.5em;	
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
#maincol a {
	color: #336699;
	text-decoration: none;
}
#maincol a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#maincol a:visited {
	color: #C2A3C1;
}
.news {
	position: relative;
	padding: 10px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	width: 50%;
	vertical-align: top;
	background-color: #FFFFFF;
}
.news img {
	margin: 2px 10px 3px 0px;
}
.rimg {
	float: right;
	margin: 5px 0px 5px 10px;
}
.limg {
	float: left;
	margin: 5px 15px 5px 0px;
}
.rimg1 {
	float: right;
	margin: 5px 0px 20px 50px;
}
.limg1 {
	float: left;
	margin: 5px 50px 20px 0px;
}