body
{
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#d5e9ed url(./images/bgr_main.jpg) no-repeat center top;
	color:#000000;
}
a
{
	text-decoration:none;
}
a img{
	border:0;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
/*страница*/
#page
{
	width:1000px;
	margin:0px auto;
}
/*шапка*/
#header
{
	width:100%;
	height:119px;
	overflow:hidden;
	text-align: center;
}
#header img
{
	float: left; 
	margin-left: 20px;
}
/*заголовок в шапке*/
#header #logo
{
	font-size:70px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px 0 0 20px;
	float:left;
}
#header #logo a{
	color: rgb(255,0,0); 
	text-decoration: underline;
}
/*top: corporation*/
#header #logo span#corp
{
	display: block; 
	color: #00039e; 
	font-size: 17px; 
	text-align: center; 
	letter-spacing: 0;
}
/*middle: name of organization*/
#header #logo span#org
{
	display: block; 
	margin-top: -25px;
}
/*подпись под названием организации*/
#header #logo .description
{
	font-size:17px;
	position:relative;
	top:-5px;
	display: block;
	letter-spacing: 0;
	text-align:center;
	color: #00039e;
}
#header_banner{
	float:right;
	padding:20px 26px 0 0;
}


#mainmenu{
	width:960px;
	height:46px;
	background:url(./images/bg_menu.gif) repeat-x;
	margin:0 0 0 20px;
	padding:9px 0 0 5px;
}

#mainmenu ul
{
	list-style-type: none;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#fff;
	padding:0 0 0 16px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(./images/bgr_menu_li.gif) no-repeat right center;
	text-transform:uppercase;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display: inline-block;
	color:#fff;
	z-index:1000;
	padding:5px 20px 5px 10px;
}
#mainmenu ul li a:hover
{
	text-decoration: underline;
}


/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 17px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	padding:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a{
	width: 240px; /*width of sub menus*/
	height: auto;
	padding: 10px 5px 10px 10px;
	margin: 0;
	border-bottom: 1px solid #2da0da;
	background:#57bfe5;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:none;
}
#mainmenu ul li ul li a:hover
{ 
	text-decoration: underline;
	background:#1d90ca;
}
div#mainmenu span
{
	margin-top: -5px; 
	height: 35px; 
	font-weight: bold; 
	float: right; 
	margin-right: 20px; 
	padding-top: 5px; 
	padding-right: 75px; 
	padding-bottom: 5px; 
	background: url('./images/phones.gif') top right no-repeat;
}

div#header_banner span
{
	font-size: 11pt;
	font-family: Arial;
}


/*board*/
#board{
	width:100%;
	height:205px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	background: url('./images/bgr_cont.jpg') top right;
}
#board_left{
	float:left;
	padding:5px 0 0 25px;
	width:600px;
}
#board_carusel
{
	width:582px;
	height:120px;
	position:relative;
}
#board_carusel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
#board_body
{
	width:100%;
}
#board_body h2{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:normal;
	margin:0 0 15px 0;
}
#board_body h1{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:normal;
	margin:0 0 15px 0;
}
#board_body strong{
	font-size:12px;
	color:#000;
	line-height:18px;
	display:block;
}
#board_body p{
	font-size:12px;
	color:#000;
	line-height:18px;
	padding:0 0 0px 0;
}
#board_body p img{
	float:left;
	border:1px solid #83b2c4;
	margin:0 10px 0 0;
	width:161px;
	height:107px;
}
#board_body p a{
	color:#000;
	text-decoration: underline;
}
#board_carusel_nav{
	width:100%;
	overflow:hidden;
	list-style-type: none;
}
#board_carusel_nav li{
	float:left;
	padding:0 5px 0 0;
}
#board_carusel_nav li a{
	outline:none;
}

.board_item{
	width:582px;
	height:120px;
	overflow:hidden;
	text-align: justify;
}
.board_item p.more
{
	font-style: italic;
}


/*Send Message Style*/
#board_links{
	float:right;
	width:335px;
	padding:5px 0 0 20px;
	border-left: 2px dotted black;
}
#board_links a{
	float:left;
	margin:0 20px 0 0;
}
#board_links div.header
{
	font-size:18px; 
	font-family:Georgia, 'Times New Roman', Times, serif;
}
#board_links form
{
	margin-left: 10px; 
	margin-top: -10px;
}
#board_links form div
{
	padding-bottom: 20px; 
	clear: both;
}
#board_links form div span
{
	display: block; 
	float: left;
}
#board_links form div input
{
	float: right; 
	margin-right: 30px; 
	font-family: Verdana; 
	text-align: center; 
	color: black; 
	width: 200px; 
	background-color: #dff1f5; 
	border: 1px solid gray;
}
#board_links form div input#send
{
	color: #ffffff; 
	width: 100px; 
	background-color: #555555; 
	border: 1px solid black;
	height: 18px;
	font-size: 9pt; 
}
#board_links form div textarea
{
	border: 1px solid gray; 
	height: 70px; 
	width: 294px; 
	float: right; 
	font-family: Verdana; 
	font-size: 9pt; 
	margin-right: 30px; 
	background-color: #dff1f5;
}





/* BODY */

#body{
	width:100%;
	overflow:hidden;
}
#body_top{
	width:100%;
	background:url(./images/bgr_body_top.gif) no-repeat;
	height: 6px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
}
#body_center{
	width:100%;
	background:url(./images/bgr_body_center.gif) repeat-y;
	margin: 0px;
	
}
#body_end
{
	width:100%;
	background:url(./images/bgr_body_end.gif) no-repeat left bottom;
	overflow:hidden;
	padding:0 0 0px 0;
}
/* left contact */
#body_left_content{
	width:900px;
	margin: 10px 0 10px 50px;
}
#body_left_content h2{
	font-size:29px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	margin-bottom: 10px; 
}
#body_left_content h1{
	font-size:29px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	margin-bottom: 10px; 
}

#body_left_content h2 a{
	color:#000;
}
#body_left_content h1 a{
	text-decoration: underline; color: rgb(0,0,120);
}
#body_left_content h3
{
	font-weight:normal; 
	color:#f7941d; 
	font-size: 16pt; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	margin:0 0 7px 2px;
}
.entry{
	font-size:13px;
	/*margin:10px 0 0 0;*/
	margin:0px 0 0 0;
	text-align: justify;
	text-indent: 30px;
	
	font-family: Georgia, 'Times New Roman', Times, serif; 
	line-height: 1.7;
}
.entry p{
	padding-bottom:15px;
}
.entry p img{
	padding-left: 10px;
	padding-right: 10px;
}






/* FOOTER */

#footer{
	width:100%;
	height:55px;
	background:url(./images/bgr_footer.png) repeat-y;
}
#footer_text{
	padding:5px 0 0 0;
	text-align:center;
}

#footer_text p{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0px 0;
	font-size:11px;
	text-align: center;
}
#footer_text a{
	color:#000;
}
#footer_text p a#rivla
{
	color: rgb(60,150,60);
	text-decoration: underline;
}
#footer_text p a#rivla:hover
{
	color: white;
	text-decoration: underline;
	background-color: rgb(60,150,60);
}
#footer_text p#rivla
{
	text-align: right; 
	margin-right: 25px; 
	padding-bottom: 0px; 
	font-size: 8pt;
}


div.mainlinks
{
	color: rgb(170,190,245);
	margin-left: 15px;
}
div.mainlinks a
{
	color: rgb(150,180,235);
	text-decoration: none;
}
div.mainlinks a:hover
{
	color: rgb(150,180,235);
	text-decoration: underline;
}
div.mylinks p
{
	display: inline;
}

div.mylinks
{
	color: rgb(170,190,245);
	margin-left: 15px;
}
div.mylinks a
{
	color: rgb(150,180,235);
	text-decoration: none;
}
div.mylinks a:hover
{
	color: rgb(150,180,235);
	text-decoration: underline;
}
div.mylinks p
{
	display: inline;
}


div.descr
{
	width: 410px;   
	padding-left: 15px; 
	padding-right: 15px; 
	margin-bottom: 15px; 
	float: left;
}

div.descr h3
{
	text-align: left; 
	padding-left: 10px; 
	border-left: 2px solid red;
}
div.descr h3 a
{
	color: rgb(0,0,180);
}

div.descr div p
{
	padding-left:10px; 
	text-align: justify; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 10pt; 
	color: rgb(50,50,50);
}

#footer_text p.bottom-menu
{
	text-align: left; 
	margin-left: 45px; 
	font-family: Arial; 
	font-size: 8pt;
}
#footer_text p.bottom-menu a
{
	color: black; 
	text-decoration: underline;
}


div.plus-links
{
margin-bottom: 10px;
margin-top: -2px;
}
div.plus-links ul li
{
	display: inline;
	list-style-type: none;
	margin-right: 7px;
}
div.plus-links ul li a
{
	color: black !important;
	padding: 2px 4px;
}
div.plus-links ul li a:hover
{
	color: white !important;
	background-color: #ff9933;
	background-color: #3399ff;
	padding: 2px 4px;
	font-weight: bold;
}
