﻿/* Common */
* {
  margin: 0px;
  padding: 0px;
  font: 10pt/150% Trebuchet MS, Tahoma, Arial;
  color: #111;
}
body {
  background-color: #eee;
}
input, select, textarea {
  outline: none;
  background: #f7f7f7;
}
a {
  outline: none;
  cursor: pointer;
}
img {
  border: 0px;
}
.clear {
  clear: both;
}
/*--------*/

/* Transparency for PNG */
img, div { behavior: url(../css/iepngfix.htc) }
/*----------------------*/

/* Structure */
.main {
  margin: 0px auto;
  width: 99%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<900?'905px':'');
  min-width: 900px;
  max-width: 1300px;
  background: #fff;
  border-left: 2px solid #55c8f5;
  border-right: 2px solid #55c8f5;
}
.header,.footer {
  width: 100%;
  height: 160px;
}
.content {
  width: 100%;
}
/* --------- */

/* HEADER */
.theader {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.head1 {
  width: 160px;
  background: url('../img/head1.png') repeat-x top;
}
.logo {
  display: block;
  position: relative;
  top: -10px;
  left: 25px;
  width: 164px;
  height: 125px;
  background: url('../img/logo.png') no-repeat top;
}
.head2 {
  width: 160px;
  background: url('../img/head2.png') no-repeat top;
}
.head3 {
  vertical-align: top;
  background: url('../img/head3.png') repeat-x top;
}
.ban {
  margin: 8px 2px;
  height: 125px;
}
.home,.feedb,.smap,.key {
  display: block;
  float: right;
  margin: 5px 15px 0px 0px;
  width: 20px;
  height: 20px;
}
.home {
  background: url('../img/home.png') no-repeat center;
}
.feedb {
  background: url('../img/feedb.png') no-repeat center;
}
.smap {
  background: url('../img/smap.png') no-repeat center;
}
.key {
  margin-right: 40px;
  background: url('../img/key.png') no-repeat center;
}
.bold {
  font-size: 100%;
  font-weight: bold;
}
/*-------*/

/* CONTENT */
.tcontent {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.menu {
  width: 200px;
  height: 100%;
  vertical-align: top;
}
.item1,.item2 {
  display: block;
  margin: 10px 0;
  padding: 10px 0px 9px 20px;
  width: 160px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.item1 {
  background: url('../img/butn1.png') no-repeat;
}
.item1:hover,.item2 {
  background: url('../img/butn2.png') no-repeat;
}
.text {
  margin: 10px 40px 15px 15px;
  height: 100%;
}
/*---------*/

/* MAIN */
.mpics {
  width: 100%;
  border-collapse: separate;
}
.maincell {
  padding: 10px 15px;
  height: 220px;
  text-align: left;
  vertical-align: top;
  border: 1px dotted #aaa;
  background: url('../img/mcell_bg.png') repeat-x;
}
.mainpic {
  float: left;
  margin: 10px 10px 10px 0px;
  width: 130px;
  height: 100px;
}
.mdetails1 {
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}
.mdetails2 {
  color: #999;
  text-decoration: none;
}
.mdetails2:hover {
  color: #000;
}
.block {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #ccc;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -10;
}
.food {
  display: none;
  position: fixed;
  z-index: -20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.foodik {
  margin: 50px auto 0;
  padding: 10px;
  width: 40%;
  height: 80%;
  font-size: 80%;
  border-top: 3px solid #bbb;
  border-left: 3px solid #bbb;
  border-bottom: 3px solid #555;
  border-right: 3px solid #555;
  background: #fff;
  overflow: auto;
}
.exit {
  display: block;
  position: relative;
  top: -83%;
  left: 71%;
  width: 30px;
  height: 25px;
  background: url('../img/exit1.png') center no-repeat;
}
.exit:hover {
  background: url('../img/exit2.png') center no-repeat;;
}
.food1, .food2 {
  display: block;
  float: left;
  text-decoration: none;
}
.food1 {
  width: 55%;
  font-size: 110%;
  font-weight: bold;
}
.food2 {
  width: 44%;
  font-size: 90%;
  color: #39f;
  text-align: right;
}
.food2:hover {
  text-decoration: underline;
}
.h1 {
  padding: 0px 0px 5px;
  font-size: 120%;
  font-weight: bold;
}
.t1 {
  margin: 0px auto;
  width: 97%;
  text-align: justify;
}
.t5 {
  width: 100%;
}
/*------*/

/* NEWS */
.h2 {
  margin: 30px 0px 0px 10px;
  width: 180px;
  color: #55c8f5;
  text-transform: uppercase;
  border-bottom: 1px solid #55c8f5;
}
.t2 {
  padding: 0px 10px;
  color: #555;
  text-indent: 10px;
  text-align: justify;
}
.d2 {
  margin-top: 15px;
  padding: 0 10px;
  color: #aaa;
  font-size: 80%;
  text-align: right;
}
.mnewsdet {
  font-size: 90%;
  color: #aaa;
  text-decoration: none;
}
.mnewsdet:hover {
  color: #000;
}
.h3 {
  padding: 0px 0px 10px;
  font-size: 140%;
  font-weight: bold;
  color: #55c8f5;
  text-transform: uppercase;
}
.t3 {
  width: 100%;
  border-collapse: collapse;
}
.t31 {
  vertical-align: top;
}
.t32 {
  padding: 0px 0px 20px 20px;
  text-align: justify;
  vertical-align: top;
}
.d3 {
  padding-bottom: 10px;
  width: 100%;
  font-size: 90%;
  color: #aaa;
  text-align: right;
  font-style: italic;
}
.d31 {
  width: 100%;
  height: 1px;
  background: #ddd;
}
.newspic {
  float: left;
  text-align: center;
  border: 1px solid #eee;
}
.fnewsall {
  font-size: 90%;
  color: #55c8f5;
  text-decoration: none;
}
.fnewsall:hover {
  color: #000;
}
/*------*/

/* PRODS */
.prodcell1 {
  float: left;
  display: block;
  margin: 0 15px 15px 0px;
  padding: 15px;
  text-decoration: none;
  border: 1px dotted #55c8f5;
}
.prodcell1:hover {
  background: #f6e091;
}
.ffamily,.ffdescr {
  width: 100%;
  font-size: 110%;
  text-align: center;
}
.ffamily {
  font-weight: bold;
}
.h4 {
  padding: 10px 0;
  font-size: 130%;
  font-weight: bold;
  color: #000;
}
.t4 {
  margin: 5px 0;
  width: 100%;
}
.t41 {
  float: left;
  margin: 5px 20px 5px 0;
  color: #aaa;
}
.fgroup1 {
  font-weight: bold;
}
.fgroup2 {
  display: block;
  float: left;
  margin: 5px 20px 5px 0;
  font-weight: bold;
  color: #aaa;
  text-decoration: none;
}
.fgroup2:hover {
  color: #000;
}
.prodcell2 {
  margin: 10px 0 15px;
  width: 100%;
  border: 1px dotted #55c8f5;
}
.ffamily1,.ffdescr1 {
  width: 100%;
  font-size: 110%;
  text-align: justify;
}
.ffamily1 {
  padding: 10px 0 5px 10px;
  font-weight: bold;
}
.ffdescr1 {
  padding: 10px;
}
.fpic {
  float: left;
  margin: 5px 10px 10px 0;
}
.fgroup3 {
  font-size: 90%;
  color: #55c8f5;
  text-decoration: none;
}
.fgroup3:hover {
  color: #000;
}
.fgrpic {
  height:120px;
}
/*-------*/

/* RECEPTS */
.recname {
  margin: 8px 0px;
  text-transform: uppercase;
}
.recept {
  display: none;
  padding: 10px;
  text-align: justify;
  border: 1px solid #ccc;
  background: #efefef;
}
.recpic {
  float: left;
  margin: 15px 0px;
  width: 32%;
  height: 180px;
}
.rpic {
  width: 200px;
}
/*---------*/

/* CLIENTS */
.client {
  margin-bottom: 15px;
  padding: 10px 0;
  width: 100%;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
}
.compname {
  font-size: 120%;
  text-transform: uppercase;
}
.compfoto {
  float: left;
  padding: 10px 10px 0 0;
  width: 22%;
  text-align: center;
}
.cfoto {
  width: 130px;
}
.compdescr {
  float: left;
  width: 75%;
  text-align: justify;
}
/*---------*/

/* FOOTER */
.tfooter {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.foot1 {
  vertical-align: bottom;
  background: url('../img/foot1.png') repeat-x bottom;
}
.foot2 {
  width: 160px;
  background: url('../img/foot2.png') no-repeat bottom;
}
.foot3 {
  width: 160px;
  background: url('../img/foot3.png') repeat-x bottom;
}
.contacts {
  position: relative;
  top: 20px;
  left: -30px;
  width: 165px;
  height: 150px;
  color: #fff;
  font-weight: bold;
  line-height: 160%;
}
.mdby1 {
  margin-left: 10px;
}
.mdby2 {
  font-size: 90%;
  color: #eee;
  text-decoration: none;
}
/*--------*/

/* CONTROL */
.h7 {
  font-size: 150%;
  font-weight: bold;
  color: #55c8f5;
  text-transform: uppercase;
}
.t7 {
  margin: 5px 0;
  width: 100%;
}
.add {
  margin: 10px 0;
  border: 1px solid #ccc;
}
.row {
  width: 100%;
}
.form_left {
  float: left;
  padding: 11px 5px;
  width: 26%;
  text-align: right;
}
.form_right {
  float: left;
  padding: 4px;
  width: 69%;
  text-align: left;
}
.form_submit {
  padding: 0 5px 6px;
  text-align: right;
}
.tdata {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.data_head {
  padding: 3px 0;
  font-size: 90%;
  color: #777;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ccc;
}
.data_text {
  padding: 3px 5px;
  vertical-align: top;
  border: 1px solid #ccc;
}
.gdetails,.glist {
  font-size: 90%;
  color: #55c8f5;
  text-decoration: none;
}
.gdetails:hover,.glist:hover {
  color: #000;
}
.glist {
  display: block;
  margin: 5px 0;
  width: 120px;
}
.cpic {
  margin: 5px 5px 0;
}
/*---------*/

.notes {
  width: 100%;
  height: 21px;
  font-size: 90%;
  color: #777;
  text-align: left;
  text-indent: 5px;
  background: #ccc;
}
.inpt1 {
  margin: 5px;
  padding: 1px;
  height: 21px;
  border: 1px solid #777;
}
.area1 {
  margin: 5px;
  padding: 1px;
  border: 1px solid #777;
}
.butn1 {
  margin: 5px;
  padding-bottom: 2px;
  width: 100px;
  background: #bbb;
  border: 1px solid #777;
  cursor: pointer;
}