@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
/*	background: url(../images/bodybg.jpg) top center; */
	padding: 30px 0 20px 0;
	background-color:#7F7F7F;
}

* html body {
  text-align:center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.header {
	height: 215px;
	overflow: hidden;
	background: url(../images/header.png);
}

.lang {
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 5px;
	height: 14px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

* html .lang {
  left:-20px;
  position:absolute;
}

.lang li {
	display: inline;
}

.lang li a {
	color: #251e4d;
}

.lang li.currentLang {
	color: #b61718;
}

.logo {
	width: 195px;
	height: 54px;
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	top: 75px;
	left: 11px;
}

.logo a {
	width: 195px;
	height: 54px;
	display: block;
}

.logo span {
	display: none;
}

.nav {
	height: 32px;
	overflow: hidden;
	background: #261e4d;
	font-size: 11px;
	padding: 3px 0 4px;
	list-style-type: none;
}

* html .nav {
  height:38px;
}

.nav li {
	float: left;
}

.nav li div {
	color:#FFFFFF;
	float:left;
	padding-top:0.2em;
}

.nav li.doubleline {
	text-align: center;
}

.nav a {
	display:block;
	color: #fff;
	text-align: center;
	padding-left:10px;
	padding-right:20px;
	padding-top:2px;
	padding-bottom:2px;
}

.content {
	background: url(../images/bg_main.png) repeat-y;
	padding-right: 10px;
	overflow:hidden
}

.subnav {
	background: #b71918;
	height: 18px;
	overflow: hidden;
	font-size: 10px;
	list-style-type: none;
}

.subnav li {
	float: left;
	width: inherit;
	padding-left: 20px;
	padding-right: 20px;
}

.subnav li div  {
	color:#FFFFFF;
	float:left;
	padding-top:0.3em;
	visibility:hidden;
}

.subnav li.active div  {
	visibility:visible;
}

.subnav a {
	float:left;
	color: #fff;
	display:block;
	padding:3px;
}

.main {
	width: 753px;
	float: right;
}

.boxes {
	padding-top: 50px;
	width: 520px;
	float: left;
	padding-left: 28px;
}

.box {
	width: 150px;
	text-align: center;
	border: 1px solid #6e6f71;
	background: #b1b3b4;
	float: left;
	margin-right: 17px;
	margin-bottom: 14px;
}

.box a {
	width: 150px;
	display: block;
	cursor: pointer;
	color: #fff;
}

.box img {
	border: 1px solid #828283;
	width: 140px;
	height: 98px;
	margin: 4px;
}

.box span {
	width: 150px;
	display: block;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #858687;
	font-size: 12px;
	font-weight: bold;
}

.mainContent {
	padding:20px 20px 10px 20px;
	line-height:160%;
	font-size:11px;
}

* html div.mainContent {
  text-align:left;
}

.siderR {
	width: 185px;
	float: left;
	padding-top: 40px;
}

.mainContent h1,
.siderR h1 {
	font-size: 20px;
	/*line-height: 34px;*/
	color:#58585a;
	margin-bottom:10px;
}

.siderR p {
	padding-top: 10px;
}

.bar {
	height: 82px;
	background: url(../images/bar.gif) no-repeat top left;
	clear: both;
	margin-top:10px;
}

.sider {
	width: 217px;
	float: left;
}

.menu {
	border-top: 1px solid #57585a;
	font-size: 11px;
	line-height: 33px;
	text-align: right;
	font-weight: bold;
	margin-top: 190px;
}

.menu li {
	border-bottom: 1px solid #57585a;
	padding: 0 18px;
	list-style: none;
}

.menu a {
	color: #251e4d;
}

.footer {
	height: 30px;
	overflow: hidden;
	background: url(../images/footer.png);
	clear: both;
	position:relative;
}

.content ul {
  padding-left:25px;
}

.mainContent a {
  color:#B71918;
  text-decoration:none;
}

.mainContent a:hover {
  color:#B71918;
  text-decoration:underline;
}

.csc-mailform {
	border:0 solid white;
}

.csc-mailform input,
.csc-mailform textarea {
	border:1px solid #aaa;
	padding:2px;
	margin-bottom:2px;
	color:#444;
}

.csc-mailform label {
	display:block;
}

.contenttable tr td {
  font-size:11px;
}
