/*
Theme Name: SchoolHolidayUSA
*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

html, body {height: 100%;}
html {background:url(images/bg-html.gif) 0 -30px;}
.page{
	width: 100%;
	overflow: hidden;
	background: url("images/bg-page.jpg") no-repeat 50% 0;
}
body {
	margin: 0;
	width: 100%;
	color: #050505;
	min-width: 990px;
	background: url(images/bg-body.gif) repeat-x;
	font: 14px/17px arial, helvetica, sans-serif;
 }
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #f00;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
/* structure */
#wrapper{
	margin:0 auto;
	width:920px;
	position:relative;
}
#wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.index #wrapper{
	min-height:990px;
}
* html .index #wrapper{
	height:990px;
}
#header{
	height:345px;
	width:975px;
	margin:0 -32px 0 -33px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#footer{
	height:25px;
	padding: 10px 0;
	width:100%;
	text-align: center;
	clear: both;
}
#footer p{
	margin:0;
	color:#628128;
	font-size:12px;
	line-height:16px;
	text-align:center;
	
}
/* header */
.logo{
	margin:0;
	position:absolute;
	z-index:10;
	top:15px;
	left:0px;
	width:443px;
	height:225px;
}
.logo a{
	background: url(images/logo.png) no-repeat;
	height:100%;
	cursor:pointer;
	text-indent: -9999px;
	display:block;
	overflow:hidden;
}
#nav{
	position:absolute;
	top:18px;
	right:-4px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	z-index:7;
}
#nav li{
	float:left;
	margin:0 2px 0 0;
	height:65px;
	overflow:hidden;
	position:relative;
}
#nav a{
	text-indent:-9999px;
	position:relative;
	float:left;
	cursor:pointer;
	height:130px;
}
#nav a:hover{
	margin:-65px 0 0;
}
#nav .shop{
	background:url(images/bg-nav-shop.png) no-repeat;
	width:99px;
}
#nav .apply{
	background:url(images/bg-nav-aplay.png) no-repeat;
	width:104px;
}
#nav .brochure{
	background:url(images/bg-nav-brochure.png) no-repeat;
	width:122px;
}
#nav .contact{
	background:url(images/bg-nav-contact.png) no-repeat;
	width:121px;
}
#nav .login{
	background:url(images/bg-nav-login.png) no-repeat;
	width:90px;
}
#header .visual{
	background:url(images/bg-visual.png) no-repeat;
	width:482px;
	overflow:hidden;
	height:198px;
	padding:27px 37px 32px 35px;
	left:408px;
	position:absolute;
	top:87px;
}
.promo{
	position:absolute;
	top:287px;
	left: -23px;
	z-index:50;
}
.promo .buttons{
	margin:0;
	padding:0 0 0 78px;
	list-style:none;
	overflow:hidden;
	position:relative;
	height: 1%;
}
.promo .buttons li{
	float:left;
	width:400px;	
	overflow:hidden;
	position:relative;
}
.promo .buttons a{
	overflow:hidden;
	display: block;
	text-indent:-9999px;
	cursor:pointer;
}
.promo .buttons .campers{
	width:395px;
	height:199px;
	margin:14px 21px 0 0;
}
.promo .buttons .campers a{
	background:url(images/bg-campers.png) no-repeat;
	height:398px;
}
.promo .buttons .campers a:hover{
	margin:-199px 0 0;
}
.promo .buttons .parents a{
	background:url(images/bg-parents.png) no-repeat;
	height:394px;
}
.promo .buttons .parents{
	width:398px;
	height:197px;
}
.promo .buttons .parents a:hover{
	margin:-197px 0 0;
}
.promo .img-holder{
	overflow:hidden;
	margin:-3px 0 0 -1px;
	padding:0 0 0 35px;
}
.promo .img-holder img{
	vertical-align:top;
}
#main{
	width:920px;
	overflow:hidden;
	position:relative;
	z-index:100;
	margin:-233px 0 0;
	left:-3px;
	float: left;
}
#main .main-t{
	background:url(images/bg-main-t.png) no-repeat;
	height:44px;
}
#main .main-b{
	background:url(images/bg-main-bg-b.png) no-repeat;
	height:37px;
}
#main .main-c{
	background:url(images/bg-main-c2.png) repeat-y;
	width:920px;
}
#content .content-center:after,
#main .main-c:after{
	content:"";
	clear:both;
	display:block;
}
#main .content{
	float:left;
	position:relative;
	margin:-44px 0 -14px;
	padding:10px 51px 0;
	width: 818px;
	overflow:hidden;
}
.navigation{
	margin:0 -51px 15px -51px;
	padding:0 0 0 20px;
	list-style:none;
	overflow:hidden;
	height:55px;
	float: left;
	display: inline;
}
.navigation li{
	float:left;
	margin:0 5px 0 0;
	overflow:hidden;
	height:56px;
	position:relative;
}
.navigation a{
	text-indent:-9999px;
	float:left;
	height:168px;
	width:151px;
	position:relative;
	cursor: pointer;
}
.navigation .current_page_item a,
.navigation .current_page_item a:hover {margin:-112px 0 0;}
.navigation a:hover{margin:-56px 0 0;}

.navigation .home {background:url(images/btn-home.png) no-repeat;}
.navigation .who-we-are {background:url(images/bg-who.png) no-repeat;}
.navigation .what-we-provide {background:url(images/btn-what.png) no-repeat;}
.navigation .our-camps {background:url(images/btn-camps.png) no-repeat;}
.navigation .what-you-pay {background:url(images/btn-pay.png) no-repeat;}
.navigation .faq {
	background:url(images/btn-faq.png) no-repeat;
	width:81px;
}
#content{
	float:left;
	width:812px;
	overflow:hidden;
	min-height:800px;
}
*html #content {height:800px;}
#content .content-top{
	background:url(images/bg-content-t.png) no-repeat;
	height:24px;
}
#content .content-bottom{
	background:url(images/bg-content-bottom.png) no-repeat;
	height:30px;
}
#content .content-center{
	background:url(images/bg-content-c.png) repeat-y;
	width:812px;
}
#content .content-box{
	float:left;
	overflow:hidden;
	margin:-18px 0 10px;
	padding:0 15px 0 10px;
	width: 787px;
	position:relative;
}
.content-box .visual{
	float:right;
	overflow:hidden;
	width:205px;
	display:inline;
	margin:0 -15px 0 0;
	overflow: hidden;
}
.content-box .visual .extra-img{
	margin:0 0 90px;
}
.content-box h4{
	color:#027dfb;
	margin:0;
	font-size:14px;
	
}
.content-box p{
	margin:0 0 17px;
}
.content-box h1 {
	width:151px;
	text-indent:-9999px;
	overflow: hidden;
	margin:4px 9px 3px 0;
	height:56px;
}
.content-box .our-camps{
	background:url(images/bg-our-camps.png) no-repeat;
}
.content-box .what-you-pay{
	background:url(images/bg-what-you-pay.png) no-repeat;
}
.content-box .faq{
	background:url(images/bg-faq.png) no-repeat;
}
.content-box .what-title,
.content-box .who-we {
	width:151px;
	height:56px;
}
.content-box .what-title{background:url(images/bg-what.png) no-repeat;}
.content-box .who-we{background:url(images/bg-who-we.png) no-repeat;}
.content-box .wrap{
	overflow:hidden;
	height:1%;
}
.content-box .first{
	padding:17px 0 0;
	margin:0 0 14px;
}
.content .note{
	margin:0 0 10px;
	width:100%;
	overflow:hidden;
	text-align:center;
	clear: both;
}
.content .note img{
	vertical-align:top;
}
.content .promo-box{
	margin:0 -26px;
	padding:0;
	width: 909px;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.content .promo-box li{
	float:left;
	margin:0 15px 0 0;
}
.content .promo-box a{
	float:left;
	text-indent:-9999px;
	width:284px;
	height:216px;
	cursor: pointer;
}
.content .promo-box .your-adventure{background:url(images/img06.png) no-repeat;}
.content .promo-box .fun-games{background:url(images/bg-game.png) no-repeat;}
.content .promo-box .gallery{background:url(images/bg-galerry.png) no-repeat;}
.content .promo-box .camp-day {background: url(images/bg-camp-day.png) no-repeat;}

.pearents{
	background:url(images/bg-pearents.png) no-repeat;
	width:285px;
	text-indent:-9999px;
	float:right;
	display:inline;
	margin:10px 0 0;
	height:26px;
}
.decorations #main .content {
	/*background:url(images/bg-decoration.png) no-repeat;*/
}
/* fun-and-games */
.fun-and-games {
	width: 874px;
	margin: 0 -26px 22px;
	clear: both;
}
.fun-and-games-t,
.fun-and-games-b {
	height: 16px;
}
.fun-and-games-t {
	background: url(images/bg-fun-and-games-t.png) no-repeat;
}
.fun-and-games-b {
	background: url(images/bg-fun-and-games-b.png) no-repeat;
}
.fun-and-games-c {
	background: url(images/bg-fun-and-games-c.png) repeat-y;
	width: 874px;
}
.fun-and-games-c:after {
	content: "";
	display: block;
	clear: both;
}
.fun-content {
	width: 910px;
	float: left;
	position: relative;
	margin: 0 -40px -16px 0;
	top: -11px;
}
.fun-and-games .items {
	float: left;
	width: 370px;
	display: inline;
	margin: 0 28px 0 0;
	padding: 0 27px;
}
.fun-and-games h2 {
	font-size: 19px;
	line-height: 24px;
	margin: 0 0 10px -13px;
	position: relative;
	color: #027dfb;
	width: 200px;
	height: 67px;
	text-indent: -9999px;
}
h2.newest-games {background: url(images/bg-newest-games.png) no-repeat;}
h2.favourites {background: url(images/bg-favourites.png) no-repeat;}
.fun-and-games .item {
	height: 1%;
	overflow: hidden;
	margin: 0 0 12px;
}
.fun-and-games .img-holder {
	float: left;
	background: url(images/bg-fun-and-games-img-holder.png) no-repeat;
	width: 164px;
	height: 113px;
	padding: 7px 15px 15px 8px;
	margin: 0 21px 0 0;
	display: inline;
}
.fun-and-games strong.title {
	font-weight: normal;
	display: block;
	margin: 0 0 16px;
}
.fun-and-games .text-holder {
	overflow: hidden;
	height: 1%;
	padding: 3px 0 0;
}
.fun-and-games p {
	margin: 0 0 17px;
}
/* gallery-holder */
.gallery-holder {
	background: url(images/bg-gallery-holder.png) no-repeat;
	width: 812px;
	height: 495px;
	margin: 0 auto 46px;
	clear: both;
}
.gallery-holder:after {
	content: "";
	display: block;
	clear: both;
}
ul.gallery-links {
	margin: 60px 0 0 -27px;
	padding: 0;
	list-style: none;
	width: 151px;
	float: left;
}
ul.gallery-links li {
	height: 56px;
	overflow: hidden;
	position: relative;
	margin: 0 0 1px;
	float: left;
}
ul.gallery-links a {
	width: 151px;
	height: 112px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
ul.gallery-links a:hover,
ul.gallery-links li.current_page_item a {margin: -56px 0 0;}
ul.gallery-links a.adventure {background: url(images/btn-adventure.png) no-repeat;}
ul.gallery-links a.arts-crafts {background: url(images/btn-arts-and-crafts.png) no-repeat;}
ul.gallery-links a.camp {background: url(images/btn-camp.png) no-repeat;}
ul.gallery-links a.sports {background: url(images/btn-sports.png) no-repeat;}
ul.gallery-links a.performing-arts {background: url(images/btn-perfoming-arts.png) no-repeat;}
ul.gallery-links a.water-sports {background: url(images/btn-water-sports.png) no-repeat;}
.gallery-holder .gallery {
	width: 698px;
	height: 431px;
	float: right;
	margin: 8px -18px 0 0;
	position: relative;
}
.gallery .gallery-frame {
	background: url(images/bg-gallery.png) no-repeat;
	width: 698px;
	height: 431px;
	float: left;
}
.gallery-holder .gallery h2 {
	background: url(images/title-gallery.png) no-repeat;
	width: 151px;
	height: 56px;
	text-indent: -9999px;
	margin: -23px auto 9px;
	position: absolute;
	left: 266px;
}

div.ngg-navigation span,
div.ngg-navigation .page-numbers {
	display: none;
}

.gallery a.link-next,
.gallery a.link-prev,
.gallery a.prev,
.gallery a.next {
	position: absolute;
	width:42px;
	overflow:hidden;
	height:42px;
	text-indent: -9999px;
	background: url(images/link-prev.gif);
	top: 352px;
	left: 238px;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.gallery a.link-next,
.gallery a.next {
	background: url(images/link-next.gif);
	left:383px;
}
.gallery-holder .gallery-frame div.inner {
	width:392px;
	overflow:hidden;
	height:286px;
	position:relative;
	margin: 40px auto 0;
}
.gallery-holder .gallery-frame div.inner ul {
	position:absolute;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
	top:0;
	left:0;
}
.gallery div ul li {
	width:367px;
	overflow:hidden;
	height:286px;
	position: relative;
}
/* your-adventure */
.your-adventure {
	width: 100%;
	clear: both;
}
.your-adventure:after {
	content: "";
	display: block;
	clear: both;
}

.your-adventure-holder {
	width: 909px;
	margin: 0 0 0 -44px;
	position: relative;
}
.your-adventure-t {
	background: url(images/bg-your-adventure-t.png) no-repeat;
	height: 245px;
}
.your-adventure-b {
	background: url(images/bg-your-adventure-b.png) no-repeat;
	height: 25px;
}
.your-adventure-c {
	width: 846px;
	padding: 0 46px 0 17px;
	background: url(images/bg-your-adventure-c.png) repeat-y;
}
.your-adventure-c:after {
	content: "";
	display: block;
	clear: both;
}
.your-adventure-content {
	width: 100%;
	float: left;
	position: relative;
	background: url(images/bg-your-adventure-wrap-posts.gif) repeat-y;
	margin: -229px 0 0;
}
.your-adventure-content .wrap-posts {
	width: 864px;
	margin: 0 -18px 0 0;
}
.wrap-posts-holder {
	background: url(images/bg-wrap-posts-holder.gif) no-repeat;
	overflow: hidden;
	height: 1%;
	margin: 0 0 -18px;
}
.your-adventure .posts {
	float: left;
	display: inline;
	width: 390px;
	margin: 0 18px 0 0;
	padding: 13px 12px 0;
}
.your-adventure .posts2 {
	padding: 6px 7px 0;
}
.your-adventure .title {
	width: 151px;
	height: 56px;
	float: left;
	display: inline;
	margin: -10px 9px 0 -5px;
}
.your-adventure h2 {
	margin: 0;
	text-indent: -9999px;
}
.your-adventure h2.text-your-adventure {
	background: url(images/text-your-adventure.png) no-repeat;
	width: 151px;
	height: 56px;
	float: left;
	display: inline;
	margin: -10px 9px 0 -5px;
}
.your-adventure p { margin: 0 0 9px;}
.your-adventure .post {
	margin: 0 0 20px;
}
.your-adventure .img-climbing-fun {
	float: right;
	margin: 0 -11px 0 0;
}
.your-adventure .img-travel-in {
	float: right;
	margin: -30px -40px 0 0;
}
.your-adventure .img-swinging-fun {
	float: right;
	margin: -30px -26px 0 0;
}
.your-adventure a.click-activities {
	background: url(images/btn-activtsts.png) no-repeat;
	width: 151px;
	height: 56px;
	text-indent: -9999px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: left;
	margin: -10px 9px 0 -5px;
}
.your-adventure div.click-activities {padding: 8px 0 0;}
.your-adventure h3 {
	margin: 0 0 8px;
	text-indent: -9999px;
	overflow: hidden;
	height: 12px;
}
h3.text-your-team {
	background: url(images/text-your-team.png) no-repeat;
	width: 103px;
}
h3.text-travel {
	background: url(images/text-travel.png) no-repeat;
	width: 54px;
}
h3.text-camp {
	background: url(images/text-camp.png) no-repeat;
	width: 43px;
}
.your-adventure .teams {
	height: 1%;
	overflow: hidden;
	padding: 7px 0 0;
	margin: 0 0 17px;
}
.your-adventure .teams .team {
	float: left;
	width: 150px;
	padding: 0 30px 0 0;
}
.your-adventure .teams .team span {display: block;}
/* completion-box */
.completion-box {
	width: 909px;
	margin: 0 0 0 -44px;
}
.completion-box:after {
	content: "";
	display: block;
	clear: both;
}
.completion-box .img-holder {
	float: left;
	display: inline;
	margin: -24px 0 0 15px;
	position: relative;
	z-index:3;
}
.completion-box .descript {
	background: url(images/bg-paper.png) no-repeat;
	width: 388px;
	height: 204px;
	float: right;
	display: inline;
	padding: 44px 30px 20px;
	margin: -23px 36px 0 -29px;
	position: relative;
}
.completion-box h3 {
	margin: 0 0 16px;
	text-indent: -9999px;
	overflow: hidden;
}
h3.text-the-end {
	background: url(images/text-the-end.png) no-repeat;
	width: 74px;
	height: 12px;
}
.completion-box p {margin: 0 0 7px;}
.apply-now {
	color: #0273e6;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 20px -44px;
	width: 909px;
}
.apply-now p {margin: 0;}
.pop-up {
	width: 452px;
	height: 408px;
	position: absolute;
	top: 200px;
	left: 200px;
	z-index:999;
	display: none;
}
.pop-up-holder {
	background: url(images/bg-paper-popup.png) no-repeat;
	width: 414px;
	height: 344px;
	padding: 44px 15px 20px 23px;
}
.pop-up p {margin: 0 0 16px;}
.pop-up p strong {
	color: #bf0000;
	font-weight: normal;
}
/* insurance */
.insurance {
	background: url(images/bg-paper-insurance.png) no-repeat;
	width: 352px;
	height: 175px;
	padding: 48px 171px 0 35px;
	margin: 32px 0 46px 10px;
}
.insurance table{
	width:100%;
	color: #027dfb;
	font-weight: bold;
	border-collapse:collapse;
	line-height: 16px;
	position: relative;
}
.insurance table td,
.insurance table tr{
	border-collapse:collapse;
}
.insurance table th {padding: 0 0 17px;}
.insurance table td {padding: 0 0 1px;}
.insurance table .result td {padding: 17px 0 0;}
.content-box h3.text-before-camp {
	background: url(images/text-before-camp.png) no-repeat;
	width: 104px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	margin: 0 0 7px;
}
.content-box h3.text-at-camp {
	background: url(images/text-at-camp.png) no-repeat;
	width: 65px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	margin: 0 0 7px;
}
.content-box dl {
	margin: 0;
	list-style: none;
}
.content-box dt {
	color: #027dfb;
	font-weight: bold;
}
.content-box dd {margin: 0 0 16px;}

.content-box .activiites-title{
	margin:0 0 10px;
	overflow:hidden;
	width:100%;
}
.content-box .activiites-title a{
	background:url(images/btn-activtsts.png) no-repeat;
	width:151px;
	height:56px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.content-box .activiites-title span{
	float:left;
	font:12px/14px Arial, Helvetica, sans-serif;
	margin:30px 0 0;
}
.content-box a.login-title{
	margin:0 5px 10px 0;
	float:left;
	background:url(images/bg-login-title.png) no-repeat;
	width:97px;
	cursor: pointer;
	height:60px;
}
.content-box .wrap p{
	margin:15px 0 0;
}
#activity-popup{
	position:absolute;
	z-index:100;
	top:200px;
	left:150px;
}
.hide {
	display:none;
}
#promo-gallery {

}
.jdGallery .slideElement
{
	height:198px;
	width:483px;
	margin:0 0 0 34px !important;
	background-color: none;
	background-repeat: no-repeat;
	background-position: center center;
}
#flash #home-text{
	margin-left:720px;
	position:absolute;
	z-index:100;
}
#flash1 #home-text{
	margin-left:400px;
	position:absolute;
	margin-top:100px;
	z-index:100;
}
#flash2 #home-text{
	position:absolute;
	margin-left:790px;
	margin-top:-50px;
	z-index:100;
}
.pic{
	width:365px;
	height:300px;
	margin:40px 0 0 155px;
	position:relative;
	overflow:hidden;
}
.pic img {
	border:0 !important;
	display:block !important;
	margin-bottom:0 !important;
	margin-top:0 !important;
	padding:0 !important;
	width:363px !important;
	height:287px;
}
.ngg-imagebrowser-nav .back,
.ngg-imagebrowser-nav .next {
	position: absolute !important;
	width:42px !important;
	overflow:hidden !important;
	height:42px !important;
	text-indent: -9999px !important;
	background: url(images/link-prev.gif) !important;
	top: 352px !important;
	left: 238px !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.ngg-imagebrowser-nav  .next {
	background: url(images/link-next.gif) !important;
	left:383px !important;
}

.ngg-imagebrowser-nav .back a,
.ngg-imagebrowser-nav  .next a{
	display:block;
	height:42px;
}
