/* main page layout */

* { margin: 0; padding: 0; }

body {
  background: #636366 url(../images/background_tile.jpg) repeat-x top;     
  text-align: center;
}

a img {
  border-style: none;
}

a.white { color:#ffffff;}

/* main iframe containers */

#white-box {
  width: 840px;
  height: 600px;
  background-image: url(../images/background_white_box.jpg);
  margin: 0px auto;    
}

#white-box iframe {
	margin-left: 3px;
	border-style: none;
}

/* produse */

#produse-wrap {
  width: 840px;
  margin: 0px auto;
  margin-top: -25px;  
  text-align: left;
}

#produse {
  overflow: hidden;
  width: 803px;
  height: 84px;
  margin-left: 20px;
  background-image: url(../images/produse_background.jpg);
}

#scroll-left {  
  float: left;
  display: inline;
  width: 10px;
  height: 54px;
  background-image: url(../images/arrow_left.jpg);
  margin-top: 16px;
  margin-left:120px;
}

#scroll-right {
  float: left;
  display: inline;
  width: 10px;
  height: 54px;
  margin-top: 16px;
  background-image: url(../images/arrow_right.jpg);
}

#produse-inner {
  float: left;
  position:relative;
  width: 610px;
  overflow: hidden;
  padding-top: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

#produse-scroll {
  position:relative;
  width: 100%;  
}

#produse-inner a span {
  display: none;
}

#produse-inner .selected-product {
  margin-top: -2px;
}

.clearer { 
  clear: both; 
}

#footer { 
  width:790px; 
  margin: 0px auto; 
  font-family: Arial, Helvetica, Sans serif;
  font-size:12px; 
  color:#cccccc; 
  padding: 2px; 
}

#footer a {
  color: #cccccc;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
}

#footer .copyr { 
  float:left;  
}

#footer .byr { 
  float:right; 
}

