<!--

html {
  overflow-y: scroll;
}

* {
  padding:0;
  margin:0;
}

ul, ol {
  margin : 0 20px;
  padding: 0 20px;
}

ul.tag {
  xlist-style-image: url(tmpl/tag-bullet.jpg);
  list-style-type: none;
  padding:0;
  margin-left:10px;
}
ul.tag li {
  padding-left:25px;
  background:url(tmpl/tag-bullet.jpg) no-repeat 0 3px;
}

img {
  border:none;
  margin:0;
  padding:0;
}

img, input, select {
  vertical-align: middle;
}

.body {
  background: #b3b3b3;
  text-align:center;
  cursor: default;
}

a {
  color: #ee7212
  cursor: pointer;
}

body, table, h1, h2, h3, input, textarea, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 150%;
}

h1 { font-size: 13px; }
h2 { font-size: 12px; }

.input, .textarea, .select {
  border: 1px solid #40698f;
  background: white;
}


.input {
  border-spacing: 5px;
  padding: 0 3px;
  height: 20px;
  width: 200px;
  cursor: text;
}

.blue, a, h1 { color: #40698f; }
.green, h2   { color: #069347  }
.black       { color: black;   }
.dark        { color: #5c5c5c; }

.bold {
  font-weight: bold;
}

.hr {
  border: 0;
  height: 3px;
  background: url(tmpl/hr.gif) repeat-x left;
}

.tdtop td {
  vertical-align: top;
}

/**************************
   BACKGROUND
***************************/
.back_in {
  padding-bottom: 150px;
}
.back_m { background: url(tmpl/back_m.gif) center repeat-y; min-width: 1000px;}
.back_b { background: url(tmpl/back_b.gif) bottom no-repeat }
.back_t { background: url(tmpl/back_t.gif) top no-repeat;
          min-height : 900px;}

/**************************
   TOP & BANNER
***************************/
.top {
  padding-top: 52px;
  text-align: left;
  width: 980px;
  margin:0 auto;
}

.top_in {
  height: 107px;
}

.top .logo {
  margin-top: 20px;
  margin-left: 38px;
  float: left;
}

.top .login {
  float: right;
  padding-top: 20px;
  padding-right: 20px;
  width: 200px;
  -width: 220px;
}

.top .login .inp {
  width: 115px;
  height: 20px;
  padding-left: 5px;
  margin-bottom: 5px;
  background: white;
  border: 1px solid #7e7e7e;
  color: #bbb;
}

.top .login .btn_login {
  float: right;
  margin-top: 27px;
  cursor: pointer;
}

.top .login a {
  font-size: 10px;
  margin-left: 20px;
  color: #6792b6;
  text-decoration: none;
}

.top h1 {
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
  color: #6792b6;
}

.banner {
  clear: both;
  background: url(tmpl/banner.jpg) no-repeat #6792b6;
  width: 980px;
  margin:auto;
}

.b_enter {
  background: url(tmpl/b_enter.jpg) no-repeat right;
  height: 257px;
}

.banner .text {
  width: 500px;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  color: white;
  line-height: 150%;
  letter-spacing:3px;
  height: 180px;
 _height: 220px;
  padding: 20px;
}

.banner .fixed_menu {
  text-align: left;
  color: white;
  font-size: 14px;
  padding-top: 14px;
  padding-left: 15px;
}

.banner .fixed_menu a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
}

.banner .fixed_menu a:hover {
  text-decoration: underline;
}

/**************************
  MAIN
***************************/
.main {
  text-align: justify;
  width: 980px;
  margin:auto;
  padding: 10px 0;
}

.content {
  padding-left: 200px;
  padding-right: 255px;
}

.content img {
  border: 1px solid #40698f;
}

.content img.noborder {
  border: none;
}

.more, .moreshown {
  background: #eee;
  border: #888 1px solid;
  padding: 5px;
}

.more {
  height: 1px;
  overflow: hidden;
  display: none;
}

table.td_top td {
  vertical-align: top;
}

/**************************
  MENU
***************************/
.menu {
  float: left;
  text-align: left;
  margin-right: 15px;
}

.menu_items, .menu_items a {
  display: block;
  color: #355876;
  text-decoration: none;
}

.menu_items {
  color: #6792b6;
  font-size: 12px;
  line-height: 130%;
  padding-left:  10px;
  padding-right: 5px;
}

.menu_items a {
  font-size: 11px;
}

.menu_items a:hover {
  background: #ddd;//url(tmpl/tag_green.gif) no-repeat right;
}

.menu_item0, .menu_item1 {
  font-weight: bold;
  padding-top: 6px;
}

.menu_item2 {
  border-left: 1px solid white;
  padding-left: 15px;
  padding-top: 2px;
}

.menu_item2 a {
}

.menu_item3 {
  border-left: 1px solid white;
  padding-left: 25px;
}

.menu_item3 a {
  color: #6792b6
}


.news {
  float: right;
  width: 240px;
}

.news_in {
  padding: 0 7px;
}

.news .section {
  background: #f5f5f5;
  border: 1px solid #6792b6;
  padding: 1px;
  font-size: 10px;
  line-height: 130%;
  margin-bottom: 20px;
}

.news h3 {
  background: #6792b6;
  color: white;
  padding-left: 2px;
}

.news .search {
  padding: 15px 10px;
}

.news .search .inp {
  width: 120px;
  height: 20px;
  margin-bottom: 5px;
  background: white;
  border: 1px solid #7e7e7e;
  color: #7e7e7e;
}

.news .search .btn_search {
  float: right;
  xmargin-top: 27px;
  cursor: pointer;
}


.news_items {
  padding: 5px;
  text-align: left;
}

.news_items a {
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px dotted #7e7e7e;
}

.news_items a:hover {
  background: #ddd;
}

.news_archive {
  text-align:left;
}

.news_archive a {
  line-height: 20px;
  text-decoration: none;
}

.news_archive a:hover {
  background: #ddd;
}

.cases {
  font-size: 11px;
  padding:5px;
  text-align: center;
}

.customercloud {
  text-align: center;
}

.cases img {
  border: 1px solid #40698f;
}

.cases a {
  text-decoration: none;
}

.cases a:hover {
  color: #069347;
}



-->
