/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

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

body { font-size: 75%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #111; 
  /*font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; */
  font-family: Georgia, "lucida bright", "times new roman", serif;
  font-style:italic; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font: 1em Georgia, "lucida bright", "times new roman", serif; 
}


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

h1,h2,h3,h4,h5,h6 { font-weight: normal; clear: both; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { clear: both; margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 1.5em 0; font-style: italic; font-weight: bold; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* JRC Marine Styles
-------------------------------------------------------------- */

body {
	background: #fff;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	
}

#header {
	position: relative;
	/*background: url(../img/boat1.jpg) no-repeat 0 80px;*/
	width: 100%;
	z-index: 100;
margin: 1em;
}

#subpage #header {

	background: transparent;

}

#header h2 {
	
	height: 73px;


}
#carousel {
display:none;
}
#carousel img {
display:none;
}

#navbar {
	display: none;
}
	

#maincontent {
		clear: both;
	background: #fff;
	
	border-top: 4px solid #eaa903;
	border-bottom: 0;
	padding: 1em;

}

#subpage #maincontent {
	border-top: 0;
}

#maincontent h3 {
	color: #3e5168;
	font-style: italic;
}

#content {
	padding: 0;
	margin: 0;
}

.single {
	width: 97%;
}
.column {


}

#content h1 {
	display: none;
}
#sidebar {
border-top: 1px solid #333;
padding-top: 1em;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar h4 {
	margin-bottom: 0;
	color: #000333;
	background: #eaa903;
	padding-left: 5px;
}
#sidebar a {
	color: #000333;
}

#sidebar .date {
	font-weight: bold;
	padding-left: 5px;
}
#sidebar .content {
	padding-left: 5px;
}
#sidebar .morelink {
	margin-bottom: 1em;
	padding-left: 5px;
}

#footer {

	clear: both;
	padding: 1em 1em;
	border-top: 1px solid #333;
	color: #333;
	height: 40px;
}

.logo {
display: none;
}
.pedro {
margin: -40px 0 10px 1em;
	zindex: 1000;
}
.navigators {
display:none;
}

#fname, #email, #sname, #make, #engine{
width: 200px;
}

#address, #address2{
width: 300px;
}

#enquiry, #info {
width: 300px;
}

#contactform {
margin : 0;
padding : 0;

}

#contactform fieldset {
border: 1px solid #BFBFCD;
padding : 20px 10px;
width: 430px;
margin-top: 12px;
margin-bottom: 20px;
margin-left:11px;
background-color: #fff;
}

#contactform legend {
font-family : Georgia, Times, serif;
border: 1px solid #BFBFCD;
font-size : 105%;
font-style: italic;
font-weight : bold;
letter-spacing : -1px;
color : #000039;
background: #fff;
padding: 2px 8px;
}

#contactform label {
font-family: verdana, sans-serif;
color: #2b2b2b;
font-size: 95%;
}

#contactform .note {
margin: 0 10px 0 20px;
font-family: verdana, sans-serif;
color: #333;
font-size: 95%;
}

#contactform .alert {
padding-left: 20px;
color: #000;
background: url(img/alert.gif) no-repeat 0 50%;
}


#contactform em {
color: #c00;
font-weight: bold;
font-style: normal;
}

#map img {
padding : 0 0 20px 23px;
}

#enquiryform fieldset {
border: 1px solid #BFBFCD;
padding : 20px 10px;
width: 430px;
margin-top: 12px;
margin-bottom: 20px;
margin-left:11px;
background-color: #fff;
}

#enquiryform legend {
font-family : Georgia, Times, serif;
border: 1px solid #BFBFCD;
font-size : 105%;
font-style: italic;
font-weight : bold;
letter-spacing : -1px;
color : #000039;
background: #EEECE8;
padding: 2px 8px;
}

#enquiryform label {
font-family: verdana, sans-serif;
color: #2b2b2b;
font-size: 95%;
}

#enquiryform .note {
margin: 0 10px 0 20px;
font-family: verdana, sans-serif;
color: #333;
font-size: 95%;
}

#enquiryform .alert {
padding-left: 20px;
color: #000;
background: url(img/alert.gif) no-repeat 0 50%;
}


#enquiryform em {
color: #c00;
font-weight: bold;
font-style: normal;
}

.thumbnail {
float:left;
margin:0pt 5px 10px 0pt;
padding:5px;
text-align:right;
width:150px;
}
#maincontent #thumbs {
	margin: 0;
	padding: 0;
}

#maincontent #thumbs h3 {
	clear: both;
	border-top: 1px dotted #000333;
	padding-top: 15px;
}


#maincontent #thumbs img.thumbleft {
background: #eee;
border: 1px solid #ccc;
padding: 10px;
}

#thumbs a:link,
#thumbs a:hover,
#thumbs a:visited,
#thumbs a:focus {
text-decoration: none;
color: #222;
}


#subnav {
height: 3.4em;
margin: 0;
padding-left: 0px;
background: url(../images/tab_bottom.gif) repeat-x bottom;
}

#subnav li {
margin: 0; 
padding: 0;
display: inline;
list-style-type: none;
}
	
#subnav a:link, #subnav a:visited {
float: left;
background: #f3f3f3;
font-size: 1em;
line-height: 1.4em;
font-weight: bold;
padding: 2px 10px 2px 10px;
margin-right: 4px;
border: 1px solid #eaa903;
text-decoration: none;
color: #000333;
}

#subnav a:link.active, #subnav a:visited.active {
border-bottom: 1px solid #fff;
background: #fff;
color: #000;
}

#subnav a:hover, .button a:hover {
background: #000333;
color: #eaa903;
}

.button {
text-align: center;
}
.button a {
background: #f3f3f3;
font-size: 1em;
line-height: 1.4em;
font-weight: bold;
padding: 2px 10px 2px 10px;
border: 1px solid #eaa903;
text-decoration: none;
color: #000333;
}

#gallery {
list-style-type: none;
margin: 0;
padding: 0;
}

#gallery li {
display: inline;
padding-right: 10px;
}

#gallery li img,
img.boats {
background: #eee;
border: 1px solid #ccc;
padding: 10px;
margin: 0 0 6px;
}
#boatdetails {
clear: both;
margin: 1em auto;
}

#boatdetails .heading {
width: 10em;
font-weight: bold;
}

#boatdetails .divider {
width: 4em;
text-align: center;
}
#mainlisting {
clear: both;
border-top: 1px solid #ddd;
margin: 0;
}
#mainglisting * {
margin: 0;
padding: 0;
}

#mainlisting tr td {
margin: 0;
padding: .5em 0;
}
#mainlisting tr td h4 {
margin: 0;
padding: 0;
}
#mainlisting tr td img {
background: #eee;
border: 1px solid #ccc;
padding: 10px;
width: 140px;
}
#mainlisting tr td p {
margin-right: 1em;
}

.featurecolumn {
float: left;
width: 45%;
margin-right: 1em;
}

.featurecolumn h4 {
border-top: 1px solid #444;
padding-top: .5em;
}
.last {
margin-right: 0;
}
