body {
  margin: 0;
  padding: 0;
  font: normal 12px Arial, sans-serif;
  color: #000;
}

a img {
  border: 0;
}


hr {
  border: none;
  border-top: solid 1px #dbe9ee;
  margin: 0.1em 0;
}

h1 {
  font-weight: bold;
  text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 14px;
  margin: 10px 0;
}

h2 {
  font-size: 12px;
  margin: 8px 0;
}

h3 {
  font-size: 11px;
  margin: 7px 0;
}

h4 {
  font-size: 10px;
  margin: 7px 0;
}

h5 {
  font-size: 9px;
  margin: 7px 0;
}

h6 {
  font-size: 8px;
  margin: 7px 0;
}

.clear {
  clear: both;
}

a, .orange{
  color: #237a95;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 7px 0 0 0;
}

.borderer{
  border: solid 1px #dbe9ee;
}

.moreLink {
  float: right;
  color: #ff4600;
  padding-left: 8px;
  display: block;
  background: url(../images/more_link.gif) left 5px  no-repeat;
}

.moreLink2 {
  color: #ff4600;

  
}

input[type="text"]{
  background: none;
  border: solid 1px #dbe9ee;
}

input {
  height: 25px;
  line-height: 25px;
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
  //line-height: 15px;
}

label {
  display: block;
  margin: 15px 0 0 0;
}

textarea {
  display: block;
  width: 400px;
  height: 200px;
  margin: 5px 0 0 0;
}

input.gradient {
  background: #fff url(../images/input_bg.gif) left top repeat-x;
  border: solid 1px #fff;
}

textarea.gradient {
  background: #fff url(../images/textarea.gif) left top repeat-x;
  border: solid 1px #fff;
}

#main {
  border-collapse: collapse;
  background: #fff url(../images/footer_bg.gif) left bottom repeat-x;
  min-width: 1000px;
  width: 1010px;
  margin: 0 auto;
}

#header {
  background: #fff url(../images/header_bg.gif) left bottom repeat-x;
  height: 244px;
}

#headerContent {
  background: transparent url(../images/header.jpg) right top no-repeat;
  vertical-align: top;
}

#headerLeft, #headerRight {
  height: 244px;
  overflow: hidden;
}

#headerLeft {
  float: left;
  padding-left: 25px;
}

#logo {
  margin-top: 30px;
  float: none;
}

#menu {
  font: bold 14px Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  height: 14px;
  -height: auto;
}

#menu li {
  float: left;
  padding: 0 14px 0 14px;
  background: url(../images/separate.gif) left center no-repeat;
}

#menu li.first {
  background: none;
  padding-left: 8px;
}

#menu li a{
  text-decoration: none;
  color: #6e6e6e;
}

#menu li a:hover {
  color: #ff4400;
}

#specialOffers {
  margin: 30px 0 0 -25px;
  -margin: 50px 0 0 -25px;
  padding: 0 0 10px 25px;
  background: url(../images/special_offers_bg.gif) left top no-repeat;
  width: 660px;
  -width: 660px;
}

#specialOffers h6{
  color: #237a95;
  font: normal 10px Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  top: -6px;
  left: 9px;
  margin: 0;
  padding: 0;
}

#specialOffers .offer {
  margin: 5px 0 0 10px;
  width: 300px;
  float: left;
  margin-right: 35px;
  -margin-right: 20px;
}

#specialOffers .offer a.moreLink {
  margin-top: 5px;
}

#specialOffers .last {
  margin-right: 0;
}

#specialOffers .offer p{
  margin: 0;
}

#specialOffers .offer img {
  margin-right: 10px;
}

#headerRight {
  float: right;
}

#headerRight img {
  margin: 0;
}

#mainContent {
  background: url(../images/content_bg.gif) left top repeat-x;
}

#mainContent td {
  border-top: solid 1px #fff;
}

#leftSide {
  width: 270px;
  padding-top: 45px;
}

#leftSideWrapper {
  padding: 0 20px 20px 0;
  width: 250px;
}

.leftSideBlock {
  background: url(../images/left_block_bg.gif) left top no-repeat;
  padding-left: 35px;
  margin-bottom: 30px;
}

.leftSideBlock h1 {
  color: #ff4900;
  position: relative;
  top: -8px;
  margin:0 0 10px  0;
}

.leftSideBlock ul {
  font-size: 12px;
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}

.leftSideBlock ul li {
  background: url(../images/li.gif) left 4px no-repeat;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}

.leftSideBlock ul li ul{
  margin: 5px 20px 5px 0;
  padding: 0;
}

.leftSideBlock ul li ul li {
  background: none;
}

.leftSideBlock ul li ul li a{
  color: #ff4600; 
  font-size: 12px;
}

.leftSideBlock ul li ul li ul li{
  text-align: right;
}

.leftSideBlock ul li ul li ul li a{
  color: #237a95;
  font-weight: normal; font-size: 11px;
}

.leftSideBlock ul li a{
  color: #000;
}

.leftSideBlock ul li a:hover{
  color: #ff4600;
}

#lastNews .item {
  clear: both;
  margin-bottom: 30px;
}

#lastNews .item h3{
  color: #237a95;
  font-weight: normal;
}

#content {
  padding: 30px 0 0 0;
  vertical-align: top;
  text-align: left;
  width: 100%;
}

#contentWrapper {
  border-left: solid 1px #d9e8ed;
  padding: 0 20px 10px 10px;
}


#mainBanner {
  margin-bottom: 30px;
}

#feedBack {
  margin-top: 30px;
}

#feedBack .input {
  width: 216px;
  margin-top: 5px;
}

#feedBack .input input {
  width: 214px;
  margin: 0;
}

#feedBack .textarea {
  width: 430px;
  margin: 5px 0 10px 0;
}

#feedBack .textarea textarea {
  width: 428px;
  height: 110px;
  margin: 0;
}

#footer {
  height: 165px;
  //height: 100px;
  background: url(../images/footer.jpg) 25px top no-repeat;
}

#footerContent {
  padding: 65px 0 0 150px;
}

#footerContent address{
  margin: 0;
  padding: 0;
  font-style: normal;
}

#bottomMenu {
  background: url(../images/bottom_menu_left.gif) left top no-repeat;
  float: right;
  padding-left: 1px;
}

#bottomMenuWrapper {
  list-style: none;
  background: #ff4600 url(../images/bottom_menu.gif) left top repeat-x;
  height: 23px;
  font-size: 10px;
  margin: 0;
  padding: 0 30px 0 10px;
  text-transform: uppercase;
  -width: 450px;
}

#bottomMenuWrapper li {
  float: left;
  padding:0 0 0 10px;
}

#bottomMenuWrapper li a{
  color: #fff;
  display: block;
  margin-top: 5px;
  border-right: solid 1px #fff;
  padding-right: 10px;
}

#bottomMenuWrapper li a.last {
  border: none;
}






strong { font: bold  padding: 0px 0px 0px 0px; margin: 0 0 0 0; line-height: 15px;}
a {text-decoration:none;}
a:hover {Text-decoration: underline;color: #FF6600;}
.text_heard {padding: 20px 0px 10px 0px; font:bold 16px Verdana;color: #2079D1;}
.equip_heard {padding: 0px 0px 10px 0px; font:bold 14px Verdana;color: #ff6600;}
.main_text {text-align: justify;  }
.small_nava {padding: 3px 10px 10px 0px;font:10px Verdana;}
.nava_left_heard td {padding: 0px 10px 8px 20px;border-bottom:#2079D1 2px solid;font: bold 11px Verdana;;color: #ff6600;}
.nava_left td {padding: 3px 10px 3px 20px; border-bottom:#DDDDDD 1px solid;font:font:11px Verdana;color: #2079D1;}
.top_price_heard {padding: 25px 0px 5px 0px;font:bold 16px Verdana;color: #2079D1;}
.list_price_heard td{padding: 10px 10px 10px 10px; border-top:#DDDDDD 1px solid;border-bottom:#DDDDDD 1px solid;font:11px Verdana;color:#404040;font-weight:bold;background-color:#F2F2F2;border-left: #DDDDDD 1px solid;border-right: #DDDDDD 1px solid;}
.list_price td {padding: 3px 5px 3px 5px;border-top:#DDDDDD 1px solid;border-bottom:#DDDDDD 1px solid;border-left: #DDDDDD 1px solid;border-right: #DDDDDD 1px solid;font:11px Verdana;}
.list_equip_heard td {padding: 10px 10px 10px 10px; border-top:#DDDDDD 1px solid;border-bottom:#DDDDDD 1px solid;font:11px Verdana;color:#404040;background-color:#F2F2F2;}
.list_equip td {padding: 10px 10px 10px 10px;border-top:#DDDDDD 1px solid;border-bottom:#DDDDDD 1px solid;font:11px Verdana;}
.ten1 {background-image: url(../img/shd-top.jpg);background-position:top right;background-repeat: no-repeat;}
.ten3 {background-image: url(../img/shd-top-right.gif);background-position: bottom left;background-repeat: no-repeat;}
.ten4 {background-image: url(../img/shd-bottom-right.gif);background-position: top left;background-repeat: no-repeat;}