@charset "utf-8";
/* CSS Document */

html,
body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFF;
	background-image:url(../images/main_back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -18px;
  /* Pad bottom by footer height */
  padding: 0 0 18px;
}

#container {
	width:1024px;
	padding:0px;	
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	background-image:url(../images/banner_backgroung_slice.jpg);
	background-repeat:repeat-x;
	height: 100px;
	width: 1024px;
}

#banner .image{
	float:left
}

#banner .text{
	float:left;
	padding:20px;
	font-weight:bold;
	font-size:1.8em;
	font-style:italic;
}

#menu_holder {
	width: 1024px;
	height: 40px;
	overflow: hidden;	
}

.nav a {
	font-weight: bold;
	color: white;
}

.nav-justified>li.bigger {
	width: 180px;
}

/*------*/
.nav-pills {
	max-height: 52px;
}
.nav-pills {
	width: 100%;
}

.nav-pills {
	background-color: #000;
	border: none;
	border-radius: 0px;
}

.nav-pills > .active > a {
	background-color: #f7f214;
	color: black;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #f7f214;
	color: black;
}

.nav-pills>li>a {
	background-color: #000;
	border: none;
	border-radius: 0px;
}

.nav-pills>li+li {
    margin-left: 0px;
}

/*-----*/

.nav-justified {
	max-height: 52px;
}
.nav-justified {
	width: 100%;
}

.nav-justified {
	background-color: #000;
	border: none;
	border-radius: 0px;
}

.nav-justified > .active > a {
	background-color: #f7f214;
	color: black;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #f7f214;
	color: black;
}

#content_holder .nav>li>a {
	font-size: 12px;
}

.nav>li>a {
	padding: 10px 24px;

}

.nav>li>a.last_menu {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 29px;
	padding-right: 30px;
}

#slide_holder {
	width: 1024px;
	height: 287px;	
	border-bottom: #000 solid 3px;
}

#content_holder {
	width: 1024px;
	padding-top: 10px;
}

#content_left {
	width: 568px;
	float: left;
	margin-left: 25px;	
}

#content_right {
	width: 386px;
	float: right;
	margin-right: 25px;	
}

.header_style {
	height: 36px;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	font-size: 21px;
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 10px;
}

.header_news, .latest_news_block {
	width: 558px;
}

.latest_news_block {
	margin-bottom: 20px;
	padding-left: 5px	
}

.title1 {
	font-size: 15px;
	font-weight: bold;	
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #fef551;
}

.header_profile, .profile_block {
	width: 376px;	
}

.profile_block {
	padding-left: 5px;
	padding-right: 5px;
}

#footer {
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	
	height: 18px;
	background-color: #000;
	color: #fef551;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}

/**********GENERAL CONTENT CSS***************/
.img_right {
	float: right;
	margin-left: 10px;	
}

/********************************************/

/**** SIGN IN STYLES ******/

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/***** -----------------------------*******/