/* RESET STYLES */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
blockquote, a, img, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul { list-style: none;}

a:link, a:visited {color:#5C5751;text-decoration:none;}
a:hover {color:#FFF;}
a:active {}

body {
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 62.5%;
	color:#5C5751;
	background-color:#9C9389;
}

/* PAGE STRUCTURE */

#container {
	width:940px;
	margin:10px auto;
	padding:20px;
	background-color:#FDFAF7;
}
#column_left {
	width:730px; 
	margin:0 10px 0 0;
	float:left;
}
#navbar {
	width:100%;
	overflow:hidden;
	padding:5px 0;
	margin:10px 0 0;
	background-color:#DCCFC1;
}
#header {
	width:auto;
	display:block;
	margin-bottom:10px;
}
#main {
	width:620px;
	display:block;
	float:left;
}
	body#subpage #main {width:720px;}
#sidebar {
	width:290px;
	display:block;
	float:right;
}
	body#subpage #sidebar {width:190px;}
div.spacer {clear:both; height:10px; display:block;}

#footer {
	width:980px;
	display:block;
	margin:20px auto;
	clear:both;
}
	
/* HEADER */
#header {}
#logo img {display:block;margin:0 auto;}

/* MAIN NAV */
#navbar {
	height:2.3em;
	min-height:2.3em;
}
#navbar ul {
	position:relative;
	left:50%;
	float:left;
}
#navbar li {
	font-size:1.8em;
	font-weight:bold;
	float:left;
	position:relative;
	right:50%;
	margin:0 20px;
}
#navbar li a {
	display:block;
	color:#5C5751;
}
#navbar li a:hover {text-decoration:underline;}



/* CONTENT */
h2 {
	font-size:3.4em;
	font-weight:bold;
	margin:0 0 0.5em;
}
h3 {
	font-size:2.4em;
	font-weight:normal;
	margin-bottom:0.8em;
}
p {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-bottom:1em;
}
#main p {font-family:Georgia, "Times New Roman", Times, serif; }
p#categories {
	font-size: 1.4em;
	margin-bottom:0.2em;
}
p.note {
	font-size: 1.2em;
	font-style:italic;
	margin-bottom:1em;
	padding-top:1em;
}
#main a {text-decoration:underline;background-color:#E9DBCD;}
#main a:hover {background-color:#5C5751; color:#FFF;}

/* FEATURE */
#feature {
	width:auto;
	height:360px;
	background-color:#DCCFC1;
	margin-bottom:40px;
	position:relative;
}
#feature #largepic {
	display:block;
	width:638px;
	height:360px;
	position:absolute;
	top:-5px;
	left:-5px;
	border:5px solid #FDFAF7;
}
#feature #largepic a {
	display:block;
	width:638px;
	height:360px;
}
#feature span {
	margin:0 10px 0 0;
	width:270px;
	height:330px;
	float:right;
	position:absolute;
	top:30px;
	right:0;
	overflow:hidden;
}
#feature h4 {
	font-size:2.4em;
	font-weight:bold;
	margin-bottom:0.5em;
}
#feature h5 {
	font-size:2.0em;
	font-weight:normal;
	margin-bottom:1em;
}
#feature h5 a {
	text-decoration:underline;
}
#feature h5 a:hover {
	color:#FFF;
	background-color:#5C5751;
}
#feature ul {
	list-style:disc;
	margin-left:1em;
	padding-left:1em;
}
#feature li {
	font-size:1.6em;
	margin-bottom:0.3em;
	padding-left:0;
}

/* SIDEBAR */
#sidebar .sitelinks {
	background-color:#5C5751;
	margin-bottom:20px;
	padding:0;
}

#sidebar h4 {
	color:#FFF;
	font-size:1.8em;
	margin:0;
	padding:4px 20px;
}
#sidebar .sitelinks ul {
	display:block;
	margin:0 -4px;
	padding:20px;
	background-color:#EADBCD;
	border:4px solid #FDFAF7;
}
#sidebar .sitelinks li {
	font-size:1.6em;
	font-weight:bold;
	margin:0 0 0.4em;
}
#sidebar .sitelinks li a {
	color:#5C5751;
	text-decoration:underline;
}
	#sidebar .sitelinks li a:hover {background-color:#5C5751;color:#FFF;text-decoration:none;}

div.listing {
	width:200px;
	float:left;
	margin-right:10px;
	}
	div.last {margin-right:0;
}
div.listing img {
	display:block;
	width:200px;
	height:125px;
	margin:0 0 6px;
}
div.listing h3 {
	font-size:1.4em;
	line-height:1.2em;
	margin:0 0 0.5em;
}
div.listing h3 a {text-decoration:underline}
div.listing h3 a:hover {text-decoration:none}

div.listing li {
	font-size:1.0em;
	line-height:1.2em;
	margin:0 0 0.3em;
}
div.listing p {
	font-size:1.0em;
	line-height:1.2em;
	margin:0 0 1em;
}
hr {
	display:block;
	height:1px;
	color:#FFF;
	background-color:#9C9389;
	clear:both;
	border:none;
	border-bottom:1px solid #9C9389;
	margin-bottom:10px;
}
div#listing-detail {
	width:520px;
	float:right;
	margin-right:0;
}
div#listing-detail img.main-image {
	display:block;
	margin-bottom:10px;
}
div#listing-detail h3 {
	background-color:#5C5751;
	color:#FFF;
	font-size:1.8em;
	font-weight:normal;
	padding:3px 5px;
	margin-bottom:0.5em;
	clear:both;
}
div#listing-detail h4 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.2em;
	padding-bottom:0.4em;
	border-bottom:1px solid #FFF;
}
div#listing-detail p,
div#listing-detail dt,
div#listing-detail dd,
div#listing-detail li {
	font-size:1.2em;
	line-height:1.6em;
}
div#listing-detail td ul {list-style:disc;margin-left:1em;}
div#listing-detail td li {font-size:1em; padding-left:0.2em;}

div#listing-detail dl {
	margin-bottom:1em;
	clear:both;
}
div#listing-detail dt {
	display:block;
	width:25%;
	font-weight:bold;
	margin-right:0.5em;
	float:left;
}
div#listing-detail dd {
	clear:right;
	border-bottom:1px dotted #FFF;
}


/* FORMS & TABLES */
td {font-size: 1.2em;}
td table td {font-size: 1.0em;}
table.table-form td {
	padding:2px;
	border-bottom:1px dotted #C2D9E0;
}
td p {
	font-size: 1.2em;
}

table.browse {width:100%; margin-top:10px;}
table.browse td {
	vertical-align:top;
	font-size:1.2em;
	padding-top:5px;
	padding-bottom:5px;
}
table.browse th {
	color:#FFF;
	background-color:#5C5751;
	text-align:left;
	}
#main table.browse th a {color:#FFF; background-color:#5C5751;}
table.browse td.yacht-pic {width:150px;}
table.browse td.yacht-title {font-weight:bold;}
table.browse td.yacht-price {text-align:right;}
table.browse td.yacht-action { padding-left:10px;}
table.browse td.yacht-action a:link,
table.browse td.yacht-action a:visited {
	display:block;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:underline;
	color:#E25409;
	}
	table.browse td.yacht-action a:hover {
		color:#FFF;
		text-decoration:none;
}

table.browse tr.featured td {
	background-color:#FFFFE5;
	border-top:solid 1px #E25409;
	border-bottom:solid 1px #E25409;
	padding-top:10px;
	padding-bottom:10px;
}


/* FOOTER */
#footer a {color:#FFF; padding:0 0.5em;}
#footer a:hover {}
#footer p {
	display:block;
	clear:both;
	font-size:1em;
	text-align:center;
	color:#FFF;
}


