/* Body */

* {
	padding:0;
	margin:0;
	}

html { width: 100%; height: 100%; }

body {
	height: 100%;
	margin:0px; padding: 0px; width: 100%; background: #333333 url(/layout/images/lafuga-bg.jpg) repeat fixed; }

body {
	color: #777777; font: normal 11px/18px Verdana, sans-serif; }



/* Buttons */ 

a {
	color:#c90f34;
	text-decoration: none;
	background-image: url(/images/lnk_undrln_red.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	outline: none;
	}

a:hover {
	color:#333333;
	text-decoration: none;
	background-image: url(/images/lnk_undrln_greyongrey.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	}

a.two {
	color:#333333;
	text-decoration: none;
	background-image: url(/images/lnk_undrln_grey.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	white-space: nowrap;
	}

a.two:hover {
	color:#ffffff;
	text-decoration: none;
	background-image: url(/images/lnk_undrln_white.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	white-space: nowrap;
	}

a.three {
	background-color: #eeeeee;
	border: #dddddd solid 1px;
	text-decoration: none;
	color: #333333;
	padding: 5px 10px 5px 10px; background-image: none; }

a.three:hover {
	background-color: #333;
	border: #333 solid 1px;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}

a.four {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #c90f34;
	background-image: none;
	}

a.four:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

a.five {
	color:#c90f34;
	text-decoration: none;
	background-image: url(/images/lnk_undrln_red.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	}

a.five:hover {
	color:#333333;
	text-decoration: none;
	background-image: url(/images/lnk_undrln_greyongrey.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	}

a.six { color: #fff; text-decoration: none; background-image: none; }

a.six:hover { color: #fff; font-weight: normal; font-style: normal; background-image: none; }

a.noDec { background-image: none; }

.tour_image { padding: 0; margin: 0 10px 10px 0; }

.divider { border-bottom: 1px solid #ccc; margin-top: 20px; margin-bottom: 20px; }



/* Type */


h1, h2, h3, h4, h5, h6 {
	font-weight : normal;
	font-size: 11px;
	line-height: 18px;
	}

p {
	margin-bottom: 15px;
	}

p.fifty { width: 50%; float: left; }

p.black { color: #000; }

p.white { color: #fff; }

p.text-right { text-align: right; }

p.privacy { font-size: 9px; }

h1 {
	color:#333333;
	margin-bottom: 15px;
	
	}

h1.featured { margin-bottom: 0; font-weight: bold; }

h1.white {
	color:#ffffff;
	}

h2 {
	color:#c90f34;
	margin-bottom: 15px;
	}

h3 {
	color:#fff;
	}

h4 {
	color:#333333;
	font-size: 14px;
	margin-bottom: 25px; margin-top: 5px; }




/* Images */ 

img{
	border: 0;
	}
	
img.floatLeft { 
  float: left; 
  margin-top: 5px; 
  margin-right: 15px; margin-bottom: 15px; }

.floatLeft { 
  float: left; 
  margin-top: 5px; 
  margin-right: 15px; margin-bottom: 15px; }

img.tours_feature { 
  margin-top: 10px; 
  margin-bottom: 20px;
	}


/* Lists */ 

ul.arrow {
	list-style-image: url("/images/list_arrow.gif");
	list-style-position: inside;
	padding-left: 0px;
	}

ul.faq {
	list-style-type: none;
	padding-left: 0px;
	margin-top: -5px;
	}

ul.faq li {
	list-style-type: none;
	margin-left: 0;
	}

li {
	padding-bottom: 0; list-style-type: disc; list-style-position: inside; margin-left: 15px; }








/* Sub Containers */ 


.topnav {
	height: 30px; background-color: #c4bfbc; padding: 10px 30px 0; }

.tagline {
	padding: 0 30px 0 0;
	margin: -25px 0 0 0;
	float: right;

}

.logo {
	margin-top: 10px;
	padding-left: 30px; padding-bottom: 15px; }

.copyright {
	margin-top: 10px;
	padding-left: 30px;
	float: left;
}

.sidebar_top {
	width: 245px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.sidebar {
	width: 245px;
	border-top: #dddddd solid 1px;
	padding-top: 25px;
	margin-bottom: 30px;
}

.sidebar_button {
	width: 245px;
	border-top: #dddddd solid 1px;
	padding-top: 30px;
	margin-bottom: 30px;
}

.main_copy_holder {
	width: 520px;
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
}

.main_copy_holder_full {
	width: 800px;
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
}

.tour_featured_l {
	height: 345px;
	background-color: #f2f2f2;
	width: 215px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 0px;
	float: left; margin-bottom: 20px; }

.tour_featured_r {
	height: 345px;
	background-color: #f2f2f2;
	width: 215px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 0px;
	float: right; margin-bottom: 20px; }

.featuredImage { width: 215px; height: 140px; overflow: hidden; margin-bottom: 10px; }

.thumbImage { width: 150px; height: 115px; overflow: hidden; margin-bottom: 10px; margin-right: 10px; float: left; }

.nonFeaturedImage { width: 100px; height: 60px; overflow: hidden; margin-bottom: 10px; float: left; }

.tour_list {
	width: 520px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}

.tour_list_element {
	border-top: #dddddd solid 1px;
	padding-top: 20px;
	padding-bottom: 20px; height: 100%; overflow: hidden; }

.faq {
	width: 520px;
	padding-top: 0px;
	padding-bottom: 30px;
	float: left;
}

.clear { clear: both; }

.tourText { width: 345px; float: right; }

.foot { margin-top: 12px; float: right; margin-right: 30px; }

.foot-logo { margin-top: 17px; 
	float: left; 
}






/* Main Containers */

#flash { width: 855px; height: 215px; text-align:center; }

#gmap { width: 100%; height: 100%; z-index: 0; }

#container {
	width: 856px;
	margin-top: 0px; z-index: 1; position: absolute; top: 0; left: 50%; margin-left: -428px; overflow: hidden; }

#header {
	background-color: #ffffff;
	}

#transparent_strip {
	background-image: url("/images/transparent_strip.png");
	background-repeat: repeat-x;
	height: 30px;
	padding: 0px;
	margin: 0px;;
	}

#sub_container {
	background-color: #ffffff;
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}
	
#main_content {
	float: left;
	background-color: #ffffff;
	width: 520px;
	margin-top: 0px;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 30px;
	margin-bottom: 0px;
	}

#sidebar {
	background-color: #ffffff;
	float: right;
	width: 275px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	}

#footer {
	clear: both;
	background-color: #c4bfbc;
	border-top: 40px #ffffff solid;
	padding-left: 0px;
	text-align: left; 
	height: 230px; 
}
div.footer_address{
	color:#FFFFFF;
	font-size:10px;
	line-height:normal;
}

.cards {
	margin-top:15px;
}

.cards {
vertical-align:top;
}

.cards td{
vertical-align:top;
}

.cards a{
	background:0;
	border:0;
}