body{
	margin:0;
	padding:0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#85A5B4;
}
div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

footer {
	clear:both;
	width:100%;
	margin:0;
	text-align:center;
}

a {
    text-decoration:  none;
    font-weight: bold;
    border: none;
    color:black;
}
a img{
	border:0px solid #000000;
}
a:hover {
    text-decoration:  underline;
    border: none;
}
h1{
	font-size:20px;
	color:#cc0000;
}
h2{
	font-size:18px;
	color:#243f6c;
	margin-left:5px;
}
h3{
	font-size:16px;
	color:#cc0000;
	margin-left:10px;
}
h3 small{
	font-size:16px;
	color:#003366;
	margin-left:10px;
}

ul{
	list-style-position: inside;
	list-style: square outside;

}

ul li{
	color:#243f6c;
}
ul li a{
	color:#243f6c;
	text-decoration:underline;
}
ul li a:hover{
	color:#cc0000;
	text-decoration:none;
}
ol{
	list-style-position: outside;
}
ol li{
	color:#cc0000;
}
ol li a{
	color:#cc0000;
	text-decoration:underline;
}
ol li a:hover{
	color:#243f6c;
	text-decoration:none;
}
blockquote{
	font-size:13px;
	font-style:italic;
	font-weight:bold;
}
blockquote p{
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}
sub{
	color:#cc0000;
}
sup{
	color:#243f6c;
}
q{
	font-style: italic;
	color: navy;
	quotes: "\00AB" "\00BB";
}
textarea{
	font-size:14px;
	line-height:1.5;
	color:#243f6c;
	font-weight:bold;
}
#all_content{
	position:absolute;
	top:0;
	margin-left:-200px;
	margin-bottom:100px;
	margin-top:20px;
	width:600px;
	left:50%;
}
#header{
	width:100%;
}
#content{
	margin-top:30px;
	border:0px solid #000000;
	width:80%;
	background:url('/design/images/middle.png') top left;
	background-repeat: repeat-x repeat-y;
	min-width:600px;
	text-align:justify;
	padding:10px;
	line-height:1.5;
}
.content{
	margin-top:30px;
	border:0px solid #000000;
	width:80%;
	background:url('/design/images/middle.png') top left;
	background-repeat: repeat;
	min-width:600px;
	text-align:justify;
	padding:10px;
	line-height:1.5;
}
.content_in{
	font-size:14px;
	line-height:1.5;
	text-align:justify;
}
.content_in img{
	float:left;
	margin:15px;
	border:5px solid #ffffff;
}
#menu{
	position:absolute;
	left:50%;
	width:200px;
	top:0;
	margin-left:-400px;
}
#logo{
	border:0px solid #000000;
	width:84%;
	height:80px;
	padding-top:40px;
	min-width:700px;
}
#menu table{
	width:100%;
	margin:auto;
}
#menu table td{
	width:13%;
	text-align:center;
}
#menu table td a{
	color:white;
	font-size:13px;
	border:0px solid #000000;
	display:block;
	height:33px;
	width:200px;
	background:url('/design/images/button.png') top center no-repeat;
	padding-top:3px;
}
#button_active{
	width:200px;
	background-image:url('/design/images/button_hover.png')!important;
	background-position:top center;
	background-repeat:no-repeat;
	color:white;
/*	padding-top:3px;*/
}
.button2{
	background:url('/design/images/button2.png') top center no-repeat!important;
	width:200px;
}
#button2_active{
	background:url('/design/images/button2_hover.png') top center no-repeat!important;
/*	padding-top:3px;*/
}

#module_left{
	border:0px solid #000000;
	width:85%;
	background:url('/design/images/middle.png') top left;
	background-repeat: repeat-x repeat-y;
	min-width:300px;
	text-align:justify;
	padding:10px;
	float:left;
	line-height:1.5;
}
#module_right{
	border:0px solid #000000;
	width:85%;
	background:url('/design/images/middle.png') top left;
	background-repeat: repeat-x repeat-y;
	min-width:300px;
	text-align:justify;
	padding:10px;
	float:right;
	line-height:1.5;
}
#module{
	margin-top:30px;
}
#module_table{
	width:81%;
	margin:auto;
}
#left_cont{
	text-align:left;
}
#right_cont{
	text-align:right;
}
.mores{
	font-size:13px;
	color:#cc0000;
	float:right;
}
.mores a{
	font-size:13px;
	font-weight:normal;
	color:#cc0000;
	text-decoration:underline;
}
.mores a:hover{
	text-decoration:none;
}
.parametrs{
	border:1px solid #ffffff;
	width:100%!important;
}
.parametrs td{
	border:1px solid #ffffff;
	width:100%!important;
	padding:10px;
	text-align:center;
}
.parametrs th{
	border:1px solid #ffffff;
	width:100%!important;
	padding:10px;
	text-align:center;
	background:url('/design/images/middle.png') top left;
}
.gallery_module{
	text-align:center;
}
.gallery_image{
	float:left;
	width:160px;
	height:140px;
	background:#ffffff;
	text-align:center;
	border:2px solid #777777;
	padding:0;
	margin:5px;
}
.gallery_image img{
	display:block;
	width:150px;
	height:100px;

}
.gallery_image a{
	color:#243f6c;
}
.gallery_image p{
	display:block;
	text-align:center;
}
.gallery_module img{
	margin:5px;
	border:2px solid #ffffff;
}
.navigations a{
	margin:5px;
	color:#cc0000;
	text-decoration:underline;
}
.navigations a:hover{
	text-decoration:none;
}
.scrooling{
	overflow-y:scroll;
	height:600px;
	width:80%;
 }
.div_700{
	width:600px;
	height:0px;
	font-size:0;
}
#footer{
	margin-top:30px;
	border:0px solid #000000;
	width:80%;
	background:url('/design/images/middle.png') top left;
	background-repeat: repeat-x repeat-y;
	min-width:700px;
	text-align:justify;
	padding:10px;
	line-height:1.5;
}
#footer img,.banner912õ132 img,.banner125õ125_left img, .banner125õ125_right img, .banner120õ600_left img, .banner120õ600_right img{
	border:0!important;
	margin:0!important;
	padding:0!important;
}
.banner912õ132{
	width:912px;
	height:132px;
	border:0!important;
	margin:5px;
	padding:0;
}
.banner125õ125_left{
	float:left;
	width:125px;
	height:125px;
	border:0!important;
	margin:5px;
	padding:0!important;
}
.banner125õ125_right{
	float:right;
	width:125px;
	height:125px;
	border:0!important;
	margin:5px;
	padding:0;
}
.banner120õ600_left{
	float:right;
	width:120px;
	height:600px;
	border:0!important;
	margin:5px;
	padding:0;
}
.banner120õ600_right{
	float:right;
	width:120px;
	height:600px;
	border:0!important;
	margin:5px;
	padding:0;
}
.line1{
	width:100%;
	height:20px;
	background:url('/design/images/middle.png') top left;
	border:1px solid #dddddd;
}
.line2{
	width:100%;
	height:20px;
	background:url('/design/images/middle2.png') top left;
	border:1px solid #dddddd;
}
.textinp{
	width:200px;
	height:20px;
	background:url('/design/images/middle2.png') top left;
	border:1px solid #ffffff;
	color:#232c43;
	padding-left:2px;
	padding-right:2px;
	color:#243f6c;
	font-weight:bold;
}
.textinp_long{
	width:400px;
	height:20px;
	background:url('/design/images/middle2.png') top left;
	border:1px solid #ffffff;
	color:#232c43;
	padding-left:2px;
	padding-right:2px;
	color:#243f6c;
	font-weight:bold;
}
.textinp2{
	width:200px;
	height:20px;
	background:url('/design/images/middle.png') top left;
	border:1px solid #ffffff;
	color:#232c43;
	padding-left:2px;
	padding-right:2px;
	color:#243f6c;
	font-weight:bold;
}
.textinp2_long{
	width:400px;
	height:20px;
	background:url('/design/images/middle.png') top left;
	border:1px solid #ffffff;
	color:#232c43;
	padding-left:2px;
	padding-right:2px;
	color:#243f6c;
	font-weight:bold;
}
.textareainp{
	width:400px;
	height:200px;
	background:url('/design/images/middle2.png') top left;
	overflow:auto;
	overflow-x: hidden;
	overflow-y: scroll;
	border:1px solid #ffffff;
}
.sibmitinp{
	color:white;
	font-size:13px;
	font-weight:bold;
	border:0px solid #000000;
	background:url('/design/images/button.png') top center no-repeat;
	width:95px;
	height:24px;
	padding:0;
	margin:5px;
}
.sibmitinp_long{
	color:white;
	font-size:13px;
	font-weight:bold;
	border:0px solid #000000;
	background:url('/design/images/button2.png') top center no-repeat;
	width:140px;
	height:24px;
	padding:0;
	margin:5px;
}
.buttoninp{
	color:white;
	font-size:13px;
	font-weight:bold;
	border:0px solid #000000;
	background:url('/design/images/button.png') top center no-repeat;
	width:95px;
	height:24px;
	padding:0;
	margin:5px;
}
.buttoninp_long{
	color:white;
	font-size:13px;
	font-weight:bold;
	border:0px solid #000000;
	background:url('/design/images/button2.png') top center no-repeat;
	width:140px;
	height:24px;
	padding:0;
	margin:5px;
}