
*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

a img {
	border: none;
}

a.back{
   position:relative;
   float:right;
   top:-20px;
   color: #00b4ff;
   margin-top: 10px;
   clear: both;
   text-decoration: underline;
   font-weight: normal;
   font-size:12px; 
}

a.back:hover{
   text-decoration: none;
}
ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

strong {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.last {
	margin-right: 0px !important;
}

.no-border {
	border: none !important;
}


body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
}

body.bg1
 {
	background: url(../im/bg1.jpg) top center no-repeat;
}


/*
	Wrapper
*/

#wrapper {
	width: 961px;
	margin: 30px auto;
}

#top {
	height: 6px;
	background: url(../im/top.png) no-repeat;
}



#center {
	background: url(../im/center.png) left top repeat-y;
	padding-left: 7px;
	float: left;
}

/*
	Header
*/

#header {
	width: 961px;
	background: url(../im/header_bg.png) no-repeat;
	position: relative;
	float: left;
}

#header a.logo {
	position: absolute;
	left :220px;
	top: -35px;
}


#header .lang,
#header .up_nav  {
	float: left;
	clear: both;
	margin: 14px 0 0 20px;
}

#header .lang li a {
	display: block;
}

#header .lang li a.act {
	display: none;
}

#header .up_nav li {
	float: left;
	color: #666;
	margin-right: 3px;
}

#header .up_nav li a {
	color: #666;
	text-decoration: none;
}

#header .up_nav li a:hover {
	text-decoration: underline;
}

#header .info {
	width: 300px;
	float: right;
	text-align: right;
	margin: 14px 30px 0 0;
	color: #666;
	line-height: 1.6;
}

#header .ask {
	width: 113px;
	height: 19px;
	text-align: center;
	color: #0760bc;
	background: url(../im/ask.png) no-repeat;
	padding-top: 5px;
	float: right;
	clear: both;
	margin: 18px 30px 0 0;
}

#header .ask:hover {
	text-decoration: underline;
} 

#header .main_nav {
	height: 39px;
	background: url(../im/main_nav.png) no-repeat;
	margin-top: 11px;
	float: left;
	width: 946px;
	padding-bottom: 1px;
}

#header .main_nav ul {
	/*position: relative;*/
}

#header .main_nav li {
	float: left;
	margin-top: 1px;
}

#header .main_nav li a {
	font-size: 16px;
	font-family: Georgia;
	color: #fff;
	padding: 10px 25px 9px 24px;
	display: block;
}

#header .main_nav ul li.back {
	background: url(../im/main_hover.png) no-repeat;
	position: absolute;
}

img.noborder{
   border:none;
}

/*
#header .main_nav li a:hover {
	background: url(../im/main_hover.png) top center no-repeat;
}
*/

/*
	Container
*/


#container {
	clear: both;
	float: left;
	padding-bottom: 10px;
	background: url(../im/container_bg.png) left bottom repeat-x;
	width: 944px;
}

/*
#container .holder {
	background: url(../im/container_repeat.png);
	clear: both;
	overflow: hidden;
	height: 100%;
	width: 944px;
}
*/

#container .flash {
	width: 946px;
	height: 362px;
	background: url(../im/index_flash.jpg) no-repeat;
}

#container .news_box {
	width: 221px;
	position: absolute;
	top: 191px;
	left: 353px;
	z-index: 25;
}

#container .news_top {
	background: url(../im/news_top.png) no-repeat;
	height: 24px;
}

#container .news_bottom {
	background: url(../im/news_bottom.png) no-repeat;
	height: 24px;

	}

#container .news_inner {
	background: url(../im/news_box_inner.png) repeat-y;
	padding: 0px 26px;
	overflow: hidden;
}

#container .news_inner h3 {
	padding-top: 5px;
	float: left;
	}

#container  h1 {
	font-size: 16px;
	font-family: Georgia;
	background: url(../im/separate.png) left bottom no-repeat;
	padding-bottom: 10px;
	width: 158px;
	float: left;
	font-weight: normal;
}

#container  a.close {
	width: 11px;
	height: 11px;
	background: url(../im/close.gif) no-repeat;
	display: block;
	float: right;
}

#container  p.new {
	font-weight: bold;
	float: left;
	background: url(../im/separate.png) left bottom no-repeat;
	padding-bottom: 15px;
	margin-top: 15px;
}

#container  .date {
	color: #ccc;
	margin-top: 10px;
	float: left;
	font-weight: normal;
}

#container  .more {
	color: #00b4ff;
	float: right;
	margin-top: 10px;
	clear: both;
	text-decoration: underline;
	font-weight: normal;
	width: 150px;
	text-align: right;
}

#container .more:hover {
	text-decoration: none;
}

#container h2 {
	background: url(../im/h2_bg.png) no-repeat top center;
	display: block;
	text-align: center;
	height: 50px;
	font-size: 16px;
	font-family: Georgia;
	font-weight: normal;
	padding-top: 15px;
}

#container .content {
	width: 700px;
	float: left;
}

#container .content img {
	margin: 0px 30px 20px 0px;
}

#container .content h3 {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
}

#container .content h2.sub {
	font-family: Georgia;
	font-size: 16px;
	background: url(../im/separate.png) left bottom no-repeat;
	text-align: left;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin-bottom: 15px;
	width: 40%;
}

#container .content p {
	display: block;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 1.4;
}

#container .content a {
	color: #00b4ff;
}

#container .content .white_date {
	display: block;
	margin-bottom: 20px;
}

#container .content ul {
	margin: 10px 0;
}

#container .content ul li {
	list-style-type: square;
	list-style-position: inside;
	margin: 5px 15px;
}

#container .left_side {
	width: 170px;
	float: left;
	padding: 0px 20px 0px 25px;
}

#container .left_side h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 32px;
	background: url(../im/separate1.png) left bottom no-repeat;
	
}

#container .left_side p.new {
	padding-bottom: 32px;
	margin-top:  0px;
	background: url(../im/separate1.png) left bottom no-repeat;
}


#container .content .ask {
	background-image: url(../im/ask1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 127px;
	height: 18px;
	text-align: center;
	color: #035583;
	padding-top: 5px;
	float: right;
	clear: both;
	font-weight: bold;
}

#container .content .ask:hover,
#container .content form #submit:hover,
#container .content form #submit:active  {
	background-position: 0px -23px;
	color: #fff;
}



#container .left_nav li a {
	color: #fff;
}

#container .left_nav li a:hover,
#container .left_nav li a.act {
	color: #00b4ff;
}

#container .left_nav {
	margin-bottom: 20px;
}

#container .left_nav ul {
	margin-left: 20px;
}

#container .left_nav li {
	margin-top: 10px;
}

#container .long {
	width: 900px;
	padding-left: 20px;
}

#container .content .contact {
	float: left;
	width: 250px;
	line-height: 1.9;
}

#container .content .mail {
	color: #eafaff;
	background: url(../im/mail.png) left center no-repeat;
	padding: 5px 0 14px 30px;
	text-decoration: underline;
	margin-top: 2px;
	display: block;
}


#container .content .gallery a img {
	margin: 0px;
}

#container .content .gallery a span {
	color: #fff;
	display: block;
	margin-bottom: 8px;
}

#container .content .gallery a {
	margin: 10px 63px 20px 0;
	float: left;
}

#container .content .pager {
	margin-left: 300px;
}

#container .content .pager ul li {
	float: left;
	list-style: none;
	margin: 0px 2px;
}

#container .content .pager ul li .act
{
	font-weight: bold;
	color:#fff;
}

#container .content .half {
	width: 47%;
	float: left;
	margin-right: 3%;
}

.half a {
	margin-bottom: 10px !important;
}

#container .content .more {
	float: right !important;
	margin: 0px !important;
	width: auto !important;
}

#container .content table.special td,#container .content table.special th {
	text-align: center;
	padding: 10px 0;
	background-color: #e3e3e3;
	color: #333;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #929394;
}

#container .content table.special {
	border: 1px solid #929394;
	margin-bottom: 30px;
}

#container .content table.special .dark td {
	background-color:  #929394;
	color: #e3e3e3;
}

#container .content table.special .no_left {
	border-left: none;
}

#container .content table.special .no_right {
	border-right: none;
}

#container .content form label {
	float: left;
	clear: both;
	width: 105px;
	padding-right: 10px;
	text-align: right;
	margin-top: 5px;
	}

#container .content form.question_form {
	width: 500px;
	float: right;
}
	
#container .content form.question_form label {
	width: 200px;
}
	
#container .content form {
	float: left;
	width: 396px;
}

#container .content form input {
	width: 192px;
	height: 15px;
	padding: 4px;
	background-color: #eafaff;
	border: 1px solid #9ba1a3;
	margin-bottom: 13px;
	font-size: 11px;
		color: #035583;
}

#container .content form #theme {
	width: 260px;
}

#container .content form img {
	float: left;
	margin: 1px 0 0 0;
}

#container .content form .arrow {
	margin: 11px;
	
}

#container .content form img{
   border:none;
}

#container .content form #code {
	width: 64px;
	float: left;
}

#container .content form textarea {
	width: 260px;
	height: 66px;
	background-color: #eafaff;
	border: 1px solid #9ba1a3;
	padding: 4px;
	margin-bottom: 13px;
	overflow: auto;
}

#container .content form #submit {
	width: 70px;
	padding: 0px !important;
	height: 23px;
	color: #035583;
	font-weight: normal;
	background-image: url(../im/send_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 11px;
	border: none;
	background-color: transparent;
	float: left;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

#container .content form #date {
	width: 159px;
	float: left;
	margin-right: 10px;
}

#container .content a.map img {
	margin-right: 15px;
	border:none;
}

#container .content .pdf {
	float: left;
	background: url(../im/pdf.gif) no-repeat;
	padding: 17px 0 0px 38px;
	margin-top: -6px;
}

#container .content .sitemap {
	float: left;
	width: 260px;
	margin-right: 50px
}

#container .content .sitemap h1 {
	float: none;
}

#container .content .video {
	margin-top: 47px;
	display: block;
}

/*
	Footer
*/

#footer {
	clear: both;
	background: url(../im/footer_bg.png) no-repeat;
	padding: 28px 9px 0 9px;
	font-size: 10px !important;
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	margin-right: 3px;
}


#footer ul li a {
	color: #fff;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer .stenik {
	background: url(../im/stenik_logo.png) no-repeat;
	padding: 2px 0px 2px 25px;
	float: right;
	margin-top: 20px;
	text-decoration: underline;
	clear: both;
	display: inline;
	width: 113px;
}

#footer .stenik a {
	color: #fff;
	text-decoration: underline;
}

#footer .commercial {
	float: left;
	margin: 20px 25px 0 0;
}

span.custTooltip{
    padding:3px 5px;
    background-color:red;
}
.images_holder {
	width:944px;
	position:relative;
}
	span.homeImgHolder{
	  display:block;
	  float:left;
	}
	
	span.homeImgHolder a{ 
	  width:472px;
	  height:362px;
	  overflow:hidden;
	  display:block;
	  
	}
	
.content img{
   border: 3px solid #c3c6c9;
}

#leftSideImage{
  float:right;
}

#rightSideImage{
  float:right;
   
}
