/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <ul><li><a href="#"><span>level 3</span></a></li></ul>
 *                  </li>
 *              </ul>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

/* menu::base */
div#menu {
    height:50px;
    background:url(images/main-bg.png) repeat-x;
	width:989px;
	
	
}

#footy {
	margin:auto;
	width:980px;
	padding-bottom:15px;
	
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 0px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 50px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(images/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px;
}



#holder {
	margin:auto;
	width:990px;
}


#contop {
background: #FFFFFF url(images/contop3.png) no-repeat center top;
text-align:center;
height:17px;
width:1020px !important;
width:100% !important;
}

#langhome {
background: #FFFFFF url(images/start.png) no-repeat center top;
text-align:center;
height:600px;
width:960px !important;

}

#country {
	padding-top:210px;
	padding-left:20px;


}

#select {
	margin-top:200px;
	margin-left:400px;
}

#contop1 {
background: #FFFFFF url(images/contop3.png) no-repeat center top;
text-align:center;
height:17px;
width:1020px !important;
width:100% !important;
margin-top:75px;
}

#conmid {
	background: #FFFFFF url(images/conmid2.png) center top repeat-y;
	text-align:right;
	width:1020px !important;
	width:100% !important;
}

#conbot {
background: #FFFFFF url(images/conbot2.png) no-repeat center top;
text-align:center;
height:18px;
width:1020px !important;
width:100% !important;
}



#pics {
	padding-left:15px;
	padding-right:5px;
	text-align: center;
	
	
}


#footer {
	margin:auto;
	width:980px;
	padding-bottom:10px;
	margin-bottom:15px;
}

#footerleft {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9a3240;
	float:left;
	width:450px;
	padding-bottom:8px;
}

#footerright {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9a3240;
	float:left;
	width:335px;
	margin-left:190px;
	padding-bottom:8px;
	
}

#footerright a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9a3240;
	
	text-decoration:none;
	
}

#footerright a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9a3240;
	
	text-decoration:underline;
	
}


#share {
	float:right;
	padding-right:10px;
}





#slideshow {
	
	width:640px;
	height:263px;
	background:transparent url(images/bg_slideshow1.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left1.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right1.jpg) no-repeat 0 0;
}



.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#666666;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}

#train {
	padding-right:2px;
	padding-bottom:10px;
}

#train2 {
	padding-right:2px;
	text-align: center;
}

#masstrans {
	padding-left:35px;
}

#apptext {
	padding-left:40px;
	padding-right:15px;
}

#apptitle {
	padding-left:3px;
}

#apptext p {
	font:normal 14px Georgia, "Times New Roman", Times, serif;
  color:#666666;
  letter-spacing:-1px;
  line-height:1.2em;
}

#margin {
margin-top:5px;
}



#button11 {
	float:left;
	margin-left:0px;
	margin-top:5px;
}

#wrap_country label {width:200px;}


.access {
	border:none;
}

#pick {
	margin-bottom:8px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#hold {
	margin-left:397px;
}

#hometext {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

#langdone {
	margin-left:-25px !important;
	float:left;
}
