﻿@charset "UTF-8";

/*============================== BASE STYLES ==========================*/
body
 {
	font: 67.5%/1.2em Tahoma, Arial, Verdana;
	background: #eff3f9 url(../images/graphics/backgroundFadeBlue.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	position: relative;
}
h2 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5393D8;
	margin-bottom: 5px;
	margin-top: 0px;
}
h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5393D8;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3 { /* Standardises the heading sizes, can be overidden using div element styling*/
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5393D8;
	margin-top: 1em;
	margin-bottom: .2em;
	line-height: 1em;
}
h4 { /* Standardises the heading sizes, can be overidden using div element styling*/
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5393D8;
	margin-top: 1em;
	margin-bottom: .2em;
	text-transform: uppercase;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #5393D8;
}
a:visited {
	text-decoration: none;
	color: #5393D8;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
#footer  a:link {
	color: #FFFFFF;
}
#footer a:hover {
	color: #006699;
}




/*================================ LAYOUT STYLES ===============================*/

/* This is the box that contains everything on the page*/

#container  {
	width: 945px;  /* this width is needed to contain the 7 menu items at 135px each */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #006699;
}
#branding {
	background-color: #95B3D7;
	text-align: right;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 350px;/* this creates a large left hand margin for the branding text */
	height: 120px;
	background-image: url(../images/graphics/logmarine1.gif);
	background-repeat: no-repeat;
	background-position: 55px 5px;
}

#branding img {
	float:left;
	margin-top:5px;
}

#menu {
	background-color: #5393D8;
	float: left;
	width: 100%;
}
#contacts  {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 932px;
	text-align: right;
}
/* The next 2 styles add an arrow icon to ALL external links */
/* a[href^="http:"] 
	background-image: url(images/graphics/details.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 2.25em;
}
a:hover[href^="http:"]         {
	background-image: url(images/graphics/details2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 2.25em;
}*/
#content {
	width: 945px;
	float: left;
	position: relative;
}
.oneColumnNoLine   { /*  A single column class with no coloured line*/
	width: 298px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.oneColumn   { /*  A single column class with no coloured line*/
	width: 298px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#home .newsBox {
	/* This will only work on the index page */
	border: 1px solid #1E2982;
	padding: 9px 4px 4px;
/* Padding applied 9px to top, 8px to left and right, 4px to bottom */	margin-bottom: 10px;
	text-align: center;
	font-size: 1.0em;
	line-height: 1.4em;
	height: 60px;
	background-image: url(../images/graphics/backgroundFadeBlue.jpg);
	background-color:#edf2f8;
	background-repeat: repeat-x;
	background-position: left -80px;
	font-weight: bold;
}
.factsBox {
	width: 298px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/graphics/factsBox.jpg);
	background-repeat: repeat-x;
	border: 1px solid #3399CC;
}
.Curve   { /*  A single column class with no coloured line*/
}
.twoColumn   {
	width: 611px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.halfColumn {
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#gallery  {
	margin: 0px;
	padding: 0px;
	width: 460px;
	float: left;
	position: relative;
}

#galleryPic {
	float: right;
}

.threeColumn { /* id for one column across the screen */
	width: 921px;
	margin-left: 12px;
	margin-top: 10px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.insetBox {
	height: 150px;
	width: 150px;
	float: left;
}
.insetMap {
	height: 150px;
	width: 150px;
	border: 1px solid #95B3D7;
	float: left;
}
.mapShadow {
	height: 160px;
	width: 160px;
	margin-left: 10px;
	float: right;
	background-image: url(../images/graphics/mapShadow.gif);
	background-repeat: no-repeat;
}

/* Blue, Green and Red are the graphic elements for coloured box columns */
/*  The amalgamation of different div elements ie <div class="column Green colLeftAlign"> creates different boxes and alignments*/
.Blue {
	border: 1px solid #3399CC;
	background-image: url(../images/graphics/blueBox.gif);
	background-repeat: repeat-x;
}
.Green {
	border: 1px solid #77933C;
	background-image: url(../images/graphics/greenBox.gif);
	background-repeat: repeat-x;
}
.Red {
	border: 1px solid #E46C0A;
	background-image: url(../images/graphics/redBox.gif);
	background-repeat: repeat-x;
}
#footer {
	background-color: #95B3D7;
	height: 35px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#outerBrands {
	clear: both;
	color: #FFFFFF;
	padding-top: 5px;
	width: 945px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/*===================== TEXT STYLES ==================*/

#branding h1 {
	font-size: 2.4em;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 20px;
}
.oneColumnNoLine h2{ /* H2 styles for the main body div elements */
	font-size: 2em;
	line-height: 1em;
}
.oneColumn h2{ /* H2 styles for the main body div elements */
	font-size: 2em;
	line-height: 1em;
}
.twoColumn h2{ /* H2 styles for the main body div elements */
	font-size: 2em;
	line-height: 1em;
}
#threeColumn h2{ /* H2 styles for the main body div elements */
	font-size: 2em;
	line-height: 1em;
}
.firstPara {
	font-size: 1.3em;
}
.factsBox p        {/* this affects all paragraph text in the coloured boxes */
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	padding-top: 10px;
}
.oneColumn p        {/* this affects all paragraph text in the coloured boxes */
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	padding-top: 10px;
}
.factsBox h3     { /* this affects all h3 headings in the coloured boxes */
	color: #FFFFFF;
	margin-top: 8px;
	margin-left: 5px;
}
.oneColumn h3     { /* this affects all h3 headings in the coloured boxes */
	color: #FFFFFF;
	margin-top: 8px;
	margin-left: 5px;
}
.insetBox p {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#gallery ul {
	list-style-type: none;
	float: left;
	position: relative;
}
#gallery ul a {
	display: block;
	border:0;
	width: 100px;
}
#gallery li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	font-size: 0.9em;
	text-align: center;
}
.factsBox li {
	font-size: 1.2em;
	line-height: 1.4em;
}
.factsBox ul {
	padding-left: 20px;
}
.factsBox strong     {
	color: #5393D8;
}

.details a:visited {
	background-image: url(../images/graphics/details.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #E46C0A;
	text-decoration: none;
	padding-right: 14pt;
	font-size: 1em;
}

.details a:link {
	background-image: url(../images/graphics/details.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #E46C0A;
	text-decoration: none;
	padding-right: 14pt;
	font-size: 1em;
}
.details a:active{
	background-image: url(../images/graphics/details2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #5392D8;
	text-decoration: none;
	padding-right: 14pt;
	}
	.details a:hover{
	background-image: url(../images/graphics/details2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #5392D8;
	text-decoration: none;
	padding-right: 14pt;
	}
	.boatPlan {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.boatFact   {
	margin-bottom: -0.7em;
}
.threeColumn h2 {
	margin-top: 10px;
}

#footer p {
	font-size: 1em;
	line-height: 1em;
}



/* ===================== ADDITIONAL STYLES FOR DIV ELEMENTS ========================== */
/* added to the div code to give appearance of centred, left and right boxes */


.clearLeft { /* This style can be appended to a div class in the htm to wrap that div element below the previous element to its left */
	clear: left;
}
.clearfloats { /* Use this at the very end of a containing div element to make sure that the other "relative" divs fill the containing div space. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.RightAlign { /* add this to a standard .column div to move the column to the extreme right */
margin-right:12px;
	float: right;
}
.LeftAlign { /* add this to a standard .column div to move the column to the left */
	margin-left: 12px;
	float: left;
}
.centred {
	text-align: center;
}


/* ========================  Extra styles =============================== */
.w3c {
	float: left;
	margin-left: 12px;
}
#telephone {
	position: absolute;
	top: 140px;
	right: 0px;
}
.designedBy {
	margin-top: 10px;
	position: relative;
	float: right;
	margin-right: 12px;
}
.right {
	float: right;
}
.topMargin20px {
	margin-top: 20px;
}
h2 span {
	font-size: 14px;
}
#inventory  table {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 911px;
	vertical-align: top;
}
#inventory  td {
	width: 25%;
	font-size: 1em;
	line-height: 1.4em;
}
#inventory h3 {
	font-size: 1.2em;
	margin-top: 0px;
}
.oneColumn li {
	font-size: 1.2em;
	line-height: 1.4em;
}
.twoColumn li {
	font-size: 1.2em;
	line-height: 1.4em;
}
/* ========================  Extra styles for Narrowboat pages =============================== */

#narrowboats  .oneColumn {
	width: 172px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.tourBox {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5393d8;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5393D8;
}
.tourBox      a   {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
.boats  table {
	width: 95%;
}
.boats td {
	text-align: center;
	height: 90px;
}

#faqs strong {
	font-size: 1.2em;
	line-height: 1.4em;
}
.routes small{
	font-size: 0.9em;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.picLeft {
	float: left;
	margin-right: 5px;
	position: relative;
}
centred a {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
}
#about small {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
}
#links span {
	color: #000000;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
#enquiry .halfColumn {
	margin-top: 0px;
}
#links .oneColumnNoLine {
	margin-top: 0px;
}
#links .oneColumnNoLine ul {
	font-size: 1.2em;
	line-height: 1.4em;
}
#home img {
border:none;
}
#enquiry table {
	width: 90%;
}
#enquiry .formText {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 40%;
	height: 25px;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 10px;
}
#enquiry  .formInput {
	text-align: left;
	height: 25px;
	padding-bottom: 10px;
}
#enquiry .button {
	height: 35px;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #95B3D7;
}

/* ========================  Offer Styling =============================== */

#offer { background-color:#cedff2; 
		 height:180px;
		 width:210px;
		 padding-bottom:10px; padding-left:5px; padding-right:5px;
		 float:left;
		 text-align:center;
		 margin-bottom:20px;
}

#pricesinfo {  margin-top:20px; margin-left:70px; }

#pricesinfo h2 {  margin-bottom:20px; }

#pricestext { float:left; margin-left:20px; }


