body { 
	background:#72bce9;
	font-size:80%;
}
	
#container { 
	width:1020px;
	margin:0 auto;
	padding:0 0 20px 0;
	background:#caebfc url(../images/background.gif) no-repeat;
	min-height:1800px;
  	height:auto !important;
  	height:1800px;
}
	
/* ----------------------- column layouts and styles ----------------------- */

#leftcol {
	background:url(../images/rudy-jump.gif) no-repeat 10px 160px;
	width:360px;
	padding:175px 0 20px 270px;
	float:left;
}

#rtcol {
	margin:0 0 0 675px;
	padding:175px 40px 0 0;
}

#rtcol h2 {
	color:#ffd24f;
	font-size:165%;
	line-height:125%;
	padding:0 0 15px 0;
}

#rtcol p {
	color:#fff;
	line-height:150%;
}

#rtcol p a {
	color:#fff;
	border-bottom:1px dotted #fff;
	text-decoration:none;
}

#rtcol p a:hover {
	border-bottom:none;
}

/* ----------------------- get tickets button ----------------------- */

a#button {
	display:block;
	width:182px;
	height:53px;
	margin:15px 0 20px 75px;
	background:url(../images/button.gif) no-repeat;
}
	
a#button:hover {
	background-position:0 -53px;
}
	
a#button:active {
	background-position:0 -106px;
}
		
a#button span {
	display:none;
}

/* ----------------------- price box buttons ----------------------- */

#pricebox {
	width:308px;
	height:91px;
	margin:24px 12px 36px 12px;
}

a#terrace {
	display:block;
	width:154px;
	height:91px;
	background:url(../images/pricebox.png) no-repeat;
	float:left;
}

a#terrace:hover {
	background-position:0 -91px;
}

a#terrace:active {
	background-position:0 -182px;
}

a#plaza {
	display:block;
	width:154px;
	height:91px;
	background:url(../images/pricebox.png) no-repeat -154px 0;
	float:left;
}

a#plaza:hover {
	background-position:-154px -91px;
}

a#plaza:active {
	background-position:-154px -182px;
}	

#pricebox a span {
	display:none;	
}

	
/* ----------------------- accordion ----------------------- */

.accordion h3 {
	margin:0 0 10px 0;
	padding:0 0 0 12px;
	height:28px;
	cursor:pointer;
	text-transform:uppercase;
	line-height:200%;
	color:#fff;
	background:url(../images/tabs.gif);
}

.accordion h3.no-arrow {
	background-position:0 -28px;
	cursor:default;
}

.accordion strong.header {
	display:block;
	color:#7399c6;
	text-transform:uppercase;
	padding:0 0 10px 0;
}

.accordion div.pane {
	display:none;
	padding:10px;
}	

.accordion li {
	margin:0 0 10px 20px;
	line-height:125%;	
	}
	
.accordion {
	margin: 0;
	padding: 0;
	width: 332px;
	color:#354c71;
}

ul.top {
	padding:0 0 10px 0;
}

ul.noscript {
	padding: 10px 0;
}
 
.heading {
	margin: 1px;
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
	position: relative;
	background-color:#c30;
}
.content {
	padding:10px;
}
	
/* ----------------------- single pack block ----------------------- */

#single p {
	margin:30px 0 0 0;
	padding:0 0 0 40px;
	line-height:135%;
	display:block;
	background:url(../images/snowbullet.gif) no-repeat;
}
	
#single p a {
	color:#354c71;
	text-decoration:none;
	border-bottom:1px dotted #354c71;
}

#single p strong {
	color:#354c71;
}

#single p a:hover {
	border-bottom:none;
}

/* ----------------------- elves ----------------------- */

#elves {
	margin:30px 0 0 0;
}



/* ----------------------- footer ----------------------- */

#footer {
	padding:0 40px 20px 20px;
}

#copyright {
	width:200px;
	float:left;
	margin:40px 0 0 0;
}

small {
	font-size:75%;
	color:#354c71;
}

small a {
	color:#354c71;
	text-decoration:none;
	border-bottom:1px dotted #354c71;
}

small a:hover {
	border-bottom:none;
}

