html,body {
  background: url(../images/main/body_bg.gif);
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  scrollbar-3dlight-color: #3b3b3b;
  scrollbar-arrow-color: #c0c0c0;
  scrollbar-highlight-color: #979797;
  scrollbar-face-color: #4b4b4b;
  scrollbar-shadow-color: #4b4b4b;
  scrollbar-darkshadow-color: #1b1b1b;
  scrollbar-track-color: #1b1b1b;
}

*{
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  /*text-shadow: 1px 1px 1px #ccc;*/
}

img{
  border: none;
}

button{
  cursor: pointer;
}

.body_top{
}
.header{
  width: 960px;
  text-align: left;
  background: url(../images/main/header.png);
}
#logo{
  height: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.main_menu{
  height: 59px;
  background: url(../images/main/main_menu_bg.gif);
}
#top_menu{
  width: 662px;
}
#top_menu td{
  width: 20%;
  height: 59px;
  text-align: center;
  border-right: solid #1a1a1a 1px;
  white-space: nowrap;
  cursor: pointer;
}
#top_menu td:hover,.active_menu{
  background: url(../images/main/main_menu_active.gif);
}
#top_menu td h1,.brand_box h1,.categories h1,.block_title h1{
  color: #fff;
  font-size: 15px;
  font-weight:bold;
  text-transform:uppercase;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0;
}
#top_menu td:hover h1,.active_menu h1{
  color: #c0c0c0 !important;
}
#top_search{
  float: right;
  margin: 15px;
  white-space: nowrap;
}
#main_search{
  width: 208px;
  height: 28px;
  font-size: 11px;
  color: #3b3b3b;
  /*line-height: 28px;*/
  padding: 0 10px;
  background: url(../images/main/header_search_input.png);
  border: none;
}
#main_search:focus{
  color: #1b1b1b;
}
#main_search_submit{
  width: 60px;
  height: 28px;
  text-indent: -9999px;
  background: url(../images/main/main_search_submit.jpg);
  border: none;
  cursor: pointer;
}

#slider{
  height: 620px;
  background: url(../images/main/slider.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.slider_white{
  width: 100%;
  height: 200px;
  /*background: #fff;*/
  position: absolute;
  margin-top: 426px;
}
.nst{
  height: 25px;
}

.body_middle{
  /*background: #fff;*/
  padding: 0 0 25px 0;
  position: relative;
  z-index: 1;
}
.content{
  width: 960px;
}
.left_column{
  width: 230px;
}
.brand_box{
  width: 230px;
  height: 88px;
  background: url(../images/main/brands.jpg);
}
.brand_box select{
  width: 200px;
  height: 28px;
  font-size: 11px;
  padding: 0 5px;
  background: rgba(255,255,255,0.1) url(../images/main/brands_select.jpg) repeat-x 0 0;
  color: #fff;
  border: none;
  margin-left: 15px;
  line-height: 28px;
}
.categories{
  width: 230px;
  background: url(../images/main/box_title.jpg);
  background-repeat: repeat-x;
}
.brand_box h1,.categories h1,.block_title h1{
  padding: 11px 15px;
}
.categories h1{
  padding-bottom: 13px;
}
.categories ul{
  /*padding: 10px 0 15px 0;*/
  list-style: none;
}
.categories ul li{
  line-height: 35px;
  border: solid #1b1b1b 1px;
  padding-left: 15px;
}
.categories ul li span{
  color: #f0f0f0;
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  /*text-shadow: #999 1px 1px 1px;*/
}
.categories ul a,.categories ul a li{
  color: #7b7b7b;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
}
.categories ul a:hover,.categories ul a:hover li{
  color: #f0f0f0;
  background: url(../images/main/cats_arrow.png) right center no-repeat;
  /*text-shadow: #999 1px 1px 1px;*/
}

.right_column{
  padding-left: 12px;
}
.block_title{
  background: url(../images/main/box_title.jpg);
}
.item_block{
  width: 200px;
  /*height: 200px;*/
  float: left;
  border: solid #1b1b1b 1px;
  padding: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.item_block a{
  color: #f0f0f0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.item_block a:hover{
  text-decoration: underline;
}
.item_block_img{
  height: 120px;
  padding: 15px 0;
  text-align: center;
}
.item_block h2{
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  color: #aaa;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid #1b1b1b 1px;
}
.item_block h3{
  float: right;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  color: #bbb;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid #1b1b1b 1px;
}
.item_block button{
  border: none;
  color: #fff;
  background: url(../images/main/box_title.jpg);
  cursor: pointer;
}
.item_block button h1{
  font-size: 12px;
  padding: 10px;
}
.item_block button:hover{
  color: #c0c0c0;
  background: url(../images/main/box_title_hover.jpg);
}
.item_page_image{
  padding-top: 15px;
  padding-right: 15px;
}
.item_page_text{
  width: 370px;
  margin-top: 15px;
  padding: 15px;
  text-align: left;
  border: solid #1b1b1b 1px;
}
.item_page_text table tr td{
  padding-right: 10px;
  color: #d0d0d0;
}
.item_page_text table tr td span{
  color: #a0a0a0;
}
.item_page_text span{
  color: #d5d5d5;
}

.gal_item_block{
  width: 230px;
  float: left;
  border: solid #1b1b1b 1px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.gal_item_block:hover{
  border: solid #d5d5d5 1px;
  background: #d5d5d5;
}
.gal_item_block_img{
  text-align: center;
}
.gal_item_block_img img{
  padding: 15px;
}
.first_item_block{
  margin-left: 0;
}

.np{
  color: #f0f0f0;
  font-size: 12px;
  font-weight: bold;
  padding: 15px;
}

.bottom_nav{
  float: left;
  width: 715px;
  text-align: center;
}
.bottom_nav span{
  color: #f0f0f0;
  padding: 2px;
  text-decoration: underline;
}
.bottom_nav a{
  color: #7b7b7b;
  text-decoration: none;
  padding: 2px;
  cursor: pointer;
}
.bottom_nav a:hover{
  color: #f0f0f0;
  text-decoration: underline;
}
#rc_load{
  width: 760px;
  text-align: right;
  position: absolute;
  display: none;
}

.contact_form{
  padding: 10px 10px;
}
.contact_form p{
  font-size: 12px;
  font-weight: bold;
  color: #9b9b9b;
  margin-bottom: 10px;
}
.contact_form input{
  width: 150px;
  font-size: 12px;
  color: #4b4b4b;
  border: solid #d5d5d5 1px;
  padding: 1px 2px;
}
.contact_form textarea{
  width: 375px;
  height: 240px;
  font-size: 12px;
  color: #4b4b4b;
  border: solid #d5d5d5 1px;
  padding: 1px;
}
.contact_form button h1{
  font-size: 12px;
  padding: 10px;
}
.contact_form button{
  border: none;
  color: #fff;
  margin-top: 10px;
  margin-right: 174px;
  background: url(../images/main/box_title.jpg);
  position: relative;
}
.contact_form button:hover{
  color: #c0c0c0;
  background: url(../images/main/box_title_hover.jpg);
}
.contact_form input:focus,.contact_form textarea:focus{
  border: solid #9b9b9b 1px;
}
.contact_text{
  float: right;
  text-align: right;
  margin-top: 125px;
}
.contact_text p,.contact_text a{
  font-weight: normal;
  font-size: 10px;
}
.contact_text a{
  color: #9b9b9b;
  text-decoration: none;
}
.contact_text a:hover{
  text-decoration: underline;
}
#cne,#cna,#cnm{
  color: #ce7e7f;
  visibility: hidden;
  font-size: 11px;
}
#cnm{
  float: left;
  margin-left: 135px;
}
.contact_form H2{
  float: right;
  padding: 0;
  margin: 0;
}

.search_results_count{
  width: 715px;
  padding: 10px 0;
}

.about_block{
  font-size: 14px;
  line-height: 18px;
  /*font-weight: bold;*/
  padding: 15px 0 0 15px;
  color: #f0f0f0;
}
.about_block p{
  margin-bottom: 10px;
  color: #f0f0f0 !important;
}

.item_inner_line{
  width: 100%;
  height: 1px;
  background: #1b1b1b;
  margin-bottom: 10px;
}

.item_page_video_link{
  text-align: right;
  padding-top: 20px;
}
.item_page_video_link a{
  color: #7b7b7b;
  text-decoration: none;
}
.item_page_video_link a:hover{
  color: #f9f9f9;
}

#terms_of_use{
  display: none;
  padding-bottom: 10px;
}
.pp_block{
  padding: 15px;
}
.pp_title{
  font-size: 18px;
  color: #2b2b2b;
  padding-bottom: 10px;
}
.pp_text{
  color: #4b4b4b;
}
.pp_text p{
  margin: 0 !important;
  padding: 0 !important;
}

#fullscreen{
  float: right;
  width: 34px;
  height: 25px;
  background: url(../images/main/fullscreen.jpg);
  border: none;
}
.footer{
  width: 960px;
  text-align: center;
  padding: 25px 0;
}
.footer p{
  color: #666;
  padding: 15px 0 0 0;
  font-size: 12px;
}
.footer span a{
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  font-size: 12px;
}
.footer a:hover{
  text-decoration: underline;
}
.footer p a{
  color: #999;
  text-decoration: none;
  font-size: 12px;
}
.footer p a:hover{
  color: #fff;
  text-decoration: underline;
}