﻿* { 
	margin: 0; 
	padding: 0; 
}

body { 
	background: #fff url(../images/body_back.jpg) repeat-x; 
	font-family: Century Gothic, Arial;
	font-size: 14px;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
.container { 
	width: 960px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 188px;
	background: url(../images/header.jpg) no-repeat;
}
.h_menu {
	display: block;
	float: left;
	height: 314px;
	width: 234px;
	background: #bbb;
	overflow: hidden;
}
.content {
	display: block;
	float: right;;
	height: 314px;
	width: 726px;
	background: #ddd;
	overflow: hidden;
	background: url(../images/content_back_m.jpg) no-repeat 0 0 ;
}

.submenu {
	width: 100%;
	height: 50px; 
	padding: 0 0 0 48px;
}
.submenu li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 10px 32px 0 0;
	color: #ff6633;
	font-weight: bold; 
}
.submenu li  a {
	color: #fff;

}
.submenu li  a:hover {
	color: #ff6633;
} 
h1 {
	clear: both;
	padding: 10px 0 0 48px;
	font-size: 22px;
	color: #472f92;
	text-transform: uppercase;
}
h4 {
	clear: both;
	padding: 12px 0 0 48px;
	font-size: 22px;
	color: #472f92;
}
p.breadcrumbs {
	font-size: 11px;
	color: #999;
	padding: 0 0 0 48px; 
	
}
p.breadcrumbs a {
	color: #472f92;
}
p.breadcrumbss {
	font-size: 11px;
	color: #999;
	padding: 0 0 0 48px;	
}
p.breadcrumbss a {
	color: #472f92;
}
div.texttttt {
	padding: 0 0 0 48px;
	overflow: auto;
	height: 209px;
	color:  #472f92;
}
div.texttttt p {
	margin: 8px 12px 12px 0;
}
div.textt {
	overflow: auto;
	height: 213px;
	color:  #472f92;
	padding: 0 0 0 8px;
}
div.textt h1 {
	clear: both;
	padding: 10px 0 0 0;
	font-size: 22px;
	color: #472f92;
	}
div.textt h2 {
	font-weight: normal;
	font-size: 12pt;
	padding: 10px 0;
}	
div.textt p {
	margin: 8px 12px 12px 0;
}

div.textt  ul { list-style-type:disc;
padding: 0 22px;  }
div.textt  ul.first {  font-size: 14pt;}
div.textt  ul li { 
	margin: 8px 0;
	color:  #472f92;
}
div.textt p.small {
	font-size: 10pt;
}

.footer {
	height: 88px;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
	padding: 50px 0 0 0;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

.footer a {
	color: #fff;
	
}
.footer a:hover { color: orange;}

.fleft { float: left;}
.fleft img { margin: 2px 0 0 0;}
.lang{
	float: right;
	margin:84px 23px 0 0;
}
.header img {
	float: left;
}
