/*
--------------------------------------------------------------------------------
Dalla Pietà Yachts - FrontEnd

Author:   	altera e-business solutions
Version:	2.0
Date:  		May 31st, 2007
----------------------------------------------------------------------------- */

@import url('reset.css');


/* @group General selectors */
body {
	background: #222;
	color: #efefef;
	font: 11px Verdana, sans-serif;
	text-align: center;
}

hr { display: none; }

a:link, a:visited { color: #c8b24c; text-decoration: none; }
a:active, a:hover { color: #fff; }

p {
	font-size: 1em;
	margin-top: 0.72725em;
	margin-bottom: 0.72725em;
	line-height: 1.4545em;
}

em { font-style: italic; }
strong { font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
	color: #c8b24c;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h2 { font-size: 1.6363em; }
h3 { font-size: 1.2727em; }
h4 { font-size: 1.1818em; }
h5 { font-size: 1.0909em; }

table {
	/*border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;*/
	width: 620px;
	margin: 15px;
	border-collapse: collapse;
}

th {
	color: #c8b24c;
	background: #222;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

td, th { padding: 5px 10px; }

:-moz-any-link:focus {
	outline: none;
}
/* @end */


/* @group General classes */
.accesskey { border: 0; text-decoration: none; }
.clear { clear: both; }
.even {	background: #1f0e01; }

.gallery {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.button {
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	background: #222;
	text-decoration: none;
	border: 1px solid #454545;
	line-height: 100%;
	padding: 2px 8px;
}

/* @end */


/* @group Page layout */
#header, #navigation, #content {
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 902px;
}

/* @group Header */
#header {
	height: 80px;
	position: relative;
	background: #181818;
}

#logo {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 188px;
	height: 60px;
}

#logo h1 {
	width: 100%;
	height: 100%;
	text-indent: -999em;
	background: url('../img/logo.gif') no-repeat left top;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
/* @end */

/* @group Footer */
#footer {
	color: #535353;
	text-transform: uppercase;
	font: .9090em "Myriad Pro", "Trebuchet MS", sans-serif;
	border-top: 1px solid #c8b24c;
	padding-bottom: 15px;
}

#copyright {
	float: left;
	width: 650px;
}

#copyright a { color: #535353; text-decoration: underline; }
#copyright a:link, #copyright a:visited { color: #535353; }
#copyright a:hover, #copyright a:active {	color: #535353; }


#links {
	float: right;
	width: 250px;
	text-align: right;
}

#copyright p { margin-left: 15px; }

#links a { text-decoration: none; }
#links a:link, #links a:visited { color: #fff; }
#links a:hover, #links a:active {	color: #c8b24c; }
#links ul {	margin: 0.72725em 15px;}

#links li { display: inline; padding-left: 10px; }

#gotohome { margin-right: 25px; }
/* @end */

/* @end */

/* @group Navigation */

#navigation {
	width: 900px;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	/*font-size: 1.0909em;*/
	text-transform: uppercase;
	background: #1f0e01; /*#231f0b;*/ /* Pantone 495U */
	white-space: nowrap;
	letter-spacing: 2px;
}

#navigation a { text-decoration: none; color: #fff; }

/* @group Menu */
#menu {
	width: 650px;
	float: left;
}

#menu ul {
	margin-left: 15px;
}

#menu li {
	float: left;
	/*width: auto;*/
	margin-right: 30px;
	position: relative;
	z-index: 21;
	display: inline;
}

#menu li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu a:hover, #menu a:active, #menu .selected a, #menu .selected a:hover, #menu .selected a:active  { color: #c8b24c; }
#menu .selected li a { color: #fff; }

#menu li ul {
	z-index: 10;
	position: absolute;
	left: -999em;
	width: 16em;
	background-color: #181818;
}

#menu li ul * {
	padding: 0; margin: 0;
}

#menu .hover ul {
	left: -1em;
	border: 1px solid #c8b24c;
	border-top: 0;
	margin: 0;
}

/* Safari Hack... ugh! */
body:last-child:not(:root:root) #menu .hover ul {
	margin-top: 1px;
}

#menu li li {
	float: none;
	display: block;
	width: 100%;
	background-color: #181818;
}

#menu li li a { padding: 5px 10px; }

/* @end */

/* @group Login */
#loginarea {
	width: 250px;
	float: right;
	text-align: right;
	position: relative;
}

#togglelogin {
	color: #fff;
	text-transform: uppercase;
	margin-right: 15px;
	padding: 4px 0;
	line-height: 22px;
}

#loginarea a:hover {
	color: #c8b24c;
}

#logout {
	margin-right: 10px;
}

#loginbox {
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	background: url('../img/dropdown_bkg.png') no-repeat left top;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: right;
	letter-spacing: 2px;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #454545;
	position: absolute;
	width: 249px;
	right: 0;
	top: 0;
	z-index: 9999;
	clear: both;
}

* html #loginbox {
	background: #000;
}

#loginbox form {
	padding: 5px 15px;
}

#loginbox label {
	height: 25px;
	line-height: 25px;
	display: block;
}

/* @end */
/* @end */

/* @group Homepage */
#homepage #content {
	background-image: none;
	position: relative;
}

#homepage #primary {
	width: 700px;
}

#homepage #secondary {
	width: 200px;
}

#homepage #secondary .gallery {
	margin: 0;
}

#homepage #secondary ul,
#homepage #secondary li {
	margin: 0;
	padding: 0;
}

#homepage #primary .gallery {
	margin-top: 103px;
	width: 500px;
	float: right;
}


/* @group News/Focus */
#homepage #news,
#homepage #focus {
	width: 185px;
	position: absolute;
	top: 185px;
	left: 15px;
}

#homepage #news h2,
#homepage #focus h2 { 
	color: #fff;
	margin-bottom: 10px;
}

#homepage #focus h3,
#homepage #focus p {
	margin: 0;
}

#homepage .newsitem {
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#homepage .newsitem a {
	text-decoration: none;
}

#homepage .newsitem .date, #homepage .newsitem .title {
	display: block;
	width: 100%;	
}

#homepage .newsitem .date {
	font-size: 1.0909em;
	color: #fff;
	cursor: pointer;
}

#homepage .newsitem .title {
	font-size: 1.181818em;
	color: #c8b24c;
	cursor: pointer;
}
/* @end */

/* @end */

/* @group Content */

#content {
	background: url('../img/content_bkg.gif') repeat-y -650px 0 #000;
	border-top: 1px solid #c8b24c;
	min-height: 450px;
	height: auto;
	position: relative;
}

/*\*/
* html #content { 
	height: 450px;
}
/**/

/* @group Primary */
#primary {
	float: left;
	width: 650px;
}
/* @end */

/* @group Secondary */
#secondary {
	float: right;
	width: 250px;
	text-transform: uppercase;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
}

#secondary a { text-decoration: none; }
#secondary ul a { color: #fff; }
#secondary h4 { margin: 10px 15px; }

#secondary ul {
	letter-spacing: 1px;
	margin-left: 15px;
}

#secondary li {
	padding-left: 15px;
	margin-bottom: 5px;
}

#secondary ul ul { margin: 5px 0 15px 5px; }
#secondary li li { margin-left: 5px; }
#secondary li li { padding: 0; }
#secondary li.selected { background: url('../img/list_selected.gif') no-repeat left 1px; }
* html #secondary li.selected { background-position: left 4px; }
#secondary .selected a,
#secondary .selected .selected a,
#secondary .selected .selected .selected a { color: #c8b24c; }
#secondary li li.selected { background: none; }
#secondary .selected li a { color: #fff; }

#secondary a:hover,
#secondary a:active,
#secondary .selected a:hover,
#secondary .selected a:active,
#secondary .selected .selected a:hover,
#secondary .selected .selected a:active,
#secondary .selected .selected .selected a:hover,
#secondary .selected .selected .selected a:active { color: #c8b24c; }
/* @end */

/* @group Elements */

/* @group Overlays */
.picture-preview {
	position: relative;
}

.overlay {
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	opacity: 0.0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: 20;
}

.overlay p {
	margin: 10px 20px;
	letter-spacing: 1px;
}
/* @end */

.newspage,
.elementB li,
.elementC li,
.elementD li,
.elementE li,
.elementF li {
	margin: 0 0 2px 5px;
	padding-left: 15px;
	background: url('../img/list_selected.gif') no-repeat left 3px;
}

.gallery li {
	margin: 0;
	background: none;
}

.elementB,
.elementC,
.elementD,
.elementE {
	text-align: justify;
}


.elementA { margin: 0; }

.elementB { margin: 15px; }

.elementC { margin: 15px; }

.elementD .left {
	width: 200px;
	float: left;
	overflow: hidden;
	margin: 0 15px 0 0;
}

.elementD .right {
	width: 420px;
	float: left;
	padding: 15px 15px 15px 0;
}

.elementE {	padding: 15px; }

.elementE .left, 
.elementE .right {
	width: 302px;
} 

.elementE .left { float: left; }

.elementE .right { float: right; }

.elementE .fill {
	height: 2.1em;
}

.elementF { padding: 15px; margin: 0; }

.elementF ul {
	margin: 0;
}

.elementX { padding: 15px; }
.elementX table { margin: 0; width: auto; }

.attachment-list li {
	background: url('../img/icon_document.gif') no-repeat left top;
	padding-left: 22px;
	line-height: 20px;
	height: 20px;
}
/* @end */

/* @end */

/* @group Photogallery */
#photogallery #currentphoto img { margin-bottom: 15px; }

#photogallery table {
	padding-bottom: 15px;
	margin-top: 0;
	width: auto;
}

#photogallery h2 { margin: 15px 15px 5px 15px; }

#photogallery img {
	padding-top: 4px;
}

#photogallery .selected img {
	padding-top: 2px;
	border-top: 2px solid #c8b24c;
}
/* @end */

/* @group Techincal data */
#technical h2 { margin: 15px; }

#technical p { margin: 15px 25px; }

#boatperformance {
	margin-top: 25px;
}

#boatperformance th {
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
}

#boatperformance th,
#boatperformance td {
	text-align: center;
}

/* @end */

/* @group Used boats */

/* @group List */
#usedboatlist table {
	margin: 0;
	width: 650px;
}

#usedboatlist th.left,
#usedboatlist td.left {
	text-align: left;
}

#usedboatlist th.center,
#usedboatlist td.center {
	text-align: center;
}

#usedboatlist th.right,
#usedboatlist td.right {
	text-align: right;
}

#usedboatlist th {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

#usedboatlist td {
	padding-left: 2px;
	padding-right: 2px;	
}

/*#usedboatlist td img {*/
/*	width: 80px;*/
/*}*/

#usedboatlist td a.button {
	display: block;
	width: 38px;
}

#usedboatlist h2 {
	margin: 15px;
}
/* @end */

/* @group View */
#usedboatview .widgets {
	height: 20px;
	margin: 10px 0;
	padding: 0 10px;
}

#usedboatview .widgets.left {
	float: left;
}

#usedboatview .widgets.right {
	float: right;
	text-align: right;
	margin-left: 10px;
}

#usedboatview table {
	margin: 0 0 2em 0;
	width: 650px;
	padding: 0;
	clear: both;
}

#usedboatview th,
#usedboatview td {
	padding: 0;
	border-left: 1px solid #303030;
}

#usedboatview table table {
	width: 100%;
	border: none;
	margin: 0;
}

#usedboatview table table th,
#usedboatview table table td {
	padding: 6px 4px;
	border: none;
	white-space: normal;
}

#usedboatview table table td.photo {
	padding: 0;
}

#usedboatview table p {
	margin: 0;
	padding: 0;
}

#usedboatview table th,
#usedboatview table td {
	vertical-align: top;
}

#usedboatview .header {
	border-top: 1px solid #303030;
	background-color: #222;
	border-bottom: 1px solid #303030;
	padding-top: 6px;
	padding-bottom: 4px;
}

#usedboatview .photo {
	padding: 0;
	border-top: 1px solid #303030;
	width: 410px;
	height: 290px;
}

#usedboatview .photo div {
	width: 432px;
	height: 310px;
	overflow: hidden;
}

#usedboatview th {
	background: none;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

#usedboatview p {
	margin: 10px 5px;
}

#usedboatview table p {
	width: 200px;
	padding: 0;
}

/* @end */
/* @end */

/* @group News */

/* @group News list */
#newslist {
	margin: 15px 0 0 0;
}

#newslist .news {
	clear: both;
	margin-bottom: 5px;
}

#newslist .news .image {
	display: block;
	width: 200px;
	overflow: hidden;
	float: right;
}

#newslist .news .text {
	margin-left: 15px;
	width: 400px;
	float: left;
}

#newslist .news h3 {
	color: #fff;
	font-size: 1em;
	margin: 0;
}

#newslist .news h2 {
	font-size: 1.4545em;
	margin: 0;
}

#newslist .news p {
	margin-top: 0em;
	margin-bottom: 1em;
}
/* @end */


/* @group News page */
#newspage h5 {
	color: #fff;
	margin-bottom: .6em;
}
#newspage p {
        text-align: justify;
}
/* @end */


/* @end */

/* @group Pagination */
#pagination {
	clear: both;
	margin: 15px;
	padding-bottom: 15px;
}

#pagination.center {
	text-align: center;
	margin: 0 auto;
}

.batch {
	font: 1em "Myriad Pro", "Trebuchet MS", sans-serif;
	text-align: center;
	background-color: #222;
	margin-right: 3px;
	padding: 4px 0;
	border: 1px solid #454545;
}

.batch.current, .batch_current {
	background-color: #c8b24c;
	color: #fff;
	font-weight: bold;
	border-color: #c8b24c;
	padding: 4px;
}

.batch a {
	text-decoration: none;
	padding: 0 4px;
}
/* @end */


/* @group Press */
#press .date,
#press .source { }
#press h2 {	margin: 15px; }
#press table td { vertical-align: top; }
/* @end */


/* @group Page not found */
#notfound #primary div,
#newspage div {
	margin: 1.125em 15px;
}

#notfound #content ul li {
	background: url('../img/list_selected.gif') no-repeat left .4em;
	padding-left: 1.125em;
}
/* @end */

/* @group Video */

#video {
	padding: 10px;
}

#embedded {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

/* @end */

/* @group LightWindow */

#lightWindow #wrapper {
	margin: 0;
	width: 620px;
}

#lightWindow #header,
#lightWindow #footer {
	display: none;
}

#lightWindow #close {
	position: absolute;
	top:7px;
	right: 10px;
}

#lightWindow table {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

#lightWindow table td {
	padding-left: 0;
	padding-right: 0;
}

#lightWindow #content {
	width: 620px;
	padding: 15px;
	border-bottom: 1px solid #c8b24c;
}

/* @end */
