@CHARSET "UTF-8";
body {
  color: #444;
  font: 1.1em/1.15em "lucida grande",tahoma,verdana,arial,sans-serif;
  text-align: center;
  background: #313840 url(../images/body.png) repeat-x;
}

#wrapper {
  width: 994px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  text-align: left;
}
#inner_wrapper {
  background: transparent url(../images/content_bg.png) repeat-y left 298px;
  min-height: 400px;
  clear: both;
  font-size: 0.75em;
}
#wrapper ul {
  list-style-type: none;
}
#container {
  margin: -20px 25px 0 25px;
}
#content {
  float: left;
  width: 610px;
}
.wide {
  float: none !important;
  width: 100% !important;
}
#sidebar {
  float: left;
  margin-left: 20px;
  width: 313px;
}

#container_top {
  position: relative;
  left: 0;
  top: -20px;
  width: 994px;
  height: 20px;
  background: url(../images/header_bg.png) no-repeat left bottom;
  z-index: 0;
}

#container_bottom {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 994px;
  height: 20px;
  background: url(../images/footer_bg.png) no-repeat left bottom;
  z-index: 0;
}

.column {
  margin-top: 35px;
  width: 440px;
  position: relative;
  z-index: 50;
}


#header {
  margin-top: 10px;
  padding-top: 10px;
  overflow: hidden;
}
#logo {
  margin-left: 12px;
  float: left;
}
#logo h1 {
}
#logo h1 a {
  display: block;
  width: 180px;
  height: 50px;
  background: url(../images/logo.png) no-repeat;
  margin-top: -10px;
} 
#menu {
  float: right;
  height:46px;
  z-index: 1;
  position: relative;
  margin: 0 10px 12px 15px;;
  font-size: 0.68em;
}
  #menu ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
  }
  #menu li {
    float:left;
    background:url("../images/tab_left.png") no-repeat left top;
    margin:0 4px 0 0;
    padding:0 0 0 13px;
    height: 37px;
  }
  #menu a {
    height: 37px;
    display:block;
    background:url("../images/tab_right.png") no-repeat right top;
    padding:12px 15px 0px 2px;
    text-decoration:none;
    font-size: 1.17em;
    font-weight: bold;
    color: #999;
    font-family: Arial, sans-serif;
  }
  #menu .current {
      background:url("../images/tab_left_on.png") no-repeat left top;
  }
  #menu .current a {
    color: #333;
    background:url("../images/tab_right_on.png") no-repeat right top;
  }
  #menu a:hover {
    color: #333;
  }

/* Content */
.content h1 {
  font-size: 1.58em;
  font-family: "Trebuchet MS", arial, sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
.content ul li {
  line-height: 1.3em;
  margin: 0.5em 0;
  padding: 2px 0 3px 20px;
  list-style-type: none;
  background: url(../images/li.gif) no-repeat 0 0.9em;
  font-size:  13.3333px;
}
#sidebar {
}
#sidebar h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  line-height: 24px;
  padding-bottom: 2px;
}
#sidebar ul li a {
  background-color: #f6f4f4;
  display: block;
  padding: 2px 4px;
  text-decoration: none;
  color: #444;
}
#sidebar ul li a:hover {
  background-color: #EBF4FA;
}
#sidebar ul li span {
  background-color: #EBF4FA;
  display: block;
  padding: 2px 4px;
}

/* Forms */
.form form { padding: .5em 0; }
.form fieldset { margin-bottom: 1em; border: none; }
.form legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.form .f-row { overflow: hidden; margin-bottom: .5em; }
.form span label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.form .f-inputs { padding-left: 30%; }
.form input, .form select { width: 300px; }
.form textarea { width: 80%; }
.form .button { width: 100px !important; }
.form .checkbox { width: 20px !important; margin: 0; padding: 0; }
.form label input {width: 20px;}

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

.info, .success, .warning, .error, .validation, .help { border: 1px solid; margin: 10px 0px; padding:15px 10px 15px 50px; background-repeat: no-repeat !important; background-position: 10px center !important; font-family: tahoma !important; }
.info { color: #00529B; background: #BDE5F8 url("/public/base/i/info.png"); }
.help { background-image: url("/public/base/i/question_shield.png"); border: 1px solid silver; }
.success { color: #4F8A10; background: #DFF2BF url("/public/base/i/successfull.png"); }
.warning { color: #9F6000; background: #FEEFB3 url("/public/base/i/warning.png");} 
.error { color: #D8000C; background: #f8cb87 url("/public/base/i/error.png");}
.input-error { background-color: #FFBABA; color: #d8000c; }

.messageContainer p { margin: 0 !important; }

input {
  width: 200px;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px dotted #000;
  background:#fff;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 1em;
}

textarea {
  width: 400px;
  height: 200px;
  padding: 5px;
  border: 1px dotted #000;
  background:#fff;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 1em;
}
  textarea:hover, textarea:focus {
    border: 1px dotted #999;
  }
  input:hover, input:focus {
    border-bottom: 1px dotted #999;
  }
.button {
    padding: 3px;
    background-color: #383838;
    color: #fff;
}
  .button:hover {
     background-color: #fff;
     color: #383838;
     border-bottom: 1px solid #383838;
  }

#footer {
  margin:0 auto;
  position:relative;
  text-align:left;
  width:994px;
  z-index:0;
}

#footer #promo-bar {
  background: url(../images/footer_bar_bg.png) no-repeat 2px 3px;
  height: 150px;
  padding: 5px 7px 9px;
  margin: 30px 0 0 0;
  line-height: 1em;
  font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer #promo-bar div {
  float: left;
  width: 223px;
  height: 130px;
  padding: 10px;
  margin: 0;
  text-align: left;
  font-size: 0.9em;
  position: relative;
  text-shadow: #f8f8f8 0 1px 0;
  overflow: hidden;
}

#footer #promo-bar h4 {
  font-size: 1em;
  margin: 0;
  font-weight: bold;
  color: #333;
}

#footer #promo-bar p {
  color: #444;
  margin: 5px 0;
  padding: 0;
  font: 0.75em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer #promo-bar p strong {
  font-weight: bold;
  color: #333;
  font-style: normal;
  display: block;
}

#promo-bar div a:link,
#promo-bar div a:visited {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

#promo-bar div a:hover {
  color: #000;
}

#footer #promo-bar div.select {
    background: url(../images/gift.png) no-repeat 95% 95%;
}

#footer #promo-bar div.compose {
  background: url(../images/shopping_basket.png) no-repeat 95% 95%;
}

#footer #promo-bar div.pay {
    background: url(../images/money.png) no-repeat 95% 95%;
}

#footer #promo-bar div.get {
    background: url(../images/plane_bag.png) no-repeat 95% 95%;
}

#footer p {
  color: #b9bdc0;
  font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 0.7em;
  padding: 0 10px;
}

#footer a:link, #footer a:visited {
  color: #fff;
}

.overview p, .overview ul, .overview h2 {
margin:4px 0 0 79px;
}
p {
margin-bottom:20px;
margin-right:0;
margin-top:0;
}
.overview img {
float:left;
margin-right:15px;
}
a.title:link, a.title:visited {
color:#191919;
display:block;
font-family:"HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif;
font-size:1.5em;
font-weight:500;
margin:0 0 5px;
text-decoration:none;
}
#content h2, #sidebar h2 {
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.58em;
  padding-bottom:10px;
}
ol {
  margin-left: 40px;
}
.submenu li {
  line-height: 24px;
  margin-bottom: 2px;
  padding: 0;
}
.submenu li a {
  display: block;
  padding: 0 2px;
  background-color: #ebf4fa;
}
.submenu li a:hover {
  background-color: #f6f4f4;
  text-decoration: none;
}
.block {
  margin-bottom: 10px;
}