* {margin: 0pt; padding: 0pt;}
 
 /*MIN-WIDTH*/ 
#container {	min-width: 992px;}
* html {padding-left: 992px;}
* html body, * html #container {zoom: 1;}
* html #container {margin-left: -992px;position: relative;}
 /*end MIN-WIDTH*/
 
HTML, BODY {
	background-color: #e5e4e4;
	color: #111;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
    background-color: #E5E5E5;
    scrollbar-face-color: #d5d5d5;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #d1d1d1;
    scrollbar-arrow-color: #111;
    scrollbar-track-color: #e7e7e7;
    scrollbar-darkshadow-color: #a1a1a1;
}
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
IMG {
	border: none;
}
H1 {
	font-size: 14px;
}
H2 {
	font-size: 13px;
    padding: 5px 0;
}
H3 {
	font-size: 12px;
}
H4,H5,H6 {
	font-size: 11px;
}
 /*links*/
A IMG {
	border: none;
}
A {
	color: #111111;
	font-size: 11px;
	text-decoration: underline;
}
A:hover  {
	text-decoration: none;
}
A:focus {
	outline: none;
}

TABLE#box{
    width: 100%;
}
TABLE#box TD{
    vertical-align: top;
}

/*_main backgrounds_*/
.about_1_top {background: url(../images/bg/about_1_top.jpg) no-repeat;}
.about_1_left {background: url(../images/bg/about_1_left.jpg) no-repeat;}
.about_1_right {background: url(../images/bg/about_1_right.jpg) no-repeat;}

.about_2_top {background: url(../images/bg/about_2_top.jpg) no-repeat;}
.about_2_left {background: url(../images/bg/about_2_left.jpg) no-repeat;}
.about_2_right {background: url(../images/bg/about_2_right.jpg) no-repeat;}

.production_top {background: url(../images/bg/production_top.jpg) no-repeat;}
.production_left {background: url(../images/bg/production_left.jpg) no-repeat;}
.production_right {background: url(../images/bg/production_right.jpg) no-repeat;}

.invest_top {background: url(../images/bg/invest_top.jpg) no-repeat;}
.invest_left {background: url(../images/bg/invest_left.jpg) no-repeat;}
.invest_right {background: url(../images/bg/invest_right.jpg) no-repeat;}

.press_top {background: url(../images/bg/press_top.jpg) no-repeat;}
.press_left {background: url(../images/bg/press_left.jpg) no-repeat;}
.press_right {background: url(../images/bg/press_right.jpg) no-repeat;}

.evolution_top {background: url(../images/bg/evolution_top.jpg) no-repeat;}
.evolution_left {background: url(../images/bg/evolution_left.jpg) no-repeat;}
.evolution_right {background: url(../images/bg/evolution_right.jpg) no-repeat;}

.contact_top {background: url(../images/bg/contact_top.jpg) no-repeat;}
.contact_left {background: url(../images/bg/contact_left.jpg) no-repeat;}
.contact_right {background: url(../images/bg/contact_right.jpg) no-repeat;}

.info_top {background: url(../images/bg/info_top.jpg) no-repeat;}
.info_left {background: url(../images/bg/info_left.jpg) no-repeat;}
.info_right {background: url(../images/bg/info_right.jpg) no-repeat;}
/*_header_*/
#header {
    width: 100%;
    height: 162px;
}
#header TABLE{
    width: 100%;
}
#head_left {
    height: 162px;
    width: 748px;
}
#phone {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    float: right;
    padding: 125px 18px 0 0;
}
#logo A{
    display: block;
    background: url(../images/logo.jpg) no-repeat bottom;
    height: 140px;
    margin: 22px auto 0;
    width: 176px;
}

/*__main_*/
#main {
    padding-right: 20px;
}
#main_table {
    width: 100%;
}
#main_left {
    background: url(../images/bg/shade_v.gif) repeat-y right;
    height: 558px;
    width: 180px;
}
#main_right {
    background-color: #fff;
}
#paper {
    width: 100%;
}

/*__left menu_*/
#left_menu {
    padding: 260px 23px 0 0;
    text-align: right;
}
#left_menu UL{
    list-style-type: none;
}
#left_menu LI{
    padding: 0 0 5px 0;
}
#left_menu A {
    color: #a19e9e;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#left_menu A:hover {
    color: #5f605e;
}
#left_menu LI.active {
    border-bottom: 1px solid #cdcccc;
}
#left_menu LI.active A{
    color: #5f605e;
}
#left_menu P{
    line-height: 14px;
    margin: 7px 0;
    color: #a19e9e;
    font-size: 14px;
    font-weight: bold;
}
/*__form_*/
.button {
    height: 20px;
    width: 120px;
}
.kartinko {
    background: url(../images/field.gif) no-repeat;
    float: right;
    margin-bottom: 7px;
    width: 120px;
    height: 20px;
}
.field {
    background: transparent;
    border: 0;
    color: #5b5a5a;
    font-size: 9px;
    height: 14px;
    padding: 3px 9px 0 11px;
    width: 100px;
}
/*__menu_*/
#menu {
    height: 528px;
    padding: 20px 0 0 25px;
    width: 185px;
}
#menu UL{
    list-style-type: none;
}
#menu LI{
    padding-top: 15px;
}
#menu A{
    color: #a19e9e;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    
}
#menu A:hover {
    color: #5f605e;
}
#menu LI.active {
    border-bottom: 1px solid #cdcccc;
}
#menu LI.active A{
    color: #5f605e;
}

/*__ submenu_*/
#submenu {
    width: 115px;
    padding: 10px 5px 0 5px;
}
#submenu UL{
    list-style-type: none;
}
#submenu LI{
    padding-top: 5px;
}
#submenu A{
    color: #a19e9e;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    
}
#submenu A:hover {
    color: #5f605e;
}
#submenu LI.active {
    border-bottom: 1px solid #cdcccc;
}
#submenu LI.active A{
    color: #5f605e;
}
/*__content_*/
#content DIV{
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    height: 524px;
    overflow: auto;
    margin: 13px 11px 0 0;
    padding: 20px 10px 0 10px;
    text-align: justify;
}
#content H1{
    padding: 0 0 10px 0;
}
#content P{
    padding: 5px 0;
    text-indent: 15px;
}
TABLE.history  TD{
    padding: 5px 0;
}
TD.year {
    width: 50px;
}
TABLE.price  {
    width: 100%;
}
TABLE.price  TD{
    padding: 5px 5px 10px 10px;
}
/*_footer_*/
#footer {
    height: 50px;
}
#footer TABLE{
    width: 100%;
}
#footer P{
    color: #989696;
    font-size: 10px;
    padding-top: 25px;
    text-align: right;
}
#footer_left {
    background: url(../images/bg/shade_corn_l.gif) no-repeat right top;
    width: 180px;
    height: 50px;
}
#copyright {
    background: url(../images/bg/shade_h.gif) repeat-x;
}
#footer_right {
    background: url(../images/bg/shade_corn_r.gif) no-repeat;
    width: 53px;
}
