a.external{
	padding-right: 15px;
	background: transparent url("../img/a-external.gif") no-repeat center right;
}

div.content{
	width: 1001px;
	margin: 0px auto;
	
}

.dialog{
	padding: 40px 20px 0px 20px;
	display: none;
	position: fixed;
	height: 197px;
	width: 419px;
	background: transparent url("../img/dialog.png") no-repeat center center;
	left: 50%;
	margin-left:-230px;
	top: 200px;
	z-index: 99;
}

/*********************************
*           HEADER
**********************************/
div.header{
	padding-bottom: 37px;
	background: transparent url("../img/content-top.gif") no-repeat center bottom;
}

div.client-info{
	border-bottom: 6px solid #b20838;
	background-color: #fff;  
	padding: 6px 20px;
}

div.client-info span{
	padding: 0px 10px;
}

/*********************************
*           FOOTER
**********************************/
div.footer{
	padding: 32px 40px 0px 40px;
	height: 41px;
	background: transparent url("../img/content-bottom.gif") no-repeat center top;	
}

div.footer,
div.footer *{
	font-size: 11px;
	font-family: Tahoma;
	color: #4587ca;
}

/*********************************
*           INNER
**********************************/
div.inner{
	background: #fff url("../img/content-line.gif") repeat-y left center;
}

div.inner-back{
	min-height: 670px;
	padding: 15px 30px 0px 30px;
	background: transparent url("../img/dnr.png") no-repeat left bottom;
}

div.inner-content{
	padding: 0px 0px 30px 130px;
}

h1{
	font-size: 24px;
	font-weight: normal;
	color: #b20838;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

div.inner-submenu{
	float: left;
	width: 190px;
}

div.inner-wmenu{
	float: left;
	width: 575px;
	padding-left: 30px;
}

div.inner-womenu{
	padding: 0px 20px 0px 220px;
}

div.print-version{
	padding: 30px 0px 0px 0px;
	text-align: right;	
}

div.print-version a{
	padding-right: 15px;
	background: transparent url("../img/a-print.gif") no-repeat right center;
}

/*********************************
*           TITTLE
**********************************/
.title{
	padding: 40px 0px 0px 0px;
	width: 1001px;
	height: 562px;
	background: transparent url("../img/title-back.jpg") no-repeat center bottom;
}

.title-logo{
	padding: 40px 0px 0px 40px;
}

.title-footer{
	position: absolute;
	top: 645px;
	width: 941px;
	margin: 0px auto;
	font-size: 11px;
	font-family: Tahoma;
	color: #4587ca;
	padding: 10px 30px;
}

.title-blocks{
	margin-top: -165px;
	padding-left: 20px; 
}

.title-block{
	background: transparent url("../img/title-block.png") no-repeat center center;
	padding: 5px 11px 10px 9px;
	width: 210px;
	height: 197px;
	float: left;
	margin: 0px 5px;
	font-size: 12px;
	color: #797979;
}

.title-block .space{
	padding: 0px 7px;
}

.title-block .image{
	width: 212px;
	height: 83px;
	background: transparent url("") no-repeat center center;
}

.title-block .image-borders{
	width: 212px;
	height: 83px;
	background: transparent url("../img/title-block-borders.png") no-repeat center center;
}	

.title-block .name{
	color: #b71845;
	padding: 3px 0px 5px 0px;
	font-size: 16px;
	/*font-weight: bold;*/
}

.title-block .txt{
}

.title-block .txt p{
	padding: 0px 0px 3px 0px;
}

.title-block .link{
	padding: 4px 0px 0px 0px;
}

/*********************************
*           TOP MENU
**********************************/
div.top-menu{
	padding: 0px 20px 0px 20px;
	background-color: #b20838;
}

ul.top-menu{
	padding: 0px;
	margin: 0px;
	line-height: 60px;
	height: 60px;
	list-style-type: none;
}

ul.top-menu a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

ul.top-menu li{
	padding: 0px 20px;
	float: left;
}

ul.top-menu li.active{
	padding: 0px;
	background: transparent url("../img/top-menu-line.gif") repeat-x center center;
}

ul.top-menu li.active-l{
	width: 7px;
	padding: 0px;
	background: transparent url("../img/top-menu-left.gif") no-repeat center center;
}

ul.top-menu li.active-r{
	width: 7px;
	padding: 0px;
	background: transparent url("../img/top-menu-right.gif") no-repeat center center;
}

ul.top-menu li.splitter{
	width: 1px;
	padding: 0px;
	margin: 0px;
	background: transparent url("../img/top-menu-splitter.gif") no-repeat center center;
}

/*********************************
*           SUBMENU
**********************************/
ul.submenu{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 190px;
}

ul.submenu li{
	background: transparent url("../img/submenu-inact.gif") no-repeat 2px center;
	padding: 6px 0px 6px 17px;
	margin: 0px;
}

ul.submenu li.border{
	border-top: 1px solid #e5e6e8
}

ul.submenu li.gap{
	padding: 0px;
	margin: 0px;
	height: 15px;
	background: transparent url("");
}

ul.submenu li.splitter{
	height: 1px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	background:  url("");
}

ul.submenu li a{
	font-size: 14px;
}

ul.submenu li.active{
	background: transparent url("../img/submenu-act.gif") no-repeat 5px 12px;
}

ul.submenu li.active a{
	color: #b20838;
	text-decoration: none;
}

ul.submenu li.childs-inact{
	background: transparent url("../img/submenu-child.gif") no-repeat 5px 13px;
}

ul.submenu li.childs-inact a{
	font-size: 12px;
	color: #318dd2;
	text-decoration: underline;
}

ul.submenu li.childs-act{
	background: transparent url("../img/submenu-child.gif") no-repeat 5px 13px;
}

ul.submenu li.childs-act a{
	font-size: 12px;
	color: #b20838;
	text-decoration: none;
}

/*********************************
*        PAGING
**********************************/
div.paging{
	padding: 4px 0px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
}

div.paging *{
	font-size: 11px;
}

div.paging span.splitter{
	color: #c8c8c8;
}

div.paging span.active{
	padding: 0px 7px;
	font-weight: bold;
}

div.paging a{
	padding: 0px 7px;
	border: 1px solid #fff;
}

div.paging a:HOVER{
	border: 1px solid #318dd2;
}

/*********************************
*           NEWS CATALOG
**********************************/
div.news{
	padding-bottom: 20px;
}

div.news .img{
	margin-right: 10px;
	float: left;
	width: 83px;
	height: 83px;
	background: transparent url("") no-repeat center center;
}

div.news .borders{
	width: 83px;
	height: 83px;
	background: transparent url("../img/borders.png") no-repeat center center;
}

div.news .date{
	color: #b20838;
	font-size: 12px;
}

div.news .name{
	padding-bottom: 3px;
}

div.news .name a{
	font-size: 14px;
	font-weight: bold;
}

div.news .intro{
}

/*********************************
*           NEWS
**********************************/
.item{
}

.item .img{
	margin-left: 20px;
	margin-bottom: 40px;
	float: right;
	width: 83px;
	height: 83px;
	background: transparent url("") no-repeat center center;
}

.item .borders{
	width: 83px;
	height: 83px;
	background: transparent url("../img/borders.png") no-repeat center center;
}

.item .name{
	font-size: 14px;
	font-weight: bold;
	color: #b20838;
}

.item .date{
	font-size: 12px;
	color: #999999;
	padding-bottom: 20px;
}

.item .text{
}

.item-back{
	margin: -8px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

.item-back a{
	background: transparent url("../img/back.gif") no-repeat left center;
	padding-left: 15px;
}

/*********************************
*           FORM
**********************************/
.form-top{
	width: 575px;
	height: 53px;
	background: transparent url("../img/form-top.gif") no-repeat center center;
}

.form-inner{
	padding: 0px 20px;
	width: 535px;
	background-color: #e5e5e5
}

.form-bottom{
	width: 535px;
	height: 53px;
	padding: 0px 0px 0px 40px;
	background: transparent url("../img/form-bottom.gif") no-repeat center center;
}

.form-bottom div{
	padding: 15px 20px 0px 20px;
}

.form{
	width: 575px;
	border: 0px;
	border-collapse: collapse;
	background: #e5e5e5 url("../img/form-top.gif") no-repeat center top;
}

.form input{
	vertical-align: middle;
}

.form TD,
.form TH{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.form TD{
	padding: 0px 0px 17px 20px;
}

.gap{
	padding: 0px;
	margin: 0px;
	height: 15px;
	font-size: 1px;
}

.form-text-after{
}

.break{
}

.divider{
}

.divider div{
	font-size: 0px;
	height: 2px;
	margin: 0px 20px 0px 0px;
	background-color: #999999;
}

.label{
	width: 200px;
}

.form-input-text{
	width: 310px;
}

.form-input-textarea{
	width: 310px;
	height: 100px;
}

.form-input-select{
	width: 310px;
}

.form-text-after{
}

.form-input-button{
	width: 104px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
	background: transparent url("../img/button-back.gif") no-repeat center center;
	border: 0px;
}

.little-info{
	position: absolute;
	margin-top: -13px;
	font-size: 10px;
}

/*********************************
*           PARTNERS
**********************************/
.partner-1 {
	float: left;
	width: 290px;
	height: 140px;
	overflow: hidden;
}

.partner-2 {
	float: left;
	width: 260px;
	height: 140px;
	overflow: hidden;
}

.partner .name{
	text-align: center;
	padding-top: 7px;
}

.partner .name a{
	font-size: 14px;
	font-weight: bold;
}

.partner .logo{
	height: 130px;
}

/*********************************
*           SITEMAP
**********************************/
#sitemap,
#sitemap ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

#sitemap li {
  margin: 0;
  padding: 5px 0 5px 15px;
  background: url('../img/sitemap_mid.gif') repeat-y 2px -16px;
}

#sitemap li.last {
  background: url('../img/sitemap_last.gif') no-repeat 2px -16px;
}


#sitemap li#homepage {
  padding: 0 0 5px;
  background: none;
}

#sitemap a {
  font-weight: bold;
}

#sitemap ul {
  margin-top: 7px !important;
}

#sitemap ul a {
  font-weight: normal;
}

#sitemap dd {
  margin: 0 0 5px 10px;
}