* {
  font-family: Arial, Tahoma, Verdana, Helvetica;  
}

body {
  background: #f4f4f4;
  margin: 0;
  padding: 0;
  font-size: 75%;
  color: #000;
}

input, textarea, table {
  font-size: 100%;  
}

a img {
  border: 0;
}

a {
  color: #f00;
}

a:hover {
  color: #091579;
}

#main {
  margin: 0px auto 0px;
  padding: 0;
  width: 1000px;
}

#bg_main {
  background: url(/images/bg_main.gif) repeat-y;  
  width: 1000px;
  float: left;
}

#bg_main_inside {
  background-color: #fff;
  width: 1000px;
  float: left;
}

#top {
  background: #fff;
  width: 1000px;
  height: 300px;
  border-bottom: 6px solid #14177e;
  float: left;
}

#bg_logo {
  background: url(/images/bg_logo.gif) top left no-repeat;  
  width: 1000px;
  height: 82px;
  float: left;
}

#logo {
  width: 535px;
  height: 82px;
  float: left;
}

#logo a {
  position: relative;
  top: 15px;
  left: 78px;
  float: left;
}

#logo_nexia {
  position: relative;
  top: 10px;
  float: left;
}

#lang {
  background: #14177e;    
  width: 1000px;
  height: 30px;
  float: left;
}

#lang a {
  width: 17px;
  height: 15px;
  display: block;
  position: relative;
  right: 10px;
  text-align: center;
  margin: 8px 5px 0 0;
  color: #fff;
  font: 90% Tahoma;
  text-decoration: none;
  float: right;
}

#lang a:hover, #lang a#active {
  background-color: #fff;
  color: #14177e;
}

#menu_top {
  background-color: #efefef;
  width: 1000px;
  height: 30px;
  border-bottom: 3px solid #fff;
  float: left;
}

#menu_top ul {
  margin: 0;
  padding: 0;
}

#menu_top ul li {
  background: url(/images/li_menu_top.gif) top right no-repeat;   
  margin: 0;
  padding: 0 2px 0 0;
  display: inline;
  float: left;
}

#menu_top a {
/*  width: 165px;*/
  width: 165px;
  height: 30px;
  display: block;
  text-align: center;
  color: #14177e;
  font: 15px Tahoma;
  line-height: 30px;
  text-decoration: none;
  float: left;
}

#menu_top a:hover {
  text-decoration: underline;
}

#menu_top a#active {
  background: url(/images/menu_top_active.gif) bottom repeat-x; 
  text-decoration: none;  
}

#menu_top ul li#no_line {
  background: none; 
  padding: 0;    
}

#menu_top ul li#no_line a {
  width: 163px;
}

#left {
  border-top: 8px solid #f4f4f4;
  width: 145px;
  padding-bottom: 70px;
  float: left;
}

#menu { 
  width: 110px;
  position: relative;
  left: 20px;
  top: 40px;
}

#menu ul {
  padding: 0;
  margin: 0;
}

#menu ul li {
  background: #fff url(/images/bg_menu.gif) bottom repeat-x;
  width: 110px;
  margin: 0 0 3px 0;
  padding: 0;
  list-style-type: none;
  border-top: 2px solid #eaebec;
  border-bottom: 1px solid #e1e1e2;
}

#menu ul li a {
  background: url(/images/li_menu.gif) 2px no-repeat;
  padding: 0 3px 1px 12px;
  margin: 0;
  border-top: 1px solid #f1f1f2;
  border-bottom: 1px solid #afafaf;
  display: block;
  height: 12px;
  font-size: 110%;
  color: #686868;
  text-decoration: none;
}

html>body #menu ul li a {
  height: auto;
  min-height: 12px;
}

#menu ul li a:hover, #menu ul li a#active {
  background: url(/images/li_menu_active.gif) 2px no-repeat;
}

#content {
  width: 650px;
  border-top: 8px solid #f4f4f4;
  float: left;
}

.error {
  color: #E60000;
  padding-left: 20px;
}

#content_text {
  padding: 10px;
}

#content h1 {
  margin: 0;
  padding: 15px 0 0 15px;
  font: 120% Tahoma;
  text-decoration: underline;
  color: #032d6b;
}

#content p, #content_inside p  {
  margin: 0;
  padding: 5px 3px;
  text-indent: 20px;
}

#content_inside {
  width: 640px;
  padding-bottom: 20px;
  border-top: 8px solid #f4f4f4;
  float: left;
}

#content_inside #content_text {
  border-left: 1px solid #14177e;
  padding: 2px 0 5px 20px;
  height: 300px;
}

html>body #content_inside #content_text {
  height: auto;
  min-height: 300px;
}

#content_inside h1 {
  margin: 0;
  padding: 10px 25px;
  font: 120% Tahoma;
  text-decoration: underline;
  color: #032d6b;
}

.form_question {
  width: 100%;
  border-top: 1px solid #14177e;
  margin: 5px 0 0 0;
  padding: 0;
}

#tab_question {
  margin: 20px;
}

#tab_question td {
  padding: 3px 5px;
  vertical-align: top;
}

.form_box {
  margin: 0;
  padding: 0;  
  width: 257px;
  height: 17px;
  border: 1px solid #cbcbcb;
}

textarea.form_box {
  width: 346px;
  height: 70px; 
}

.form_but {
  background: url(/images/li_submit.gif) right no-repeat;
  margin: 0;
  padding: 0 12px 0 0;
  color: #091579;
  text-decoration: none;
  font: bold 120% Tahoma;
  border: 0;
  cursor: pointer;
  text-align: right;
}

#right {
  width: 331px;
  border-top: 8px solid #f4f4f4;
  padding-bottom: 5px;
  float: left;
}

#right_img {
  padding-left: 20px;
}

#right_img a {
  margin-bottom: 2px;
  width: 293px;
  height: 142px;
  text-decoration: none;
  color: #14177e;
  float: left;
}

#right_img a:hover {
  color: #f00;
}

#right_img_1 {
  background: url(/images/right_img_1.jpg) no-repeat;
}

a#right_img_2 {
  background: url(/images/right_img_2.jpg) no-repeat;
}

a#right_img_3 {
  background: url(/images/right_img_3.jpg) no-repeat;
}

#right_img p {
  margin: 0;
  padding: 110px 16px 0 0;
  font: 17px Tahoma;
  text-align: right;
}

#right_inside {
  background: url(/images/bg_right.jpg) no-repeat; 
  width: 210px;
  height: 440px;
  float: right; 
}

#right_inside a {
  position: relative;
  top: 100px;
  display: block;
  width: 210px;
  height: 268px; 
}

#right_inside a span {
  display: none;
}

#bottom { 
  background: url(/images/bg_bottom.gif) repeat-x;
  clear: both;
  width: 1000;
  height: 100px;
  margin-bottom: 20px; 
}

#contacts {
  width: 820px;
  padding-top: 78px;
  color: #fff;
  float: left;
}

#contacts p {
  margin: 0;
  padding: 0 0 0 15px;
}

#datateks {
  background: url(/images/datateks.jpg) left 9px no-repeat;  
  width: 100px;
  padding-top: 9px;
  height: 55px;
  float: right;
}

#datateks h1 {
  margin: 0;
  padding: 0;
  font-size: 9px;
}

#datateks h1 a {
  display: block;
  width: 48px;
  height: 40px;
  cursor: pointer;
  text-indent: -9999px;
  -moz-outline: none;
}

#datateks h1#host a {
  height: 15px;
}
