@charset "utf-8";
/* CSS Document */

.attractions_border {
	border-top:#df0606 1px solid;
	padding:16px 0;
	width:940px;
	margin:36px auto 0;
}

.dl_pricing {
	margin:36px 0 36px 400px;	
}
.attractions_img {
	float: right;
	padding: 40px 35px 0 0;
}

#attractions {
	width:940;
	margin:auto;
}

#attractions ul {
	list-style:none;
	margin:0px 0 0 12px;;
	padding:0px;
}

#attractions li {
	display:block;
	width:300px;
	height:213px;
	background:#ffe641;
	float:left;
	margin:0 0 15px 0;
	position:relative;
}

#attractions li .img_holder {
	width:262px;
	height:150px;
	margin:10px auto;
	overflow:hidden;
}

#attractions li .img_holder img {
	border:none;	
}

#attractions li p.label {
	position:absolute;
	top:171px;
	left:22px;
	font-size:12px;
	text-transform:uppercase;
}

#attractions li p.label a {
	color:#000;	
}

#attractions li.pad {
	margin-right:14px;
}

#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
  background:#eed533;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #ffe641;
  width: 470px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0 0 16px 120px;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

