/*
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)
*/


/* GENERAL STYLES
-------------------------*/
* {
  margin: 0;
  padding: 0;
  }
html {
  width: 100%;
  height: 100%;
  font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: url(../images/bg.jpg) top left repeat;
  cursor: default;
  }
body {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFE6BE;
  background: url(../images/bgTop.jpg) top left repeat-x;
  }
a {
  color: #FFE6BE;
  text-decoration: underline;
  }
a:hover {
  color: #EBB92D;
  text-decoration: underline;
  }
#prepage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-preloder.jpg) top left repeat-x #320D00;
  z-index: 1000;
  }
#sunContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
#sun {
  position: relative;
  width: 1075px;
  height: 350px;
  margin: 0 auto 0 auto;
  background: url(../images/bgTopLeft.jpg) top left no-repeat;
  z-index: 1;
  }
#mainInfoContainer {
  position: relative;
  top: 20px;
  width: 830px;
  margin: 0 auto 0 auto;
  padding: 0 0 50px 0;
  z-index: 2;
  }
#logoCA {
  position: absolute;
  top: 0;
  left: 15px;
  width: 228px;
  height: 54px;
  z-index: 3;
  }


/* PAGE STYLES
-------------------------*/
#page {
  position: relative;
  top: 75px;
  left: 0;
  width: 830px;
  z-index: 4;
  }
#banner {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 800px;
  height: 235px;
  border-top: 3px solid #FFE6BE;
  z-index: 6;
  }
 #footerShape {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 830px;
  height: 50px;
  z-index: 7;
  }
#pageBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=30); /* IE */
  -moz-opacity: .3; /* Mozilla */
  background-color: #320D00;
  z-index: 5;
  }


/* MENU STYLES
-------------------------*/
#menu {
  position: absolute;
  top: 250px;
  left: 15px;
  width: 800px;
  height: 20px;
  background-color: #FFE6BE;
  z-index: 200;
  }
#menu ul {
  list-style: none;
  float: left;
  text-decoration: none;
  }
#menu a, #menu h2 {
  display: block;
  color: #4B280A;
  text-align: left;
  border: none;
  }
#menu h2 {
  float: left;
  height: 20px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: normal;
  z-index: 300;
  }
#menu h2:hover {
  background-color: #E1B982;
  }
#menu a,
#menu a:hover {
  text-decoration: none;
  }
#menu li {
  font-size: 11px;
  font-weight: normal;
  position: relative;
  }
div#menu ul li {
  height: 20px;
  }
div#menu ul li:hover {
  color: #4B280A;
  background-color: #E1B982;
  }
#menu ul ul {
  position: absolute;
  top: 20px;
  left: 0;
  filter: alpha(opacity=90); /* IE */
  -moz-opacity: .9; /* Mozilla */
  background-color: #FFE6BE;
  z-index: 300;
  }
#menu ul li ul li {
  height: 20px;
  padding: 0 0 0 3px;
  border-top: 1px dotted #EBCDA5;
  }
#menu ul li ul li:hover {
  background-color: #EBCDA5;
  }
#menu ul li ul li a {
  height: 20px;
  }
div#menu ul ul {
  display: none;
  }
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
  display: none;
  }
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
  display: block;
  }


/* INFO STYLES
-------------------------*/
#infoContainer {
  position: absolute;
  top: 300px;
  left: 15px;
  width: 800px;
  z-index: 100;
  }
.imgLeft {
  float: left;
  margin: 0 10px 5px 0;
  }
.imgRight {
  float: right;
  margin: 0 0 5px 10px;
  }
/*left
----------*/
#infoContainerLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  text-align: justify;
  line-height: 15px;
  }
#infoContainerLeft a {
  color: #FFE6BE;
  }
#infoContainerLeft a:hover {
  color: #EBB92D;
  }
.infoLeftTab {
  width: 175px;
  height: 49px;
  margin: 0 0 15px 0;
  font-size: 12px;
  background-color: #DCBE96;
  background-position: top;
  background-position: left;
  background-repeat: no-repeat;
  }
.infoLeftTab p {
  border-left: 4px solid #CDA57D;
  color: #4B280A;
  padding: 2px 0 2px 3px;
  }
.infoLeftTab p:hover {
  border-left: 4px solid #A57D14;
  color: #FFFFFF;
  background-color: #EBB92D;
  filter: alpha(opacity=80); /* IE */
  -moz-opacity: .8; /* Mozilla */
  }
.infoLeftTab a {
  text-decoration: none;
  }
.infoLeftTab a:hover {
  text-decoration: none;
  color: #FFE6BE;
  }
.infoLeftTabDown {
  width: 175px;
  height: 49px;
  margin: 0 0 15px 0;
  font-size: 12px;
  background-color: #EBB92D;
  background-position: top;
  background-position: left;
  background-repeat: no-repeat;
  }
.infoLeftTabDown p {
  border-left: 4px solid #A57D14;
  color: #FFFFFF;
  padding: 2px 0 2px 3px;
  background-color: #EBB92D;
  filter: alpha(opacity=80); /* IE */
  -moz-opacity: .8; /* Mozilla */
  }
.infoLeftTitleBar {
  width: 170px;
  height: 18px;
  padding: 2px 0 0 5px;
  color: #4B280A;
  font-size: 12px;
  font-weight: bold;
  background-color: #DCBE96;
  }
.infoLeftTitle1 {
  color: #E2D2A0;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  }
.infoLeftText1 {
  color: #E1BE82;
  line-height: 16px;
  }
.infoLeftText2 {
  color: #FFE6BE;
  line-height: 20px;
  }
.infoLeftText3 {
  color: #FFFFFF;
  font-size: 11px;
  }
.infoLeftText3 a:hover {
  text-decoration: none;
  }
.infoLeftLine {
  width: 50px;
  border: none;
  color: #4B280A;
  border-bottom: 1px dashed #E1BE82;
  }
/*center
----------*/
#infoContainerCenter {
  position: absolute;
  top: 0;
  left: 188px;
  width: 425px;
  padding: 0 12px 0 12px;
  text-align: justify;
  line-height: 18px;
  border-left: 1px dotted #FFE6BE;
  }
#infoContainerCenter h1 a {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  }
#infoContainerCenter h3 a {
  color: #E1BE82;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
  }
#infoContainerCenterSitemap {
  position: absolute;
  top: 0;
  left: 188px;
  width: 425px;
  padding: 0 12px 0 12px;
  text-align: justify;
  line-height: 18px;
  border-left: 1px dotted #FFE6BE;
  }
.infoCenterTitle1 {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  font-size: 20px;
  font-weight: bold;
  }
.infoCenterTitle2 {
  color: #E1BE82;
  font-size: 15px;
  }
.infoCenterTitle3 {
  color: #E1BE82;
  font-size: 15px;
  font-weight: bold;
  }
.infoCenterTitle4 {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  font-size: 15px;
  }
.infoCenterText1 {
  color: #FFE6BE;
  font-size: 11px;
  }
.infoCenterText2 {
  color: #FFE6BE;
  font-size: 12px;
  }
.infoCenterText3 {
  color: #E1BE82;
  font-size: 10px;
  }
.infoCenterText4 {
  color: #E1BE82;
  font-size: 11px;
  }
.infoCenterText5 {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  font-size: 10px;
  }
#infoContainerCenterSitemap .infoCenterTitle1 a {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  text-decoration: none;
  }
#infoContainerCenterSitemap .infoCenterTitle2 a {
  color: #E1BE82;
  text-decoration: none;
  }
#infoContainerCenterSitemap .infoCenterTitle3 a {
  color: #E1BE82;
  text-decoration: none;
  }
#infoContainerCenterSitemap .infoCenterTitle4 a {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  text-decoration: none;
  }
#infoContainerCenterSitemap .infoCenterText1 a {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  text-decoration: none;
  }
#infoContainerCenterSitemap .infoCenterText2 a {
  color: #FFE6BE;
  text-decoration: none;
  }
#infoContainerCenterSitemap .infoCenterText3 a {
  color: #E1BE82;
  text-decoration: none;
  }
#infoContainerCenterSitemap .infoCenterText4 a {
  color: #E1BE82;
  text-decoration: none;
  }
#infoContainerCenterSitemap .infoCenterText5 a {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  text-decoration: none;
  }
#infoContainerCenterSitemap .infoCenterTitle1 a:hover,
#infoContainerCenterSitemap .infoCenterTitle2 a:hover,
#infoContainerCenterSitemap .infoCenterTitle3 a:hover,
#infoContainerCenterSitemap .infoCenterTitle4 a:hover,
#infoContainerCenterSitemap .infoCenterText1 a:hover,
#infoContainerCenterSitemap .infoCenterText2 a:hover,
#infoContainerCenterSitemap .infoCenterText3 a:hover,
#infoContainerCenterSitemap .infoCenterText4 a:hover,
#infoContainerCenterSitemap .infoCenterText5 a:hover {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  }
.infoCenterLine1 {
  width: 150px;
  border: none;
  color: #4B280A;
  border-bottom: 1px dashed #B99655;
  }
.infoCenterLine2 {
  width: 50px;
  border: none;
  color: #4B280A;
  border-bottom: 3px solid #966446;
  }
.infoCenterLine3 {
  width: 400px;
  border: none;
  color: #4B280A;
  border-bottom: 1px dotted #B99655;
  }
.infoCenterSign1 {
  /*color: #EBB92D;*/
  color: #E5BD4B;
  font-size: 12px;
  font-weight: bold;
  }
/*right
----------*/
#infoContainerRight {
  position: absolute;
  top: 0;
  left: 650px;
  width: 150px;
  text-align: justify;
  }


/* IMAGE SLIDESHOW STYLES
-------------------------*/
.imageSlideshowHolder{		
  position: relative;
  width: 360px;
  height: 270px;
  background-color: #FFFFFF;
  }
.imageSlideshowHolder img {
  position: absolute;
  top: 0;
  left: 0;
  }


/* FLOWPLAYER STYLES
-------------------------*/
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;
}


/* CONTACT FORM STYLES
-------------------------*/
#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: #DCBE96;
  border: 1px solid #4B280A;
  }
#contactForm input,
#contactForm textarea {
  width: 300px;
  }
#contactForm input:focus,
#contactForm textarea:focus {
  background-color: #FFE6BE;
  }
#contactForm input#contactButton_Submit,
#contactForm input#contactButton_Reset {
  position: relative;
  left: 0;
  width: 70px;
  height: 25px;
  color: #4B280A;
  background-color: #EBB92D;
  border: none;
  }
#contactForm input#contactButton_Submit:hover,
#contactForm input#contactButton_Reset:hover {
  background-color: #F0C84B;
  }
#contactForm input#contactButton_Submit:active,
#contactForm input#contactButton_Reset:active {
  background-color: #A57D14;
  }
#contactForm label {
  position: relative;
  width: 50px;
  text-align: left;
  }


/* FOOTER STYLES
-------------------------*/
#footer {
  position: relative;
  top: 75px;
  width: 830px;
  height: 30px;
  margin: 0 auto 0 auto;
  font-size: 10px;
  text-align: left;
  z-index: 8;
  }
#footer p {
  padding: 10px 0 0 0;
  }
#footer a {
  color: #EBB92D;
  }
#footer a:hover {
  color: #FFE6BE;
  }
.logoWDS {
  position: absolute;
  white-space: nowrap;
  display: block;
  top: 10px;
  right: 0;
  width: 37px;
  height: 17px;
  background-image: url(../images/logoWDSover.jpg);
  }
.logoWDS a {
  display: block;
  width: 37px;
  height: 17px;
  float: left;
  }
.logoWDS img {
  width: 37px;
  height: 17px;
  }
.logoWDS a:hover img {
  visibility: hidden;
  }
