body {
	background: #E2681E;
	margin: 0;
	padding: 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #503C1F;
}

h1 {
	font-size: 20px;
	margin: 0 0 10px;
}

h2 {
	font-size: 18px;
	margin: 0 0 10px;
	color: #00A7AD;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	margin: 0 0 5px;
}

.maintext {
	line-height: 20px;
}

.orangetext {
	color: #E2681E;
}

.bluetext{
	color: #00A7AD;
}

.redtext{
	color: #f3051b;
	font-weight:bold;
}

.container {
	width: 960px;
	margin: 0 auto;
	background: url(../_images/background-repeat.jpg) repeat-y;
	overflow: hidden;
}

.containerinternal {
	width: 960px;
	background: url(../_images/background-top.jpg) no-repeat;
	float: left;
	position: relative;
	z-index: 10;
}

.containerinvite {
	width: 500px;
	float: left;
	position: relative;
	margin: 300px 0 0 185px;
	text-align:center;
}

.containerinvitewide {
	width: 300px;
	float: left;
	margin: 0 0 0 30px;
}

.bookingheader {
	background:#fff;
	margin: 300px 0 0 185px;
}

.invite {
	width: 595px;
	float: left;
	margin-top:20px;
}
.invite img {
	vertical-align:top;
}

.footer {
	width: 960px;
	height: 146px;
	background: url(../_images/background-footer.jpg) no-repeat #E2681E;
	clear: both;
	position: relative;
	float: left;
	z-index: 9;
	margin: -4px 0 0 0;
}

.ccards {
	position: absolute;
	top: -40px;
	left: 148px;
}

.skaterimg {
	position: absolute;
	bottom: 66px;
	right: 350px;
}

.nav {
	float: left;
	margin: 230px 0 0 24px;
	display: inline;
}

.navlist {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.navlistitem {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.navlistimg {
	float: left;
	border: none;
}

.content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.contentleft {
	width: 464px;
	float: left;
	margin: 45px 0 0 164px;
	padding: 0 20px 10px;
	display: inline;
	clear: both;
	min-height: 1010px;
	height: auto !important;
	height: 523px;
	position: relative;
	z-index: 15;
}

.contentright {
	width: 270px;
	float: left;
	position: absolute;
	top: 265px;
	right: 22px;
}

.eventscontainer {
	width: 270px;
	height: 568px;
	background: url(../_images/background-events.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	float: left;
}

.footercontent {
	width: 960px;
	height: 106px;
	position: relative;
}

.footerleft {
	width: 108px;
	position: absolute;
	top: 30px;
	left: 0px;
}

.footercenter {
	float: left;
	margin: 50px 0 0 142px;
	display: inline;
}

.footerright {
	width: 95px;
	position: absolute;
	top: 30px;
	right: 10px;
}

.footer-pw {
	position: absolute;
	top: 75px;
	right: -10px;
	width: 115px;
}

.footer-pw-text {
	font-size: 9px;
	float: left;
	color: #FFFFFF;
	margin: 5px 5px 0 0;
	display: inline;
}

.footerlist {
	float: left;
	display: inline;
	list-style-type: none;
	color: #E98D56;
	font-size: 11px;
}

.pwimg {
	float: left;
	width: 50px;
	height: 31px;
}

.footerlistitem {
	float: left;
	display: inline;
	padding: 0 5px;
}

.footerlink {
	color: #00A7AE;
	text-decoration: none;
}

.footerlink:hover {
	text-decoration: underline;
}

.monthselect {
	float: left;
	margin:70px 0 10px;
	padding: 0 20px;
}

.monthselect a.active{
	color: #503C1F;
}

.monthbox {
	background: url(../_images/events-month-background.jpg) no-repeat;
	float: left;
	width: 54px;
	height: 34px;
	margin: 0 0 0 3px;
	display: inline;
}

.monthtext {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	margin: 6px 0 0 14px;
	display: inline;
	text-decoration: none;
}

.events {
	width: 200px;
	padding: 0 10px 0 20px;
	color: #EBE0C9;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	height: 450px;
}

.eventsscrollcontainer {
	position: absolute;
	top: 0;
	left: 20px;
	display: none;
}

.eventbox {
	float: left;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #E2681E;
	position: relative;
}

.eventsimg {
	height: 82px;
	width: 70px;
}

.eventbox-img {
	background: url(../_images/christmas_santa.gif) no-repeat bottom right;
}

.eventdateyellow {
	color: #F0D01D;
	margin: 0 0 5px;
}
.eventnameyellow {
	color: #F0D01D;
	margin: 0 0 5px;
	font-size: 14px;
}

.eventvenueyellow {
	color: #F0D01D;
	margin: 0 0 5px;
}

.eventdateblue {
	color: #FFFFFF;
	margin: 0 0 5px;
}

.eventnameblue {
	color: #0A9A9D;
	margin: 0 0 5px;
	font-size: 12px;	
}

.eventvenueblue {
	color: #0A9A9D;
	margin: 0 0 5px;
	font-size: 15px;
}

.eventtextblue {
	color: #0A9A9D;
	margin: 0 0 5px;
	font-weight: normal;	
}

.eventdateorange {
	color: #FFFFFF;
	margin: 0 0 5px;
}

.eventnameorange {
	color: #E2681E;
	margin: 0 0 5px;
	font-size: 12px;
}

.eventvenueorange {
	color: #E2681E;
	margin: 0 0 5px;
	font-size: 15px;	
}

.eventtextorange {
	color: #E2681E;
	margin: 0 0 5px;
	font-weight: normal;
}

.eventdateyellow {
	color: #FFFFFF;
	margin: 0 0 5px;
}

.eventvenueyellow {
	color: #F0D41B;
	margin: 0 0 5px;
	font-size: 15px;	
}

.eventtextyellow {
	color: #F0D41B;
	margin: 0 0 5px;
	font-weight: normal;
}


.eventdate {
	color: #0A9A9D;
	margin: 0 0 5px;
}

.eventname {
	color: #F0D41B;
	margin: 0 0 5px;
	font-size: 14px;
}

.eventvenue {
	color: #E2681E;
	margin: 0 0 5px;
}

.eventtext {
	font-weight: normal;
}

.eventbooknow {
	margin: 0;
}

.imgscrollup {
	position: absolute;
	top: 120px;
	right: 5px;
	cursor: pointer;
	width: 31px;
	height: 31px;
	background-image: url(../_images/events-up-arrow.jpg);
	background-repeat: no-repeat;
}

.imgscrolldown {
	position: absolute;
	bottom: 20px;
	right: 5px;
	cursor: pointer;
	width: 31px;
	height: 31px;
	background-image: url(../_images/events-down-arrow.jpg);
	background-repeat: no-repeat;
}

.ruleslist {
	list-style-type: none;
	line-height: 20px;
	margin: 0 0 10px;
}

.bulletedlist {
	list-style-type: bullet;
	line-height: 20px;
	margin: 0 20px 10px;
}

.starbox {
	float: left;
	margin: 0 0 0 0;
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 451px;
	height: 221px;
	z-index: 14;
}

.starcont {
	float: left;
	position: relative;
	width: 451px;
}

.starboxtitle {
	font-size: 11px;
	color: #F0D41B;
	position: absolute;
	top: 100px;
	left: 190px;
}

.startext {
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 120px;
	left: 190px;
	color: #FFFFFF;
}

.starimg {
	float: left;
	margin: 0;
	padding: 0;
	}

.galleryimg {
	width: 145px;
	height: 96px;
	float: left;
	margin: 0 6px 10px 0;
	display: inline;
	border: 2px solid #F0D41B;
	}

.galleryimglast {
	margin: 0 0 10px;
	}

.socialmediacont {
	width: 464px;
	float: left;
	margin: 10px 0 0 0;
	}

.socialmedialeft {
	width: 50%;
	float: left;
	}

.socialmediaright {
	width: 50%;
	float: left;
	}

.socialmedialist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 140px;
}

.socialmedialistitem {
	margin: 5px 0;
	padding: 0;
	float: left;
	clear: both;
	width: 140px;
}

.socialmedialink {
	text-decoration: none;
	color: #00A7AE;
	float: left;
	font-weight: bold;
	display: block;
	overflow: hidden;
}

.socialmediaimg {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	clear: both;
}

.socialmediatext {
	display: block;
	float: left;
	padding: 3px 0 0 0;
	cursor: pointer;
}

.mapdonyngs {
	color: #0A9A9D;
}

.mapleatherhead {
	color: #E2681E;
}

.mappavillion {
	color: #F0D41B;
}

.venuecont {
	float: left;
	width: 464px;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #00A7AE;
}

.venueleft {
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
}

.venueacross {
	clear: both;
	float: left;
	width: 465px;
	margin: 0 10px 0 0;
}

.venueright {
	float: left;
	width: 224px;
}

.donyngsimg {
	border: 2px solid #00A7AE;
}

.birthdaygirl {
	color: #FF0066;
}

.birthdayboy {
	color: #00B0F0;
}

.partylist {
	padding: 0 0 0 25px;
	line-height: 20px;
	margin: 0 0 10px;
}

.darktext {
	color: #503C1F;
}

.contactformcontainer {
	overflow: hidden;
	width: 100%;
}

.contactform {
	margin: 10px 0;
}

.contactlabel {
	float: left;
	width: 100px;
	font-size: 14px;
	margin: 3px 0 0 0;
}

.contactinput {
	float: left;
	width: 200px;
	font-size: 14px;
}

.contactformrow {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 0 15px;
}

.contactsubmit {
	margin: 0 0 0 100px;
	display: inline;
}

label.errorlabel {
	display: none;
	float: left;
	margin: 3px 0 0 100px;
	font-size: 13px;
	color: #FF0000;
	clear: both;
}

input.errorlabel {
	border: 1px solid #FF0000;
}

.contacttextarea {
	width: 200px;
	height: 150px;
	float: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.formsuccesstext {
	font-size: 14px;
}

.change4lifetext {
vertical-align: middle;
}

.breakingnews {
	float: right;
	background: url(../_images/backgroud-latest-news-top.jpg) no-repeat;
	width: 464px;
	margin: 10px 0 250px 0;
}
.breakingnewsend {
	background: url(../_images/backgroud-latest-news-bottom.jpg) no-repeat;
	font-size:1px;
	height:10px;
}
.breakingnewscontainer {
	margin-top: 40px;
	background: url(../_images/backgroud-latest-news-middle.jpg) repeat-y;
}


.breakingnews .newsitemone, .breakingnews .newsitemtwo {
	margin: 0px 10px 0 10px;
	float: left;
	width: 206px;
}

.breakingnews .newsitemone h3, .breakingnews .newsitemtwo h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0px;
}

.breakingnews .newsitemone p, .breakingnews .newsitemtwo p {
	font-size: 11px;
}



.widgets {
	padding: 10px 0;
	clear: both;
}

.twtr-widget {
}


.partybag {
	float: left;
	width: 180px;
	margin: 20px;
	padding: 5px;
	border: 1px dotted #999;
	text-align: center;
	line-height: 200%;
	font-weight: bold;
}

.boybag {
	color: #06F;
}

.girlbag {
	color: #F3F;
}