TD {
font-family:verdana;
font-size:11px;
}

.greySmall {
	font-size:10px;
	color:#747474;
	text-decoration:none;
}

.title {
    color:#363636;
    font-size:11px;
    
}

.error {
    color:#ff0000;
}
.orange {
	color:#FF5400;
}

.orangesmall {
        font-size:9px;
	color:#FF5400;
}
.veryLightGreySmall {
	font-size:10px;
	color:#E6E6E6;
}

.veryDarkGrey {
	color:#363636;
}

.darkGrey {
	color:#363636;
}

A:hover {
	text-decoration:underline;
}

A {
	text-decoration:none;
}

.lightBlack {
	color:#3E4C5C;
	text-decoration:none;
}

.lightBlack:hover {
	text-decoration:underline;
}

.lightGrey {
	color:#9E9E9E;
}

BODY {
	background:#F1F1F1;
}

.selectLanguage {
	font-size:10px;
	font-family:verdana;
	width:112px;
	height:14px;
	background-color:#3D3D3D;
	color:#D2D2D2;	
	border:#3D3D3D; 
	border-style:solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.selectCountry {
	font-size:11px;
	font-family:verdana;
	width:160px;
	height:14px;
	border:#3D3D3D; 
	border-style:solid; 
	border-top-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px; 
	border-left-width:1px
}

.inputTextContactUs {
	border:Solid 1px #BDBDBD;
	font-size:11px;
        width:160px;
}

.inputTextMiniContactUs {
	border:Solid 1px #BDBDBD;
	font-size:11px;
        width:40px;
}

.textAreaContactUs {
        border:Solid 1px #BDBDBD;
        font-size:11px;
        height:100px;;
        width:600px;
        overflow:scroll;
}

.inputText {
	border:Solid 1px #BDBDBD;
	width:90px;
	font-size:11px;
}

.footer {
    color:#353535;
}

#homeSlider {
  height:232px;
  position:relative;
}
  #homeSlider:before,
  #homeSlider .before {
    background:url(/images/homeGalleryCorner.png) no-repeat -1px -1px;
    width:23px;
    height:22px;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    content:".";
    text-indent:-9999px;
  }
  #homeSlider ol,
  #homeSlider ul,
  #homeSlider li {
    margin:0;
    list-style:none;
    padding:0;
  }

  #homeSlider ul li {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
  }

  #homeSlider .withYou {
    position:absolute;
    right:60px;
    height:100%;
    width:333px;
    top:0;
    background:url(/images/semtransparentWhite.png) repeat 0 0;
    text-align:center;
    z-index:10;
  }

    #homeSlider .withYou a {
      background:url(/images/discover.jpg) no-repeat 0px 0px;
      width:303px;
      padding:0 15px;
      height:54px;
      text-align:right;
      bottom:-56px;
      position:absolute;
      left:0;
      font:400 20px/44px Century Gothic, Copperplate, Copperplate Gothic Light, sans-serif;
      color:#fe0000;
      text-decoration:none;
    }
    #homeSlider .withYou img {
      position:absolute;
      bottom:20px;
      right:20px;

    }

  
  #homeSlider ol {
    position:absolute;
    bottom:-54px;
    left:20px;
    width:350px;
  }
    #homeSlider ol li {
      float:left;
      margin-left:5px;
    }


/* SLIMBOX */

#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/images/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}


.lightboxWrapper {
  position:absolute;
  width:150px;
}
  .lightboxWrapper img {width:139px;}
  .lightboxWrapper .starter {
    padding:5px;
    background:#ccc;
    text-align:center;
    font:700 14px/1.2 Century Gothic, Copperplate, Copperplate Gothic Light, sans-serif;
    color:#666;
    display:block;
    text-decoration:none;
  }

.lightboxWrapper img,
#homeSlider img {border:0;}
