html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code,del,
dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset,
form, label, legend, caption {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
}
html {
  height:100%;
}
body {
  height:100%;
  width:100%;
  background-color:#fff;
  font:13px arial;
  color:#666;
}
table, td {
  border-collapse:collapse;
  border-spacing:0;
}
div, ol, ul, li {
  position:relative;
}
/*==== some common styles ====*/
a {
  color:#7d4b19;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.overflow {
  overflow:hidden;
}
* html .overflow{
  zoom: 1;
}
.break {
  font-size:0;
  clear:both;
  overflow:hidden;
}
.hidden {
  display:none;
}
/*==== /some common styles ====*/

/*==== main styles ====*/
#main {
  width:100%;
  min-width:1000px;
  margin:0 auto;
}
*html #main {
  width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}
html>body #main {
  height:auto;
  min-height:100%;
}

/*==== main styles ====*/

/*==== head styles ====*/
#main #head {
  padding-bottom: 30px;
  background:#3e6286 url(/i/h-bot.jpg) 0 100% repeat-x;
}

* html #main #head{
  zoom: 1;
  overflow: hidden;
}

#head .h-top{ height: 10px; overflow: hidden; background:url(/i/h-top.jpg) 0 0 repeat-x;  }

#main #head p {
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
  color:#fff;
}
#main #head p a {
  color:#fff;
}
#main #head  .head_left {
  position:absolute;
  left:0;
  bottom:4px;
  width:279px;
  height:72px;
  background:url(/i/head_left.jpg) 0 100% no-repeat;
}
#main #head .head_left p {
  margin:25px 46px 0 0;
  font-size:16px;
}
#main #head .head_left p a {
  text-decoration:none;
}
#main #head  .head_right {
  position:absolute;
  right:0;
  top:0;
  width:181px;
  height:72px;
  background:url(/i/head_right.jpg) 100% 3px no-repeat;
}
#main #head .head_right p {
  margin:20px 21px 0 5px;
}
#main #head address {
  margin: 10px 200px 5px 280px;
}

#head .mail{
  position: absolute;
  top: 20px;
  right: 90px;
}
/*==== /head styles ====*/

#main #body {
  padding-bottom:20px;
}


#right{ float: right;
    width: 200px;
    margin-left: 10px;
    border-left: 1px dotted #676767;
  }

#right .top-menu{
  position: relative;
  list-style: none;
  margin: 4em 0 1em 0;
  text-align: center;
}

#right .top-menu li{
  position: relative;
  display: block;
  margin: .8em 0;
}

#right .top-menu li a{
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}


/*==== left part styles ====*/
#main #left {
  width:223px;
  /*margin-right:50px;*/
  background:url(/i/grey_dot.jpg) 100% 0 repeat-y;
  float:left;
}
#main #left .logo {
  height:165px;
  background:url(/i/left_logo.jpg) 0 0 no-repeat;
}
#main #left .canvas {
  height:50px;
  background:url(/i/left_canvas.jpg) 0 0 no-repeat;
  overflow:hidden;
}
#main #left #bottom {
  margin-bottom:-17px;
}
#main #left .canvas p {
  margin:23px 23px 0 0;
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
  color:#fff;
}

#main #left .menu {
  margin:10px 10px 10px 10px;
  list-style:none;
  text-transform:uppercase;
  font-weight:bold;
  text-align: center;
}
#main #left .menu li {
  margin:10px 0 10px 0;
}
#main #left .menu li a {
  color:#666;
}
#main #left .menu li.active a {
  text-decoration:underline;
}

.banners {
  list-style:none;
}
.banners li {
  text-align: center;
  margin-top:5px;
}
#left .banners {
  margin:10px 10px 0 10px;
}

/*==== /left part styles ====*/

/*==== center part styles ====*/
#main #center {
  /*margin: 0px 20px 0 ;*/
  padding: 0 40px;
}
#main #center h1 {
  margin:0 0 10px 25px;
  font:bold 16px arial;
}
#main #center .text {
  text-align:justify;
}
#main #center .text p {
  margin:5px 0 5px 0;
}
#main #center .text ul, #main #center .text ol {
  margin:5px 0 5px 20px;
}
#main #center .back {
  margin-top:20px;
  text-align:right;
}
/*==== /center part styles ====*/

/*==== price styles ====*/
.price {
  width:500px;
  margin:15px auto 0 auto;
  padding-left:1px;
}
.price_table {
  width:100%;
}
.price_table tr td {
  padding:3px;
  border:1px solid #7d4b19;
}
.price_table tr.price_head td {
  text-align:center;
  font-weight:bold;
}
.price_table tr.even td {
  background-color:#ddd;
}
/*==== /price styles ====*/

/*==== form style ====*/
.form {
  width:400px;
  margin:15px auto 0 auto;
}
.form .p {
  margin-bottom:5px;
}
.form .p label {
  display:block;
  margin-bottom:.3em;
}
.form .error {
  color:#cc0000;
  font-weight:bold;
}
.form .big-error {
  text-align:center;
  font-size:1.4em;
  margin-bottom:1em;
}
.form .p label span { }
.form .p input, .form .p textarea {
  width: 90%;
}

#subscribe-form .sel input{
  width: auto;
}

.form .p textarea {
  height:7em;
}
.form .p .small-text {
  font-size:.8em;
  font-weight:normal;
  margin:.3em 0;
}
.form .captcha {
  text-align:center;
  margin-top:.5em;
}
.form .captcha label {
  float:none;
  width:auto;
  display:block;
  margin-bottom:.5em;
}
.form .captcha img {
  vertical-align: middle;
}
.form .sbm {
  text-align:center;
  margin-top:10px;
}
/*==== form style ====*/


#main .ads{ margin: 2em 0; list-style: none;}
#main .ads li{ display: block; margin-bottom: 1.2em; }
#main .ads li .ad-h{ font-weight: bold; padding: .2em 0; margin-bottom: .3em; color: #666666; }
#main .ads li .ad-h span{ color: #ffffff; background-color: #718aa5; padding: .2em .4em; margin-right: 1em; }
#main .ads li .text{ margin: .8em .8em .5em .8em; }
#main .ads li .ad-l{ margin-bottom: .3em; margin-left: 4em; }
#main .ads li .ad-l span{ font-weight: bold; }

/*==== foot styles ====*/
#main #foot {
  position:absolute;
  bottom:10px;
  z-index:20;
  height:50px;
  width:100%;
  background-color:#d6d6d6;
  color:#9a056b;
}
#main #foot a {
  color:#9a056b;
}
#main #foot .foot_banners {
  position:absolute;
  left:13px;
  top:10px;
  list-style:none;
}
#main #foot .foot_banners li {
  margin-right:10px;
  display:inline;
}
#main #foot .foot_menu {
  position:absolute;
  left:219px;
  top:18px;
}
#main #foot .foot_menu li {
  display:inline;
  margin-right:10px;
}
#main #foot .foot_menu li.active {
  font-weight:bold;
}
#main #foot .vcard {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  height:45px;
}
#main #foot .vcard span {
  margin-right:0.3em;
}
#main #foot .vcard #flex-logo, #main #foot .vcard #flex-logo * {
  vertical-align:middle;
}
/*==== /foot styles ====*/
