html {
	height: 100%;
}

body
{
	background: #e2e7e5;
	height: 100%;
}

/* table main */
table.table_main
{
	width: 1002px;
	border: #949494 5px solid;
	border-width: 0px 1px; 
	height: 100%;
}

/* for site */
td
{
	font-family:Arial, Helvetica, sans-serif;
/*	font-family: Tahoma, Verdana, Arial;*/
}

a img{
	border: none;
	padding: 0px;
}

require
{

}

/* language menu */

.language_menu
{
	color: #e7c5c2;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.language_menu a
{
	color: #e7c5c2;
	text-decoration: none;
}

.language_menu a:hover
{
	color: #fff;
	text-decoration: none;
}

/* main menu */

td.mainmenu_item
{
	width: auto;
	text-align: center;
	font-weight: bold;
	background: url( images/mainmenu_bg.gif);	
	vertical-align: middle;
}

td.mainmenu_item_hover
{
	text-align: center;
	font-weight: bold;
	background: url( images/mainmenu_hover_bg.gif);	
	vertical-align: middle;
	cursor: pointer;
}

a.mainmenu_item
{
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	text-transform:lowercase;
	
	display: block;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	overflow: hidden;
}

/* diary */
.diary
{
	color: #666666;
	background-color: #fff;
	font-size: 11px;
	text-align: justify;
	line-height: 22px;
}

.title
{
	padding: 19px 0px 13px 0px; 
	vertical-align:bottom; 
	border-bottom: solid 2px #e0b2af; 
	width: 100%; 
	font-size: 17px; 
	font-weight: bold; 
	text-transform:uppercase;
	line-height: 17px;
}

.red
{
	color: #9f1007;
}

.copy
{
	color: #8f908f;
	width: 304px; 
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
}


/* footer */
.banners
{
	color: #8f908f;
	width: 304px; 
	background: url(images/copy_bg.gif) repeat-x;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
}

/* footer menu */
.footermenu_item
{
	width: auto;
	color: #8f908f;
	background: url(images/footermenu_bg.gif) repeat-x;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
}

.footermenu_item a
{
	color: #949494;
	text-decoration: none;
}

.footermenu_item a:hover
{
	color: #666666;
}

/* main */
h1
{
	font-family:Arial, Helvetica, sans-serif;
	padding: 17px 0px 9px 70px;
	margin: 0px;
	font-size: 17px;
	color: #666666;
	text-transform:uppercase;
}

h2
{
	padding: 17px 0px 9px 70px;
	margin: 0px;
	font-size: 17px;
	color: #9f1007;
	text-transform:uppercase;
}

a{
	color: #9f1007;
}

a:hover{
	text-decoration: none; 
}

.main{
	padding-left: 70px;
	color: #666;
	font-size: 11px;
	text-align: justify;
	line-height: 22px;
	margin: 0px;
}

p,
ol,
ul,
table.form,
div.news
{
	color: #666;
	font-size: 11px;
	text-align: justify;
	line-height: 22px;
	margin: 0px;
}

ol.main{
	padding-left: 90px;
}

table.simple{
	border: 1px solid #666;
	border-collapse: collapse;
}
table.simple td{
	border: 1px solid #666;
	border-collapse: collapse;
	padding: 4px;
	vertical-align: top;

	color: #666;
	font-size: 11px;
	line-height: 22px;
/*	
	padding-left: 70px;
	margin: 0px;
	*/
}


table.form td.left
{
	text-align: left;
	width: 150px;
	font-weight: bold;
	
}

table.form td.right
{
	 width: 300px;
}

table.form td.button
{
	text-align: right;
}



.line1
{
	background: url( images/line1.gif) repeat-x center;
	height: 12px;
	margin: 0px 0px 10px 0px;
}

.line2
{
	background: url( images/line2.gif) repeat-x center;
	height: 12px;
	margin: 0px 0px 10px 0px;
}

/*
ol,
ul
{
	color: red;
	list-style-position:inside;
}

ol li.w1,
ul li.w1
{
	color: #666;
}
*/


/* form */
input
{
	width: 150px;
	height: 20px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}

input
{
	 width: auto;
}

textarea
{
	width: 300px;
	height: 90px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}




/* trace */
table.trace {
	width: 1%;
	border: 1px #949494 solid;  
}
table.trace td.title{
	font-weight: bold;
	background: #dcdcdc;
	color: #949494;
	border: none;
	font-size: 11px;
	height: 1px;
	padding: 0px 5px;
	text-transform: none;
	border-bottom: 1px #949494 solid;  
	margin: 0px;
}
table.trace td.left_col{
	padding: 10px 0px 0px 5px;
	font-size: 11px;
	color: 666666;
}
table.trace td.right_col{
	padding: 10px 5px 0px 5px;
	font-size: 11px;
	color: 666666;
}
table.trace input{
	height: 18px;
}
table.trace input.button
{
	background: #9f1007;
	color: #fff;
	height:20px;
	font-size: 12px;
	padding: 0px;
	border: 1px solid #949494;
	cursor: pointer;
}

.vacancies{
	margin-top: 16px;
}

.vacancie{
	margin-bottom: 16px;
}

.vacancie h4
{
	padding: 0px 0px 9px 0px;
	margin: 0px;
	font-size: 13px;
	color: #666666;
}

.vacancie h5
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
}

/* page_selector */
.page_selector{
	margin: 0px auto;
	text-align: center;
}

.page_selector p{
	text-align: center;
}

.page_selector a{
	margin: 0 4px;
}

.page_selector span{
	color: gray;
	margin: 0 4px;
}

/* dropdown menu */
.MM div {
	margin: 0;
	text-align: left;
}
.MM ul {
    display: none;
    position:absolute;
    1top:314px;
	width: 160px;
	
	padding: 0;
	margin: 0;
	margin-left:-2px;
	margin-top: 0px;
	border: 1px solid #a10e07;
}

.MM ul li {
    display:block;    
    border-top:0px;
	
	padding: 0;
	margin: 0;
	
	width: auto;
	text-align: center;
	font-weight: bold;
	background: #ac3d33;
	vertical-align: middle;
	
	
	
}
.MM ul li a{
	padding: 4px 0;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: left;

	background: #ac3d33;
}

.MM ul li a span{
	padding: 0 16px;
	padding: 0 8px;
}

.MM ul li a:hover{
	background: #d5675d;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

