@import "/images/css/nav.css";

BODY {
  margin: 0px;
  padding: 0px;
}

H3 {
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  color: #FA8845;
}
H3 STRONG, B {
  font-weight: normal;
}

.top_block {
  height: 30px;
  background: url(/images/t1_bg.jpg) top repeat-x white;
}
.top_block .top_search {
  width: 285px;
  margin: 0px 5px;
  border: solid 2px #78ABCC;
}

.action_text {
  position: absolute;
  z-index: 14;
  width: 90%;
  top: 160px;
  left: 35px;
  font: italic bold 25px times;
  color: #FF9900;
  text-align: center;
}

.top_text_block {
  position: relative;
  height: 198px;
}
.top_text_block .logo {
  position: absolute;
  z-index: 14;
  top: 50px;
  left: 10px;
  font: bold 13px arial;
  color: #B4992B;
}
.top_text_block .dev {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0px;
  font: bold 13px arial;
  color: #B4992B;
}
.top_text_block .text {
  width: 500px;
  position: absolute;
  z-index: 12;
  top: 100px;
  left: 210px;
  font: bold 13px arial;
  color: #164E99;
}
.top_text_block .phone {
  position: absolute;
  z-index: 12;
  top: 1px;
  left: 168px;
}

.top_phone {
  font-family: tahoma,arial;
  font-size: 11px;
  font-weight: bold;
  color: black;
}

.t2_block {
  /* background: url(/images/t2_bg.jpg) bottom repeat-x; */
  background: white;
}
.t2_block .t2_right {
  /* background: url(/images/t2_img.jpg) top right no-repeat; */
}

#t2_nogi_1 {
  width: 145px;
  height: 200px;
  float: right;
  margin-right: 50px;
}
html > body #t2_nogi_1 {
  background: url(/images/nogi_1.png) no-repeat;
}
*html #t2_nogi_1 {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/nogi_1.png', sizingMethod='crop');
}

#t2_nogi_2 {
  width: 179px;
  height: 202px;
  float: right;
  margin-right: 50px;
}
html > body #t2_nogi_2 {
  background: url(/images/nogi_2.png) no-repeat;
}
*html #t2_nogi_2 {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/nogi_2.png', sizingMethod='crop');
}

#t2_nogi_3 {
  width: 155px;
  height: 200px;
  float: right;
  margin-right: 50px;
}
html > body #t2_nogi_3 {
  background: url(/images/nogi_3.png) no-repeat;
}
*html #t2_nogi_3 {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/nogi_3.png', sizingMethod='crop');
}

.content_block {
  background: url(/images/cont_bg.jpg) top repeat-x #D8D3BF;
}
.content_tbl {
  margin: 10px 0px;
}
.left_menu A {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #423C22;
  text-decoration: underline;
}
.left_menu A:hover {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #423C22;
  text-decoration: none;
}
.left_menu .win1_sep {
  margin-bottom: 7px;
}

.left_menu .act_menu {
  color: white;
  text-decoration: none;
}
.left_menu .sel_menu {
  color: #A1552B;
  text-decoration: none;
}

.left_sub_menu {
  margin: 10px 0px 0px 20px;
  padding: 5px;
  background: #BDB7A3;
  border: dotted 1px white;
  color: white;
}
.left_sub_menu A {
  font-family: arial;
  font-size: 13px;
  color: white;
  text-decoration: underline;
}
.left_sub_menu A:hover {
  font-family: arial;
  font-size: 13px;
  color: white;
  text-decoration: none;
}
.left_sub_menu .sel_menu {
  color: #A1552B;
  font-weight: bold;
  text-decoration: none;
}

.left_contacts {
  margin: 30px 0px 0px 20px;
  padding: 5px;
  background: #E6E0CB;
  border: solid 1px #B2AC90;
  font-family: arial;
  font-size: 13px;
  color: black;
}
.left_contacts A {
  font-family: arial;
  font-size: 13px;
  color: black;
  text-decoration: underline;
}
.left_contacts A:hover {
  font-family: arial;
  font-size: 13px;
  color: black;
  text-decoration: none;
}

.cont_block1 {
  font-family: arial;
  font-size: 13px;
  color: #78ABCC;
}
.cont_block2 {
  font-family: arial;
  font-size: 13px;
  color: black;
}
.cont_block2 H1 {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  color: #9D692C;
}
.cont_block2 P {
  font-family: verdana,arial;
  font-size: 13px;
  color: black;
  line-height: 21px;
  text-align: justify;
}

.bot_block {
  height: 62px;
  background: url(/images/bot_bg.jpg) top repeat-x #C2BEB2;
  font-family: arial;
  font-size: 13px;
  color: #A1552B;
}
.bot_block A {
  font-family: arial;
  font-size: 13px;
  color: #A1552B;
  text-decoration: underline;
}
.bot_block A:hover {
  font-family: arial;
  font-size: 13px;
  color: #A1552B;
  text-decoration: none;
}

.bot_phones {
  font: bold 14px arial;
  color: #75641C;
}




.top_head13 {
  margin: 10px 0;
  font: italic bold 20px georgia;
  color: #808000;
  text-align: center;
}
.top_head13 SPAN {
  color: red;
}


.brand_logo {
  margin: 15px;
  float: right;
}

.cloud_brands {
  margin: 20px 0;
  text-align: center;
}
.cloud_brands A {
  margin: 0;
  padding: 0;
}
.cloud_brands A IMG {
  width: 200px;
  border: solid 1px #665821;
}

.top_menu_css {
  
}
