@charset "utf-8";
/* CSS by Evsyukov Mihail */

/* all */

*{
   margin: 0px;
   padding: 0px;
}

p{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: black;
}

span{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: black;
}

img{
   border: 0;
   margin: 10px;
}

body{
   background: #fff;
   color: #fff;
   font-family: "Times New Roman", Times, serif;
   background: url('../img/main_bg.jpg') repeat-y center;
}

/* end all */

#page {
   width: 967px;
   min-height: 576px;
   margin: 0 auto;
  
}

/* -top */


#top{
}

.logo{
	margin-left: 30px;
	cursor: pointer;
}

#top_menu_left{
	background: url('../img/top_menu_left.png') no-repeat;
	width: 208px;
	height: 116px;
	float: left;
}
#top_menu_bg{
	float: left;
	background: url('../img/top_menu_bg.png') no-repeat left top;
	width: 759px;
	height: 116px;
}

#top_menu_bg a{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.menu_item_active{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-top:10px;
	margin-left: 5px;
	margin-rigth: 5px;
	float: left;
	background: url('../img/menu_active.png') no-repeat;
	width: 132px;
	height: 45px;
}



.menu_item{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-top:10px;
	margin-left: 5px;
	margin-rigth: 5px;
	float: left;
	width: 132px;
	height: 45px;
}

.menu_line{
	margin-top: 3px;
	width: 3px;
	height: 34px;
	background: url('../img/menu_line.png') no-repeat;
	float: left;
}

/* -end top */


/* -center */

#center{
	float: left;
	width: 937px;
	min-height: 431px;
	margin-left: 30px;
	margin-top: -8px;
	
}

#left{
	width: 232px;
	height: 431px;
	background: url('../img/left_menu_bg.png') no-repeat;
	float: left;
}

#content{
	width: 680px;
	min-height: 431px;
	background: url('../img/text_bg.png') repeat-y;
	float: left;	
}

/* ----------- text ------------ */

#text{
	width: 660px;
	height: 411px;
	margin: 10px;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
}

#text p{
	color: #000;
	font-size: 16px;
	text-indent: 20px;
	font-family: "Times New Roman", Times, serif;
}

#text h1,h2,h3{
	color: #154462;
	font-family: "Times New Roman", Times, serif;
}

#text ul{
	text-indent: 20px;
}

#text li{
	list-style-type: disc;
}


#text a{
	color: #000;
}

#text span{
	text-decoration: underline;
	color: #000;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

/* ----------- end text ------------ */

#footer{
	width: 970px;
	height: 75px;
	background: url('../img/footer_bg.png') no-repeat;
	float: left;
}

#uslugi{
	width: 209px;
	height: 31px;
	background:  url('../img/uslugi.png') no-repeat;
	margin-left: 4px;
}

#uslugi_link{
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	list-style: none;
}

#uslugi_link a{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}


#uslugi_link_active a{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}

#contacts{
	width: 209px;
	height: 76px;
	background:  url('../img/contacts.png') no-repeat;
	margin-left: 4px;
	margin-top: 10px;
}

#contacts_text{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 0px;
}

#contacts_text a{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}


#contacts_text span{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 35px;
	text-decoration: underline;
	font-family: "Times New Roman",Times;
	float: right;
}


.feedback{
	height: 30px;
	margin-top: -10px;
	margin-left: 10px;
}

#footer_menu{
	margin-top: 5px;
	width: 970px;
	text-align: center;
}

#footer_menu a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
}

#footer_emv{
	float: right;
}

#footer_copy{
	float: left;
	margin-left: 450px;
	font-size: 13px;
	font-weight: bold;
}

#footer_emv a{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	margin-right: 10px;
}

#banner{
	width: 970px;
	float: left;
}
#banner img{
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 0px;
}

/* -------------- ie 6 */
#ie6_main{
	border: 1px solid #F7941D; 
	background: #FEEFDA; 
	text-align: center; 
	clear: both; 
	height: 75px; 
	position: relative;
}

#ie6_main img{
	border: 0px;
	margin: 0px;
}

#ie6_close{
	position: absolute; 
	right: 3px; 
	top: 3px; 
	font-family: courier new; 
	font-weight: bold;
}

#ie6_choice{
	width: 640px; 
	margin: 0 auto; 
	text-align: left; 
	padding: 0; 
	overflow: hidden; 
	color: black;
}

#ie6_warning{
	width: 75px; 
	float: left;
}

#ie6_message{
	width: 275px; 
	float: left; 
	font-family: Arial, sans-serif;
}

#ie6_message_old{
	font-size: 14px; 
	font-weight: bold; 
	margin-top: 12px;
}

#ie6_message_new{
	font-size: 12px; 
	margin-top: 6px; 
	line-height: 12px;
}

.ie6_browser{
	width: 75px; 
	float: left;
}
/* -------------- end ie 6 */

.photogalery_img{
	margin: 0px;
	padding: 0px;
}

#photos img{
	margin:  0px;
	padding: 0px;
}

#photos ul{
	text-indent: 0px;
}