/* 
    Document   : default.css
    Created on : 2010-jun-16, 19:43:05
    Author     : markus
    Description:
        Purpose of the stylesheet follows.
*/
body {
  background: url(images/body_bg.png) repeat-x;
  font-family: sans-serif;
  margin: 0;
  padding: 0; }
img {
    border: 0;
}
a {
  color: #333; }

#wrapper {
  width: 926px;
  margin: 0 auto;
  padding: 0 10px;
  background: url(images/main_bg.png) repeat-y top left; }
  #wrapper #header {
    height: 70px;
    padding: 0 10px;
    line-height: 70px; }
    #wrapper #header img {
      vertical-align: middle; }
    #wrapper #header #contact_banner {
      float: right; }

#wrapper #navigation {
  border: 0;
  background: url(images/navigation_bg.png) no-repeat;
  height: 43px;
  font-size: 13px;
  width: 908px;
  margin: 0 auto; }
  #wrapper #navigation ul {
    margin: 6px 0 0 0;
    padding: 0;
    float: left;
    list-style-type: none;
    position: relative; }
    #wrapper #navigation ul li {
      float: left;
      padding: 10px;
      line-height: 17px;
      margin-right: 2px; }
      #wrapper #navigation ul li a {
        color: #fff;
        text-decoration: none; }
        #wrapper #navigation ul li a :hover {
          text-decoration: underline; }
      #wrapper #navigation ul li ul {
        display: none; }
        #wrapper #navigation ul li ul li {
          float: none;
          margin: 2px;
          background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#9e9c9e), to(#ebe8eb)); }
      #wrapper #navigation ul li :hover ul {
        position: absolute;
        display: block;
        margin: 0;
        margin-left: -10px;
        margin-top: 10px;
        background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#9e9c9e), to(#ebe8eb));
        border: 1px solid #666;
        border-radius: 4px; }
    #wrapper #navigation ul :first-child li {
      margin-left: 2px; }

#wrapper #content {
  width: 908px;
  margin: 0 auto;
  background: url(images/content_bg.png) no-repeat top left;
  padding: 10px 0;
  position: relative;
  min-height: 400px; }



#login-form {
  width: 300px;
  margin: 0 auto;
  border: 1px solid #666;
  border-radius: 4px; }

#login-form form ul {
  list-style-type: none; }

#login-form form ul li label {
  display: block;
  width: 150px; }

#login-form form ul li input {
  display: block;
  width: 150px; }

#login-form form ul li:last-child {
  text-align: right; }

#login-form .ui-widget div {
  margin: 5px;
  padding: 0 10px; }

#users-navigation {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  opacity: 0.8;
  color: #fff;
  border-top: 0;
  height: 35px;
  line-height: 35px; }

#users-navigation a {
  color: #fff; }

#users-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#users-navigation ul li {
  float: left;
  padding: 0 10px;
  margin-right: 10px; }

#hide-users-navigation {
  float: right !important;
  text-decoration: underline;
  cursor: pointer; }

#show-users-navigation {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
  color: #fff;
  margin: 0 10px;
  padding: 0 10px;
  float: right;
  border-top: 0;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-decoration: underline; }

#show-users-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#users-navigation ul li {
  float: left;
  margin-right: 10px; }

.error-box {
  padding: 10px;
  margin: 10px;
  border-radius: 4px;
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a; }

.success-box {
  padding: 10px;
  margin: 10px;
  border-radius: 4px;
  color: #006600;
  background: #DBFDD9;
  border: 1px solid #009900; }

#index_top {
  float: right;
  width: 266px;}

#newsletter {
    
  float: right; 
  margin-right: 10px;}
#newsletter img {
    height: 100%;
}
#index_past_trips {
  float: left; }

.index_trip {
  float: left;
  margin: 8px 4px;
  position: relative;
  background: url(images/index_trip_contents.png) no-repeat 0 34px;
  height: 248px;
  width: 436px;
  overflow: hidden;}
  .index_trip .header {
    height: 34px;
    width: 426px;
    padding: 0 0 0 10px;
    color: #fff;
    background: url(images/index_trip_header.png) no-repeat;
    line-height: 34px; }
  .index_trip .content {
      font-size: 10px;
    position: relative;
    width: 188px;
    height: 176px;
    padding: 1px 10px 15px 10px;
    margin: 5px 10px;
    z-index: 20;
    background: url(images/index_trip_text.png);
    color: #fff;}
    .index_trip .content .link {
      position: absolute;
      bottom: 5px; }
      .index_trip .content .link a {
        color: #fff; }
  .index_trip .image {
    position: absolute;
    top: 39px;
    left: 10px;
    z-index: 10; 
    width: 415px;
    height: 195px;
    overflow: hidden;
	text-align: right;}

#slideshow {
  position: relative;
  overflow: hidden; }
  #slideshow ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #slideshow ul li {
      display: block;
      position: absolute;
      height: 100%;
      width: 100%; }

#slideshow {
  float: left;
  width: 614px;
  height: 223px; }
  #slideshow img {
    width: 614px;
    height: 223px; }


    #trip_tabs {
        border: 0;
        font-size: 12px;
        background: transparent;
        padding: 0 10px;
    }
    #trip_tabs .tab_nav {
        background: transparent;
        border: 0;
    }
    #trip_tabs div {
        border: 1px solid #d3d3d3;
        background: #fff;
    }
    #trip_tabs li a {
        padding: 3px;
    }

    #trip_shortinfo_tabs {
        border: 0;
        font-size: 12px;
    }
    #trip_shortinfo_tabs li a {
        padding: 5px;
    }
    #trip_shortinfo_tabs div {
        border-top: 1px solid #d3d3d3;
    }
    #trip_shortinfo_tabs .tab_nav {
        background: transparent;
        border: 0;
    }

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

    #images_container {
        float: left;
        padding-left: 10px;
    }
#trip_container {
    width: 660px;
    float: left;
}
#trip_title {
    background: url(images/trip_header.png) no-repeat;
    width: 651px;
    height: 30px;
    padding: 14px 0 0 14px;
    color: #fff;
    font-size: 12px;
}

#sidebar_container {
    float: left;
    width: 255px;
    margin-left: -9px;
    font-size: 12px;
}

#sidebar_container ul {
    padding: 0;
    margin: 5px 0;
    list-style-type: none;
}

#sidebar_container ul li {
    margin: 0;
}

#sidebar_container ul li img {
    margin: 0 3px;
    vertical-align: middle;
}
#sidebar_container .sidebar {
    padding: 1px 10px 50px 15px;
    
    background: url(images/sidebar_background.png) no-repeat bottom left;
}

#sidebar_container .header_red {
    margin-left: 2px;
    height: 36px;
    line-height: 38px;
    padding-left: 12px;
    padding-top: 2px;
    
    background: url(images/sidebar_header_r.png) no-repeat;
    color: #fff;
}

#sidebar_container .header_black {
    margin-left: 2px;
    height: 36px;
    line-height: 38px;
    padding-left: 12px;
    padding-top: 2px;
    background: url(images/sidebar_header_bl.png) no-repeat;
    color: #fff;
}

#right_bar {
    width: 227px;
}

#booking_form {
    font-size: 12px;
}

#content p { margin:0; padding:0;}

div.footer_wrap {width:926px; margin:auto; background:url(images/footer_bg.png) no-repeat; padding:0 10px; height:232px;}

 #footer {
  border-top: 3px solid #252525;
  font-size: 13px;
  padding: 10px; }
   #footer #footer_logo {
    float: right; }
  #footer ul {
    margin: 6px 0 0 0;
    padding: 0;
    float: left;
    list-style-type: none;
    position: relative; }
    #footer ul li {
      float: left;
      padding: 0 5px 0 0;
      line-height: 17px;
      margin-right: 2px; }
       #footer ul li a {
        text-decoration: none;
        font-weight: bold; }
         #footer ul li a :hover {
          text-decoration: underline; }
       #footer ul li ul {
        display: none; }
     #footer ul :first-child li {
      margin-left: 2px; }


	#contact-area {
		width: 600px;
		margin-top: 25px;
	}

	#contact-area input, #contact-area textarea {
		padding: 5px;
		width: 471px;
		margin: 0px 0px 10px 0px;
		border: 1px solid #ccc;
	}

	#contact-area textarea {
		height: 90px;
	}

	#contact-area textarea:focus, #contact-area input:focus {
		border: 1px solid #ba1919;
	}

	#contact-area input.submit-button {
		width: 100px;
		font-size:12px;
		font-weight:bold;
		background:#ba1919;
		color:#fff;
		border:1px solid #e94242;
	}
	#contact-area input.submit-button:hover {
		cursor:pointer;
		background:#e94242;
		color:#fff;
		border:1px solid #ba1919;
	}

	label {
		float: left;
		text-align: right;
		margin-right: 15px;
		width: 100px;
		padding-top: 5px;
		font-size: 12px;
		font-weight:bold;
	}
	
	div.errorBox {
		width: 90%;
		padding: 10px;
		margin: 10px auto 10px auto;
		font-size: 12px;
		font-family: Tahoma;
		color:#990000;
		background:#FEDCDA;
		border: 1px solid #EF4545;	
	}

	div.successBox {
		width: 90%;
		padding: 10px;
		margin: 10px auto 10px auto;
		font-size: 12px;
		font-family: Tahoma;
		color: #006600;
		background:#DBFDD9;
		border: 1px solid #009900;	
	}
	
	div.dotted_line { width:100%; margin:10px 0; height:1px; border-bottom:1px dotted #ccc;}
	
	span.contact {font-size: 12px;font-weight:bold;}
