@charset "windows-1251";
/* CSS Document */
* {margin:0; padding:0; border-collapse:collapse; }
img {border:0;}

table td{ vertical-align:top;}

html, body {
        font-size: 11px;
		font-family: Tahoma, Helvetica, sans-serif;
        height: 100%;
        min-height: 100%;
        width:100%;
        margin: 0;
        padding: 0;

}

#main{
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
}

#footer{
	width:100%;
	height:64px;
	background:url(images/footer.jpg) repeat-x;
}
#pre_header{
	width:100%;
	height:61px;
	background:url(images/pre_head.jpg) repeat-x;
}
#header{
	width:100%;
	height:156px;
	background:url(images/head_fon.jpg) repeat-x;
	position:relative;
}
#left_head{
	height:156px;
	width:381px;
	background:url(images/left_head.jpg) left no-repeat;
}
#right_head{
	height:156px;
	background:url(images/right_head.jpg) right no-repeat;
}
#logo{
	position:relative;
	left:50px;
	top:80px;
	width:500px;
	height:80px;
	border:1px solid #000000;
}
#menu{
	width:100%;
	height:42px;
	background:url(images/menu_bg.jpg) repeat-x;
}


#nav{
	margin-left:auto;
	margin-right:auto;
	padding:0;
	height:42px;
	list-style:none;
	position:relative;
	background:url(images/menu.jpg);
}

.raz{
	background:url(images/razrez.jpg) left no-repeat;

}

#nav td a{
	text-align:center;
	display:block;
	margin:8px 13px 0px 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#052B48;
}
#nav_boot{
	margin-left:auto;
	margin-right:auto;
}
#nav_boot td a{
	text-align:center;
	display:block;
	margin:10px 13px 0px 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}

.m_right{background:url(images/menu_right.jpg) right no-repeat; width:20px;}
.m_left{background:url(images/menu_left.jpg) left no-repeat; width:20px;}


.menu_item_act {color:#49a231; text-decoration:none;}
.menu_item {color:#606060; text-decoration:none;}
.menu_item:hover {color:#49a231;}

#conte{
	background:#EDF2F6;
	text-align:justify;
	padding:10px;
}

h1 { font-size:18px; color:#393232; margin-bottom:10px;}
h2 { font-size:16px; color:#393232; margin-bottom:10px;}
h3 { font-size:14px; color:#393232; margin-bottom:10px;}
h4 { font-size:12px; color:#393232; margin-bottom:10px;}
p { font-size:11px; color:#393232; text-align:justify;}
td {font-size:11px; color:#393232; margin-bottom:10px;}
ol, ul { padding-left:30px; font-size:11px; color:#393232; margin-bottom:10px;}
a { font-size:11px; color:#052B48; text-decoration:none; font-weight:bold;}
a:hover {text-decoration:underline;}


input,textarea{
   font-family:Tahoma;
   font-size:11px;
   color:#393232;
   padding-left:5px;
   border:1px solid #9E9C9C;
   background-color:#ffffff;
   min-height:15px;
}

