@charset "utf-8";
/* CSS Document */

/*
AUTHOR:      WDS Center - We discover new solutions...
             (Contact: www.wdscenter.ro | office@wdscenter.ro)
COPYRIGHTS:   2008 S.C. Consulting&Analysing S.R.L., All rights reserved
             (Contact: www.ca-consulting.ro | office@ca-consulting.ro)
*/


/* PRELOADER PAGE
-------------------------*/
#prepage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) top left repeat;
  z-index: 1000;
  }
#prepage p {
  position: relative;
  width: 450px;
  height: 175px;
  margin: auto;
  text-align: center;
  }
.prepage-text01 {
  position: absolute;
  left: 170px;
  top: 0;
  font-size: 25px;
  font-weight: bold;
  color: #4B280A;
  }
.prepage-text02 {
  font-size: 15px;
  color: #985A25;
  }
.prepage-text03 {
  font-size: 10px;
  line-height: 20px;
  color: #4B280A;
  }
.prepage-text04 {
  font-size: 10px;
  line-height: 20px;
  color: #985A25;
  }


/* IMAGE SLIDESHOW
-------------------------*/
.imageSlideshowHolder{		
  position: relative;
  width: 360px;
  height: 270px;
  background-color: #FFFFFF;
  }
.imageSlideshowHolder img {
  position: absolute;
  top: 0;
  left: 0;
  }


/* FLOWPLAYER
-------------------------*/
a.flowplayer,
a.flowplayer img {
  display: block;
  width: 310px;
  height: 240px;
  border: 0;
  }
a.flowplayer img:hover,
a.flowplayer img:active {
  border: 0;
  }
div.playButton {
  position: relative;
  top: -140px;
  left: 125px;
  width: 50px;
  height: 50px;
  opacity: 0.9;
  margin-bottom: -50px;
  background: url(../images/play.png) no-repeat;
  }
div.playButton:hover {
  opacity: 1.0;
  }
.less {
	color:#999;
	font-size:12px;
}


/* SEARCH FORM
-------------------------*/
#searchForm {
  position: relative;
  left: 0;
  width: 150px;
  padding: 10px 0 0 0;
  text-align: left;
  }
#searchForm input {
  padding: 2px;
  margin: 0 0 10px 0;
  font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #4B280A;
  background-color: #DCBE96;
  border: 1px solid #4B280A;
  }
#searchForm input  {
  width: 140px;
  }
#searchForm input:focus {
  background-color: #FFE6BE;
  }
#searchForm input#searchForm-Submit,
#searchForm input#searchForm-Reset {
  position: relative;
  left: 0;
  width: 70px;
  height: 25px;
  color: #FFE6BE;
  background-color: #784119;
  border: none;
  }
#searchForm input#searchForm-Submit:hover,
#searchForm input#searchForm-Reset:hover {
  background-color: #985A25;
  }
#searchForm input#searchForm-Submit:active,
#searchForm input#searchForm-Reset:active {
  background-color: #AC784C;
  }


/* SEARCH FORM
-------------------------*/
#orderForm {
  position: relative;
  left: 0;
  width: 150px;
  padding: 10px 0 0 0;
  text-align: left;
  }
#orderForm select,
#orderForm input {
  padding: 2px;
  margin: 0 0 10px 0;
  font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #4B280A;
  background-color: #DCBE96;
  border: 1px solid #4B280A;
  }
#orderForm select  {
  width: 140px;
  }
#orderForm select:focus {
  background-color: #FFE6BE;
  }
#orderForm input#orderForm-Submit,
#orderForm input#orderForm-Reset {
  position: relative;
  left: 0;
  width: 70px;
  height: 25px;
  color: #FFE6BE;
  background-color: #784119;
  border: none;
  }
#orderForm input#orderForm-Submit:hover,
#orderForm input#orderForm-Reset:hover {
  background-color: #985A25;
  }
#orderForm input#orderForm-Submit:active,
#orderForm input#orderForm-Reset:active {
  background-color: #AC784C;
  }


/* CONTACT FORM
-------------------------*/
#contactForm {
  position: relative;
  left: 0;
  width: 315px;
  height: 295px;
  text-align: left;
  }
#contactForm input,
#contactForm textarea {
  padding: 2px;
  margin: 0 0 10px 0;
  font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #4B280A;
  background-color: #b99669;
  border: 1px solid #4B280A;
  }
#contactForm input,
#contactForm textarea {
  width: 300px;
  }
#contactForm input:focus,
#contactForm textarea:focus {
  background-color: #EADDB3;
  }
#contactForm input#contactButton_Submit,
#contactForm input#contactButton_Reset {
  position: relative;
  left: 0;
  width: 70px;
  height: 25px;
  color: #FFE6BE;
  background-color: #784119;
  border: none;
  }
#contactForm input#contactButton_Submit:hover,
#contactForm input#contactButton_Reset:hover {
  background-color: #985A25;
  }
#contactForm input#contactButton_Submit:active,
#contactForm input#contactButton_Reset:active {
  background-color: #AC784C;
  }
#contactForm label {
  position: relative;
  width: 50px;
  text-align: left;
  }
