/*==== common styles ====*/

html, body {
  margin:0;
  padding:0;
  height:100%;
}
body {
	background-color:#fff;
  font:12px arial;
}
html>body .main {
  height:auto;
  min-height:100%;
}
.main {
  position:relative;
  height:100%;
  width:950px;
  margin:23px auto 0 auto;
}
form {
  margin:0;
}
textarea {
  overflow:auto;
}
a img {
  border:0;
}
a div {
  cursor:pointer;
}
a {
  color:#9bc3cb;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.site_body {
  position:relative;
  z-index:30;
  clear:both;
}
.clear_left {
  clear:left;
}
.hidden {
  display:none;
}

/*==== /common styles ====*/

/*==== head ====*/

.head {
  position:relative;
  height:184px;
  background:url(i/head_bg.jpg) 0 0 repeat-y;
}
.head div {
  position:absolute;
}
.head_text {
  left:139px;
  top:125px;
  font-size:16px;
  color:#9bc3cb;
  white-space:nowrap;
}
.boy {
  right:-10px;
  top:0;
  width:396px;
  height:184px;
  background:url(i/boy.jpg) 0 0 no-repeat;
}

/*==== /head ====*/

/*==== main menu ====*/

.main_menu {
  margin-top:9px;
  padding:0 0 22px 2px;
  border:2px solid #e6f8fe;
  font-weight:bold;
  text-transform:lowercase;
  line-height:12px;
  letter-spacing:2px;
}
.main_menu * {
  text-decoration:none;
}
.main_menu a {
  color:#000;
}
.main_menu div {
  float:left;
}
.main_menu_item, .main_menu_item_act {
  margin:2px 4px 0 0;
}
.main_menu_item_right div {
  height:18px;
  padding:2px 35px 5px 21px;
}
.main_menu_item_act {
  background:url(i/menu_item_center.jpg) 32px 0 repeat-x;
}
.main_menu_item_act .main_menu_item_right {
  background:url(i/menu_item_right.jpg) 100% 0 no-repeat;
}
.main_menu_item_act .main_menu_item_right div {
  background:url(i/menu_item_left.jpg) 0 0 no-repeat;
}

/*==== /main menu ====*/

/*==== site body ====*/

.site_body {
  margin-top:41px;
}

.side_banners {
  margin-top:20px;
}
.foot_banners {
  z-index: 100;
  position:absolute;
  left:0;
  bottom:50px;
  width:174px;
}
.banner {
  margin-bottom:5px;
  text-align:center;
}

/*==== /site body ====*/

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

.left_part {
  width:174px;
  padding-right:34px;
  background:url(../i/left_menu_bg.jpg) 0 34px no-repeat;
  float:left;
}
.left_menu_title {
  height:22px;
  margin-bottom:7px;
  padding:5px 0 0 15px;
  font:bold 15px arial;
  text-transform:uppercase;
  color:#fff;
  background:url(i/left_menu_title.jpg) 0 0 no-repeat;
}
.left_menu_content {
  margin-left:15px;
  padding-top:5px;
  text-transform:capitalize;
}
.left_menu_item {
  margin-bottom:4px;
}
.left_menu_item a {
  color:#000;
  text-decoration:none;
}
.left_menu_item a.active, .left_menu_item a.default {
  font-weight:bold;
  cursor:pointer;
}
.left_menu_content a:hover, .left_menu_content a.active {
  color:#cc3f73;
}
.left_menu_content span {
  color:#cc3f73;
}
.left_menu_block {
  margin-left:10px;
}

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

/*==== center_part ====*/

.center_part {
  margin-left:208px;
 }
h1 {
  margin:0 0 10px 50px;
  padding:0;
  font:bold 22px arial;
  text-transform:capitalize;
  color:#a6d7f6;
}
h2 {
  margin:0 0 10px 0;
  padding:0;
  font:bold 12px arial;
  color:#cc3f73;
}
h3 {
  margin:0;
  padding:0;
  font:bold 12px arial;
  color:#49b8ef;
}
.back {
  margin-top:10px;
  text-align:right;
  clear:right;
  margin-right: 180px;
}

/*==== /center_part ====*/

/*==== foot ====*/

.pre_foot {
  height:75px;
  clear:both;
}
.foot {
  position:absolute;
  left:0;
  bottom:10px;
  width:100%;
  padding-bottom:2px;
  border:2px solid #e6f8fe;
}
.foot_img {
  position:absolute;
  right:0;
  bottom:86px;
}
.foot_address {
  padding:14px 0 0 15px;
  color:#cc3f73;
  float:left;
}
.flex_logo {
  width:65px;
  height:43px;
  margin:0 5px 0 3px;
  float:right;
}

.flex_logo .below{
 position: absolute;
 top: 10px;
 right: 8px;
 }

.flex_text {
  margin-top:15px;
  font-size:10px;
  float:right;
}
.flex_text span {
  color:#d1d1cf;
  text-decoration:none;
}

/*==== /foot ====*/

/*==== interfaces ====*/

.prod_page_right {
  width:159px;
  padding-bottom:183px;
  float:right;
}
.right_warning_title {
  height:41px;
  padding:10px 0px 0px 30px;
  font-weight:bold;
  background:url(i/right_warning_title.jpg) 0 0 no-repeat;
}
.right_warning_body {
  padding:10px 0px 15px 30px;
  background:url(i/right_warning_body.jpg) 0 100% no-repeat;
}
.right_warning_body ul {
  margin:0 0 5px 0;
  padding:0;
}
.prod_page_center {
  position:relative;
  //height: 1%;
  margin-right: 179px; 
  text-align:justify;
}

html>body .prod_page_center {
  height: auto;
}

.form_right {
  width:380px;
  float:right;
}
.form_center {
  margin-right:400px;
}
.form {
  font-size:10px;
}
/*
.left_col {
  width:40%;
  text-align:right;
}
.right_col {
  width:60%;
}
*/
/* form style */
.form{ margin: 0 2em; }
.form .p{ margin-bottom: 5px; }
.form .p label{ display: block; padding-top: 3px; margin-right: 3px; }
.form .p label span{ }
.form .p input, .form .p textarea{ width: 80%; }
.form .p textarea{ height: 8em; }
.form .error { font-weight: bold; color: #cc0000; }
.form .captcha { text-align: center; }
.form .captcha label { display: block; }
.form .captcha * {vertical-align: middle;}
.form .sbm{ text-align: center; margin-top: 10px; }
.form .sel label{ display: inline; }
.form .sel input{ width: auto; }
/* --- form style */
.navigation { 
  text-align:right;
}
.input {
  width:200px;
  padding:1px;
  font-size:10px;
  border:1px solid #000;
}
.button {
  padding:1px 3px 1px 3px;
  font:bold 12px arial;
  border:1px solid #000;
  background-color:#dff3fa;
}

.price_right {
  position:relative;
  width:169px;
  padding-bottom:188px;
  float:right;
}
.price_right_item {
  position:relative;
  padding:4px 3px 8px 19px;
  margin-bottom:12px;
  border:2px solid #e0e9f2;
}
.price_right_item img {
  position:absolute;
  left:-8px;
  top:-4px;
}
.price_right_item a { 
  color:#49b8ef;
}
.price_center {
  margin-right:179px;
}

.price_table {
  width:99%;
  border-collapse:collapse;
  border-bottom:2px solid #49b8ef;
}
.price_table td {
  padding:2px 0 2px 15px;
}
.price_head td {
  padding:8px 15px 20px 15px;
  border-bottom:2px solid #49b8ef;
  background:url(i/price_head_bg.jpg) 0 0 repeat;
  font-weight:bold;
}
.price_title {
  padding:3px 15px 8px 15px;
  font-weight:bold;
  color:#49b8ef;
  border-top:2px solid #49b8ef;
}
.sub-pages {
  margin: 20px 40px;
}
.sub-pages li {
  margin: 5px 0;
}
.sub-pages a {
  color: #000;
  text-decoration: underline;
}

/*==== /interfaces ====*/