html{ width: 100%;height: 100%; background-color:#000000;}
body{ width: 100%; height: 100%; font-family: arial, sans-serif; font-size: 10pt; background-image:url(../../files/images/background.jpg); background-position: center top; background-repeat: repeat-x;}
table.main {
	height: 100%;
}



p {
	font-size: 10pt;
}

a {
	color: #005cb8;
}

a:hover {
	color: #cc0000;
}

h2 {
	font-size: 14pt;
	font-family: arial;
	color: #000000;
	padding-bottom: 5px;
}

h1 {
	font-size: 25pt;
	font-family: arial;
	color: #378801;
}

span.dash {
	font-size: 11pt;
}

table.main td.top {
	height: 107px;
}



table.main td.top table.menu td.menu_element {
	vertical-align:top;
	width: 180px;
	height: 50px;
}

table.main td.top table.menu td.menu_element div {
	text-align: left;
	background-color:#000000;
	color:#FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 150px;
	margin-left: 20px;
	font-size: 13pt;
}

table.main td.top table.menu td.menu_element div.active {
	background-color:#378801;
}

table.main td.top table.menu td.menu_element div a {
	color: #ffffff;
	text-decoration: none;
}

table.main td.top table.menu td.menu_element div a:hover {
	text-decoration:underline;
}

table.main td.slogan {
	padding-top: 15px;
	padding-bottom: 2px;
	height: 61px;
	text-align:center;
}

table.main td.slogan_2 {
	text-align: center;
	color:#FFF;
	padding-left: 20px;
	height: 57px;
	font-size: 12pt;
	font-style: italic;	
    width: 700px;
}

table.main td.flash_movie {
	height: 220px;
	vertical-align:bottom;
}

table.main td.content p {
	line-height: 1.6;
}

table.main td.content {
	vertical-align:top;
	padding-top: 20px;
	background-color:#ffffff;
}

table.main td.content table.home td.left {
	vertical-align: top;
	padding-left: 40px;
	width: 40%;
	font-size: 11pt;
}

table.main td.content table.home td.left p {
	padding-bottom: 20px;
}

table.main td.content table.home td.left table.buttons td {
	padding-bottom: 20px;
}

table.main td.content table.home td.right {
	width: 60%;
	padding-right: 40px;
	padding-left: 40px;
	vertical-align: top;
	padding-bottom: 20px;
	font-size: 10pt;
}

table.main td.content table.home td.right p {
	font-size: 10pt;
}

table.main td.content table.home td.right table.news td {
	text-align: center;
	vertical-align:top;
	width: 50%;
	height: 240px;
}

table.main td.footer {
	padding-left: 40px;
	padding-right: 40px;
	color:#ffffff;
	font-size: 10pt;
	line-height: 2;
	background-image:url(../../files/images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#333;
	height: 113px;
}

table.main td.footer td {
	vertical-align: top;
}

table.main td.footer p {
	font-size: 10pt;
}

table.main td.footer td a {
	color:#ffffff;
}

td.title {
	padding-left: 40px;
	height: 40px;
}

table.page_center {
	width: 100%;
}



 /*Оформление сообщений из формы*/
 ul.form_messages{}
 ul.form_messages li{font-weight: bold;  color: #000000; line-height: 140%;}
 ul.form_messages li.form_messages-save {color: #008000;}
 ul.form_messages li.form_messages-error {color: #FF0000;}
 /**/
 
