

/* 
@CHARSET "UTF-8";
html, body, div,li, ul, td, tr, form, p {
	margin:0;
	padding:0;
}*/
html, body, div, form, p {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	height:0px;
}
.fl { float:left; }
.fr { float:right; }
/* td, tr, trable { border:none; }*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
img { border:0; }
a:active, a:focus { outline: none; }

html, body {
	min-height:auto;
	height: 100%;
	width:100%;
	font:12px Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------- Paging */
div.paging {
	float:right;
	margin-bottom:5px;
	margin-top:10px;
	clear:both;
}
* html div.paging { display: inline;}
div.paging div.disabled {
	display:none;
}
div.paging span {
	display:block;
	float:left;
	list-style-type: none;
	margin-left:2px;
}
div.paging a, div.paging span.current {
	padding:0px 9px 0px 9px;
	display: block;
	float:left;
	height:22px;
	font-weight:bold;
	line-height:22px;
	color: #666666;
	text-decoration:none;
	border:1px solid #DDDDDD;
}
div.paging span.current {
	background:#FFFFFF;
}
div.paging span a:hover, div.paging span.current {
	border-color:#5f8bb0;
	color:#5f8bb0;
}
/* ------------------------------------------------- End Paging */

/* ------------------------------------------------- Errors */
div#messagesOuter{
	position: fixed;
	z-index:10000;
	background-color: #26150e;
	border: 2px solid #F00;
	right: 7px;
	top: 90px;
	color: #fff;
}
div#messagesOuter .in{
	background: transparent;
	border-bottom: 1px solid #666;
}
div#messagesOuter a{
	display: block;
	width: 12px;
	height: 12px;
	color: #fff;
	line-height: 12px;
	padding: 5px;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
}
div#messagesOuter a:hover{
	color: #F00;
}
* html div#messagesOuter{
	position: absolute; 
	top: expression(90+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	right: expression(7+((e=document.documentElement.scrollRight)?e:document.body.scrollRight)+'px');} 
}
div#messages{
	padding: 5px;
}
div#messages div.errors p{
	padding: 5px;
	margin: 0px;
}
div.message {
	padding: 5px;
}
.form-error, div.error input, div.error textarea{
	border-color: #900;
	border-style: dotted;
	background-color: #f99;
}
.error {
	font-family: Arial, monospace;
	padding: 0;
	margin: 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
}
.success {
	background-color: green;
	color: #FFF;
}
/* ------------------------------------------------- End Errors */

table.cake-sql-log{
	background: #fff;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.cake-sql-log td{
	border: 1px solid #000;
}

html, body {
	font:12px Arial, Helvetica, sans-serif;
}

body {
	background-color:#fff;
	position: relative;
	min-height: 100%;
	height: auto;
}
* html body {
	height: 100%;
}
#content {
	position:relative;
	width:969px;
	margin:0 auto;
/*	padding-bottom: 67px;*/
	height: auto;	
}

#sitewrapper {
	width:914px;
	margin:0 auto;
/*	border:1px solid #7b9ebf;*/
	position:relative;
	height: auto;
}
/* -------------------------------------------- Header */

#header {
	width:914px;
	height:222px;
	padding-top:45px;
	position:relative;
	background:#fff url(../img/header_bg.jpg) repeat-x;
}

#header_img {
	text-transform:uppercase;
	height:35px;
	width:914px;
	padding-top:140px;
	background:url('../img/header_img.jpg') no-repeat;
	font:17px verdana;
	font-weight: bold;
	text-align: center;
	color:#010066;
}

/* ------------------------------------------------- End Header */
#content{
	width: 914px;
}

#center {
	float:left;
	margin:12px;
	width:709px;
	border:1px solid #495c7e;
	background:#192d47 url(../img/center_bg.jpg) repeat-x;
	padding:15px;
	color:#ececec;
	font-size:16px;
}
* html #center {
	margin-left:6px;
}

/* ------------------------------------------------- Footer */

#footer {
	background: transparent url(../img/footer_bg.jpg) repeat-x;
	width:914px;
	height:40px;
	padding-top: 10px;
	position: relative;
/*	position: absolute;
	bottom:0px;
	left:0px;
*/
}

#footer .bottom_left {
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	width:16px;
	height:16px;
	background:url(../img/bottom_left_bg.jpg) no-repeat;
}
#footer .bottom_right {
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	width:16px;
	height:16px;
	background:url(../img/bottom_right_bg.jpg) no-repeat;
}


/* ------------------------------------------------- End Footer */

/* ------------------------------------------------- inners */

#footer_inner,
#header_inner {
	position:relative;
	width:969px;
	margin:0 auto;
}

.left_column {
	background-color:#e1e2dc;
	width:204px;
	float:left;
	margin-top:4px;
}

.right_column {
	background-color:#f7f7ef;
	width:198px;
	float:right;
	margin-right:2px;
	margin-top:4px;
	margin-bottom: 10px;
	border:1px solid #ececec;
}

.center {
	float:left;
	width:450px;
	padding-right:20px;
	padding-left:30px;
	padding-top:38px;
}

iframe {
	border:none;
}

.menu {
	position:absolute;
	right:0px;
	top:212px;
	text-align:center;
}
.menu a {
	display:block;
	float: right;
	padding-left:20px;
	padding-right:20px;
	border-left:4px solid #dddbdb;
	height: 55px;
	text-decoration:none;
	font-size:12px;
	font-family:arial;
	font-weight: bold;
	color:#000;
	position: relative;
}
.menu a.first {
	border:none;
}
.menu a span{
	position: relative;
	display:block;
}

.menu a:hover,
.menu a.active {
	text-decoration:underline;	
}

.small_buttons {
	margin-left:28px;
	margin-top:13px;
}

.small_buttons  a {
	margin-right:46px;
}

.search {
	right:8px;
	top:12px;
	position:absolute;
	width:170px;
}
.search img {
	margin-top:5px;
	margin-right:8px;
}
.search form input {
	float:left;
}
.search form input.text {
	height:14px;
	width:115px;
}
.search form input.submit {
	display:block;
	background:url(../img/submit_bg.jpg) no-repeat;
	width:18px;
	height:19px;
	border:none;
	margin-left:8px;
	margin-top:2px;
	cursor:pointer;
}

.lang {
	position:absolute;
	top:10px;
	left:28px;
}

.lang a {
	margin-right:3px;
}
.lang a img{
	border: 1px solid #a2a2e5;
}
.lang a:hover img,
.lang a.active img{
	border-color: blue;
}
#footer  {
	text-align: center;
}
#footer img {
	margin-right:10px;
	border:1px solid #fff;
	vertical-align: middle;
}
div.counter_image {
	float: left;
}
div.counter_image img{
	margin-left: 20px;
}

.right_box {
	width:192px;
	padding-top:8px;
	margin:0 auto;
	padding-left:4px;
	margin-bottom:1px;
}

.right_box h2 {
	background:url(../img/h2_bg.jpg) left 3px no-repeat;
	color:#a9a7a8;
	font:12px arial;
	font-weight: bold;
	padding-left:23px;
	text-transform: uppercase;
	margin-bottom:15px;
}

.right_box h2 b {
	color:#ff8a00;
}

.right_box.gray {
	background-color:#9da9a7;
}

.right_box a {
	text-decoration: none;
	font:12px verdana;
	color:#0e0e0e;
	margin-bottom:10px;
	display:block;
	margin-left:23px;
}
.right_box a img{
	border: 1px solid #939393;
}
.right_box a:hover img{
	border-color: #595959;
}
.right_box form {
	margin-left:23px;
	padding-bottom:5px;
}

.right_box form input {
	width:132px;	
}
div.right_box.partners label{
	clear: both;
	display: block;
}
div.right_box.partners select{
	width: 132px;
}
div.right_box.partners div.input{
	margin-top: 10px;
}
.right_box.gray h2 {
	background:url(../img/h2_bg_gray.jpg) left 3px no-repeat;
	color:#fff;
}

.right_box.gray form input {
	margin-bottom:15px;
}




.box {
	background:url(../img/box_bg.jpg) left top repeat-x;
	width:199px;
	padding:21px 5px 15px 0px;
}
.box h2 {
	margin-left:27px;
	font:14px verdana;
	font-weight: bold;
	color:#000;
}
.box span {
	margin-left:27px;
	color:#fff;
	font:11px verdana;
}
.box .text {
	padding-top:18px;
	padding-left:10px;
}

.box a {
	text-decoration:none;
	color:#fff;
	font:12px verdana;
	font-weight: bold;
}
.center.contact .fl {
	width:195px;
}
.center.contact .fr {
	width:auto;
}
.center.contact .fr form .input.secret label,
.center.contact .fr form .input.text label {
	width:100px;
	display:inline;
	float:left;
	margin:0px 0px 2px 0px;
}
.center.contact .fr form img{
	margin-right: 0px;
}

.center.contact .fr form .input.text input {
	float:left;
	width:160px;
	margin:0px 0px 2px 0px;
	border:1px solid #9DA9A7;
}
.center.contact .fr form textarea {
	width:160px;
	border:1px solid #9DA9A7;
	margin-bottom:5px;
	float:left;
	overflow:auto;
}

.center.contact .fr form em {
	color:red;
}
.center.contact .fr form .input.submit {
	float:right;
	margin-left:5px;
}

.center.contact .fr form .input.submit input {
	border:1px solid #9DA9A7;
}

.center.contact .fr form .input.text {
	margin:0;
}

.center.contact .fr form .input.textarea{
	margin:8px 0px 8px 0px;
}
.center.contact .fr form .input.select select {
	float:left;
	width:180px;
	margin:0px 0px 2px 0px;
	border:1px solid #9DA9A7;
}
.center.contact .fr form .input.select {
	margin:0;
}

.center.contact div.partner .fr {
	width:470px;
	float: left;
}
.center.contact div.partner .fr form textarea,
.center.contact div.partner .fr form .input.text input{
	width: 200px;
}
.center.contact div.partner .fr form .input.select select{
	width: 202px;
	*width: 204px;
}

.center.contact div.partner .fr form .input.textarea label,
.center.contact div.partner .fr form .input.secret label,
.center.contact div.partner .fr form .input.text label,
.center.contact div.partner .fr form .input.select label {
	width:150px;
	display:block;
	float:left;
	margin:0px 0px 2px 0px;
}
.center.contact .fr form .input.secret input {
	float:left;
	margin:0px 5px 2px 0px;
	display: inline;
	width: auto;
	*width: 50px;
	border:1px solid #9DA9A7;
}
.center.contact div.partner .fr form .input.submit {
	float:left;
	display:inline;
	margin-top:20px;
	margin-left:100px;
}

.center h1 {
	color:#9da9a7;
	font:19px verdana;
	font-weight: bold;
	margin-bottom:2px;
}
.center span.date {
	color:#000;
	font-weight: bold;
}

.center .text {
	margin-top:25px;
}
.center a.more {
	color:#ffa200;
	font:11px verdana;
	text-decoration:none;
}


.center.news_page {
	padding-top:5px;
	padding-left:10px;
	width:470px;
}
.center.news_page.forum {
	padding-right: 0px;
} 
.center.news_page a {
	text-decoration:none;
	color:#115ea3;
}

.grayline {
	width:474px;
	display:block;
	border-bottom:1px solid #e1e2dc;
	margin-left:-2px;
	margin-top:3px;
	margin-bottom:15px;
	*margin-top:-12px;
}

.news {
	padding-bottom:14px;
	margin-bottom:14px;
	border-bottom:1px solid #e1e2dc;
}
.news img {
	float:left;
	display: inline;
	margin-right:10px;
}

.news.big img {
	margin-right:0px;
}
.inner .news h2,
.news .right h2 {
	font:14px verdana;
	font-weight: bold;
	margin-left:1px;
	margin-bottom:2px;
	color:#3a4f7a;
}
.inner .news h3,
.news .right h3 {
	font:9px verdana;
	margin-bottom:2px;
}

.inner .news.big h2,
.news.big .right h2 {
	margin-bottom:15px;
	color:#000;
}
.news.big .right {
	width:200px;
	float:left;
	display: inline;
	margin-left:10px;
	font:11px verdana;
}

.inner .news.big img {
	margin-bottom:10px;
/*	margin-right:15px;*/
	border:1px solid #e1e1e1;
}

div.bottom_menu {
	text-align: center;
}
div.bottom_menu a {
	font: 11px verdana;
}
div.bottom_menu a:hover,
div.bottom_menu a.active {
	text-decoration:underline;
}

#structure{
	position:relative;
}
div.bottom_menu span.submenu {
	background-color: #bed8f3;
	border:1px solid #7dbffe;
	padding:5px 5px 7px 5px;
	position:absolute;
	top:15px;
	left:10px;
	text-align:left;
	display: none;
}
.calls div.bottom_menu span.submenu {
	padding-right:20px;	
}
div.bottom_menu span.submenu a {
	color:#000;
	font:10px verdana;
	line-height:13px;
}
.center.news_page.inner {
	position:relative;
}


.inner .news.big .small_gallery {
	margin-top:20px;	
}
.inner .news.big .small_gallery a img {
	margin-right:2px;
	margin-bottom:3px;
	border:1px solid #e1e1e1;
}
.inner .news.big .small_gallery a:hover img {
	border:1px solid gray;
}
.left_column h2 {
	margin-bottom:10px;	
}
.left_column h2.heading a {
	color:#000;
	font:14px verdana;
	font-weight: bold;
}
.left_column .text h2 a {
	color:#000;
}
.left_column .text h2 a:hover {
	text-decoration:underline;
}
.left_column .text h2 {
	margin:0;
}

.left_column .text h3 {
	font-size:10px;
}

.news_page .news.big .right {
	width:auto;
}

.news_page .news.big img {
	margin-right:5px;
	border:1px solid #e1e1e1;
}

.news_page .news.big .right h2 {
	margin-bottom:5px;
}

