/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: left;
	background: #999999;
}

img {
	display: block;
	border: none;
}

#container {
	width: 960px;
	background: #000 url(images/bg-content-container.gif) repeat-y;
	margin: 20px auto;
}

a {
	color: #6cf;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}


/*________ HEADER ________*/

#header {
	background: #666666;
	border: 1px solid #000;
	height: 125px;
}

#mainNav {
	padding: 70px 0 0 20px;
	height: 18px;
}
#mainNav li {
	display: inline;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
#mainNav li a {
	color: #dedede;
	text-decoration: none;
	padding: 10px 20px;
}
#mainNav li a:hover {
	color: #FFF;
}

h1 img {
	float: right;
	margin: 20px 40px 0 0;
}


/*________ CONTENT ________*/

#contentContainer {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	overflow: hidden;
}

#content {
overflow: hidden;
width: 712px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	color: #6cf;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 5px 0;
	margin: 0 20px 15px 20px;
}

#content p {
	margin: 0 20px 15px 20px;
	width: 670px;
}
#content ul, #content ol {
	margin: 0 20px 15px 55px;
	width: 635px;
	line-height: 1.5;
}

#content .barefootNav {
	float:left;
	width: 375px;
}

/*___________ YACHTS ___________*/

#content.yachts {
background: #000 url(images/bg-yachts.jpg) no-repeat bottom left;
}

#sidebar.yachts {
padding-top: 20px;
}

#sidebar.yachts div {

text-align: center;
margin-bottom: 20px;
}

#sidebar.yachts div img {
margin: 0 auto 3px auto;
border: 1px solid #000;
}

#sidebar.yachts div h3 {
font-size: 12px;
}

#sidebar.yachts div h3 a {
color: #fff;
}

#yachtSeries {
border-bottom: 1px dotted #fff;
margin: 0 0 15px 100px;
padding: 20px 0 15px 0;
overflow: hidden;
width: 500px;
}

#yachtSeries h3 {
color: #6cf;
text-transform: uppercase;
font-size: 12px;
padding-bottom: 10px;
}

#yachtSeries a {
color: #fff;
text-decoration: underline;
}

#yachtSeries a:hover {
color: #6cf;
}

#yachtSeries div {
margin-bottom: 20px;
overflow: hidden;
width: 500px;
}

#yachtSeries div.bottomDiv {
margin: 0;
}

#yachtSeries dl {
float: left;
width: 235px;
margin-right: 30px;
}

#yachtSeries dl.rhs {
margin: 0;
}

#yachtSeries dl dt {
float: left;
clear: left;
width: 160px;
margin: 0 0 5px 0;
}

#yachtSeries dl dd {
float: left;
width: 35px;
margin: 0 0 5px 0;
}

/*________ YACHT PAGES ________*/

#content #boatInfo h2 {
	width: 450px;
}
#content #boatInfo p {
	width: 450px;
}
#content #boatInfo ul {
width: 415px;
}

#content #boatSidebar {
float: right;
	width: 195px;
	margin: 20px 15px 15px 0;
}

#content #boatSidebar #imageGallery {
margin-bottom: 15px;
overflow: hidden;
width: 195px;
}
#content #boatSidebar #imageGallery img {
	float: left;
	margin: 0 5px 5px 0px;
}

#content #boatSidebar ul {
	list-style: none;
	margin: 0 0 0 0;
width: 175px;
}
#content #boatSidebar ul li a {
	background-color: #e6e6e6;
	margin: 0 0 5px 0;
	padding: 2px 5px 2px 0;
	width: 185px;
	display: block;
	text-align: right;
	color: #ff3333;
	font-weight: bold;
	text-decoration: none;
}
#content #boatSidebar ul li a:hover {
	background-color: #FFF;
	color: #000;
}


/*________ CONTENT ________*/

#sidebar {
	background: #333;
	border-right: 1px solid #000;
	width: 245px;
	float: left;
	padding-bottom: 20px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

#sidebar ul {
	margin: 15px 5px 0px 30px;
	list-style-type: none;
	font-size: 11px;
}
#sidebar ul ul {
font-weight: normal;
margin: 5px 0 0 20px;
}
#sidebar ul li.sidebarSeriesHeader {
	font-weight: bold;
	margin-left: -10px;
}
#sidebar ul li.sidebarSeriesHeader a {
color: #FFF;
}
#sidebar ul li {
	padding: 3px 0;
	line-height: 1;
}
#sidebar ul li a {
	color: #c0c0c0;
}
#sidebar ul li a:hover {
	color: #FFF;
}

#sidebar.gallerySidebar ul {
margin-left: 15px;
}

#sidebar.gallerySidebar ul li {
color: #fff;
}

/*________ LATEST NEWS ________*/

#latestNews {
padding: 0 0 20px 20px;
width: 670px;
}

#latestNews .newsPost {
overflow: hidden;
width: 670px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #333;
}

#latestNews h3 {
color: #66ccff;
font-size: 14px;
padding-bottom: 5px;
}

#latestNews p {
width: auto;
margin-left: 0;
line-height: 16px;
}

#latestNews p.newsDate {
margin-bottom: 10px;
font-weight: bold;
color: #fff;
}

#latestNews .newsImg {
float: right;
margin: 0 0 0 20px;
}

#latestNews .navLinks {
float: right;
width: auto;
margin: 0;
}

#latestNews .navLinks li {
list-style-type: none;
float: left;
}

#latestNews .navLinks li.current {
margin: 0 3px;
}

#latestNews .navLinks li a {
margin: 0 3px;
}

/*________ RACING RESULTS ________*/

#content.racingResults {
background: #000 url(images/bg-racing-results.jpg) no-repeat bottom left;
height: 580px;
}

#content.racingResults h3 {
color: #fff;
padding: 0 0 5px 20px;
font-size: 14px;
}

#content.racingResults img,
#raceResult img {
float: right;
margin: 0 20px 20px 20px;
border: 1px solid #fff;
}

#raceResult ul {
margin: 0 0 20px 35px;
}

#raceResult ul li {
margin-bottom: 10px;
}


/*________ CUSTOM / ABOUT ________*/

.customDesign {
background: #000 url(images/bg-custom-design.jpg) no-repeat bottom left;
height: 580px;
}

.customDesign h3 {
font-size: 14px;
margin-left: 20px;
color: #fff;
}

.aboutGrainger {
background: #000 url(images/bg-about-grainger.jpg) no-repeat bottom left;
height: 580px;
}

/*__________CONTACT US__________*/

.contactUs {
background: #000 url(images/bg-contact-us.jpg) no-repeat bottom left;
height: 580px;
}

#contactForm {
float: right;
width: 355px;
padding: 10px 0 30px 0;
}

#contactForm.sendMessage {
float: none;
padding: 0 0 30px 20px;
}

#contactForm p {
margin: 0 0 10px 0;
width: auto;
}

#contactForm fieldset {
border: 0;
}

#contactForm legend {
display: none;
}

#contactForm fieldset label {
float: left;
clear: left;
width: 75px;
padding-top: 3px;
text-align: right;
margin: 0 10px 8px 0;
}

#contactForm fieldset input {
display: block;
width: 167px;
padding: 2px 0 2px 3px;
border: 1px solid;
margin: 0 0 8px 0;
}

#contactForm fieldset textarea {
display: block;
border: 1px solid;
width: 207px;
height: 86px;
padding: 2px 0 2px 3px;
margin: 0 0 8px 0;
overflow: auto;
font: 12px Arial, helvetica, sans-serrif;
}

#contactForm input {
margin: 0 0 0 85px;
}

#errorText, #successText {
border: 1px solid red;
margin-bottom: 10px;
width: 310px;
background: #ffb1b1;
color: #f50000;
padding: 10px;
}

#successText {
text-align: center;
background: #b3ffb1;
color: #038900;
border: 1px solid #038900;
}

#errorText p {
margin-bottom: 5px;
}

#successText p {
margin: 0;
width: auto;
}

#errorText ul {
padding: 0;
margin: 0 0 0 30px;
width: auto;
}

#contactDetails {
overflow: hidden;
width: 320px;
padding: 10px 0 30px 20px;
}

#contactDetails dt {
float: left;
clear: left;
font-weight: bold;
width: 145px;
margin: 0 0 15px 0;
}

#contactDetails dd {
display: block;
overflow: hidden;
width: 170px;
margin: 0 0 15px 0;
}

/*_______PRICE LIST REQUEST_______*/

#requestprice {
padding: 0 0 20px 20px;
}

#requestprice fieldset {
border: 0;
}

#requestprice fieldset label {
display: block;
text-transform: uppercase;
color: #66ccff;
font-weight: bold;
padding-bottom: 10px;
}

#requestprice fieldset label.checkBox {
color: #b8b8c2;
text-transform: none;
}

#requestprice fieldset input {
display: block;
width: 382px;
padding: 2px 0 2px 3px;
margin: 0 0 10px 0;
}

#requestprice fieldset label input {
float: left;
width: auto;
margin-right: 5px;
}

#requestprice fieldset select {
display: block;
margin: 0 0 15px 0;
}

/*__________FOOTER__________*/

#footer {
	background: #666666;
	border: 1px solid #000;
	height: 70px;
	clear: both;
}
#footer img {
	float: left;
	margin: 9px 0 0 45px;
}
#footer p {
	text-align: right;
	font-size: 10px;
	color: #b9b9b9;
	margin: 22px 22px 0 0;
}


/*__________ MISC __________*/

.imgRight {
	float: right;
	margin: 0 0 15px 10px;
}
.imgLeft {
	float: left;
	margin: 0 10px 15px 0;
}

/*__________ Gallery __________*/

#albums, #padbox, #galleryVideos {
padding: 0 0 20px 20px;
overflow: hidden;
width: 675px;
}

#galleryVideos div {
float: left;
width: 195px;
height: 190px;
padding: 0 15px;
}

#galleryVideos div p {
width: auto;
text-align: center;
padding: 2px 0;
margin: 0;
}

.tubeVid {
display: none;
}

#padbox p {
margin-left: 0;
}

/*  Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	margin: 0px 10px 10px 0px;
	line-height: 0px;
    border: 1px solid #333333;
}

.imagethumb a:hover {
	border: 1px solid #666666;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */

.album {
margin: 0 15px 0 0;
padding: 0 10px;
float: left;
width: 100px;
height: 160px;
overflow: hidden;
}

.album h3 {
padding: 5px 0 10px 0;
margin: 0;
text-align: center;
font-size: 12px;
width: 100px;
}

.album p {
line-height: 12px;
font-size: 11px;
padding: 4px 0px 0px;
margin: 0px;
}

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}
