/* -------------------------------------------------------------- 

   styles.css
   * Core stylesheet file
   
-------------------------------------------------------------- */

/** body **/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #323232;
	background: #fff url('../images/body.bg.jpg') left top repeat-x;
	background-attachment:fixed;
}

/** outer wrapper **/
.outer-wrapper {
	background: url('../images/bodysplash.bg.png') center top no-repeat;
	background-attachment:fixed;
}

/** wrapper **/
.wrapper {
	position:relative;
	width:930px;
	margin:0 auto;
	padding:0 15px;
	background: #323232;
}

/** header **/
.header {
	position:relative;
	background: #2b2929;
	height:145px;
}
	/** header logo **/
	.logo {
		position:absolute;
		z-index:10;
		left:35px;
		top:15px;
	}
		.logo h2 {
			margin:0;
		}
			.logo h2 a {
				display:block;
				width:275px;
				height:65px;
				background: url('../images/logo.png');
			}
				.logo h2 a span {
					display:none;
				}
	/** circular header logo **/
	.circular-logo {
		position:absolute;
		z-index:10;
		right:15px;
		top:35px;
	}
		.circular-logo h2 {
			margin:0;
		}
			.circular-logo h2 a {
				display:block;
				width:153px;
				height:153px;
				background: url('../images/H_web.png');
			}
				.circular-logo h2 a span {
					display:none;
				}

/** search **/
.search {
	padding:15px 0 0 20px;
}
	.search p {
		margin:0;
	}
	.search label.text-container {
		float:left;
		margin-top:2px;
		margin-right:12px;
		display:block;
		width:98px;
		height:16px;
		background: url('../images/text.search-our-site.png');
	}
		.search label.text-container span {
			display:none;
		}
	.search #q {
		float:left;
		margin-right:5px;
		font-size:9px;
		padding:2px;
	}
	.search button {
		float:left;
		margin-top:-2px;
		display:block;
		width:23px;
		height:23px;
		background: url('../images/search.button.png');
		cursor:pointer;
		border:0;
	}
		.search button span {
			display:none;
		}

/* text logo **/
.textlogo {
	float:left;
	margin-left:60px;
	margin-top:-5px;
}
	.textlogo h2 {
		/*
		width:307px;
		height:36px;
		background: url('../images/text.harlyn-surf-school.png');
		*/
		font-weight:bold;
		color: #FFEF66;
		/* color: #6FCDE4; */
		text-transform:uppercase;
	}
		.textlogo h2 span {
			/* display:none; */
		}

/** navigation **/
div.navigation {
	position:absolute;
	z-index:5;
	bottom:-10px;
	left:20px;
}
	ul.navigation {
		list-style:none;
		margin:0;
	}
		ul.navigation li {
			float:left;
			border-right:0px solid #000;
			padding-bottom:10px;
		}
		ul.navigation li:hover,
		ul.navigation li.selected {
			background: url('../images/navigation.arrow.png') 10px bottom no-repeat;
		}
			ul.navigation li a {
				display:block;
				color: #ffef66;
				font-weight:normal;
				font-size:10px;
				text-transform:uppercase;
				background: #2b2929;
				height:40px;
				padding:5px 10px 0px 10px;
				border-right:1px solid #000;
			}
			ul.navigation li.last a {
				border:0;
			}
				ul.navigation li a span.topline {
					display:block;
					font-weight:bold;
				}
			ul.navigation li a:hover {
				background: #6b653b;
				text-decoration:none;
			}
			ul.navigation li.selected a {
				background: #6b653b;
				text-decoration:none;
			}

/** footer **/
.footer {
	position:relative;
	margin-top:5px;
	border-top:1px solid #484a4c;
	padding: 15px 20px 15px 20px; 
	font-size:11px;
	color: #999999;
}
	.footer a {
		color: #999;
	}
	.footer .left-side {
		float:left;
		width:390px;
		margin-bottom:50px;
	}
	.footer .right-side {
		float:right;
		width:450px;
	}
		.footer .big-phone-number {
			width:268px;
			height:49px;
			background: url('../images/text.big-phone-number.png');
			margin-bottom:15px;
		}
		.footer .copyright-block {
			position:absolute;
			bottom:0;
			color: #cccccc;
		}
			.footer .copyright-block p {
				margin:0;
			}
			.footer .copyright-block .site-credit {
				font-size:10px;
				margin-bottom:10px;
			}
				.footer .copyright-block .site-credit a {
					color: #ccc;
				}
	/** footer get in touch form **/
	.footer-contact-form-container {
		position:relative;
	}
	.get-in-touch {
		position:relative;
	}
		.get-in-touch p {
			margin:0;
		}
		.get-in-touch h3 {
			float:left; 
			width:211px;
			height:42px;
			background: url('../images/text.get-in-touch.png');
			margin-right:15px;
		}
			.get-in-touch h3 span {
				display:none;
			}
		.get-in-touch .row {
			padding:5px 0;
		}
		.get-in-touch label {
			float:left;
			display:block;
			text-transform:uppercase;
			width:125px;
			font-size:13px;
			background: url('../images/text.asterisk.png') left center no-repeat;
			margin-right:10px;
		}
			.get-in-touch label span {
				display:block;
				padding-left:15px;
			}
			.get-in-touch input,
			.get-in-touch textarea {
				padding:2px;
				width:305px;
			}
			.get-in-touch textarea {
				height:100px;
			}
			.get-in-touch button {
				width:57px;
				height:30px;
				background: url('../images/text.send.png');
				cursor:pointer;
				border:0;
				position:absolute;
				bottom:10px;
				left:40px;
			}
				.get-in-touch button span {
					display:none;
				}

/** middle **/
.middle {
	position:relative;
	background: #fff;
	padding:0 20px 20px 20px;
}

/** header image **/
.header-image {
	position:relative;
	line-height:0;
}
	.header-image .book-online-now {
		position:absolute;
		right:10px;
		bottom:10px;
	}
		.header-image .book-online-now a {
			display:block;
			width:205px;
			height:115px;
			background: url('../images/bookonlineblock.jpg');
		}
			.header-image .book-online-now a span {
				display:none;
			}
		.header-image .book-online-now a:hover {
		}

/** grid layout **/
.column {
	float:left;
	margin-right:10px;
}
	.span-1 {
		width:215px;
	}
	.span-2 {
		width:440px;
	}
	.span-3 {
		width:665px;
	}
	.span-4 {
		width:890px;
		margin-right:0;
	}
		.span-2-5 {
			width:545px;
		}
		.span-1-5 {
			width:335px;
		}
	.lastcolumn {
		margin-right:0;
	}

/** **/
.header-image,
.intro-header,
.cross-selling-panels {
	margin-bottom:10px;
}

.cross-selling-panels p {
	margin:0;
}

/** intro header text **/
.intro-header-text {
	border-top:10px solid #A9E1F0;
	border-bottom:10px solid #A9E1F0;
	padding-top:8px;
	height:132px;
}

/** panel (side column) **/
.panel {
	margin-bottom:10px;
}

/** useful links **/
.useful-links {
	width:185px;
	height:130px;
	padding:15px;
	background: url('../images/column.panels/usefullinks.jpg');
	color: #323232;
	font-size:10px;
	position:relative;
}
	.useful-links h2 {
		display:none;
	}
	.useful-links h3 {
		color: #e2f4f8;
		font-size:10px;
		margin-bottom:5px;
	}
	.useful-links p {
		margin:2px 0;
	}
	.useful-links a {
		font-size:12px;
		color: #a9e1ef;
	}
		.useful-links a span {
			font-weight:bold;
		}
	.useful-links a:hover {
	}
	.useful-links img {
		vertical-align:middle;
		margin-right:5px;
	}
	.usefullinks-link {
		position:absolute;
		bottom:12px;
		left:12px;
		width:130px;
		height:30px;
		display:block;
		cursor:pointer;
	}
		.usefullinks-link span {
			display:none;
		}
	
/** signup panel **/
.signup-panel {
	width:185px;
	height:95px;
	padding:65px 15px 0px 15px;
	background: url('../images/column.panels/signup.jpg');
	color: #323232;
	font-size:11px;
	position:relative;
}
	.signup-panel h3 {
		display:none;
	}
	.signup-panel p {
		margin-bottom:5px;
	}
	.signup-panel input {
		width:100%;
	}
	.signup-panel button {
		display:none;
	}

/** content **/
.content {
	margin-bottom:20px;
	font-size:12px;
}
	.content p img {
		border:3px solid #A9E1EF;
		margin-right:10px;
	}

/** logos **/
.logos {
	/* margin-top:100px; */
	/*
	position:absolute;
	left:15px;
	bottom:25px;
	width:100%;
	*/
}
	.logos a {
		margin-right:15px;
	}

/** text : cornwall's premier surf school **/
.text-cornwalls-premier-surf-school {
	width:481px;
	height:36px;
	background: url('../images/text.cornwalls-premier-surf-school.png');
	margin-top:20px;
}

/** text: surf lessons **/
.text-surf-lessons {
	width:193px;
	height:36px;
	background: url('../images/text.surf-lessons.png');
}


/** sub-navigation **/
div.subnavigation {
	padding:75px 0 15px 0;
	background: #ffef66;
	border:5px solid #c9bd61;
	border-top:0;
	font-size:12px;
	color: #37352d;
	text-transform:uppercase;
	margin-bottom:10px;
}
	ul.subnavigation {
		list-style:none;
		margin:0;
	}
		ul.subnavigation li {
			padding:0;
			margin:0;
		}
			ul.subnavigation a {
				display:block;
				color: #37352d;
			}
				ul.subnavigation a span {
					display:block;
					border-bottom:1px solid #ccc061;	
					padding:5px 5px;
					margin:0 5px;
				}
					ul.subnavigation a span span {
						font-weight:bold;
						display:inline;
						border:0;
						padding:0;
						margin:0;
					}
			ul.subnavigation a:hover {
				text-decoration:none;
				background: #fffcdf;
			}
			ul.subnavigation a:hover > span {
				text-decoration:none;
			}
			ul.subnavigation li.selected a {
				background: #fffcdf;
			}
		ul.subnavigation li.last a span {
			border:0;
		}

	ul.subnavigation li.selected ul a {
		background: #ffef66;
	}
	ul.subnavigation ul {
		display:none;
		list-style:none;
		margin:0 0 10px 0;
	}
		ul.subnavigation li.selected a:hover {
			background: #fffcdf;
		}
		ul.subnavigation ul a span {
			border:0;
			padding:2px 3px;
		}
		ul.subnavigation ul li.selected a {
			background: #fffcdf;
		}
	ul.subnavigation li.open ul {
		display:block;
	}
	ul.subnavigation ul ul a {
		padding-left:15px;
	}


/** gift voucher panel **/
.giftvoucher-panel {
	background: #fff9c2;
	border:5px solid #e9e5c0;
	color:#323232;
	padding:10px;
}
	.giftvoucher-panel p {
		margin:0;
	}
	.giftvoucher-panel h3 {
		width:143px;
		height:25px;
		background: url('../images/text.gift-vouchers.png');
	}
		.giftvoucher-panel h3 span {
			display:none;
		}
	.giftvoucher-panel a {
		color: #333;
		font-weight:bold;
		margin-top:1em;
		display:block;
	}

/** breadcrumb **/
.breadcrumb {
	margin-top:20px;
	font-size:10px;
	color: #333;
	text-transform:uppercase;
	margin-bottom:10px;
}
	.breadcrumb a {
		text-decoration:none;
		color: #333;
	}
		.breadcrumb a span {
		}
			.breadcrumb a span span {
				font-weight:bold;
			}
	.breadcrumb a:hover {
		text-decoration:underline;
	}

/** subpage header image **/
.subpage-headerimage {
	border-top:10px solid #a9e1ef;
	border-bottom:10px solid #a9e1ef;
	padding:10px 0;
	margin-bottom:20px;
}
	.subpage-headerimage p {
		margin:0;
	}

/** courses **/
.courses {
}
	.courses .item {
		padding:20px 0;
		border-bottom:10px solid #a9e1ef;
	}
	.courses .first-item {
		border-top:10px solid #a9e1ef;
	}
		.courses .item .item-image {
			float:left;
		}
			.courses .item .item-image img {
				border:5px solid #a9e1ef;
			}
		.courses .item .item-info {
			margin-left:225px;
		}

/** book now button **/
.button-booknow {
	display:block;
	float:left;
	margin-right:10px;
	width:75px;
	height:26px;
	background: url('../images/button.booknow.jpg')
}
	.button-booknow span {
		display:none;
	}

/** text : or call us on... **/
.text-or-call-us-on {
	display:block;
	float:left;
	width:165px;
	height:16px;
	background: url('../images/text.or-call-us-on.png');
}
	.text-or-call-us-on span {
		display:none;
	}

/** overlay **/
.overlay {
	background: #000 url('/assets/images/preloader.gif') center center no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
}


.gallery a {
	position:relative;
	float:left;
	margin:0 13px 20px 0;
}
	.gallery a img.galleryimage {
		vertical-align:top;
		width:90px;
		border:2px solid #aaa;
		height:70px;
	}
	.gallery a:hover {
		text-decoration:none;
	}
	.gallery a:hover img.galleryimage {
		border:2px solid #A9E1F0;
	}
	.gallery a span.videoicon {
		display:block;
		text-align:left;
		position:absolute;
		width:90px;
		top:3px;
		left:0;
		margin:0;
		width:auto;
		border:0;
		margin-left:3px;
	}
	.gallery a span.itemtitle {
		display:block;
		width:90px;
		text-align:center;
		color: #333;
		font-size:10px;
	}



/** booking form **/
.bookingform {
}
	.bookingform fieldset {
		border: 2px solid #A9E1F0;
		padding:2em;
		margin-bottom:1em;
	}
	.bookingform legend {
		font-weight:bold;
		margin-left:5px;
		padding:0 1em;
		font-size:1.2em;
		color: #2B2929;
	}
	.bookingform .row {
		margin:5px 0;
	}
	.bookingform .submit-row {
		text-align:center;
	}
		.bookingform .submit-row img {
			border:0;
		}
		.submit-button {
			font-size:2em;
			font-weight:bold;
			margin-bottom:20px;
		}
		.bookingform .row label {
			float:left;
			width:135px;
		}
			.bookingform .row label.longer-label {
				width:200px;
			}
		.bookingform .row input {
			float:left;
		}
	.lessons-table,
	.participants-table {
		width:100%;
	}
		.lessons-table thead th,
		.participants-table thead th {
			font-weight:bold;
			padding:2px;
		}
		.lessons-table td,
		.participants-table td {
			padding:2px;
		}
		.lessons-table tr.alt td,
		.participants-table tr.alt td {
			background: #f3f3f3;
		}
		.lessons-table .numberofpeople {
			width:35px;
			text-align:center;
		}
	.align-center {
		text-align:center;
	}
	.age {
		width:35px;
		text-align:center;
	}
.remove-row {
	color: #ff0000;
	font-weight:bold;
}

.float-left {
	float:left;
	width:49%;
}
.float-right {
	float:right;
	width:49%;
}


.no-borders img {
	border:0;
}
