/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	height: 100%;
	font-size: .7em;
	background-color: #391E0D;
	background-image: url(../i/layout/bg.jpg);
	background-repeat: repeat-x;
	/*background-position: top center;*/
}

html {
	height: 100%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}

div#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/***********************************************************************
	IF YOU GET RANDOM SPACING AND OTHER ANNOYING WIERDNESS LOOK BELOW FIRST
************************************************************************/

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	width: 759px;
	margin: 0 auto;
	position: relative;	
	background-image: url(../i/layout/body-background.jpg);
	background-repeat: repeat-y;
	background-position: 0 232px;
	min-height: 100%;
}
* html div#container{
	height: 100%;
}
div#header{
	width: 759px;
	height: 232px;
	float: left;
	background-image: url(../i/layout/header-header.jpg);
	background-repeat: no-repeat;
}
div#main{
	width: 759px;
	float: left;
	clear: both;
	position: relative;
	min-height: 100%;
}
* html div#main{
	height: 100%
}
div#content{
	width: 659px;
	position: relative;
	min-height: 100%;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
		background-image: url(../i/layout/body-background.jpg);
	background-repeat: repeat-y;
}
div#footer{
	position: relative;
	margin-top: -57px;
	margin-left: auto;
	margin-right: auto;
	width: 759px;
	height: 57px;
	/*float: left;*/
	clear: both;
	background-image: url(../i/layout/footer-footer.jpg);
	background-repeat: no-repeat;
/*	background-color: Fuchsia;*/
}

/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#nav{
/*	background-color: Fuchsia;*/
}

div#nav ul{
/*	margin-top: 130px;*/
	margin-left: 2px;
	height: 39px;
}
* html div#nav ul{
	padding-left: 0px;
	margin-left: 0px;
}
* html div#nav ul li{
	float: left;
	height: 39px;
	width: 92px;
	margin-left: 12px;
}
div#nav ul li{
	float: left;
	height: 39px;
	width: 92px;
	margin-left: 14px;
}
div#nav ul li a{
	float: left;
	height: 39px;
	width: 92px;
	text-indent: -999em;
}
div#nav ul li a:hover{
	float: left;
	height: 39px;
	width: 92px;
}
div#nav ul li a.home{ background-image: url(../i/layout/button-home.gif); background-repeat: no-repeat; margin-top: 5px;}
div#nav ul li a.skills{background-image: url(../i/layout/button-skills.gif); background-repeat: no-repeat;}
div#nav ul li a.camp{background-image: url(../i/layout/button-camp.gif); background-repeat: no-repeat; margin-top: 5px;}
div#nav ul li a.trips{background-image: url(../i/layout/button-trips.gif); background-repeat: no-repeat;}
div#nav ul li a.past{background-image: url(../i/layout/button-past.gif); background-repeat: no-repeat; margin-top: 5px;}
div#nav ul li a.site{background-image: url(../i/layout/button-site.gif); background-repeat: no-repeat;}
div#nav ul li a.contact{background-image: url(../i/layout/button-contact.gif); background-repeat: no-repeat; margin-top: 5px;}

div#nav ul li a.home:hover{ background-image: url(../i/layout/button-home-roll.gif); background-repeat: no-repeat; margin-top: 5px;}
div#nav ul li a.skills:hover{background-image: url(../i/layout/button-skills-roll.gif); background-repeat: no-repeat;}
div#nav ul li a.camp:hover{background-image: url(../i/layout/button-camp-roll.gif); background-repeat: no-repeat; margin-top: 5px;}
div#nav ul li a.trips:hover{background-image: url(../i/layout/button-trips-roll.gif); background-repeat: no-repeat;}
div#nav ul li a.past:hover{background-image: url(../i/layout/button-past-roll.gif); background-repeat: no-repeat; margin-top: 5px;}
div#nav ul li a.site:hover{background-image: url(../i/layout/button-site-roll.gif); background-repeat: no-repeat;}
div#nav ul li a.contact:hover{background-image: url(../i/layout/button-contact-roll.gif); background-repeat: no-repeat; margin-top: 5px;}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#content{
	text-align: justify;
}
a{
	color: #9E4291;
}
a:hover{
	color: #666666;
}
h2{
	color: #9E4291;
}
h2.bigger{
font-size: 1.2em;
	color: #9E4291;
}
h1.events2007{
	background-image: url(../i/layout/h1-events2007.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 400px;
	height: 17px;
}
h1.activities{

	background-image: url(../i/layout/h1-activities.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 400px;
	height: 17px;
}
h1.welcome{
	background-image: url(../i/layout/h1-welcome.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 288px;
	height: 17px;
}
h1.past-events{
	background-image: url(../i/layout/h1-big-pastevents.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 400px;
	height: 40px;
}
h1.past-events-small{
	background-image: url(../i/layout/h1-past.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 400px;
	height: 24px;
}
h1.skills{
	background-image: url(../i/layout/h1-skills.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 400px;
	height: 24px;
}
h1.trips{
	background-image: url(../i/layout/h1-big-trips.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 400px;
	height: 24px;
}
h1.intro{
	background-image: url(../i/layout/h1-big-intro.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 300px;
	height: 24px;
/*	float: left;
	clear: both;*/
}
h1.camp{
	background-image: url(../i/layout/h1-big-camp.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
/*	float: left;
	clear: both;*/
}
h1.camp-croatia{
	background-image: url(../i/layout/h1-past-croatia.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
/*	float: left;
	clear: both;*/
}
h1.booking-header{
	color: #99438A;
	font-size: 1.8em;

}

h1.hampshire08{
	background-image: url(../i/layout/h1-big-hamp08.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
/*	float: left;
	clear: both;*/
}

h1.germany{
	background-image: url(../i/layout/h1-big-landflee.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 148px;
	height: 24px;
/*	float: left;
	clear: both;*/
}

h1.germany2{
	background-image: url(../i/layout/h1-big-landflee2.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 365px;
	height: 24px;
/*	float: left;
	clear: both;*/
}

h1.frickley{
	background-image: url(../i/layout/h1-big-frickley.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 365px;
	height: 24px;
/*	float: left;
	clear: both;*/
}

h1.vyrnwy08{
	background-image: url(../i/layout/h1-big-vyrnwy08.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
/*	float: left;
	clear: both;*/
}
h1.lake08{
	background-image: url(../i/layout/h1-big-lake08.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
/*	float: left;
	clear: both;*/
}


h1.vyrnwy{
	background-image: url(../i/layout/h1-big-vyrnwy.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
/*	float: left;
	clear: both;*/
}
h1.newnham{
	background-image: url(../i/layout/h1-big-newnham.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
/*	float: left;
	clear: both;*/
}
h1.helmsley{
	background-image: url(../i/layout/h1-big-helmsley.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
/*	float: left;
	clear: both;*/
}
h1.contact{
	background-image: url(../i/layout/h1-big-contact.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
/*	float: left;
	clear: both;*/
}
h1.off-road{
	background-image: url(../i/layout/h1-off-road.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 400px;
	height: 17px;
}
h1.locations{
	background-image: url(../i/layout/h1-locations.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 400px;
	height: 17px;

}
h1.cost{
	background-image: url(../i/layout/h1-cost.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 650px;
	height: 17px;
	float: left;
}
h1.payment{
	background-image: url(../i/layout/h1-payment.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 400px;
	height: 17px;
}
h1.unique{
	background-image: url(../i/layout/h1-unique.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 200px;
	height: 17px;
}
h1.accomodation{
	background-image: url(../i/layout/h1-accomodation.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 200px;
	height: 17px;
}
h1.family{
	background-image: url(../i/layout/h1-family.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 200px;
	height: 17px;
}
h1.diary{
	background-image: url(../i/layout/h1-diary.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 200px;
	height: 17px;
}

h1.diary08{
	background-image: url(../i/layout/h1-diary08.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 200px;
	height: 17px;
}
/**************past events headers******************/
div#content div.past-events div.past-text h1.croatia{
	background-image: url(../i/layout/h1-past-croatia.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
	margin:0px;
}
div#content div.past-events div.past-text h1.newnham{
	background-image: url(../i/layout/h1-past-newnham.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
	margin:0px;
}
div#content div.past-events div.past-text h1.vyrnwy-past{
	background-image: url(../i/layout/h1-past-vyrnwy.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
	margin:0px;
}
div#content div.past-events div.past-text h1.helmsley-past{
	background-image: url(../i/layout/h1-past-helmsley.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 350px;
	height: 24px;
	margin:0px;
}
/******************************************************/
p.bigify{
	font-size: 1.2em;
	font-weight: bold;
}
div#container div#main div#content h1.pricea{
margin:0px;
padding: 0px;
	background-image: url(../i/photos/199.png);
	background-repeat: no-repeat;
	background-position: right;
/*	text-indent: -999em;*/
	width: 300px;
	height: 30px;
	padding-top: 10px;
	padding-right: 40px;
	font-size: 1.3em;
	color: Maroon;
}

div#container div#main div#content h1.priceb{
margin:0px;
padding: 0px;
	background-image: url(../i/photos/45.png);
	background-repeat: no-repeat;
		background-position: right;
/*	text-indent: -999em;*/
	width: 300px;
	height: 30px;
	padding-top: 10px;
	padding-right: 40px;
	font-size: 1.3em;
	color: Maroon;
}

div.locations{
	height: 277px;
/*	width: 700px;*/
	/*padding: 10px;*/
/*	background-image: url(../i/layout/little-tag.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom:30px;*/
}

div#main div#content div.locations p.pin{
margin:0px;
padding: 0px;
/*margin-left: 40px;*/
background-image: url(../i/layout/pin.png);
background-repeat: no-repeat;
background-position: 0 center;
padding-top: 5px;
height:30px;
width: 610px;
padding-left: 30px;
font-weight: bold;
font-size: 1.2em;
/*background-color: Aqua;
margin-bottom: 1px;*/
float: left;


}
div#main div#content div.locations p.pin a{
	color: Black;
/*	background-image: url(../i/layout/book.png);
	background-repeat: no-repeat;*/
	background-position: right -2px;
	height: 35px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;

}
div#main div#content div.locations p.pin a:hover{
	color: Green;
/*	background-image: url(../i/layout/book-roll.png);
	background-repeat: no-repeat;*/
	background-position: right -2px;
}
div#main div#content div.locations p.pin a img{
/*	float: right;*/
	display: inline;
	vertical-align: middle;
	/*margin-top: 4px;*/
}

div#content img.right{
	float: right;
	margin-left: 20px;
}
div#content img.left{
	float: left;
	margin-right: 20px;
	display: block;
}

div.diary{
	float: left;
	width: 660px;
}
div.diary a.diary-link{
		background-image: url(../i/layout/cross.png);
		background-repeat: no-repeat;
		padding-left: 22px;
		padding-top: 4px;
		font-weight: bold;
		height: 20px;
		float: left;
		width: 500px;

}
div.diary a.diary-link:hover{
		background-image: url(../i/layout/cross-roll.png);
		background-repeat: no-repeat;
		padding-left: 22px;
		padding-top: 4px;
		font-weight: bold;
		height: 20px;
		float: left;
}

div.past-events{
	background-image: url(../i/layout/past-event.jpg);
	background-repeat: no-repeat;
/*background-color: Blue;*/
	width: 655px;
	height: 167px;
/*	margin-left: 20px;	*/
	float: left;
	margin-bottom: 5px;
}
div.past-pic{
	width: 130px;
	height: 97px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
* html div.past-pic{
	width: 130px;
	height: 97px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
div#content div.past-events div.past-text h1.date{
/*	float: left;*/
	color: Purple;
	font-size: 1.2em;
	margin:0px;
	padding: 0px;
}

div#content div.past-events div.past-text h1.vyrnwy{
	width: 268px;
	height: 29px;
	background-image: url(../i/layout/vrynwy.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	margin:0px;
}
div.past-link{
	float: right;
	width: 100px;
	height: 30px;
}
div.past-link a{
	float: right;
	display: inline;
	width: 100px;
	height: 30px;
/*	background-color: Aqua;*/
}
div.past-link a:hover{
	float: right;
	width: 100px;
	height: 30px;
/*	background-color: Green;*/
}
div.past-text{
	float: left;
	width: 440px;
	margin-left: 30px;
	padding-top: 15px;

}
div#main div#content div.past-events div.past-text p{
	margin:0px;
	padding:0px;
	margin-top: 5px;
	height: 60px;
}

div.cost{
	padding-bottom: 40px;
	background-image: url(../i/layout/locations.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 15px;
	float: left;
}
div.cost p{

	float: left;
	width: 400px;
}
div.spacer{
	width: 400px;
	height: 110px;

	float: left;
}

span.accentuate{
	color: Purple;
	font-size: 1.1em;
	font-weight: bold;
}

div.all-pages{
margin-top: 50px;
	width: 650px;
	/*background-color: Aqua;*/
	float: left;
}

hr.worn-hr{
	background-image: url(../i/layout/line.png);
}

a.past{

}

div.activities-euro{
	margin-top: 10px;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	width: 650px;
	clear: both;
/*	background-image: url(../i/photos/pontdarc.png);
	background-repeat: no-repeat;
	background-position:  bottom right;*/
}
div.activities-euro p{
font-weight: bold;
color: #000000;
}

div.accomodation{
	margin-top: 10px;
		margin-top: 10px;
		margin-right: 20px;
	float: left;
	width: 650px;
	clear: both;

}


div.trips-text{
float: left;
width: 650px;
}

a.book-now{
	float: left;
	width: 133px;
	height: 72px;
	background-image: url(../i/layout/book-now.png);
	background-repeat: no-repeat;
	text-indent: -999em;
}

div.trip-image{
	float: left;
	background-image: url(../i/layout/image-back.png);
	background-repeat: no-repeat;
	width: 186px;
	height: 181px;
	padding: 22px;
}

div.contact-form{
	background-image: url(../i/layout/contact.jpg);
	background-repeat: no-repeat;
	width: 650px;
	height: 314px;
	padding-top: 30px;
}
div.contact-form input{
	width: 200px;
	background-color: #F8DEC0;
}
div.contact-form textarea{
	width: 200px;
	background-color: #F8DEC0;
	font-size: 1em;
}
div.contact-form input#submit{

}
html body div#container div#main div#content div.contact-form div.mailwrapper div.maildiv form div.fmsubmit input#Submit{
		width: 100px;
	background-color: #F8DEC0;
	font-size: 1em;
	float: left;

}
div.fmsubmit{
	float: left;
	width: 200px;

}

div.fmspacer{

}

form#booking select{
		width: 200px;
	background-color: #FCF5EC;
	font-size: 1em;
/*	float: left;*/
}
form#booking input{
		width: 200px;
	background-color: #FCF5EC;
	font-size: 1em;
/*	float: left;*/
}
form#booking textarea{
		width: 200px;
	background-color: #FCF5EC;
	font-size: 1em;
/*	float: left;*/
}
html body div#container div#main div#content form#booking fieldset div input#Submit{
	float: right;
	width: 200px;
	margin-right: 150px;
	background-image: url(../i/layout/button.jpg);
}
div.error{
	background-color: #E9CEB1;
	padding: 20px;
	border: 1px dashed red;
	background-image: url(../i/layout/error.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

/***********************************************************************
	MESSAGES
************************************************************************/

fieldset .error {
	border: 1px solid #b22;
	font-weight: normal;
	color: #000;
}

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	color: #b22;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}
div.flash-header{
	/*float: right;*/
/*	background-color: Aqua;*/
	width: 759px;
	height: 133px;
/*	clear: both;*/
/*	margin-left: 300px;*/
}
div.flash-header object{
	float: right;
	
}

* html div.print{
	width: 190px;
	height: 27px;
	margin-right: 100px;
	margin-top: 20px;
/*	background-color: Aqua;*/
	float: right;
}
div.print{
	width: 190px;
	height: 27px;
	margin-right: 195px;
	margin-top: 20px;
/*	background-color: Aqua;*/
	float: right;
}
div.print a{
	width: 190px;
	height: 27px;
/*	background-color: Aqua;*/
	float: right;
	text-indent: -999em;
}