body{
  background: #fff;
  color: #666;
	font-family: Arial, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', lucida, sans-serif;
    font-size: 0.75em;
    line-height: 1.4em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
#header h1{
  height: 70px;
    width: 185px;
  float: left;
  font-size: 1.5em;
  top: 25px;
  left: 0px;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  position: absolute;
}

#header h1 a{
  background: #fff;
  color: #000;
  display: block;
  height: 70px;
    width: 185px;
  text-decoration: none;
  overflow: hidden;
}

#header h1 span{
  background: url('../img/logo.gif') no-repeat 100% 0%;
  display: block;
  height: 70px;
    width: 185px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  border-bottom: 1px solid #bbb;
  clear: left;
	color: #000;
	font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.8em 0;
  padding: 0.1em 0 0.8em 0;
}

h2{
	font-size: 1.2em;
}

h3{
  font-size: 1.0em;
  border-bottom: 1px solid #ccc;
  color: #444;
}

h4{
  font-size: 1.0em;
  border: none;
  color: #444;
}

a{
  color: #D51820;
}

a:visited{
}

a:hover{
  color: #000;
}

img{
  border: 0;
  padding: 0 0.7em 0.7em 0.7em;
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

img.tiny-align-left{
  clear: left;
  float: left;
}

img.tiny-align-right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: square;
}

hr{
  color: #BCBEC0;
  height: 1px;
  border: none;
  border-top: 1px solid #BCBEC0;
  clear: both;
}

.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}

table{
  margin-bottom: 1em;

}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #f3f3f3;
  border: 1px solid #6b6b6b;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

th, th a{
}

form{
  margin: 0;
  padding: 0;
}

/*-------site-------*/

#site{
  margin: auto;
  width: 990px;
  position: relative;
}

/*-------header-------*/
#header{
  /*border-bottom: 4px solid #000;
  height: 78px;*/
  background: #fff url('../img/header.gif') no-repeat 100% 100%;
  height: 82px;
  position: relative;
}

#lang-switcher-0 ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
    right: 0px;
    top: 10px;
}

#lang-switcher-0 ul li{
  float: left;
  margin-left: 20px;
  font-size: 0.9em;
  padding: 0px;
}

#lang-switcher-0 ul li img{
  padding: 0 5px 0 0;
  margin: 0 0 -2px 0;
}

#navbar-top{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
    left: 250px;
    bottom: 6px;
}

#navbar-top li{
  float: left;
  padding-right: 7px;
}

#navbar-top li a, #navbar-top li strong{
  background: url('../img/navbar-button.gif') no-repeat 2px 0px;
  border-left: 1px solid #bbb;
  color: #444;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 35px 0px 15px;
  text-align: center;
  text-decoration: none;
}

#navbar-top li strong, #navbar-top li a:hover{
  background: url('../img/navbar-button-active.gif') no-repeat 2px 0px;
  color: #c00;
}

/*-------navbar------*/
.navigation{
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
}

.navigation li{
  position: relative;
}

.navigation li a, .navigation li strong, .navigation li em{
  background: #fff url('../img/navbar-button.gif') no-repeat 0 8px;
  color: #000;
  display: block;
  font-weight: normal;
  font-style: normal;
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  height: 100%;
  line-height: 15px;
}
.navigation li strong, .navigation li.active > a{
  background: #fff url('../img/navbar-button-active.gif') no-repeat 0 8px;
  color: #c00;
}
.navigation a:hover{
  background: #fff url('../img/navbar-button-active.gif') no-repeat 0 8px;
  color: #c00;
}

.navigation ul{
  font-size: 0.9em;
  padding-left: 20xp;
  list-style: none;
}
/*-------sidebar-------*/
#left-sidebar, #mid-sidebar{
  float: left;
  width: 210px;
  overflow: hidden;
  position: relative;
}
/*------main-----*/
#main{
  position: relative;
  padding-top: 45px;
  width: 100%;
  
}
#main-content, #main-content-without-sidebars{
  position: relative;
  overflow: hidden;
}
#main-content{
  float: right;
  width: 740px;
}

/*--------footer--------*/
#footer{
  border-top: 1px solid #aaa; 
	clear: both;
	color: #888;
	font-size: 0.95em;
	line-height: 22px;
}

#footer p{
  display: inline;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}

#footer a{
  color: #888;
}

#footer a:hover{
  color: #000;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right; 
	padding-right: 0px;
}

#footer #navbar-footer{
	float: right;
  list-style: none;
  padding: 0;
	padding-right: 5px;
}
#footer #navbar-footer li{
  display: inline;
  padding-left: 7px;
}

/*------buttons------*/

/*------messages-----*/
.error{
  color: #0082cc;
  font-size: 1.3em;
  font-weight: bold;
}

.message{
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}


/*------------------*/
.photo-gallery *{
  background: none;
  border: none;
}

.contactForm{
  font-size: 0.9em;
  padding: 10px 0 0 10px;
}
.contactForm table, .contactForm td, .contactForm th{
  background: none;
  border: none;
  color: #000;
  padding: 3px;
}
.contactForm th{
  text-align: right;
  vertical-align: top;
}
.contactForm textarea{
  height: 60px;
/*  width: 345px;*/
}
.contactForm .send-contact{
  text-align: right;
/*  padding-right: 15px;*/
}
.contactForm #cell-label{
  color: #666;
}

#search-form{
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 99;
}
.similar-products div{
  background: #E4E4E4;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  width: 120px;
  height: 160px;
  position: relative;
}

.similar-products h4, .similar-products p{
  background: #fff;
  padding: 0;
}
.similar-products p{
  position: absolute;
  bottom: 10px;
  width: 120px;
}
.similar-products h4 a, .similar-products p a{
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
