@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:  Arial, Tahoma, sans-serif;
;
	font-size: 13px;
	color: #000000; background:url(images/bg_body.gif)
}
p{text-align:justify}

a:link{
	color:#000;
	text-decoration:underline;
}
a:visited{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#da251d;
	text-decoration:none;
}
a:active{
	color:#000;
	text-decoration:underline;
}
.aa:link{
	color:#ffffff; font-weight:bold;
	text-decoration:none; 
}
.aa:visited{
	color:#ffffff; font-weight:bold;
	text-decoration:none;
}
.aa:hover{
	color:#da251d; font-weight:bold;
	text-decoration:underline; 
}
.aa:active{
	color:#ffffff; font-weight:bold;
	text-decoration:none; 
}
.aaa:link{
	color:#ffffff; font-weight:bold;
	text-decoration:none;
}
.aaa:visited{
	color:#ffffff; font-weight:bold;
	text-decoration:none;
}
.aaa:hover{
	color:#ffffff; font-weight:bold;
	text-decoration:underline;
}
.aaa:active{
	color:#ffffff; font-weight:bold;
	text-decoration:none;
}


.header{	
margin-top: 0px; text-align:center; 
	height:167px;
	
}
.headerCont{
	width:980px;
	 
	margin: 0 auto;	
}

.headerCont_left{
	width:980px;
	height:22px; text-align:right;
	margin: 0 auto;
}
.headerCont1{
	width:980px;
	height:105px;
	margin: 0 auto;	
}

.headerCont_left1{
	width:980px;
	height:105px;
	margin: 0 auto;	
}

.headerCont2{
	width:980px; background-color:#FFFFFF;
	display: block; height:159px;
	margin: 0 auto;
}

.headerCont_left2{display: block;
	width:980px; height:159px;
	 
	margin: 0 auto;float:left; background:url(http://www.bratsigovo.net/images/bg8_05.jpg) no-repeat;	
}
.menuto1{ width:980px; margin: 0 auto; height:48px; 

}
.menuto1_Cont{ width:980px; margin: 0 auto; height:48px;  

}
.menuto2{ width:980px; margin: 0 auto; height:30px; text-align:left;

}
.menuto2_Cont{ width:980px; margin: 0 auto; height:30px; float:left; text-align:left; padding-top:5px;

}
.infBody{ width:980px; margin: 0 auto; text-align:center; background-color:#FFFFFF;

}
.infBody_Cont{ width:980px; margin: 0 auto;  text-align:center;

}
.footerCont1{
	text-align:center; width:980px;	
	height:30px;
	margin: 0 auto;
	font-size:11px; color:#FFFFFF;  
}

.clearer{	clear:both;
}


.footerCont{
	text-align:center; width:980px;

	
	
	height:150px;
	margin: 0 0 0 0;
	
	font-size:11px;
}
.footer{
	margin: 0 auto;
	width:100%;	height:auto;text-align:center;background:url(http://www.bratsigovo.net/images/footer_pattern.png);
}

.tbodyContleft{
width:400px;height:300px; 


}
.tbodyContRight{
  text-align:left;  width:300px; height:300px; float:right;
color:#000000; font-size:13px; 

}
.logo{
	float:left;
	width:516px;
	height:220px;
	margin: 0 0 0 0;
}
.bg_choice{
	width:95px;
	height:16px; background-color:#FFFFFF;
	margin: 0 auto; text-align:center;
}
.menu_color{ padding-left:10px;
 
}
.menu_lang{ float:right;
	width:450px; height:22px; font-style:oblique; color:#FFFFFF;
	margin: 0 auto; text-align:right;
}
#form{
	width: 658px;
	height: 134px;
	margin: 0px auto;
}

#form div{ float: left; }
#form div.c1, #form div.c2{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: black;
}
#form div.c1{ width: 311px; }
#form div.c2{ width: 347px; }
#form div.c3{ clear: left; width: 306px; height: 55px; padding-top: 2px; }
#form div.c3 input{
	display: block;
	width: 275px;
	height: 33px;
	border: 0px;
	padding: 5px 10px;
	font-size: 17px;
	background: url(http://www.bratsigovo.net/images/input.png);
}
#form div.c4{ width: 200px; height: 55px; padding-top: 2px; }
#form div.c5{ width: 152px; height: 57px; }
#form div.c5 button{ 
	display: block;
	width: 152px;
	height: 46px;
	border: 0px;
	cursor: pointer;
	text-indent: 152px;
	overflow: hidden;
	background: url(http://www.bratsigovo.net/images/button.png);
}
#form div.c6, #form div.c7{
	clear: left;
	float: none;
	height: 20px;
	line-height: 21px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 5px 0px;
	color: black;  text-align:center;
}
#form div.c6{ height: 23px; background-image: url(http://www.bratsigovo.net/images/ok1.png); }
#form div.c7{ background-image: url(http://www.bratsigovo.net/images/block1.png); }
/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
  background-color: #EAF2FB;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
  background-color: #CDD8E4;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/* Look and feel of select box */
.selectbox
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;/* Resize Font*/
  width : 190px; /* Resize Width */
  display : block;
  text-align:left;
  background: url('http://www.bratsigovo.net/select.png') right;
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}
.styledSelect {
	width: 189px;
	height: 43px;
	line-height: 40px;
	font-size: 22px;
	color: #393939;
	position: relative;
	background-image: url(http://www.bratsigovo.net/images/select.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.styledSelect ul {
	list-style: none;
	padding: 1px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.styledSelect.open ul {
	border: 2px solid #B1B1B1;
	padding: 0px;
}
.styledSelect ul li {
	font-family: sans-serif;
	margin: 0;
	padding: 2px 0px 3px 10px;
	display: block;
}
.styledSelect.open ul li { background-color: white; }
.styledSelect.open ul li.selected { background-color: #35911B; color: white; }
.styledSelect.open ul li:hover { background-color: #006300; color: white; }

#contact{ text-indent: 10px; font-size: 20px; color: white; margin-bottom: 10px; }



.menu_ornj{
	
	height:40px; width:200px; 
}
.menu_ornj_l{
	width:14px;
	height:40px;
	margin: 0 auto;float:left; background:url(http://www.bratsigovo.net/images/ori_01.png);
}
.menu_ornj_r{
	width:16px;
	height:40px;
	margin: 0 auto;float:left; background:url(http://www.bratsigovo.net/images/ori_03.png);
}
.menu_ornj_b{
	  
	color:#ff8400; font-weight:bold; font-size:14px;
}
.menu_gr_b{
	  
	color:#ffffff; font-weight:bold; font-size:14px;
}

.cnt{ 
	width:700px;

	margin: 0 auto; 
	color:#000;
	 
	
}
.clearer{	clear:both;
}



.footerCont{
	text-align:center; width:980px;

	
	
	height:150px;
	margin: 0 0 0 0;
	
	font-size:11px;
}
.footer{
	margin: 0 auto;
	width:100%;	height:auto;text-align:center;background:url(http://www.bratsigovo.net/images/footer_pattern.png);
}


.itm{float:left;
	margin: 20px auto;
	width: 700px;	height:400px
	;
}
.pid{
text-align:left;
	float:left;
	color:#FFFFFF;
	width:330px;
}
.txts{
text-align:left;
	float:left;
	color:#000000;
	width:460px;
}

.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F5F5F;
}
#rightCont{
		width:200px; height:auto;
		padding-left:10px; padding-top:0;
		float:right; background-color:#ffffff; 
		background-attachment: fixed;
	}
#centerCont{
		width:480px; height:auto;
		padding-left:10px;
		padding-right:10px;
		float:left; background-color:#ffffff; 
		background-attachment: fixed;
	}
	
#LeftCocContM{width:210px; float:left; text-align:left; margin:0;
}
#RightColContM{width:210px; float:right; padding-top:0; margin:0 auto;
}

.CurCont{width:230px; font-size:12px; color:#333333; 
}