/*
* CSS - 11 November 2005
*/

body {
	background-color: #ffffff;
    /*margin: 0px;
    padding: 0px;*/

    font-size: 13px;
    font-style: Normal;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #000000;
}

/*
* Form Classes
*/

form {
    display: inline;
}

/* Make the mouse pointer change to a hand over all form labels */
label {
    cursor: pointer;
    cursor: hand;
}

/* Clear all floats */
.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.spacer {
    height: 20px;
}

/* Display the logo as a header one at the top of the page */
#logo {
    display: none;
}

/*
* Headings
*/

/* Page Section Title */
h1 {
    font-size: 23px;
    font-weight: normal;
    display: inline;
}

h2 {
    font-size: 21px;
    font-weight: Bold;
    display: inline;
    color: #d90d06;
}

h3 {
    font-size: 17px;
    font-weight: Bold;
    display: inline;
    color: #d90d06;
}

h4 {
    font-size: 15px;
    display: inline;
    color: #000000;
}

/*
* Navigation Classes
*/

/* Fill the navigation spacer with the background colour */
.foreColour {
    background-color : #D90D06;
}

#navigation div.bottom {
    text-align: center;
    padding-top: 20px;
}

#navigation {
    background-color : #D90D06;
    width: 174px;
}

#navigation ul {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    /*font: 13px/20px Arial,sans-serif;*/
}

#navigation li {
    /*border-top: 1px solid #5dabc6;*/
    border-bottom: 1px solid #D8D8D3;
    background: #d90d06;
}

#navigation a {
    display: block;

    line-height: 24px;
    height: 100%;

    padding: 0 3px;
    text-decoration: none;
    color: #f7f7f7;
    font-weight: normal;
}

#home .home,
#faq .faq,
#spareparts .spareparts,
#contact .contact,
#boats .boats,
#shop .shop,
#workshop .workshop,
#boatsales .boatsales,
#why-freeman .why-freeman,
#history .history,
#news .news,
#ownersclub .ownersclub,
#engines .engines,
#bss .bss,
#rss .rss,
#sitemap .sitemap,
#brochures .brochures,
#onlineshop .onlineshop,
#fifty .fifty, {
    background: #AA0904;
}

#navigation a:hover {
    background: #759AD1;
}

#navigation a:active {
    background: #D8D8D3;
    color: #759AD1;
}

/*#navigation li ul {
    border-bottom: none;
    margin-top: 0;
}*/

/*
* Markup Classes
*/

#quotetext {
    width: 236px;
    float: right;
}

#quotetext p {
    /*background: #92cde1;*/

    margin: 10px;
    font-weight: bold;
}

#quotetext p.source {
    /*background: #92cde1;*/

    margin: 10px;
    text-align: right;
    font-size: 10px;
}

#list li {
    margin: 10px 0 0;
}

ol.list li {
    margin-bottom: 10px;
}

/*
* Site Map Classes
*/

#sitemap div.group {
    padding-top: 10px;
}

#sitemap div.section {
    padding-left: 20px;
    border-bottom: 1px solid #D8D8D3;
    padding-bottom: 15px;
}

#sitemap p {
    padding-left: 10px;
}

#sitemap h2 {
    font-size: 21px;
    font-weight: Bold;
    display: block;
    color: #d90d06;
}

#sitemap h3 {
    font-size: 17px;
    font-weight: Bold;
    display: block;
    color: #d90d06;
}

/*
* RSS Feed Classes
*/

#feeds {
    padding: 10px;
    background-color: #D8D8D3;
    margin-top: 10px;
    margin-bottom: 10px;
}

#feeds div.feed {
    padding-bottom: 15px;
}

#feeds div.link {
    padding-bottom: 5px;
    font-weight: bold;
}

#feeds div.description {
    padding-left: 10px;
    padding-bottom: 5px;
}

#feeds li {
    padding-left: 30px;
    font-size: 12px;
    list-style-type: none;
}

#feeds li a {
    font-weight: normal;
}

/* Feed Link / What is RSS? Link */
#feedInfo {
    float: right;
    display: inline;
}

/* Feed Link / What is RSS? Link */
#feedInfo a {
    font-size : 10px;
    font-weight: bold;
}

/*
* General Classes
*/

/* Pagination TD */
td.pages {
    background-color: #D8D8D3;
    padding: 5px;
}

/* Align a Paragraphs text to the right */
.aRight {
    text-align: right;
    padding: 0px;
    margin: 0px;
}

.aCenter {
    text-align: center;
}

/* Align Div Block Left */
div.aLeft {
    float: left;
    padding-left: 10px;
}

/* Align Div Block Right */
div.aRight {
    float: right;
    padding-right: 10px;
    display: inline;
}

div.aImgRight {
	margin-left: 5px;
    border-left: 5px solid #d90d06;
    float: right;
    padding-right: 10px;
    display: inline;
}

div.aImgRight p { padding-left: 5px; }

img.aRight {
    float: right;
    margin-left: 5px;
    padding-left: 5px;
    background-color: #d90d06;
}

img.aLeft {
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    background-color: #d90d06;
}

img.aCenter {
    margin-left: 5px;
    padding-left: 5px;
    margin-right: 5px;
    padding-right: 5px;
    background-color: #d90d06;
}

div.imgHolder {
    text-align: center;
}

/*
* Header Classes
*/

/* Section Title Block */
#header .title {
    /* background-color: #759AD1; */
    background-color: #D90D06;
    color: #f7f7f7;
    padding-left: 10px;
}

#header .group {
    background-color: #D8D8D3;
}

/* Top Navigation Block */
#header .navigation {
    background-color: #D8D8D3;
    color: #759AD1;
    font-weight: bold;
    font-style: Italic;
    font-size: 12px;
}

/* Top navigation List */
#header ul {
    list-style-type: none;
    display: inline;
    padding-left: 0px;
    margin-left: 6px;
}

#header li {
    display: inline;
    padding-left: 8px;
}

/* Top Navigation Link */
#header a {
    font-style: normal;
}

#header a:visited {
    color: #d90d06;
}

/*
* Error Classes
*/

#error {
    background-color: #D8D8D3;
    padding : 5px;
}

#error div.error {
    float: left;
    width: 110px;

    color: #D90D06;
    font-size: 17px;
    font-weight: bold;
}

#error div.aRight {
    width: 428px;
}

#error div.message {
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
}

/*
* Home Page Classes
*/

div.main {
    float: left;
    width: 370px;
}

div.side {
    float: right;
    width: 182px;
}

#content div.feature {
	position:relative;
	margin-bottom: 1em;
}

#content div.feature div.info {
	position: absolute;
	bottom: 0;
	height: 63px;
	color: #fff;
	text-align: center;
	background: url('/graphics/front/transparent-bg.png');
}

#content div.feature div.info p {
	margin-top: 0.5em;
}

#content div.feature div.info a {
	font-size:17px;
	color:#fff;
}

/*#home p {
    background-color: #d8d8d3;
    font-weight: bold;
}*/

#content div.block {
    background-color: #759ad1;
    margin-top: 1px;
    margin-bottom: 4px;
    padding-left: 10px;
}

#content div.block a {
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    display: block;
}

#content div.block a.dbl {
    line-height: 22px;
}

#content div.blockimg {
    height: 108px;
    width: 200px;
    position: relative;
}

#content div.blockimg div {
    position: absolute;
    bottom: 0px;
    width: 190px;
    background-color: #759ad1;
    margin-top: 1px;
    margin-bottom: 4px;
    padding-left: 10px;
    z-index: 1;
}

#content div.blockimg a {
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    display: block;
}

#content div.blockimg img {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 10;
}

/*
* Content Classes
*/

#content .colBullets div {
    float: left;
    width: 50%;
}

#content .colBullets div li {
    margin-left: 5px;
}

/* Content Heading in a link */
#content h2 a {
    font-weight: normal;
    text-decoration: underline;
}

/* Content Summary Class */
#content div.summary {
    margin-bottom: 20px;
}

/* Content Summary Class, Paragraphs */
#content div.summary p {
    margin-left: 20px;
    margin-bottom: 0px;
}

/* Content Date Class */
#content p.date {
    margin-top: 0px;
    font-size: 10px;
    color: #82827F;
}

/* Content Summary Class */
#content p.summary {
    margin-top: 10px;
}

/* Content More Class (Read More Links) */
#content div.more {
    font-size : 10px;
    font-weight: bold;
    float: right;
}

/* Content search div inside the searchBox td */
#content td.searchBox div.search {
    float: right;
    background-color: #759AD1;
    color: #f7f7f7;
    width: 40%;
    padding: 10px;
    border-bottom: 2px solid #f7f7f7;
    margin-left: 10px;
}

#article ul {
    margin-bottom: 0px;
}

/*
* Parts Classes
* Grey background, red text, used by the parser
*/

#content div.partsBlock {
    width: 100%;
}

#content div.parts {
    width: 90%;
    background-color: #D8D8D3;
    color: #D90D06;

    padding-left: 5px;
    padding-top: 2px;
    line-height: 2;
    font-weight: bold;

    font-size: 13px;
    float: right;
}

#content div.parts div.title {
    float: left;
    width: 20%;
}

#content div.parts div.list {
    float: right;
    width: 80%;
}

#content div.parts div.list h4 {
    color: #000000;
    line-height: 1.5;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size : 13px;
    display: inline;
}

#content div.parts div.list p.note {
    color: #000000;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 3px;
}

/*
* Highlight Classes
* Blue background colour, white text
* Used on Search pages
*/

#content .highlight {
    background-color: #759ad1;
    color: #f7f7f7;
    padding: 10px;
}

#content .highlight h2 {
    color: #f7f7f7;
    font-weight: normal;
}

#content .highlight a {
    color: #f7f7f7;
}

#content div.highlight div.image {
    float: left;
}

#content div.highlight div.groupSection {
    width: 100%;
}

#content .infoLink {
    background-color: #d8d8d3;
    color: #000000;
    padding: 5px;
    text-align: right;
}

#content div.infoLink {
    margin-top: 2px;
}

#content .infoLink a {
    font-weight: bold;
    padding-left: 8px;
}

#content ul {
    margin-bottom: 0px;
}

/*
* Coloured Table Cells
* Used on the range and spare parts
*/

#content td.boxLight {
    background-color: #D8D8D3;
}

#content td.boxLight a {
    display: block;
    height: 60px;
    line-height: 60px;

    font-size: 19px;
}

#content td.boxLight a:hover {
    background-color: #ffffff;
}

/*
* Coloured Table Cells (Side Bar)
* Used on the FAQ
*/

#sideBar {
    background-color: #D8D8D3;
    float: right;
    display: inline;
    width: 145px;
    margin-left: 5px;
}

#sideBar p {
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#sideBar a {
    font-weight: bold;
}

/*
* Example Classes
*/

#content div.inset {
    background-color: #c8d7ed;
    padding: 5px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin: 10px;
    clear: both;
}

#content div.inset,
#content div.inline {
    clear: none;
}

#content div.inset p {
    margin: 0px;
    margin-left: 40px;
}

#content div.inset h4 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: bold;
    font-size : 13px;
    display: block;
}

#content div.inset ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*
* Help Classes
* White text, for use on .highlight
*/

#content .highlight div.help p {
    margin-top: 0px;
    font-style: italic;
}

#content .highlight div.help h4 {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 5px;
    font-size: 13px;
    color: #ffffff;
}

#content table.table {
    border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}

#content table.table th,
#content table.table td {
    border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #000000;
}

/*
* The Range Results
*/

#results td.title {
    background-color: #759ad1;
    color: #f7f7f7;
    padding-left: 10px;
    height: 30px;
}

#results h3 {
    font-weight: normal;
}

#results h3 a {
    color: #ffffff;
    line-height: 30px;
}

#results ul {
    margin: 0 20px;
    list-style-type: none;
}

#results li {
    margin: 0px;
    padding: 0px;
}

#results td.details {
    padding: 5px;
}

#results td.options {
    background-color: #d8d8d3;
}

#results td.options ul {
    margin: 0;
    padding: 0px;
}

#results td.options a {
    display: block;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    font-weight: bold;
}

#results td.options a:hover {
    background-color: #759ad1;
    color: #f7f7f7;
}

#range div {
    margin-bottom: 20px;
}

#range h2,
#range h3 {
    display: block;
    margin-bottom: 15px;
}

#range p {
    margin: 0px;
}

#plans img {
    margin-bottom: 10px;
}

/*
* FAQ Classes
*/

#faqCategories p {
    margin-left: 20px;
    padding: 5px;
}

#faqQuestions {
    margin-bottom: 20px;
    background-color: #d8d8d3;
    padding: 5px;
}

#faqQuestions ul {
    margin-left: 30px;
    padding: 0px;
}

#faqQuestions li {
    margin-bottom: 10px;
}

/*
* Spare Parts Classes
*/

#spareparts div.sparepart {
    margin-bottom: 20px;
}

/*
* Contact Page
*/

/* Indent a paragraph */
#contact p.indent {
    margin-left: 15px;
}

#contact div.side {
    float: right;
    width: 210px;
}

#contact div.side ul {
    margin-top: 0px;
    margin-bottom: 10px;
    list-style: none;
}

#contact div.side li {
    margin-top: 10px;
}

#contact div.side li a {
    font-weight: bold;
}

#contact div.side p {
    margin-top: 2px;
}

#contact div.side img {
    margin-left: 5px;
    padding-left: 5px;
    background-color: #d90d06;
}

/*
* Online Shop
*/

#onlineshop div.product {
    margin-bottom: 10px;
}

#onlineshop div.buyform {
    text-align: right;
    background-color: #759ad1;
    margin-bottom: 10px;
    padding: 5px;
}

#onlineshop label {
    font-weight: bold;
}

#onlineshop td.center {
    text-align: center;
}

#onlineshop td.price {
    text-align: right;
}

#onlineshop thead th {
    text-align: center;
}

#onlineshop div.categories {
    padding-left: 25px;
}
#onlineshop div.category {
    float: left;
    width: 160px;
    height: 220px;
    padding: 5px;
}

/*
* Brochure Classes
*/

#brochures div.clear {
    margin: 50px;
}

.backto {
    background-color : #D90D06;
    padding-top: 110px;
}

#brochure p {
    margin: 0px;
}

#brochure h2 {
    display: block;
}

#brochure div.image {
    text-align: center;
}

#brochure div.pages {
    width: 100%;
}

#brochure div.pages div.return {
    float: left;
    margin: 10px;
    font-weight: bold;
}

#brochure div.pages ul {
    list-style-type: none;
    float: right;
    margin: 10px;
    /*margin: 0px;
    padding: 0px;*/
}

#brochure div.pages li {
    display: block;
    float: left;
    text-align: center;
    width: 22px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    margin-left: 8px;
    background: url(/graphics/page.gif) #ffffff no-repeat;

}

#brochure div.pages li a {
    display: block;
    width: 100%;
    height: 100%;
}

/*
* Table Layout
*/

td.legend {
    background-color: #D8D8D3;
}

td.legend h4 {
    display: inline;
    font-size: 13px;
    font-weight: bold;
}

td.item_1 {
    background-color: #ffffff;
    padding: 10px;
}

td.item_2 {
    background-color: #E5E5E5;
    padding: 10px;
}

td.item2_1 {
    background-color: #ffffff;
    padding-bottom: 5px;
}

td.item2_2 {
    background-color: #E5E5E5;
    padding-bottom: 5px;
}

/*
* Form Classes
*/

td.form_error {
    color: #d90d06;
    font-weight: bold;
}

td.form_field {
    font-weight: bold;
    text-align: right;
}

td.form_input {

}

td.form_help {
    font-size: 11px;
    font-style: italic;
}

td.form_submit {
    text-align: right;
}

/*
* Table Effect Classes
*/

#content div.col {
    float: left;
    width: 276px;
}

#content div.rowSpace {
    clear: both;
    width: 100%;
    height: 10px;
}


#content div.colSpace {
    float: left;
    width: 3px;
    height: 110px;
}

/*
* Group Pages Classes
*/

#content div.itemText {
    background-color: #d8d8d3;
    font-weight: bold;
    height: 68px;
    padding: 15px;
}

#content div.itemLink {
    background-color: #759ad1;
    height: 42px;
    padding-left: 10px;
}

#content div.itemLink a {
    color: #ffffff;
    font-weight: bold;
    line-height: 42px;
}

/*
* Page Tools
*/
/* Div Id For Page Tools Block*/
#pageTools {
    background-color: #d8d8d3;
    color: #000000;
    padding: 5px;
    text-align: right;
    margin-top: 15px;
}

#pageTools a {
    font-weight: bold;
    font-size: 10px;
}

/*
* Footer Classes
*/

/* Background: Grey ; Foreground: Darker Grey */
#footer {
    background-color: #D8D8D3;
    color: #82827F;
}

/* Info Block (Background: White ; Foreground: Red */
#footer .info {
    background-color: #f7f7f7;
    color: #D90D06;
    padding-left: 10px;
    font-weight: Bold;
}

/* Small Text*/
#footer .copy {
   font-size: 9px;
   font-weight: bold;
}

/* Footer Links (Grey - Red)*/
#footer div a {
    color: #82827F;
    font-weight: bold;
}

#footer div a:hover {
    color: #D90D06;
    text-decoration : none;
}

/*
* Default Link Classes
*/

/* Normal Links (Red - Blue) */
a {
    /*color: #D90D06;*/
    color: #D90D06;
    text-decoration: underline;
}

a:visited {
    /*color: #FB5B57;*/
    color: #AA0904;
    text-decoration: underline;
}

a:active {
    color: #D90D06;
    text-decoration: underline;
}

a:hover {
    color: #759AD1;
    text-decoration: none;
}

a.promote {
    /*color: #D90D06;*/
    font-weight: bold;
}

/*
* 50th CSS
*/

#navigation div.fiftyad a:hover {
    background-color: #D90D06;
}

#fifty div.gallery {
    text-align: center;
}


/*#fifty div.leader div.left,
#fifty div.leader div.right {
    float: left;
}

#fifty div.leader div.left {
    width: 354px;
}

#fifty div.leader div.right {
    width: 200px;
}

#fifty div.leader div.right img {
    margin-bottom: 20px;
}

#fifty div.funadvert {
    text-align: center;
    padding-left: 0px;
}*/

/*#fifty div.funday {
    height: 282px;
    position: relative;
    background: #ffffff url(/graphics/50years/50years-funday.gif) no-repeat right top;
}

#fifty div.funday h2 {
    position: absolute;
    width: 100%;
}

#fifty div.funday h2.date {
    top: 15px;
    left: 10px;
}

#fifty div.funday h2.tag {
    top: 60px;
    left: 50px;
}

#fifty div.funday a {
    position: absolute;
    bottom: 58px;
    right: 27px;
    width: 90px;
    text-align: center;
    margin: 0px;
    display: block;
}

#fifty div.funday a {
    color: #ffffff;
    font-weight: bold;
}*/

#fifty div.funday {
    text-align: center;
}


#fifty div.tag {
    text-align: center;
}

#fifty div.block {
    text-align: center;
}

#fifty ul.programme li {
    margin-bottom: 15px;
}

/* Easy Slider */

#slider { margin-top: 1em; }

#slider img {
	border: none;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{ margin-top:1em; }
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width:557px;
	height:190px;
	overflow:hidden; 
}

.button { font-weight: bold; display: inline-block; outline: none; cursor: pointer; text-align: center; text-decoration: none; padding: .5em 1em .55em; -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); }
.button:hover { text-decoration: none; }

/* green */
.green {
	color: #e8f0de!important;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c!important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}