body {
	text-align: center;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/seamless_background_texture-light_blue_gray.jpg);
	background-repeat: repeat;
}
#outerWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #39F;
	background-color: #39F;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 15px;
}
#header {
	width: 930px;
	height: 363px;
	border-radius: 15px;
	background-image: url(../images/head930.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}
#menuBar {
	padding: 15px;
	height: auto;
	width: 930px;
}
#content {
}
#leftColumn {
	float: left;
	width: 530px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-radius: 15px;
	height: auto;
}
#leftColumnImages {
	float: left;
	height: 375px;
	width: 500px;
	border: 5px solid #f4226d;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-radius: 15px;
}

#rightColumn {
	float: right;
	width: 340px;
	background-image: url(../images/yellowbackground.png);
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 5px solid #F4226d;
	margin-right: 15px;
	border-radius: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#footer {
	background-color: #f4226d;
	clear: both;
	height: 70px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-radius: 15px;
}
.redtext {
	color: #f4226d;
	font-weight: bold;
}
#slider {
	height: 385px;
	width: auto;
}


.heading1 {
	font-size: 23px;
	font-weight: bold;
	color: #000;
}
#playVid {
	color: #003399;
	font-size: 18px;
	font-weight: bold;
	float: left;
	height: auto;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#buzzerVid {
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: 500px;
	border: 5px solid #F4226d;
	float: left;
	overflow: hidden;
	border-radius: 15px;
}


.heading2 {
	font-size: 18px;
	font-weight: bold;
}
.heading3 {
	font-size: 16px;
	font-weight: bold;
}

#faq_page_column {
	background-color: #EBF322;
	width: 850px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	clear: both;
	padding: 15px;
	text-align: left;
	border: 5px solid #F4226D;
	border-radius: 15px;
	color: #000;
}
#contactForm {
	height: auto;
	width: 900px;
	background-color: #EBF322;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #f4226d;
	border-radius: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.faqtextquestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00C;
}
.faqtextanswer {
	font-style: italic;
	color: #000;
}
#contactDetails {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	text-align: center;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#mouse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #003399;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-bottom: 20px;
	height: auto;
	width: 500px;
}
.messageContent {
	display: none;
}
.message {
	height: 35px;
	width: 490px;
	padding-top: 10px;
	padding-left: 10px;
	border: 5px solid #F4226d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
	border-radius: 20px;
	text-align: center;
	background-image: url(../images/yellowbackground.png);
	float: left;
}
#leftColumnSumo {
	float: left;
	width: 500px;
	height: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4226d;
	border-right-color: #F4226d;
	border-bottom-color: #F4226d;
	border-left-color: #F4226d;
}
#leftColumnBuzzer {
	height: auto;
	width: 500px;
	float: left;
	border: 5px solid #F4226d;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 15px;
}
#singleColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #003399;
	width: 850px;
	border: 5px solid #F00;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	margin-top: 25px;
	margin-bottom: 45px;
	border-radius: 15px;
	background-color: #EBF322;
	height: auto;
	text-align: center;
}
.didicarImages {
	height: auto;
	width: 160px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
}
#centreColumnDidicar {
	height: auto;
	width: 160px;
	float: left;
	margin-left: 15px;
}
#leftColumnDidicar {
	height: auto;
	width: 350px;
	margin-bottom: 20px;
	margin-left: 15px;
	float: left;
}
#didicarVideo {
	height: 256px;
	width: 340px;
	border: 5px solid #F4226d;
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 15px;
}
#didicarGroup {
	float: left;
	width: 345px;
	height: 545px;
	border-radius: 15px;
}
#didicarBoy {
	height: 260px;
	width: 320px;
}

#walkRideVideo {
	float: left;
	height: 255px;
	width: 340px;
	margin-bottom: 20px;
	border: 5px solid #F4226d;
	overflow: hidden;
	border-radius: 15px;
}


#hireExtra {
	width: 470px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f4226d;
	border-right-color: #f4226d;
	border-bottom-color: #f4226d;
	border-left-color: #f4226d;
	float: left;
	margin-bottom: 15px;
	border-radius: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(../images/yellowbackground.png);
}
#indexPics {
	height: auto;
	width: 500px;
	float: left;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4226d;
	border-right-color: #F4226d;
	border-bottom-color: #F4226d;
	border-left-color: #F4226d;
	border-radius: 15px;
	background-image: url(../images/tileable-cloud-patterns-4.png);
	padding: 5px;
	margin-bottom: 10px;
}
#didicarRing {
	width: 340px;
	height: 255px;
	border-radius: 15px;
	margin-bottom: 15px;
	background-image: url(../images/SAM_2413Web.jpg);
	margin-left: 5px;
	margin-top: 15px;
}

#copyright {
	font-size: 10px;
	height: auto;
	width: auto;
}
#pipa {
	float: left;
	height: 68px;
	width: 95px;
	overflow: hidden;
	border-radius: 5px;
}
#footerText {
	float: left;
	height: auto;
	width: 737px;
}
#tipe {
	float: right;
	height: 71px;
	width: 68px;
	overflow: hidden;
	border-radius: 5px;
}
#vid {
	padding: 5px;
	height: auto;
	width: 500px;
	border: 5px solid #F4226d;
	background-color: #FFF;
}
#discoDomeVideo {
	height: auto;
	width: 500px;
	float: left;
	clear: left;
	border: 5px solid #F4226d;
	margin-top: 15px;
	border-radius: 15px;
	overflow: hidden;
}
#playzoneVideo {
	clear: left;
	float: left;
	height: 281px;
	width: 500px;
	margin-top: 15px;
	border: 5px solid #F4226d;
	border-radius: 15px;
	overflow: hidden;
}
#splatvideo {
	height: 281px;
	width: 500px;
	float: left;
	border: 5px solid #f4226d;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
	clear: left;
}
#playtablevideo {
	float: left;
	height: 281px;
	width: 500px;
	border: 5px solid #F4226d;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
	clear: left;
}
