body {
    background-color: #FFFFFF;
    font-family: Verdana, Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #000000;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
    color: #000000;
}
a:hover {
    text-decoration: none;
}

a img {
    border: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	font-family: Arial;
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #009f5c;
}

h1 {
	font-size: 24px;
	color: #009f5c;
}

table td {
	font-family: Verdana, Arial;
   	font-size: 12px;
   	text-decoration: none;
   	color: #000000;
}

#top {
	width: 100%;
	height: 173px;
}

#left {
	background: url('../_images/r_top.gif') top left repeat-x;
	width:33%;
}


#center {
	background: url('../_images/r_top.gif') top left repeat-x;
	width:34%;
}

#right {
	background: url('../_images/r_top.gif') top left repeat-x;
	width:33%;
}

#menu {
	height: 62px;
}

#menu a {
	float: left;
	display: block;
	width: 147px;
	height: 62px;
	text-align: center;
	line-height: 29px;
	margin-left: 5px;
	color: #FFFFFF;
	font-famaly: Arial;
	font-weight: bold;
	background: url('../_images/bg_button.gif') top left no-repeat;
}

#menu a:hover {
	background: url('../_images/bg_button_h.gif') top left no-repeat;
}

#search {
	width: 170px;
	height: 15px;
	color: #7e7e7e;
	font-famaly: Arial;
	font-size: 11px;
	padding-left: 5px;
}

#main {
	width: 100%;
}

#t_left {
	width: 245px;
	padding: 0px 12px 10px 18px;
	color: #5c5c5c;
	font-size: 11px;
}

#t_left a {
	color: #009f5c;
	text-decoration: underline;
}

#t_left a:hover {
	color: #fb9638;
}

#t_center {
	padding: 0px 12px 10px 12px;
	color: #333333;
	background: url('../_images/bg_border.gif') 0px 13px no-repeat;
}

#t_right {
	width: 213px;
	padding: 0px 12px 10px 13px;
	color: #5c5c5c;
	font-size: 11px;
	background: url('../_images/bg_border.gif') 0px 13px no-repeat;
}

.logos {
	padding-left: 18px;
	height: 44px;
	margin-bottom: 20px;
}

.logos img {
	position: absolute;
	margin-top: 0;
	margin-left: 0;
}

.logos a {
	position: absolute;
	margin-top: 15px;
	margin-left: 50px;
	font-weight: bold;
}
.pic {
    margin: 5px;
}
.backlink {
    font-weight: bold;
    color: #009f5c;
}
.links {
    font-weight: bold;
    color: #009f5c;
    text-decoration: underline;
}

/* menu
--------------------------------------------------*/
#menu2, #menu2 li ul {
    margin: 0;
    padding: 0;
    font: normal 12px verdana;
    list-style: none;
	display: block;
}

#menu2 li {
    position: relative;
    height: 27px; /*необходимо для нормального масштабирования в Firefox*/
}

#menu2 li ul {
    position: absolute;
    left: 220px;
    top: 0;
    display: none;
}

#menu2 li ul a {
	background: #FFFFFF;
	width: 85px;
	border: 1px solid #009f5c;
	padding: 6px 6px 8px 10px;
}

#menu2 li a {
    padding: 6px 6px 8px 10px;
    display: block;
    text-decoration: underline;
    padding-left: 110px;<br>
}

#menu2 li a:hover {
    background-image: none;
    color: #fb9638;
}

/* Holly Hack. IE Requirement \*/
* html #menu2 li { float: left; height: 1%; }
* html #menu2 li a { height: 1%; }
/* End */

#menu2 li:hover ul, #menu2 li.over ul { display: block; }

#ok {
    margin-left: 5px;
    font-size: 11px;
}

.back {
    border: 1px solid #05a15f;
    margin: 15px;
    padding: 2px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: green;
}

#footer {
	height:40px;
	background:rgb(240,240,240);
}

#madeby {
	padding-left:10px;	
}

#copy {
	padding-right:10px;
	color: #7e7e7e;
	font-famaly: Arial;
	font-size: 11px;
}

.messageOK {
    padding: 10px;
    background-color: green;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 10px;
}

.messageError {
    padding: 10px;
    background-color: red;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 10px;
}