body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
}
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}

#header {
	width: 92%;
	height: 75px;
	position: fixed;
	z-index: 5000;
	background-color: rgba(255,255,255,0.9);
	top: 0px;
	padding: 5px 4% 0px 4%;
	box-shadow: 0px 0px 10px #000;
}

#logo {
	height: 70px;
	float: left;
	margin: 0px 0px 5px 0px;
}


#top {
	height: 120px;
	width: 180px;
	position: absolute;
	top: 0px;
	z-index: 3;
	background-repeat: repeat-x;
}
#topnav {
	left: 190px;
	position: fixed;
	list-style-type: none;
	width: 200px;
	float: left;
	border-left: 2px solid #3DB7E4;
	z-index: 10;
	display: none;
}
#topnav li {
	float: left;
	font-size: 0.69em;
	color: #3DB7E4;
	font-weight: bold;
	border-right: 2px solid #3DB7E4;
	width: 90px;
}
#topnav li a {
	color: #3DB7E4;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}
#topnav li a:hover {
	background-color: #0B1634;
}
#search {
	left: 50%;
	position: absolute;
	top: 30px;
	z-index: 50;
	background-image: url(http://www.snowfactor.com/images/design/search.png);
	height: 40px;
	width: 300px;
	margin-left: -5px;
}
#social {
	padding: 5px 0px 7px 15px;
	float: right;
}
#social img {
	float: right;
	margin: 0px 0px 0px 7px;
}
#social-gallery {
	position: fixed;
	left: 0px;
	z-index: 3;
	bottom: 180px;
	width: 165px;
	padding: 10px 0px 0px 15px;
	height: 90px;
	background-image: url(../images/design/text-pbkgd.png);
}
#social-gallery img {
	float: left;
	margin: 0px 7px 13px 0px;
}

#content {
	margin:0px auto;
	width:400px;
	z-index: 3;
	position:absolute;
	top: 140px;
}
#mobilenav {
	font-size: 14px;
	clear: right;
	float: right;
	width: 65%;
}



/* ---------  NAV --------- */

ul.dropdown {
	display: none;
}






#hometitle {
	position: absolute;
	top: 260px;
	z-index: 5;
	right: 0px;
	min-width: 320px;
	float: left;
	max-width: 475px;
	width: 100%;
	display: none;
}
#eventhome {
	width: 100%;
	float: left;
	clear: left;
	padding: 0;
}
.eventhomebox {
	float: left;
	clear: left;
	padding: 10px 4%;
	width: 92%;
}
#eventhome h1 {
	font-size: 1.5em;
	color: #FA3298;
	margin: 0px 0px 5px 0px;
	letter-spacing: -1px;
	line-height: 1em;
}
#eventhome h1 a {
	color: #FA3298;
	text-decoration: none;
	display: block;
}
#eventhome h1 a:hover {
	text-decoration: underline;
}
#eventhome h3 {
	color: #3DB7E4;
	display: block;
	letter-spacing: -1px;
	padding: 0px;
	clear: both;
	margin: 0px;
	font-size: 1.13em;
	line-height: 1em;
}
#eventhome h4 {
	font-size: 1em;
	color: #FA3298;
}
#eventhome h4 a {
	display: block;
	padding: 10px;
	color: #FA3298;
	text-decoration: none;
}
#eventhome h4 a:hover {
	color: #FFF;
	background-color: #FA3298;
}
#eventhome p {
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
}


#wrapper {
	width: 100%;
	clear: both;
	float: left;
	padding: 80px 0px 0px 0px;
}

#title {
	float: left;
	width: 92%;
	padding: 20px 4% 10px 4%;
}

#title h1 {
	font-size: 2.75em;
	letter-spacing: -2px;
	padding: 0px;
	margin: 0px;
	color: #FA3298;
	text-shadow: none;
	line-height: 1em;
	text-transform: lowercase;
}

#contentframe {
	overflow: hidden;
	text-align:left;
	z-index: 3;
	left: 185px;
	position: absolute;
	top: 30%;
	right: 0px;
}

#footer {
	width: 92%;
	background-color: #FA3298;
	clear: both;
	float: left;
	padding: 10px 4% 5px 4%;
}
#footer h2 {
	font-size: 2em;
	line-height: 1em;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	letter-spacing: -1px;
}
#footer h3 {
	font-size: 1em;
	padding: 5px 0px 0px 15px;
}
#footer  a  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer  a:hover  {
	text-decoration: underline;
}
#footer p {
	font-size: 0.88em;
	line-height: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 5px 0px 0px 0px;
}

#footer-gallery {
	position: fixed;
	bottom: 80px;
	z-index: 50;
	left: 0px;
	height: 95px;
	background-image: url(../images/design/nav.png);
	width: 180px;
}
#footer-gallery h2 {
	font-size: 1.5em;
	line-height: 1em;
	color: #FFFFFF;
	padding: 10px 10px 0px 15px;
	letter-spacing: -1px;
}
#footer-gallery h3 {
	font-size: 1em;
	padding: 5px 0px 0px 15px;
}
#footer-gallery a  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-gallery a:hover  {
	text-decoration: underline;
}
#footer-gallery p {
	font-size: 0.75em;
	line-height: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 0px 0px;
}

#credit {
	width: 92%;
	background-color: #FA3298;
	clear: both;
	padding: 5px 4% 10px 4%;
}

#credit p {
	font-size: 0.75em;
	line-height: 1em;
	font-weight: normal;
	color: #0B1634;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

#credit a  {
	color: #0B1634;
	text-decoration: none;
	display: block;
}
#credit a:hover  {
	color: #3DB7E4;
}

#credit-gallery {
	position: fixed;
	bottom: 50px;
	z-index: 50;
	left: 0px;
	height: 30px;
	background-image: url(../images/design/nav.png);
	width: 180px;
}

#credit-gallery p {
	font-size: 0.69em;
	line-height: 1em;
	font-weight: normal;
	color: #0B1634;
	padding: 5px 5px 0px 15px;
	margin: 0px 0px 0px 0px;
}

#credit-gallery a  {
	color: #0B1634;
	text-decoration: none;
	display: block;
}
#credit-gallery a:hover  {
	color: #3DB7E4;
}	
#ta {
	float: right;
	display: none;
}
#STB {
	float: right;
	height: 80px;
	width: 61px;
}
#STB-gallery {
	position: fixed;
	z-index: 50;
	left: 190px;
	bottom: 95px;
}
#STBHome {
	position: fixed;
	z-index: 50;
	top: 15px;
	left: 130px;
}
#map,
#wagmp_map_1 {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	height: 300px;
}
#courses p {
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	line-height: 1em;
	text-transform: lowercase;
	font-size: 1em;
}
a.download {
	display: block;
	color: #FFF;
	background-color: #FA3298;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
a:hover.download {
	color: #FA3298;
	background-color: #FFF;
}
a.gallerylink{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	font-weight: bold;
	background-color: #3DB7E4;
}
a:hover.gallerylink {
	color: #FFFFFF;
	background-color: #222222;
}
.rookie {
	color: #66CC00;
}
.rookie a {
	background-color: #66CC00;
}
.rookie a:hover {
	color: #66CC00;
}
.intermediate {
	color: #FF6600;
}
.intermediate a {
	background-color: #FF6600;
}
.intermediate a:hover {
	color: #FF6600;
}
.pro {
	color: #CC0000;
}
.pro a {
	background-color: #CC0000;
}
.pro a:hover {
	color: #CC0000;
}

.general {
	color: #5B027A;
}
.general a {
	background-color: #5B027A;
}
.general a:hover {
	color: #5B027A;
}
.times {
	float: right;
	margin: 0px;
}
a.youtube {
	display: block;
	padding: 5px;
	color: #FFF;
	background-color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0px;
	text-transform: lowercase;
}
a:hover.youtube {
	color: #FF6600;
	background-color: #FFF;
}
.galleryfolder {
	display: block;
	background-color: #099;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 1.3em;
	text-transform: lowercase;
}
a:hover.galleryfolder {
	color: #099;
	background-color: #FFF;
}




.CollapsiblePanel {
	margin: 0px 4%;
	float: left;
	clear: left;
	width: 92%;
}
.CollapsiblePanelContent {
	background-repeat: no-repeat;
	background-image: none;
}

.CollapsiblePanelContent #text {
	padding: 0px 0px 0px 0px;
}

.CollapsiblePanelContent #courses {
	padding: 0px 0px 0px 0px;
}

.CollapsiblePanelContent h1 {
	font-size: 1.75em;
	color: #FF3399;
	letter-spacing: -1px;
	padding: 0px;
	line-height: 1em;
	margin: 0px 0px 10px 0px;
	text-transform: lowercase;
}

.CollapsiblePanelContent h3,
.CollapsiblePanelContent h4,
.CollapsiblePanelContent p {
	padding: 0px;
	margin: 0px 0px 10px;
	line-height: 1.3em;
}
.CollapsiblePanelContent h2 {
	color: #3DB7E4;
	font-size: 1.13em;
	margin: 0px 0px 5px;
	line-height: 1em;
	text-transform: lowercase;
}

.CollapsiblePanelContent h3 {
	color: #FA3298;
	font-size: 0.88em;
	margin: 10px 0px 0px 0px;
	text-transform: lowercase;
}
.CollapsiblePanelContent h3 a {
	color: #FA3298;
	text-decoration: none;
}
.CollapsiblePanelContent h4 {
	font-size: 1.5em;
	display: block;
	color: #FFF;
	background-color: #FA3298;
	text-transform: lowercase;
	font-weight: 800;
	font-style: italic;
	margin: 0px;
	padding: 5px;
}
.CollapsiblePanelContent h5 {
	display: block;
	font-size: 1em;
	padding: 5px;
	background-color: #3DB7E4;
	color: #FFFFFF;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: 10px;
}
.CollapsiblePanelContent h6 {
	font-size: 0.88em;
	color: #FA3298;
	text-transform: lowercase;
	text-decoration: none;
	margin: 0px 0px 30px 0px;
}
.CollapsiblePanelContent h6 a {
	color: #FA3298;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FFF;
}
.CollapsiblePanelContent h6 a:hover {
	color: #FFFFFF;
	background-color: #FA3298;
}
.CollapsiblePanelContent h7 {
	font-size: 0.88em;
	background-color: #099;
	color: #FFF;
	display: block;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
.CollapsiblePanelContent h8 {
	font-size: 0.88em;
	background-color: #F60;
	color: #FFF;
	display: block;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
.CollapsiblePanelContent p {
	font-size: 0.88em;
	color: #222;
	line-height: 1.3em;
}
.CollapsiblePanelContent ul, ol {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}
.CollapsiblePanelContent li {
	font-size: 0.88em;
	color: #222;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}
.CollapsiblePanelContent p a {
	color: #333333;
	text-decoration: underline;
}
.CollapsiblePanelContent p a:hover {
	text-decoration: underline;
	color: #FF3399;
}
#text table {
	clear: left;
	margin: 0px 0px 10px 0px;
}
#text .addtocart {
	margin: 0px 0px 20px;
}
#text .addtocart td {
	margin: 0px;
	padding: 0px;
}
#text .addtocart .price {
	font-size: 0.88em;
	font-weight: bold;
	width: 60px;
	color: #5B027A;
}
#text .addtocart .quantity {
	width: 22px;
}
#text .addtocart .quantity input {
	width: 18px;
	border: 1px solid #3DB7E4;
	text-align: center;
	padding: 2px;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 14px;
	color: #222;
}
#text .addtocart .add {
	width: 33px;
}

#hidebutton,
#showbutton {
	position: fixed;
	top: 5px;
	right: 0px;
	display: none;
}
#news {
	width: 690px;
	float: right;
	z-index: 5;
	position: absolute;
	right: 19px;
	background-image: url(../images/design/nav.png);
	padding: 10px;
	bottom: 135px;
	height: 80px;
}
#news h2 {
	font-size: 1.5em;
	color: #FFF;
	text-align: left;
	line-height: 1em;
	letter-spacing: -1px;
	margin: 0px 0px 5px;
}
#news p {
	font-size: 0.88em;
	line-height: 1.3em;
	color: rgba(255,255,255,1);
	margin: 0px 0px 5px;
	font-weight: bold;
}
.eventbox {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#homeboxes {
	width: 100%;
	float: left;
	clear: left;
}
.homebox {
	margin: 0;
	width: 350px;
	height: 125px;
	float: left;
	position: relative;
	background-image: url(../images/design/nav-o.png);
}
.homebox img {
	float: left;
	width: 180px;
}
.homebox h2 {
	font-size: 1.5em;
	line-height: 1em;
	color: #3DB7E4;
	text-transform: lowercase;
	letter-spacing: -1px;
	padding: 10px 10px 5px;
	display: block;
	clear: left;
}
.homebox a {
	color: #3DB7E4;
	text-decoration: none;
}
.homebox a:hover {
	text-decoration: underline;
}
.homebox p {
	font-size: 0.88em;
	line-height: 1.3em;
	color: #FFFFFF;
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px 0px 5px;
}

.homebox-small {
	margin: 0;
	width: 92%;
	float: left;
	clear: left;
	padding: 10px 4%;
	background-color: #0B1634;
}
.homebox-small img {
	float: left;
	width: 180px;
}
.homebox-small h2 {
	font-size: 1.5em;
	line-height: 1em;
	color: #3DB7E4;
	letter-spacing: -1px;
	padding: 0px 0px 5px;
	display: block;
	clear: left;
}
.homebox-small a {
	color: #3DB7E4;
	text-decoration: none;
	display: block;
}
.homebox-small a:hover {
	text-decoration: underline;
}
.homebox-small p {
	font-size: 0.88em;
	line-height: 1.3em;
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	margin: 0;
}

#cart {
	position: absolute;
	top: 50px;
	left: 195px;
	right: 15px;
}
#cart h1 {
	font-size: 2.75em;
	letter-spacing: -2px;
	padding: 0px;
	margin: 0px 0px 36px 0px;
	color: #5B027A;
	line-height: 1em;
}

#cart table {
	width: 100%;
}
#cart th {
	background-color: #5B027A;
	color: #FFFFFF;
	padding: 10px 5px;
	text-align: left;
	font-size: 1em;
	text-transform: lowercase;
	line-height: 1em;
}
#cart td {
	vertical-align: top;
	font-size: 0.88em;
	line-height: 1em;
}
#cart .summary {
	border-top: 3px solid #3DB7E4;
}
#cart .eC_PurchaserInfoWrapper {
	border-top: 3px solid #333;
	padding: 10px 0px 0px 0px;
}
#cart .tablelable {
	padding: 5px 10px 5px 0px;
	color: #668526;
	width: 120px;
	vertical-align: middle;
	border-top: 1px solid #D1DABD;
}
#cart .tableinput {
	padding: 5px 0px;
	border-top: 1px solid #D1DABD;
}
#cart .tableinput input {
	border: 1px solid #333333;
	font-size: 14px;
	line-height: 1em;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	width: 300px;
}
#cart .cartthumb {
	padding: 10px 5px;
	width: 150px;
	border-bottom: 1px solid #333;
}
#cart .cartthumb img {
	max-height: 150px;
	max-width: 150px;
}
#cart .description {
	padding: 10px 5px;
	border-bottom: 1px solid #3DB7E4;
	color: #222;
}
#cart .description img {
	border: 1px solid #222;
	float: left;
	margin: 0px 10px 0px -5px;
}
#cart .description h2 {
	color: #5B027A;
	font-size: 1.13em;
	margin: 0px 0px 5px;
	line-height: 1em;
	text-transform: lowercase;
}
#cart .description p {
	font-size: 100%;
	line-height: 1.3em;
	margin: 0px 0px 3px 0px;
	color: #222;
}
#cart .description textarea {
	width: 100%;
	border: none;
}
#cart .price {
	width: 79px;
	padding: 10px 5px;
	border-left: 1px solid #3DB7E4;
	border-bottom: 1px solid #3DB7E4;
	text-align: right;
	color: #222;
}
#cart .price input {
	width: 20px;
	border: none;
	padding: 5px;
	font-size: 14px;
	line-height: 14px;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#cart .remove {
	width: 10px;
	padding: 10px 5px;
	border-left: 1px solid #333;
}
#cart .removehead {
	text-align: center;
	border-left: 1px solid #000;
}
#cart .pricehead {
	border-left: 1px solid #FFF;
	text-align: right;
}
#cart .personalisehead {
	border-left: 1px solid #000;
	text-align: left;
}
#cart .total {
	background-color: #DDD;
	color: #FFFFFF;
}
#cart .buttons {
	padding: 10px 5px 0px 0px;
	border-top: 3px solid #3DB7E4;
}
#cart .buttons input {
	margin: 0;
	width: 180px;
	font-family: Helvetica;
	font-size: 14px;
	padding: 10px;
	background-color: #3DB7E4;
	color: #FFFFFF;
	border: none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
#cart .checkout {
	padding: 10px 0px 0px 0px;
	border-top: 3px solid #3DB7E4;
	width: 180px;
}

#cart .checkout input {
	margin: 0;
	width: 180px;
	font-family: Helvetica;
	font-size: 14px;
	padding: 10px;
	background-color: #5B027A;
	color: #FFFFFF;
	border: none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: bold;
}
#cart .cartempty {
	height: 400px;
}
#cart .delivery {
	width: 180px;
	padding: 8px 5px;
	border-left: 1px solid #D1DABD;
	border-bottom: 1px solid #D1DABD;
}
#cart h4 {
	font-size: 1.13em;
	color: #668526;
	line-height: 1em;
	font-weight: normal;
	margin: 0px 0px 5px;
	border-top: 3px solid #D1DABD;
	padding: 10px 0px 0px 0px;
}
#cart p {
	font-size: 0.88em;
	line-height: 1.3em;
	color: #222222;
	margin: 0px 0px 10px;
}
#cart ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#cart li {
	font-size: 0.88em;
	color: #222222;
}


/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/



#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(http://www.snowfactor.com/img/progress.gif) no-repeat center center;
}
 
#supersized {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	width: 100%;
	float: left;
	min-height: 240px;
}

#supersized img {
	display: block;
}
#supersized li {
	float: left;
	display: block;
	list-style: none;
	z-index: -30;
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
	height: 100%;
}
#supersized a {
	display: block;
	float: left;
}
 
 #supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}			/*Quality*/

#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	background: #FFF url(http://www.snowfactor.com/img/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}