/* @override http://localhost:8888/evans/css/all.css */

@font-face {
	font-family: 'golden0ponyRegular';
	src: url('./fonts/golden_0_pony.eot');
	src: local('golden 0 pony Regular'), local('golden0pony'), url('./fonts/golden_0_pony.woff') format('woff'), url('./fonts/golden_0_pony.ttf') format('truetype'), url('./fonts/golden_0_pony.svg#golden0pony') format('svg');
}
html {font-size:100.01%;}
body{
	margin:0;
	color:#000;
	background:#ceeaf8 url(../images/bg-body.gif) no-repeat 50% 0;
	font: 62.5% Arial, Verdana, sans-serif;
}
img{border-style:none;}


a{
	text-decoration:none;
	color:#1c5b93;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	outline: none;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	background:url(../images/bg-page.jpg) no-repeat;
	min-height:771px;
	position:relative;
}
* html #wrapper {
	height:771px;
	overflow:visible;
}
/* header */
#header{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
#header .holder{
	width:768px;
	height:120px;
	margin:0 auto;
}
/* logo */
.logo{
	position:absolute;
	top:0;
	left:115px;
	width:212px;
	height:117px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:10;
	margin:0;
}
.logo span{
	display:block;
	height:100%;
	background:url(../images/logo.png) no-repeat;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
/* navigation */
.nav{
	width:100%;
	padding:27px 0 0;
	z-index: 100;
}
.nav:after{
	display:block;
	clear:both;
	content:"";
}
.nav .box{
	float:right;
	width:589px;
	height:61px;
	background:url(../images/bg-nav.png) no-repeat;
}
.nav ul{
	margin: 10px 0 0;
	padding: 0;
	list-style:none;
	padding:0 0 0 59px;
	float:left;
}
.nav ul li{
	float:left;
	text-transform:uppercase;
	position:relative;
	padding:0 10px;
	display: inline-block;
	font: 29px/33px golden0ponyRegular, Impact, Charcoal, sans-serif;
}
.nav ul li a{color:#5494b5;}
.nav ul li:hover a,
.nav ul li.hover a,
.nav ul li.active a{
	color:#1c5b93;
	text-decoration:none;
}
.nav ul li  a:hover{text-decoration:none;}
.nav ul li:hover,
.nav ul li.hover{position:relative;}
.nav ul li:hover li a,
.nav ul li.hover li a{color:#5494b5;}
.nav ul li:hover li:hover a,
.nav ul li.hover li.hover a{color:#1c5b93;}
.nav ul li:hover .drop,
.nav ul li.hover .drop{top:25px;}
/* dropdown */
.drop{
	position:absolute;
	top:-9999px;
	left:0;
	width:120px;
	padding:6px 0 0;
}
.drop .top{
	height:15px;
	overflow:hidden;
	background:url(../images/bg-drop-t.png) no-repeat;
}
.drop .middle{
	height:1%;
	background:url(../images/bg-drop-m.png) repeat-y;
}
.drop .middle:after{
	display:block;
	clear:both;
	content:"";
}
.drop .middle-box{
	width:100%;
	float:left;
	margin:-16px 0 -163px;
}
.drop .bottom{
	height:186px;
	overflow:hidden;
	background:url(../images/bg-drop-b.png) no-repeat;
}
.drop ul{
	margin: 0;
	padding: 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.drop ul li{margin:0 0 2px;}
/* main content block */
#main{
	width:768px;
	margin:0 auto;
	padding:120px 0 0;
}
.content-area{width:100%;
}
.content-area:after{
	display:block;
	content:"";
	clear:both;
}
/* content */
.content{
	width: 515px;
	float:left;
	font-size:1.3em;
	line-height:1.231em
}
.reverse .content{float:right;}
.reverse .sidebar{
	float:left;
	margin:0 -9px 0 0;
}
.content .top{
	height:212px;
	overflow:hidden;
	background:url(../images/bg-content-t.png) no-repeat;
}
.content .middle{
	height:1%;
	background:url(../images/bg-content-m.png) repeat-y;
	padding:0 24px 0 18px;
}
.content .middle:after{
	display:block;
	content:"";
	clear:both;
}
.content .middle-box{
	width:100%;
	float:left;
	margin:-200px 0 -87px;
	position:relative;
}
.content .bottom{
	height:114px;
	overflow:hidden;
	background:url(../images/bg-content-b.png) no-repeat;
}
.content h2{
	font: 2.23em/1.031em golden0ponyRegular, Impact, Charcoal, sans-serif;
	letter-spacing: 0;
	margin: 4px 0 9px;
	color:#1c5b93;
	text-transform:uppercase;
}
.content h3{
	font: 1.692em/1.418em golden0ponyRegular, Impact, Charcoal, sans-serif;
	margin:0 0 9px;
	color:#74b3da;
	text-transform:uppercase;
}
.content h3 span {
	font-family: Impact, Charcoal, sans-serif;
}
.content h3.question {
	height: 40px;
	padding-bottom: 6px;
	cursor: pointer;
}


.content div.answer {
	margin-top: 5px;
	margin-bottom: 4px;
}
.content p{margin:0 0 12px;}
/* screamer box */
.screamer{
	width:311px;
	position:relative;
	margin:-52px 0 0 -50px;
	float:left;
}
.screamer img{}
.screamer .btn-find-more{
	position:absolute;
	bottom:28px;
	right:25px;
	width:156px;
	text-indent:-9999px;
	overflow:hidden;
}
.screamer .btn-find-more span{
	display:block;
	height:25px;
	background:url(../images/btn-find-more.png) no-repeat;
}
.screamer .btn-find-more:hover{border:0;}
.screamer .btn-find-more:hover span{
	margin:-25px 0 0;
	padding:25px 0 0;
}
/* article list */
.article-list{
	width:100%;
	overflow:hidden;
	margin:0 0 14px;
	padding:0;
	list-style:none;
	background:url(../images/sep-article.gif) no-repeat 0 100%;
}
.article-list li{
	background:url(../images/sep-article.gif) no-repeat;
	width:100%;
	overflow:hidden;
	padding:10px 0;
	color:#1f1f1f;
}
.article-list .photo{
	float:left;
	margin:2px 10px 0 0;
	position:relative;
}
* html .article-list .photo{margin:2px 7px 0 0;}
.article-list .photo img{display:block;}
.article-list .photo .lnk-book{
	position:absolute;
	bottom:10px;
	left:20px;
	width:58px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
}
.article-list .photo .lnk-book:hover{background-position:0 -28px;}
.article-list .photo .book-1{background:url(../images/btn-book-1.gif) no-repeat;}
.article-list .photo .book-2{background:url(../images/btn-book-2.gif) no-repeat;}
.article-list .photo .book-3{background:url(../images/btn-book-3.gif) no-repeat;}
.article-list .photo .book-4{background:url(../images/btn-book-4.gif) no-repeat;}
.article-list .photo .book-5{background:url(../images/btn-book-5.gif) no-repeat;}
.article-list .text{
	height:1%;
	overflow:hidden;
}
.article-list p{margin:0;}
.article-list dl{
	margin:0;
	font-weight:bold;
}
.article-list dt{display:inline;}
.article-list dd{
	display:inline;
	margin:0;
}
.article-list .call{display:block;}
/* sidebar */
.sidebar{
	width:262px;
	float:right;
	position:relative;
	margin:0 0 0 -9px;
	font-size:1.3em;
}
.sidebar p{
	margin:0 0 6px;
	line-height:18px;
}
.btn-download-waiver{
	display:block;
	margin:0 auto 10px;
	width:195px;
	height:28px;
	background:url(../images/btn-download-waiver.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.btn-download-waiver:hover{background-position:0 -28px;}
/* map */
.map{
	width:465px;
	height:158px;
	padding:3px;
	background:url(../images/bg-map.gif) no-repeat;
	margin:0 0 8px;
	overflow: hidden;
	position: relative;
}
.map img{display:block;}
/* phone */
.phone{
	background:url(../images/sep-phone.gif) no-repeat;
	line-height: 1.143em;
	font-weight: bold;
	color:#8bc0e0;
	margin:0 0 9px;
	font-size: 2em;
	width: 220px;
	text-align: center;
}
.phone em{
	display:block;
	height:1%;
	font-style:normal;
	letter-spacing:2px;
	background:url(../images/sep-phone.gif) no-repeat 0 100%;
	padding:2px 0 1px;
}
/* location list */
.location-list{
	width:100%;
	overflow:hidden;
	margin:0 0 18px;
	padding:0;
	list-style:none;
}
.location-list li{
	float:left;
	background:url(../images/sep-location.gif) no-repeat 0 2px;
	margin:0 0 0 -11px;
	padding:0 20px 0 11px;
}
.location-list li a{color:#3f3f3f;}
.location-list li.active a,
.location-list li a:hover{
	color:#1c5b93;
	text-decoration:none;
}
/* location */
.location{
	line-height:18px;
	padding: 0;
	height: 141px;
	overflow: hidden;
}
/* sidebox */
.sidebox{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.sidebox .top{
	height:19px;
	overflow:hidden;
	background:url(../images/bg-sidebar-t.png) no-repeat;
}
.sidebox .middle{
	height:1%;
	background:url(../images/bg-sidebar-m.png) repeat-y;
	padding:0 25px 0 18px;
}
.sidebox .middle:after{
	display:block;
	content:"";
	clear:both;
}
.sidebox .middle-box{
	width:100%;
	float:left;
	margin:-6px 0 -155px;
	position:relative;
}
.sidebox .bottom{
	background:url(../images/bg-sidebar-b.png) no-repeat;
	overflow:hidden;
	height:183px;
}
.sidebox-whole .bottom{background:url(../images/bg-sidebar-b-2.png) no-repeat;}
.remember .middle-box{padding:0 0 22px;}
.sidebox h2{
	margin: 3px 0 9px;
	text-transform:uppercase;
	font: 2.23em/1.031em golden0ponyRegular, Impact, Charcoal, sans-serif;
	color:#1c5b93;
}
.sidebox h3{
	margin:0;
	text-transform:uppercase;
	font: 1.692em/1.418em golden0ponyRegular, Impact, Charcoal, sans-serif;
	color:#74b3da;
}
/* flyers */
.flyers{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.flyers .img{float:left;}
.flyers .img img{display:block;}
.flyers .text{
	height:1%;
	overflow:hidden;
	text-align:right;
	padding:4px 0 0;
}
.flyers p{
	margin:0;
	line-height:15px;
}
.flyers a{text-decoration:underline;}
.flyers a:hover{text-decoration:none;}
/* wallpapers */
.wallpapers{
	width:100%;
	overflow:hidden;
	color:#6b6b6b;
}
.wallpapers h3{margin:0 0 7px;}
.wallpapers .box{
	width:100%;
	overflow:hidden;
	margin:0 0 13px;
}
.wallpapers .wallpaper{
	background:url(../images/bg-wallpaper.gif) no-repeat;
	padding:5px;
}
.wallpapers p{margin:0;}
.wallpapers .wallpaper img{display:block;}
/* news */
.news{
	width:768px;
	margin:0 auto;
	position: relative;
	z-index: 1;
}
.news:after{
	display:block;
	clear:both;
	content:"";
}
.news .news-box{
	width:100%;
	overflow:hidden;
	float:left;
	margin:-9px 0 0;
	position:relative;
}
.news .top{
	height:21px;
	overflow:hidden;
	background:url(../images/bg-news-t.png) no-repeat;
}
.news .bottom{
	height:21px;
	overflow:hidden;
	background:url(../images/bg-news-b.png) no-repeat;
}
.news .middle{
	height:1%;
	background:url(../images/bg-news-m.png) repeat-y;
	padding:0 20px 0 17px;
}
.news .middle:after{
	display:block;
	clear:both;
	content:"";
}
.news .middle-box{
	width:100%;
	overflow:hidden;
	background:url(../images/ico-sign.gif) no-repeat 100% 0;
	margin:-13px 0 0;
	float:left;
	padding:4px 0;
	position:relative;
}
.news h3{
	float:left;
	font: 2.153em/1.486em golden0ponyRegular, Impact, Charcoal, sans-serif;
	color:#1c5b93;
	text-transform:uppercase;
	margin:0 5px 0 0;
}
.news dl{
	float:left;
	margin:5px 0 0;
	font-size:1.3em;
	background:url(../images/news-letter.gif) no-repeat;
	padding:3px 0 5px 40px;
	min-height:17px;
}
* html .news dl{height:17px;}
.news dt{
	float:left;
	font-weight:bold;
	font-style:italic;
	font-weight:bold;
}
.news dd{
	float:left;
	margin:0 0 0 8px;
	display:inline;
}
.news dd a{
	color:#1c5b93;
	text-decoration:underline;
}
.news dd a:hover{text-decoration:none;}
.contact{color:#3f3f3f;}
/* feedback */
.feedback{
	width:768px;
	margin:0 auto;
	font-size:1.3em;
	overflow:hidden;
}
.feedback:after{
	display:block;
	clear:both;
	content:"";
}
.feedback .holder{
	width:786px;
	float:left;
	margin:-4px 0 0;
	position:relative;
}
.feedback h3{
	color:#1c5b93;
	text-transform:uppercase;
	margin: 0 0 2px;
	font: 2.153em/1.3em golden0ponyRegular, Impact, Charcoal, sans-serif;
	letter-spacing: 0;
}
.feedback .text-mail{
	width:100%;
	overflow:hidden;
	margin:0 0 4px;
}
.feedback .text-mail h3{
	float:left;
	margin:0;
	background:url(../images/ico-mail.gif) no-repeat 100% 4px;
	padding:0 50px 0 0;
}
.feedback p{
	margin: 0 0 3px;
	line-height:15px;
}
/* mail  box */
.mail{
	width:382px;
	float:left;
}
.mail .top{
	height:21px;
	overflow:hidden;
	background:url(../images/bg-mail-t.png) no-repeat;
}
.mail .bottom{
	height:21px;
	overflow:hidden;
	background:url(../images/bg-mail-b.png) no-repeat;
}
.mail .middle{
	height:1%;
	background:url(../images/bg-mail-m.png) repeat-y;
	padding:0 26px 8px 18px;
}
.mail .middle:after{
	display:block;
	clear:both;
	content:"";
}
.mail .middle-box{
	width:100%;
	float:left;
	margin:-10px 0 0;
	position:relative;
}
.mail .form{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-join-arrows.gif) no-repeat 0 4px;
	padding:0 0 0 55px;
}
.mail .form .input-txt{
	float:left;
	border:1px solid #c0c0c0;
	width:196px;
	margin:4px 10px 0 0;
	padding:5px 10px;
	font:italic 13px Arial, Verdana sans-serif;
	color:#777;
}
.button{float:left;}
.mail .form .button{margin:4px 0 0;}
/* clock */
.clock{
	position:absolute;
	bottom:-11px;
	right:-10px;
	background:url(../images/clock.gif) no-repeat;
	width:65px;
	height:66px;
}
/* social box */
.social{
	width:269px;
	float:left;
	margin:0 0 0 -8px;
}
.social .top{
	height:21px;
	overflow:hidden;
	background:url(../images/bg-social-t.png) no-repeat;
}
.social .bottom{
	height:21px;
	overflow:hidden;
	background:url(../images/bg-social-b.png) no-repeat;
}
.social .middle{
	height:1%;
	background:url(../images/bg-social-m.png) repeat-y;
	padding:0px 18px 8px 17px;
}
.social .middle:after{
	display:block;
	clear:both;
	content:"";
}
.social .middle-box{
	width:100%;
	float:left;
	margin:-10px 0 0;
	position:relative;
}
.social p{margin:0 0 10px;}
.social-list{
	width:100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style:none;
}
.social-list li{
	float:left;
	margin:0 10px 0 0;
}
.social-list img{display:block;}
/* download box */
.download{
	width:135px;
	float:left;
	margin:0 0 0 -10px;
}
.download .top{
	height:21px;
	overflow:hidden;
	background:url(../images/bg-download-t.png) no-repeat;
}
.download .middle{
	height:1%;
	background:url(../images/bg-download-m.png) repeat-y;
	padding:0 18px 8px;
}
.download .middle:after{
	display:block;
	clear:both;
	content:"";
}
.download .bottom{
	height:21px;
	overflow:hidden;
	background:url(../images/bg-download-b.png) no-repeat;
}
.download .middle-box{
	width:100%;
	float:left;
	margin:-10px 0 0;
	position:relative;
}
.download .lnk-download{
	display:block;
	background:url(../images/text-download.gif) no-repeat;
	width:93px;
	height:101px;
	text-indent:-9999px;
	overflow:hidden;
	margin:4px 0 0;
}
.download .lnk-download:hover{background-position:0 -101px;}
/* card */
.download .card{
	width:100%;
	overflow:hidden;
	margin: 0 0 1px;
	padding: 0;
	list-style:none;
}
.download .card li{
	float:left;
	padding:0 6px 6px 0;
}
.download .card img{display:block;}
/* video */
.video{
	width:313px;
	margin:-34px -61px -65px 0;
	position:relative;
	z-index:1;
}
.video img{display:block;}
/* release box */
.release-box{width:100%;}
.release-box:after{
	display:block;
	clear:both;
	content:"";
}
.release{
	width:334px;
	position:relative;
	float:left;
	margin:-9px -72px 0 0;
}
.release img{display:block;}
.release .btn-book-now{
	position:absolute;
	top:128px;
	left:38px;
	text-indent:-9999px;
	overflow:hidden;
	width:151px;
}
.release .btn-book-now span{
	display:block;
	height:28px;
	background:url(../images/btn-book-now.png) no-repeat;
}
.release .btn-book-now:hover{border:0;}
.release .btn-book-now:hover span{
	margin:-28px 0 0;
	padding:28px 0 0;
}
/* paintball box */
.content .paintball{
	float:left;
	margin:0 0 0 -8px;
}
.paintball{
	width:262px;
	overflow:hidden;
	position:relative;
}
.paintball .btn-play{
	position:absolute;
	top:192px;
	left:50px;
	width:152px;
	text-indent:-9999px;
	overflow:hidden;
}
.paintball .btn-play span{
	display:block;
	background:url(../images/btn-play.png) no-repeat;
	height:23px;
}
.paintball .btn-play:hover{border:0;}
.paintball .btn-play:hover span{
	margin:-23px 0 0;
	padding:23px 0 0;
}
.paintball img{display:block;}
.download-form{
	width:100%;
	overflow:hidden;
	margin: 0;
}
.download-form .input-txt{
	border:1px solid #848484;
	width:198px;
	color: #1b1c1c;
	background:#fff;
	padding:5px 10px;
	margin: 0 10px 11px 0;
	display: inline-block;
	float: left;
	font: bold 13px "Courier New", mono, Courier;
}
.download-form .button{
	float: none;
	display: inline-block;
}
/* photos */
.photos{
	width:100%;
	overflow:hidden;
}
.photos-list{
	margin: 0;
	padding: 0;
	list-style:none;
	width:476px;
	overflow:hidden;
}
.photos-list li:hover {
	border-color: #74b3da;
}
.photos-list li{
	cursor: pointer;
	width:60px;
	padding: 0;
	float:left;
	margin-right: 3px;
	margin-bottom: 8px;
	height: 60px;
	background: #383838 no-repeat center center;
	border-width: 2px;
	border-style: solid;
}
.photos-list img{display:block;
	width: 60px;
	height: 60px;
}
.photos .more{
	text-align:right;
	padding:0 4px;
}
.photos .more a{color:#373737;}
.photos .more a em{
	color:#0267dd;
	font-style:normal;
}
.photos .more a span{color:#ff068c;}
/* rule */
.rule{
	height:1%;
	overflow:hidden;
	padding:0 0 15px 26px;
	background:url(../images/ico-star.gif) no-repeat;
}
.rule p{
	margin:0;
	line-height:15px;
}
.rule ul{
	margin: 0;
	padding:1px 0 0;
	list-style:none;
}
.rule ul li{line-height:15px;}
/* answer list */
.answer{
	width:100%;
	overflow:hidden;
	margin:-4px 0 0;
	padding: 0;
	list-style:none;
}
.answer li{
	margin:0 0 12px;
	color:#333;
	padding:0 14px 0 17px;
}
.answer .question{
	width:100%;
	overflow:hidden;
	background:url(../images/sep-faq.gif) no-repeat 0 100%;
	padding:0 0 4px;
}
.answer .question a{
	color:#1c5b93;
	font-weight:bold;
}
.answer .slide{
	width:422px;
	padding:7px 9px;
}
.answer p{margin: 10px 0;}
/* about area */
.about{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
.about .box{margin:0 0 -13px;}
.about .note{
	display:block;
	font-style:normal;
	color:#1c5b93;
	line-height:1.384em;
}
.content .about h3{
	text-align:center;
	margin:0;
}
.content .about p{
	line-height:18px;
	margin:0 0 17px;
}
/* shedule */
.shedule{
	margin: 0;
	padding: 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.shedule li{
	padding:0 0 0 17px;
	height:1%;
	background:url(../images/ico-star-s.gif) no-repeat;
	line-height:16px;
	vertical-align:top;
}
/* booking */
.booking{
	width:100%;
	overflow:hidden;
	padding:0 0 11px;
}
.booking .holder{
	width:504px;
	overflow:hidden;
}
.booking .step{
	width:218px;
	float:left;
	overflow:hidden;
	margin:0 34px 0 0;
}
.booking .form,
.sidebox .form{
	width:100%;
	overflow:hidden;
}
.booking .form-box,
.sidebox .form-box{
	width:100%;
	overflow:hidden;
	padding:0 0 14px;
}
.booking .form-s .form-box{margin:0 0 10px;}
.booking label,
.sidebox label{
	display:block;
	
	margin:0 0 10px;
}
.sidebox label{
	margin:0;
	color:#545454;
}
.booking .form-s label{margin:0 0 2px;}
.booking .box{
	width:223px;
	overflow:hidden;
}
.booking select{
	float:left;
	width:218px;
	margin:0 5px 0 0;
}
.booking .sel-s{width:57px;}
.booking .sel-m{width:94px;}
.booking .input-txt,
.sidebox .input-txt{
	display:block;
	width:198px;
	background:url(../images/bg-input-txt.gif) no-repeat;
	overflow:hidden;
	padding:0 10px;
}
.booking .input-txt input,
.sidebox .input-txt input{
	float:left;
	width:198px;
	border:0;
	padding:6px 0;
	background:none;
	font-size:13px;
	margin: 0;
}
.booking .button{
	float:left;
	margin:8px 0 0;
}

a#booking-button {
	display: block;
	height: 28px;
	cursor: pointer;
	width: 127px;
	background: url(../images/btn-booking.gif) no-repeat;
}
a#pictures-button {
	display: block;
	height: 28px;
	cursor: pointer;
	width: 127px;
	background: url(../images/btn-download.gif) no-repeat;
	float: left;
}

p#no-picture {
	display: block;
	color: #f73a00;
	font-size: 11px;
	padding: 5px;
	background-color: #fcd7bb;
	border: 1px solid #9e1700;
	clear: both;
}

p.formline {
	display: block;
	clear: both;
	height: 33px;
}
a#send-contact-button {
	display: block;
	height: 28px;
	cursor: pointer;
	width: 55px;
	background: url(../images/btn-send.gif) no-repeat;
}
a#send-contact-button:hover {
	background: url(../images/btn-send-h.gif) no-repeat;
}
a#booking-button:hover {
	background: url(../images/btn-booking-h.gif) no-repeat;
}
.booking .ttl{
	display:block;
	margin:0 0 19px;
}
.sidebox .textarea{
	background:url(../images/bg-textarea.gif) no-repeat;
	width:218px;
	height:78px;
	overflow:hidden;
}
.sidebox .textarea textarea{
	float:left;
	width:208px;
	height: 68px;
	overflow:auto;
	font-size:13px;
	background:none;
	border:0;
	padding: 5px;
}
.sidebox .button{float:right;}
/* footer */
#footer{
	width:100%;
	background:url(../images/bg-footer.gif) repeat-x;
}
#footer .area{
	background:url(../images/bg-footer.jpg) no-repeat 0 100%;
	height:49px;
	padding:175px 0 0;
	overflow:hidden;
	color:#725a4d;
	font-size:12px;
	width:1000px;
	margin:0 auto;
}
#footer .holder{
	width:710px;
	margin:0 auto;
}
#footer p{
	margin:0;
	color:#725a4d;
}
#footer ul{
	float:right;
	margin:-16px 4px 0 0;
	padding: 0;
	list-style:none;
	overflow:hidden;
	display:inline;
}
#footer ul li{
	float:left;
	background:url(../images/sep-footer.gif) no-repeat 100% 2px;
	padding:0 9px 0 16px;
	margin:0 -9px 0 0
}
#footer ul li a{color:#725a4d;}

/* Additions by Diego Massanti */

div.validation-advice {
	clear: both;
	padding: 4px 4px 4px 30px;
	border: 1px solid #fdf7b3;
	color: #aa561d;
	background: #fcfdd2 url(../images/error.png) no-repeat 4px center;
	font-size: 11px;
	vertical-align: middle;
}


ul#news-ticker {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	overflow: hidden;
	position: relative;
}
ul#news-ticker li {
	width: 536px;
	height: 31px;
	overflow: hidden;
	margin-left: 9px;
	color: #3a3a3a;
	position: relative;
}
div.news-item-container {
	position: relative;
}
div.news-item {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	width: 545px;
	position: relative;
	height: 32px;
}


div.news-item em {
	font-weight: bold;
	font-style: normal;
	color: #ab3001;
	margin-right: 2px;
	line-height: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0;
}

div#map-container {
	width: 464px;
	display: block;
	overflow: hidden;
	position: relative;
}

ul#maps {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 1424px;
	position: relative;
	left: 0;
}

ul#maps li {
	display: block;
	float: left;
	width: 465px;
	height: 158px;
	margin-right: 4px;
}
ul.map-instructions-items {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Frontpage Slideshow*/

div#slideshow-frontpage {
	width: 845px;
	height: 460px;

	display: block;
	position: relative;
	top: -46px;
	margin-bottom: -56px;
	left: -2px;
}

div#slideshow-frontpage-trees {

	width: 921px;
	height: 438px;
	z-index: 1;
	left: -85px;
	position: absolute;
	top: -4px;
	display: block;
}
div#slideshow-frontpage-pics {
	width: 723px;
	height: 376px;
	top: 57px;
	left: 21px;
	overflow: hidden;
	background: #3e3e3e url(../images/slideshow_loader.gif) no-repeat center center;
	visibility: visible;
	display: block;
	position: absolute;
}
div#slideshow-frontpage-pics ul {
	list-style-type: none;
	padding: 0;
	position: relative;
	display: block;
	top: 0;
	margin: 0;
	width: 2945px;
	left: 0;
}
div#slideshow-frontpage-pics ul li {
	display: inline-block;
	padding: 0;
	margin: 0px;
	position: relative;
	float: left;
}

/*Slideshow Toggler */

ul#slideshow-frontpage-toggler {
	list-style-type: none;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 65px;
	margin: 0;
	visibility: visible;
	overflow: hidden;
	left: 583px;
}
ul#slideshow-frontpage-toggler a {
	display: block;
}
.li-button {
	margin-bottom: 8px;
	overflow: hidden;
	width: 150px;
	height: 80px;
	border: 2px solid #fdf7ff;

}
.li-button span {
	width: 150px;
	height: 80px;
	background-color: #000;
	display: block;
	position: relative;
	top: -83px;
}
.li-button.active {
	border-color: #4976c7;

}
.li-button.active span {
	display: none;
}


ul#slideshow-frontpage-toggler li.less-top {
	margin-top: -7px;
}
ul#slideshow-frontpage-toggler li img {

}
ul#slideshow-frontpage-toggler li img.btn-color {
	
}

div.slideshow-tips {
	opacity: 0;
	color: #fffeff;
	z-index: 7;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	width: 271px;
	visibility: hidden;
}


div.slideshow-tips div.tip-top {
	background: url(../images/tip_top.gif) no-repeat;
	height: 8px;
	width: 271px;
}
div.slideshow-tips div.tip {
	background: url(../images/tip_center.gif) repeat-y;
	padding-left: 15px;
	padding-right: 15px;
}
div.slideshow-tips div.tip-bottom {
	background: url(../images/tip_bottom.gif) no-repeat 0 top;
	height: 14px;
	width: 271px;
}
div.slideshow-tips div.tip-title {
	color: #cd2f39;
	font: bold 18px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/*Sub Content */

div#subcontent {
	overflow: visible;
	display: block;
	position: relative;
	top: 7px;
	height: 174px;
}

div#frontpage-video {
	display: inline-block;
	width: 238px;
	position: relative;
	top: -33px;
	z-index: 0;
	height: 179px;
}
div#frontpage-video img {
	display: inline;
	overflow: visible;
}

div#video-player {
	display: block;
	background-color: #000;
	width: 238px;
	height: 134px;
	position: absolute;
	top: 40px;
	left: 8px;
}
div#mini-slide {
	display: block;
	position: absolute;
	top: 0;
	width: 519px;
	left: 248px;
	z-index: 1;
}
div#image-acc {
	background-color: #fffeff;
	width: 458px;
	height: 120px;
	position: absolute;
	top: 15px;
	left: 27px;
	overflow: hidden;
}
div#image-acc span.image-acc-toggler {
	height: 120px;
	width: 50px;
	display: inline-block;
	overflow: hidden;
	margin-right: -3px;
	position: relative;
	margin-left: -3px;
}
div#image-acc span.image-acc-image {
	height: 120px;
	display: inline-block;
	width: 260px;
	margin: 0;
}
div#image-acc span.image-acc-image img {
	display: block;
	position: relative;
	left: -58px;
}
