/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_8 {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_8 .grid_3 {
	width: 220px;
}

.container_8 .grid_6 {
	width: 460px;
}

.container_8 .grid_9 {
	width: 700px;
}

.container_8 .grid_12 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_8 .grid_1 {
	width: 60px;
}

.container_8 .grid_2 {
	width: 140px;
}

.container_8 .grid_4 {
	width: 320px;
}

.container_8 .grid_5 {
	width: 380px;
}

.container_8 .grid_7 {
	width: 540px;
}

.container_8 .grid_8 {
	width: 620px;
}

.container_8 .grid_10 {
	width: 780px;
}

.container_8 .grid_11 {
	width: 860px;
}


/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_8 .prefix_3 {
	padding-left: 240px;
}

.container_8 .prefix_6 {
	padding-left: 480px;
}

.container_8 .prefix_9 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_8 .prefix_1 {
	padding-left: 80px;
}

.container_8 .prefix_2 {
	padding-left: 160px;
}

.container_8 .prefix_4 {
	padding-left: 320px;
}

.container_8 .prefix_5 {
	padding-left: 400px;
}

.container_8 .prefix_7 {
	padding-left: 560px;
}

.container_8 .prefix_8 {
	padding-left: 640px;
}

.container_8 .prefix_10 {
	padding-left: 800px;
}

.container_8 .prefix_11 {
	padding-left: 880px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_8 .suffix_3 {
	padding-right: 240px;
}

.container_8 .suffix_6 {
	padding-right: 480px;
}

.container_8 .suffix_9 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_8 .suffix_1 {
	padding-right: 80px;
}

.container_8 .suffix_2 {
	padding-right: 160px;
}

.container_8 .suffix_4 {
	padding-right: 320px;
}

.container_8 .suffix_5 {
	padding-right: 400px;
}

.container_8 .suffix_7 {
	padding-right: 560px;
}

.container_8 .suffix_8 {
	padding-right: 640px;
}

.container_8 .suffix_10 {
	padding-right: 800px;
}

.container_8 .suffix_11 {
	padding-right: 880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}



/*
Lake District Boat Charter
FCS Websites 2009

colours:

blue: 		#54879C
dark blue:  #273746
white:		#fff

*/

body {
	background: url(../gfx/lake-district-boat-charter-bg.jpg) top center no-repeat #54879C;
	color:#fff;
	font-family: Georgia, times, serif;
	text-align:justify;
}

a {
	color:#fff;
}

a:hover {
}

p {
}

ul {
}

blockquote {
	font-style:italic;
	margin:0 15px 15px 15px;
}

h1 {
	font-weight: normal;
	line-height:1.3em;
	text-align: left;
}

#container {
	
	margin-top:10px;
}

#top-border {
	height:10px;
	background: url(../gfx/top-border.png) top left no-repeat transparent;
	font-size:0;
}

#head {
	background: url(../gfx/box-sides.png) top left repeat-y transparent;
	min-height:50px;
}

#nav1 {
	background: url(../gfx/box-sides.png) top left repeat-y transparent;
	font-weight: normal;
	font-size: 1.4em;
	padding:10px 0;
}

#nav1 ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
}

#nav1 ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

#nav1 ul li a {
	border-right:1px solid #273746;
	color:#273746;
	padding:0 5px;
	text-decoration: none;
}

#nav1 a:hover, #meta a:hover {
	color:#fff;
}

#content-area {
	background: url(../gfx/box-sides.png) top left repeat-y transparent;
	clear:both;
}

#content {
	clear:both;
}

.home-image {
	margin-bottom:5px;
	text-align: right;
}

.home-image img {
	border:3px solid #fff;
	margin-bottom:5px;
}

#meta {
	color:#fff;
	margin:0 10px 0 0;
	text-align: right;
}

#meta a {
	color:#fff;
}

.email {
	/*background: url(../gfx/icon-email.png) right center no-repeat;*/
	background: url(../gfx/icon-email.gif) right center no-repeat;
	font-size: 1.1em;
	height:25px;
	margin-bottom:5px;
	padding-right:24px;
	text-align: right;
}

.phone {
	/*background: url(../gfx/icon-phone.png) right center no-repeat;*/
	background: url(../gfx/icon-phone.gif) right center no-repeat;
	font-size: 1.5em;
	margin-bottom:5px;
	padding-right:24px;
	text-align: right;
}

#footer {
	background: url(../gfx/footer-bg.png) top left no-repeat;
	clear:both;
	font-size:0;
	height:10px;
	margin-bottom:20px;
}

.box-top {
	height:20px;
	background: url(../gfx/box-top.png) top left no-repeat;
	font-size:0;
}

.box-content {
	background: url(../gfx/box-bg.png) top left repeat-y;
	min-height:200px;
	padding:0 20px 10px 20px;
}

.box-bottom {
	height:20px;
	background: url(../gfx/box-bot.png) top left no-repeat;
}

/* FORM STUFF */

form div {
	margin-bottom: 5px;
}

label {
	color:#fff;
	float: left;
	width: 100px;
}

input, textarea {
	background:url(/images/formfade.gif) top left repeat-x #fff; 
	border: 1px solid #54879C;
	font-family: Georgia, times, serif;
	font-size:12px;
	padding:5px; 
	width: 200px;
}

textarea {
	background:#fff;
	font-family: Georgia, times, serif;
	height: 140px;
}

.zemSubmit {
	width:auto;
}

