/* CSS Document */
body {
  background-color: #f1f1f1;
  font-family: Arial; 
}

header, footer, aside, nav, article, section {
  display: block;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0px;
} 

a img {
  border: none;
}

h3 {
  font-size: 9pt;
  margin-bottom: 23px;
  margin-top: 0;
}

p {
  line-height: 19px;
  font-size: 12px;
  color: #3D3D3D;
}

li {
  line-height: 19px;
}

.error-message {
  color: #FF0000;
}    

.message {
  position: absolute;
  top: 130px;
  color: #FF0000;
  font-size: 13px;
  font-weight: bold;
}

#wyskakujacyflash, #wyskakujacyflash object  {
	left: 50%;
	top: 10px;
	position: absolute;
	top: 100;
	z-index: 100;
	margin-left: -150px;
	/*border-top: 1px solid #747474;
	boder-bottom: 1px solid #747474;*/
}

div#cover {
	width: 600px;
	height: 600px;
	position: absolute;
	z-index: 110;
	top: 10px;
	margin-left: -150px;
}

div#wrapper {
  width: 901px;
  margin: auto;
}

  header#top_caption {
    clear: both;
    height: 77px;
  }
  
    div#logo {
      float: left;
    }
    
      div#logo a {
        position: relative;
        left: -60px;
        display: block;
        height: 77px;        
      }
    
    div#search_box {
      float: right;
    }
    
      div#search_box input {
        border: 0;
        height: 20px;
        width: 165px;
        margin-top: 40px;
      }
      
        div#search_box input.ac_input {
          padding-left: 10px;
          width: 190px;
        }
      
      div#search_box #search_btn {
        position: relative;
        top: 5px;
        height: auto;
        width: auto;
        margin-top: auto;
      }
      
      div#search_box .submit {  
        display: inline;
      }
        
  ul#main_menu_list {
    height: 29px;
    margin: 0;    
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 102px;
  } 
  
    ul#main_menu_list li {
      display: block;
      float: left;      
      padding-right: 40px;
      padding-top: 5px;
    }
    
      ul#main_menu_list li a {
        color: #f1f1f1;
        font-weight: bold;
      }
      
  div#bar {
    background: url(../img/bar.png);
    height: 5px;
  }
       
  div#main .left {
    float: left;
    padding-right: 1px;
    position: absolute;
  }
  
    div .left img#small_logo{
      position: relative;
      left: -570px;
      bottom: 5px;
    }
  
  div#main .right {
    float: right;
  }
  
    div#main .right a {
      display: block;
      padding-bottom: 2px;
      height: 127px;
    }
    
  div#slider, div#slider_products {
     width: 100%;
     clear: both;     
  }
  
  div#right_slide img, div#left_slide img {
    border: none !important;
  }
  
  div#slider {
    height: 145px;
  }
  
  div#slider_products {
    height: 250px;
  }
  
    div#slider div, div#slider_products div {
      float: left;
    }
    
    div#main_slide {
      width: 845px;
      overflow: hidden;
    }
        
      div.inner {
        width: 169px;
        text-align: center;
      }
      
      div.inner_product {
        width: 261px;
        text-align: center;
        padding: 10px;
        height: 230px;
      }
      
        div.inner_product img {
          max-width: 261px;
          max-height: 210px;
        }
        
        div.inner_product div.image {
          height: 210px;
          width: 261px;
        }
      
      div.inner div.group_name {
        background: #3B3A3A;
        color: #fff;
        position: relative;
        margin-top: -65px;
        display: none;
        width: 100%;
        cursor: pointer;
        font-weight: bold;
        font-size: 13px;
        padding: 3px 0;
      }
      
      div.inner_product div.product_name {
        display: block;
        background: #3B3A3A;
        color: #fff;
        width: 100%;
        cursor: pointer;
        font-weight: bold;
        font-size: 13px;
        padding: 3px 0;
        margin: auto;
      }
            
      div#slider div.inner, div#slider div.inner_product {
        padding-top: 20px;
      }
      
      div.mini_product {
        float: left;
        padding: 13px;
        text-align: center;
        width: 124px;
        height: 154px
      }
      
        div.mini_product a, div.newest_product a {
          color: #3B3A3A;
          font-weight: bold;
          font-size: 13px;
        }
      
      div.newest_product {
        clear: both;
        padding: 20px;
      }
      
        div.newest_product img {
          float: left;
          margin: 0 10px 0 0;
        }
  
  div#main_container #title {
    width: 100%;
    margin-top: 40px;   
    padding-bottom: 10px;
    /*padding-left: 5px;*/                                                                                            
    border-bottom: 3px solid #505050;
    background: transparent url(../img/title_block.gif) no-repeat bottom right;
    font-weight: bold;
    color: #3b3a3a;
  }
  
	div#main_container #title h1 {
		font-size: 16px;
		margin: 0;
	}
  
  div#main_container #download_box {
    float: right;
    text-align: center;
    color: #FFF;
    background: transparent url(../img/title_block_red.png) no-repeat right bottom;
    height: 25px;
    width: 162px;
    position: relative;
    bottom: -5px;
    right: 10px;
    font-weight: normal;
    font-size: 12px;
    padding-top: 7px;
    padding-left: 5px;
  }
    
    div#download_box a {
      color: #FFF;
      font-weight: bold;
      padding: 0 5px;
    }
  
  div#main_container {
    overflow: hidden;
    min-height: 300px;
    padding-bottom: 20px;   
  }
  
    .image img, .mini_product img, .thumb img, #gallery img, .newest_product img {
      border: 1px solid #808080;
    }
    
    div#main_container #product_title {
      color: #fff;
      font-weight: bold;
      background-color: #3b3a3a;
      font-size: 13px;
      padding: 1px 50px;
    }
  
    div#main_container #text, div.newest_product {
      /*width: 670px;*/
      color: #3d3d3d;
      font-size: 12px;
      padding-left: 5px;
      padding-bottom: 50px;
      margin-top: 10px;
    }
    
    div#main_container .employee {
      width: 610px;
      overflow: hidden;
      padding: 30px 0;
      font-size: 12px;
      color: #3d3d3d;
    }

    div#main_container .employee img {
      float: left;
      padding: 0 10px;
    }
  
    div#main_container .employee a {
      display: block;
    }
  
    div#right_panel {
      float: right;
      text-align: right;  
      padding: 30px 5px;
      padding-left: 30px;
    }
    
      div#right_panel .block {
        width: 220px;
        height: 102px;
        background-color: #939393;
      }
      
      div#right_panel span {
        display: block;
        color: #3b3a3a;
        margin-bottom: 30px;
        margin-top: 5px;
        font-size: 12px;
      }
      
    div#photo_panel {
      float: right;
      margin: 0 0 70px 40px;
    }
    
      div#photo_panel #gallery {
        float: left;
        width: 300px;
        text-align: center;
        padding-top: 16px;
      }
            
        div#photo_panel #gallery a {
          display: none;
          cursor: url(../img/magnify.cur),url(/img/magnify.cur),default;
        }
            
        div#photo_panel ul.thumbs {
          padding: 0;
          width: 212px;
          float: left;
        }
        
          div#photo_panel ul.thumbs li {
            display: block;
            float: left;
            list-style-type: none;
            padding: 0 2px;
          }
        
  div#map, div.contact_form {
    float: right;
  }
  
  div#map {
    padding-right: 50px;
  }
  
  div.contact_form {
    margin-top: 10px;
    width: 230px;
    color: #3d3d3d;
    font-size: 12px;
  }
  
  div.contact_form  .checkbox span {
	margin-top: 10px;
	color:	#8F8F8F;
	font-size: 10px;
  }
  
  div.contact_form .checkbox .error-message {
	float: none !important;
  }
  
  div.order {
    float: none;
    width: 100%;
  }    
  
    div.order table {
      width: 100%;
    }
  
      div.order th {
        width: 100px;
        text-align: right;
        padding-right: 10px;
      } 
  
    div#order .contact_form {
      float: none;
      width: 100%
    }
    
    div.contact_form .error-message {
      float: right;
    }
    
    div.contact_form .error {
      float: left;
    }
    
    div.contact_form .submit .btn_padding {
      padding: 1px 15px 4px; 
    }
    
    label#scoreLabel {
      padding-left: 10px;
    }
    
    div.contact_form input, div.contact_form textarea {
      border: none;
      width: 215px;
      height: 17px;
      float: right;
      margin-bottom: 7px;
      font-family: Arial;
      color: #8e8e8e;
      font-size: 12px;
      padding-left: 7px;
    }
    
    div.order input, div.order textarea  {
      float: left;
      width: 350px;
      margin-right: 10px;
    }
    
    div.contact_form textarea {
      height: 150px;
    }
    
    div.contact_form input#ContactScore {
      width: auto !important;
      margin-bottom: 5px;
    }
  
    div#map_canvas {
      width: 350px; 
      height: 220px;
      border: 3px solid #FFF;
    }
    
    a#route {
      margin-top: 10px;
    }
    
      div#radios input {
        width: auto;
        float: none;
      }
      
      input#ContactAgreement,input#ContactAgreementMarketing {
        width: auto;
        float: right;
      }
	  
	.checkbox .error-message {
		float: left !important;
	}
	
	.checkbox span {
		display: block;
		clear: left;
	}
    
  input.btn, a.btn, div.contact_form .submit .btn_padding {
    float: right;
    background-color: #505050;
    border: none;
    color: #fff !important;
    font-size: 10pt;
    height: 20px;
    padding-bottom: 5px;
    width: auto !important;
  }
  
  a.btn {
    height: 20px;
    padding: 2px 15px 0;
  }
        
  footer {
    background-color: #e4e4e4;
    height: 47px;
    /*width: 100%;*/
    color: #8f8f8f;
    font-size: 8pt;
    line-height: 15pt;
    padding: 0 12px;
  } 
  
    footer a {
      color: #8f8f8f;    
      padding: 0 8px;  
    }
    
    footer div.left {
      float: left;
      text-align: left; 
    }
    
    footer div.right {
      float: right;
      text-align: right;
    }
      
      footer div.right ul {
        margin: 0;
      }
      
        footer div.right li {
          display: block;
          float: left;
        }
        
          footer div.right li a {
            border-right: 1px solid #8F8F8F;
          }
        
        footer li.last a {
          padding-right: 0px;
          border-right: none !important;
        }
        
      footer div.right span.important {
        color: #e1000f;
		display: block;
		clear: both;
      }