/*CSS STYLE SHEET */

/*----------------------- MAIN PAGE ELEMENTS -----------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff url(../images/downloads/body.jpg) repeat-x scroll 0 0;
  margin: 0 auto;
  font-family: Arial, sans, helvetica; 
  font-size: 11px;
  color: #575757;
}

#container {
  margin: 0 auto;
  background: transparent url(../images/downloads/main.jpg) repeat-y scroll 0 0;
  width: 770px;
}
#header {
  background: transparent url(../images/downloads/header.jpg) no-repeat scroll 0 0;
  width: 770px;
  height: 124px;
  margin: 0 auto;
  clear: both;
}

#left {
  background: transparent;
  width: 135px;
  _width: 134px;
  float: left;
}
#footer {
  background:#fff none repeat scroll 0 0;
  border-top:1px solid #D8D8D8;
  clear:both;
  margin:0;
  padding:0;
  text-align:center;
  padding-top: 5px;
}

/*--------------------- HEADER ELEMENTS --------------------------*/
.logo a {
  background: transparent url(../images/downloads/logo.gif) no-repeat scroll 0 0; 
  width: 264px;
  height: 32px;
  float: left;
  margin-left: 35px;
  margin-top: 40px;
} 
.search {
  background: transparent url(../images/downloads/search_bckg.jpg) no-repeat scroll 0 0;
  width: 195px;
  margin-right: 40px;
  _margin-right: 20px;
  margin-top: 40px;
  padding-left: 10px;
  padding-top: 12px;
  height: 40px;
  float: right;
}
.search_btn input{
  background: transparent url(../images/downloads/searhc_btn.gif) no-repeat scroll 0 0;
  width: 35px;
  height: 17px;
  margin-left: 5px;
  float: left;
  display: block;
}
.search_btn a:hover {
  background: transparent url(../images/downloads/searhc_btn.gif) no-repeat scroll 0 0;
  opacity: 0.7;
  filter:alpha(opacity:70);
}
.search_input input {
  border-left: 2px solid #a4a79b;
  border-top: 1px solid #a4a79b;
  font-size: 9px;
  height: 13px;
  width: 94px;
  float: left;
  vertical-align: middle;
}
.search_text {
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
  margin: 0;
  line-height: 17px;
  text-align: left;
  float: left;
  padding-right: 8px;
}
.nav_menu {
  background: transparent;
  width: 646px;
  height: 25px;
  float: right;
  /*clear: both;*/
  display: block;
  margin-top: 7px;
}
.nav_btn_grey1 a,
.nav_btn_grey a,
.nav_btn_red a,
.nav_btn_green a{
  margin-left: 1px;
}
.nav_btn_green a{
  width: 159px;
  height: 25px;
  background: transparent url(../images/downloads/nav_btn_green.gif) no-repeat scroll 0 0;
  float: right;
  text-align: center;
  text-decoration: none;
  color: #575757;
  font-weight: bold;
  line-height: 25px;  
}
.nav_btn_green a.active,
.nav_btn_green a:hover {
  background-position: -159px;
  color: #000;
}
.nav_btn_red a {
  background: transparent url(../images/downloads/nav_btn_red.gif) no-repeat scroll 0 0;
  color: #fff;
}
.nav_btn_grey1 a,
.nav_btn_grey a {
  width: 156px;
  height: 25px;
  float: right;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 25px;
}
.nav_btn_red a {
  width: 161px;
  height: 25px;
  float: right;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 25px;
}
.nav_btn_grey1 a,
.nav_btn_grey a {
  background: transparent url(../images/downloads/nav_btn_grey.gif) no-repeat scroll 0 0;
  color: #575757;
}
.nav_btn_grey1 a.active,
.nav_btn_grey a.sctive,
.nav_btn_grey1 a:hover,
.nav_btn_grey a:hover {
  background-position: -156px;
  color: #000;  
}
.nav_btn_red a.active,
.nav_btn_red a:hover {
  background-position: -161px;
}
/*-------------------------== LEFT CONTENT ELEMENTS ==-------------------------------*/
.left_menu {
  background: #cacece none repeat scroll 0 0;
  clear:both;
  float:left;
  width:135px;
}
.left_menu ul {
  list-style-type: none;
}
.left_menu ul li {
  height:21px;
  padding-bottom:3px;
  width:135px;
}
.left_menu ul li a {
  background: transparent url(../images/downloads/left_btn.gif) no-repeat scroll 0 0;
  color:#575757;
  display:block;
  font-size:10px;
  height:21px;
  line-height:20px;
  text-decoration:none;
  width:135px;
  z-index:20; 
}
.arrow {
  background: transparent no-repeat scroll 2px 0;
  height:6px;
  margin-left:8px;
  padding-left:22px;
  width:6px;
  z-index:-1;
}
.left_menu ul li a:hover,
.left_menu ul li.active a {
  background-position: -135px;
  color: #779e27;
}
.left_text_area {
  background: transparent;
  width: 105px;
  float: left;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.enter_btn a {
  background: transparent url(../images/downloads/enter_btn.gif) no-repeat scroll 0 0;
  color: #fff;
  height: 25px;
  width: 109px;
  display: block;
  clear: both;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
}
.enter_btn a:hover {
  background-position: -109px;
}
/*-------------------------== CENTER CONTENT ELEMENTS ==-----------------------------*/
.center_left_top { 
  background: #fff;
  width: 256px;
  _width: 255px;
  float: left;
  padding-top: 20px;
  padding-left: 29px;
  padding-right: 29px;
}
.pannel_red {
  background: transparent url(../images/downloads/pannel_red.gif) no-repeat scroll 0 0;
  width: 162px;
  height: 24px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 24px; 
  clear:both;
}
.center_top_right {
  background: #fff url(../images/downloads/top_right_bckg.jpg) repeat-x scroll 0 0;
  width: 269px;
  _width: 267px;
  float: left;
  padding-top: 12px;
  padding-left: 18px;
  padding-right: 34px;
  clear: right; 
}
.center_top_right_pic {
  background: transparent;
  float: left;
  width: 111px;
}
.center_top_right_text {
  background: transparent;
  width: 138px;
  float: left;
  clear: right;
  padding-left: 16px;
}
.sutaz a {
  text-align: center;
  text-decoration: none;
  float:right;
  clear: right;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  width: 80px;
  height: 22px;
  color: #cb3f00;
  display: block;
  line-height: 22px;
}
.pannel_green {
  background: transparent url(../images/downloads/pannel_green.gif) no-repeat scroll 0 0;
  width: 161px;
  height: 24px;
  float: left;
  text-align: center;
  line-height: 24px; 
  clear:both;
  margin-top: 11px; 
}
.center_bottom_left {
  background: transparent;
  width: 267px;
  _width: 266px;
  float: left;
  padding-left: 30px;
  padding-right: 17px;
}
.center_bottom_left_prod_1,
.center_bottom_left_prod_2,
.center_bottom_left_prod_3 {
  background: transparent;
  width: 268px;
  float: left;
  border-bottom: 5px #dddddd solid;
  padding-bottom: 11px;
  padding-top: 13px;
  min-height: 110px;
}
.center_bottom_left_prod_pic_1,
.center_bottom_left_prod_pic_2,
.center_bottom_left_prod_pic_3 {
  background: transparent;
  float: left;
  width: 72px;  
}
.center_bottom_left_prod_text_1,
.center_bottom_left_prod_text_2,
.center_bottom_left_prod_text_3 {
  background: transparent;
  width: 160px;
  float: left;
  clear: right;
  padding-left: 35px;
}
.down_btn_red a{
  background: transparent url(../images/downloads/down_btn_red.gif) no-repeat scroll 0 0;
}
.down_btn_green a {
  background: transparent url(../images/downloads/down_btn_green.gif) no-repeat scroll 0 0;
}
.down_btn_red a,
.down_btn_green a{
  width: 92px;
  height: 22px;
  float: right;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 22px;
  font-size: 9px;
  vertical-align: middle;
}
.btn:hover,
.down_btn_green a:hover,
.down_btn_red a:hover {
  background-position: -92px;
}
img.down_arrow {
  padding-right: 20px;
  width: 9px;
  height: 6px;
  border: none;
}
.center_bottom_right {
  background: transparent;
  width: 272px;
  _width: 268px;
  float: left;
  padding-left: 30px;
  padding-right: 17px;
}
.center_bottom_right_prod_1,
.center_bottom_right_prod_2,
.center_bottom_right_prod_3 {
  background: transparent;
  width: 268px;
  float: left;
  border-bottom: 5px #dddddd solid;
  padding-bottom: 11px;
  padding-top: 13px;
  min-height:110px;
}
.center_bottom_right_prod_pic_1,
.center_bottom_right_prod_pic_2,
.center_bottom_right_prod_pic_3 {
  background: transparent;
  float: left;
  width: 72px;  
}
.center_bottom_right_prod_text_1,
.center_bottom_right_prod_text_2,
.center_bottom_right_prod_text_3 {
  background: transparent;
  width: 160px;
  float: left;
  clear: right;
  padding-left: 35px;
}
img.down_arrow_g {
  padding-right: 20px;
  width: 9px;
  height: 6px;
  border: none;
}
/*--------------------== CENTER CONTENT ELEMENTS FOR LOGIN.HTML ==-------------------*/
#main-center_login {
  background: transparent;
  width: 618px;
  _width: 615px;
  float: left;
  padding-top: 30px;
  padding-left: 15px;
}
.center_login_top {
  background: transparent;
  width: 603px;
  float: left;
  clear: both;
}
.center_login_bottom {
  background: #fff;
  padding-top: 10px;
  padding-left: 15px;
  width: 584px;
  float: left;
  clear: both;
  border: medium outset #d3d3d3;
}
table.login {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 20px;
}
tr.tr1 {
  background: #f4f4f4;
  width: 400px;
}
tr.tr2 {
  background: #d3d3d3;
  width: 400px;
}
td.td1 {
  height: 30px;
  width: 290px;
}
td.td2 {
  height: 30px;
  width: 315px;
}
.btn {
  background: transparent url(../images/downloads/down_btn_green.gif) no-repeat scroll 0 0;
  width: 92px;
  height: 22px;
  float: right;
  margin-right: 20px;
  border: none;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 15px;
  cursor: pointer;
}
/*-------------------------== TEXT ELEMENT PARAGRAPH ==------------------------------*/
p.left_text {
  text-align: left;
  clear: both;
  padding-bottom: 13px;
}
p.center {
  text-align: left;
  clear: both;
  padding-bottom: 33px;
}
p.center_right {
  text-align: left;
  clear: both;
  padding-bottom: 8px;
}
p.login_bottom {
  font-weight: bold;
  font-size: 14px;
  clear: both; 
}
.red {
  color: #cb3f00;
}
.green {
  color: #75a807;
}
.subm {
  clear: both;
  font-size: 11px;
  margin-left: 10px;
  padding-bottom: 15px;
}
/*-------------------------== HEADERS TEXT ==-----------------------------------------*/
h1 {
  color: #cb3f00;
  padding-bottom: 14px;
  clear: both;
  font-weight: bold;
  font-size: 11px;
}
h2 {
  text-align: left;
  font-size: 15px;
  color: #cb3f00;
  padding-bottom: 14px;
  font-weight: normal;
  clear: both; 
}
h3 {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #75a807;
  padding-bottom: 14px;
  clear: both;
}
h4 {
  color: #cb3f00;
  padding-bottom: 14px;
  clear: both;
  font-weight: bold;
  font-size: 15px;
}


#login_content {
  background: transparent;
  width: 530px;
  margin-left: 200px;
  overflow: auto;
  padding-bottom: 10px;
}


table.right {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  width: 221px;
  _width: 220px;
}
tr.right1 {
  background: transparent;
}
tr.right2 {
  background: #fff;
}
td.td_right1 {
  width: 101px;
  _width: 98px;
  height: 23px;
  padding-left: 10px;
  color: #8f8f8f;
}
td.td_right2 {
  width: 211px;
  _width: 210px;
  height: 23px;
  padding-left: 10px;
  color: #8f8f8f
}
.light_grey1,
.light_grey {
  background: #dedede;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  height: 40px;
}
p.grey {
  color: #676767;
  font-size: 11px;
  text-align: left;
  display: inline;
  font-weight: bold;
}