/**** General ****/
* {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CFCDCF;
	text-align: center;
	background-color: #000;
	line-height: 19px;
}

a {
	color: #CF8D00;
	text-decoration: underline;
}

a:hover {
	color: #CFCDCF;
}

input,
textarea,
select {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

/***/

.clear {
	clear: both;
	font-size: 1px;
}

.center {
	text-align: center;
}

/***/

h1 {
	font-size: 23px;
	font-weight: normal;
	padding: 0 0 15px 0;
}

/***/

/* Temporary */
#t {
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
/* Debug */
#d {
	white-space: pre;
	font-family: "Lucida Console", "Courier New";
	font-size: 12px;
	background-color: #000000;
	color: #CFCDCF;
}
/**** /General ****/



/**** Layout ****/
#wrapper {
	position: relative;
	width: 790px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
}

/***/

body#theme_available {
	background-color: #1F060C;
}

body#theme_available #yacht_details .left_part .schematic {
	background-color: #350A15;
}

body#theme_available #yacht_details .right_part .characteristics_table,
body#theme_available #yacht_details .right_part .characteristics_table th,
body#theme_available #yacht_details .right_part .characteristics_table td {
	border-color: #370916;
}

/***/

body#theme_rent {
	background-color: #03192E;
}

body#theme_rent #yacht_details .left_part .schematic {
	background-color: #03203D;
}

body#theme_rent #yacht_details .right_part .characteristics_table,
body#theme_rent #yacht_details .right_part .characteristics_table th,
body#theme_rent #yacht_details .right_part .characteristics_table td {
	border-color: #0F2638;
}
/**** /Layout ****/



/**** Header ****/
ul#top_menu {
	float: left;
	position: relative;
	left: -13px;
	font-size: 10px;
}

ul#top_menu li {
	float: left;
	height: 30px;
	padding: 20px 40px 0 50px;
	background-repeat: no-repeat;
}

ul#top_menu li.anchor {
	background-image: url(../images/site_images/top_menu_anchor.png);
	background-position: 0 8px;
	padding-left: 39px;
}
ul#top_menu li.radio {
	background-image: url(../images/site_images/top_menu_radio.png);
	background-position: 0 12px;
}
ul#top_menu li.compass {
	background-image: url(../images/site_images/top_menu_compass.png);
	background-position: 0 2px;
	padding-left: 41px;
}

/***/

ul#lang_list {
	float: right;
	overflow: hidden;
	margin: 20px -14px 0 0;
	font-size: 10px;
}

ul#lang_list li {
	float: left;
	padding: 0 14px 0 7px;
	margin: 0 0 0 -7px;
	border-left: 1px solid #575B61;
	color: #575B61;
}

ul#lang_list li a {
	float: left;
	margin: -2px 0 0 0;
}

/***/

#logo {
	position: absolute;
	top: 66px;
	left: 225px;
	width: 531px;
	height: 80px;
	background-image: url(../images/site_images/logo_bg.png);
}

#logo_link {
	display: block;
	clear: both;
	position: relative;
	margin: 0 0 50px 225px;
	width: 531px;
	height: 80px;
	text-indent: -9999px;
}

/***/

ul#general_menu {
	clear: both;
	width: 800px;
	height: 31px;
	margin: 0 auto 38px auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 15px;
	background-image: url(../images/site_images/general_menu.png);
}

ul#general_menu li {
	display: inline;
	padding: 0 15px 0 20px;
	background: url(../images/site_images/general_menu_separator.png) no-repeat;
}
ul#general_menu li.first {
	background: none;
}

ul#general_menu li a {
	text-decoration: none;
	color: #CFCDCF;
}

ul#general_menu li.active a,
ul#general_menu li a:hover {
	color: #CF8D00;
}
/**** /Header ****/



/**** Main ****/
#main {
	clear: both;
	padding: 20px 0 0 0;
}

/***/

.text p {
	padding: 0 0 15px 0;
}

/***/

.more {
	padding: 0 15px 0 0;
	background: url(../images/site_images/arrow_next.gif) no-repeat right 8px;
}

.more:hover {
	background-position: right -7px;
}

.more2 {
	padding: 0 0 0 20px;
	background: url(../images/site_images/arrow_next.gif) no-repeat left 8px;
}

.more2:hover {
	background-position: left -7px;
}
/**** /Main ****/



/**** Footer ****/
#footer {
	clear: both;
	position: relative;
	width: 790px;
	margin: 0 auto;
	padding: 100px 0 10px 0;
	text-align: left;
}

#creator {
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 120px;
	height: 15px;
	background-image: url(../images/site_images/creator.gif);
}

#creator span {
	display: none;
}
/**** /Footer ****/



/**** Home ****/
#main.main_home {
	padding-top: 0;
}

/***/

#home_flash {
	margin: 0 0 30px 0;
}

/***/

.block_icon {
	float: left;
	height: 199px;
	background-repeat: no-repeat;
	background-position: 100px center;
}
.block_icon.propeller {
	width: 57px;
	background-image: url(../images/site_images/block_menu_propeller.gif);
}
.block_icon.rudder {
	width: 63px;
	margin-left: 24px;
	background-image: url(../images/site_images/block_menu_rudder.gif);
}
.block_icon.belt {
	width: 58px;
	margin-left: 24px;
	background-image: url(../images/site_images/block_menu_belt.gif);
}

.block_menu {
	float: left;
	position: relative;
	overflow: hidden;
	width: 170px;
	padding: 23px 0 40px 18px;
	background: url(../images/site_images/block_menu_line.gif) no-repeat;
}

.block_menu dl {
	position: relative;
	width: 170px;
	left: -200px;
}

.block_menu dl dt {
	font-weight: bold;
	font-size: 15px;
}

.block_menu dl dd {
	margin: 5px 0 0 0;
}

.block_menu dl dd.hightilght {
	height: 135px;
	overflow: hidden;
}

/***/

.center_title {
	clear: both;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #CF8D00;
	text-align: center;
}
/**** /Home ****/



/**** Breadcrumb ****/
#breadcrumb {
	position: absolute;
	z-index: 999;
	top: 260px;
	font-size: 11px;
}

#breadcrumb li {
	float: left;
	padding: 0 0 0 23px;
	background: url(../images/site_images/breadcrumb_left.gif) no-repeat 10px 7px;
}

#breadcrumb li.first {
	padding-left: 0;
	background-image: none;
}

#breadcrumb li div {
	padding: 1px 0 2px 0;
}

#breadcrumb li.parent div {
	padding: 1px 0 2px 5px;
	border: 1px solid #333438;
	color: #CF8D00;
	cursor: default;
	background: #14171C  url(../images/site_images/breadcrumb.gif) no-repeat right top;
}

#breadcrumb li.parent div ul {
	display: none;
}

#breadcrumb li.parent div table {
	margin: 2px 0 0 -5px;
	position: relative;
}

#breadcrumb li.parent div table td {
	border-top: 1px solid #333438;
	padding: 2px 20px 2px 5px;
}

#breadcrumb li.parent div table td .active {
	color: #CFCDCF;
}
/**** /Breadcrumb ****/



/**** Page gallery ****/
#page_gallery {
	width: 810px;
}

#page_gallery h2 {
	width: 770px;
	background-color: #021422;
	font-size: 17px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 2px 10px;
}

#page_gallery dl {
	float: left;
	height: 110px;
	margin: 0 20px 0 0;
	overflow: hidden;
}

#page_gallery dl dd {
	height: 77px;
	float: left;
	margin: 0 20px 0 0;
	overflow: hidden;
}
/**** /Page gallery ****/



/**** Brands ****/
.brands_list h1 {
	padding: 20px 0 10px 0;
	color: #CF8D00;
}

.brands_list p.text {
	margin: 0 0 10px 0;
}

.brands_list a img {
	float: left;
	margin: 0 20px 10px 0;
}

.brands_list .footer {
	clear: both;
	padding: 0 10px 3px 0;
	text-align: right;
	background-color: #061B2C;
}

.brands_list .footer a {
	text-decoration: underline;
}

/***/
.brands_yachts_list {
	float: left;
	padding: 0 23px 35px 23px;
}

.brands_yachts_list dl {
	position: relative;
	width: 200px;
	height: 245px;
	overflow: hidden;
	padding: 0 7px;
	color: #CFCDCF;
	border: 1px solid #323438;
	background: #021422 url(../images/site_images/yachts_list.gif) repeat-x left top;
}

.brands_yachts_list dl dt {
	font-size: 15px;
	margin: 4px 0 6px 5px;
	color: #CF8D00;
}

.brands_yachts_list dl dd {
	height: 20px;
	overflow: hidden;
}

.brands_yachts_list dl dd.photo {
	width: 200px;
	height: 130px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 3px 0;
}

.brands_yachts_list dl dt.link {
	position: absolute;
	bottom: 8px;
}
/**** /Brands ****/



/**** Preview Image ****/
#PreviewImageContainer {
	display: none;
	position: absolute;
	z-index: 99998;
	top: -1000px;
	left: -1000px;
	clear: both;
	text-align: center;
}

#PreviewImageBackground {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 7px;
	font-size: 1px;
	background-image: url(../images/site_images/img_preview_bg.gif);
}

#PreviewImageContent img {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

#PreviewImageClickArea {
	position: absolute;
	z-index: 4;
	top: 7px;
	left: 7px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

#PreviewImageBorder {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 7px solid #FFFFFF;
}

#PreviewImageClose {
	position: absolute;
	z-index: 6;
	top: 10px;
	right: -4px;
	width: 58px;
	height: 18px;
	cursor: pointer;
	background-image: url(../images/site_images/img_preview_close_en.gif);
}

#PreviewImageTitle {
	position: absolute;
	display: none;
	z-index: 5;
	bottom: -7px;
	left: 7px;
	width: 100%;
	height: 17px;
	overflow: hidden;
	padding: 3px 0 0 5px;
	text-align: left;
}

#PreviewImageTitleText {
	position: relative;
	z-index: 2;
	color: #CFCDCF;
	font-weight: bold;
}

#PreviewImageTitleShadow {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

#PreviewImagePreloader {
	position: absolute;
	z-index: 10;
	top: 7px;
	left: 7px;
	width: 44px;
	height: 7px;
	font-size: 1px;
	background-image: url(../images/site_images/img_preview_preloader.gif);
}
/**** /Preview Image ****/



/**** Paging ****/
#paging {
	clear: both;
	text-align: center;
	line-height: 3em;
}

#paging ul {
	display: inline;
	border: 1px solid #323438;
	padding: 2px 5px 3px 5px;
	background-image: url(../images/site_images/paging.gif);
}

#paging ul li {
	display: inline;
	padding: 0 7px;
}

#paging ul li.active a {
	text-decoration: none;
	font-weight: bold;
}
/**** /Paging ****/



/**** Contacts ****/
.contact {
	color: #CECED0;
}

.contact h2 {
	clear: both;
	font-size: 1.4em;
	margin: 20px 0 0 0;
}

.contact .info {
	position: relative;
	width: 530px;
	padding: 40px 0 0 0;
	margin: -30px 0 40px 0;
	overflow: hidden;
}

.contact .info .map {
	float: right;
	position: relative;
	width: 280px;
	margin: -30px 0 0 0;
	padding: 0;
}

.contact .info .map span,
.contact .info .map a {
	position: absolute;
	bottom: 4px;
	left: 3px;
	font-size: 10px;
}

.contact .info .map span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	width: 100%;
	height: 20px;
	background-color: #000;
}

.contact .prev {
	float: left;
	width: 11px;
	height: 88px;
	background-image: url(../images/site_images/contact_gallery_prev.gif);
	cursor: pointer;
}

.contact .next {
	float: left;
	width: 11px;
	height: 88px;
	background-image: url(../images/site_images/contact_gallery_next.gif);
	cursor: pointer;
}

.contact .gallery .g_content {
	float: left;
	overflow: hidden;
	position: relative;
	width: 235px;
	height: 88px;
}

.contact .gallery ul {
	position: absolute;

}

.contact .gallery ul li {
	float: left;
	margin: 0 0 0 5px;
}
/**** /Contacts ****/



/**** News ****/
#news {
	position: relative;
}

#news .list {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #333333;
}

#news .list .photo {
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
}

#news .list .left_part {
	float: left;
	width: 630px;
}

#news .list h2 {
	font-size: 1.1em;
	padding: 0 0 10px 0;
}

#news .list h2 span {
	color: #949194;
	font-size: .8em;
}

#news .details img {
	float: left;
	margin: 0 10px 10px 0;
}

#news .press li {
	padding: 10px 0 10px 23px;
	background: url(../images/site_images/pdf.gif) no-repeat 0 10px;
}

#news .press a {
	color: #CFCDCF;
	font-weight: bold;
	text-decoration: none;
}

#news .press a:hover {
	text-decoration: underline;
}

#secondary-menu {
	overflow: hidden;
	position: absolute;
	top: -41px;
	right: 0;
	padding: 3px 12px 5px;
	border: 1px solid #2E3339;
	background: #020B1A;
}

#secondary-menu li {
	float: left;
	height: 17px;
	margin-right: 10px;
	padding: 0 10px 0 0;
	line-height: 14px;
	border-right: 1px solid #2E3339;
}

#secondary-menu li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

/***/

.news_gallery {
	width: 770px;
	clear: both;
	float: left;
	padding: 20px 0;
}

.news_gallery li {
	float: left;
	margin: 0 10px 0 0;
}
/**** /News ****/



/**** Rent ****/
dl.rent_list {
	position: relative;
	float: left;
	clear: both;
	padding: 25px 0 10px 0;
}

dl.rent_list dt {
	position: absolute;
	left: 350px;
	top: 0;
	font-size: 1.3em;
	font-weight: bold;
}

dl.rent_list dd.photo {
	position: relative;
	float: left;
	width: 340px;
	overflow: hidden;
	margin: -25px 10px 0 0;
}

dl.rent_list dd.photo span {
	position: absolute;
	width: 332px;
	left: 0;
	bottom: 6px;
	height: 23px;
	background-color: #000000;
	font-size: 1px;
}

dl.rent_list dd.photo div {
	position: absolute;
	left: 0;
	width: 320px;
	bottom: 8px;
	text-align: right;
}

/***/

#rent_list h1 {
	font-size: 1.3em;
	padding: 4px 0 5px 7px;
	font-weight: bold;
	margin: 10px 0;
	background-color: #021422;
}

#rent_list table {
	margin: 0 0 35px 0;
}

#rent_list table a {
	color: #CFCDCF;
	text-decoration: none;
}

#rent_list table thead th {
	padding: 0 0 0 5px;
	border-bottom: 2px solid #5B6B78;
	text-align: left;
}

#rent_list table tbody tr {
	background-color: #021C2D;
	cursor: pointer;
}

#rent_list table tbody tr.odd {
	background-color: #0F2638;
}

#rent_list table tbody tr.hover,
#rent_list table tbody tr:hover {
	background-color: #173B58;
}

#rent_list table tbody tr th {
	font-weight: normal;
	padding: 2px 5px;
	text-align: left;
}

#rent_list table tbody tr td {
	width: 100px;
	padding: 2px;
}
/**** Rent ****/



/**** Services ****/
.services_details img {
	float: left;
	margin: 0 10px 5px 0;
}

.services_details .gallery {
	width: 770px;
	clear: both;
	float: left;
	padding: 20px 0;
}

.services_details .gallery li {
	float: left;
}

/***/

.service_list li {
	float: left;
	width: 100px;
	height: 120px;
	margin: 20px 10px 0 0;
	padding: 75px 0 0 0;
	text-align: center;
}

.service_list li a {
	text-decoration: none;
}

.service_list li a span {
	display: block;
	position: relative;
	margin: -75px 0 0 0;
	overflow: hidden;
	height: 100px;
	
}
/**** /Services ****/



/**** Site map ****/
#sitemap ul {
	float: left;
}

#sitemap ul li {
	width: 150px;
}

#sitemap ul li strong a {
	color: #CFCDCF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#sitemap ul li strong a:hover {
	color: #CF8D00;
}

#sitemap ul.noded li {
	float: left;
	width: 150px;
}

#sitemap ul.noded li ul {
	float: none;
}
/**** Site map ****/



/**** Yacht details ****/
#yacht_details {
	clear: both;
	margin: 20px 0 0 0;
	position: relative;
}

#yacht_details .left_part {
	width: 340px;
	overflow: hidden;
}

#yacht_details .left_part #yacht_photo {
	width: 340px;
	overflow: hidden;
	text-align: center;
}

#yacht_details .left_part .line {
	background: url(../images/site_images/small_line.png) no-repeat;
	height: 1px;
	margin: 20px 0;
	font-size: 1px;
}

#yacht_details .left_part .gallery {
	width: 340px;
	height: 123px;
	position: relative;
	background: url(../images/site_images/gallery.gif) no-repeat;
}

#yacht_details .left_part .gallery #interior_link {
	position: absolute;
	top: 1px;
	left: 8px;
}

#yacht_details .left_part .gallery #exterior_link {
	position: absolute;
	top: 0;
	right: 8px;
}

#yacht_details .left_part .gallery #interior_link.active,
#yacht_details .left_part .gallery #exterior_link.active {
	text-decoration: none;
	color: #CFCDCF;
	font-size: 1.2em;
	font-weight: bold;
}

#yacht_details .left_part .gallery .container {
	overflow: hidden;
	position: absolute;
	top: 33px;
	left: 10px;
	width: 322px;
	height: 57px;
}

#yacht_details .left_part .gallery ul {
	position: absolute;
	left: 0;
	width: 9000px;
	height: 123px;
}

#yacht_details .left_part .gallery #interior_thumbs {
	top: 0;
}

#yacht_details .left_part .gallery #exterior_thumbs {
	top: 123px
}

#yacht_details .left_part .gallery ul li {
	float: left;
	width: 57px;
	height: 57px;
	margin: 0 4px;
	/* background: url(../images/site_images/gallery_frame.gif) no-repeat; */
}

#yacht_details .left_part .gallery ul li a {
	display: block;
	overflow: hidden;
	width: 49px;
	height: 48px;
	padding: 3px 0 0 2px;
}

#yacht_details .left_part .gallery #gallery_prev {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 22px;
	height: 21px;
	cursor: pointer;
	background-image: url(../images/site_images/gallery_prev.gif);
}

#yacht_details .left_part .gallery #gallery_next {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 22px;
	height: 21px;
	cursor: pointer;
	background-image: url(../images/site_images/gallery_next.gif);
}

#yacht_details .left_part .schematic {
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
	border: 1px solid #323438;
	background-color: #0E131A;
}


#yacht_details .left_part .schematic h2 {
	font-size: 1.2em;
	text-align: left;
	padding: 0 0 10px 10px;
}

/***/

#yacht_details .right_part {
	float: right;
	width: 430px;
}

#yacht_details .right_part .characteristics_title {
	margin: 20px 0 5px 0;
	font-size: 1.3em;
}

#yacht_details .right_part .characteristics_table {
	width: 435px;
	margin: 0 0 30px 0;
	border-top: 1px solid #323438;
}

#yacht_details .right_part .characteristics_table th,
#yacht_details .right_part .characteristics_table td {
	width: 50%;
	padding: 0 0 0 5px;
	font-size: .8em;
	color: #CCCCCC;
	border-bottom: 1px solid #323438;
	text-align: left;
}
/**** /Yacht details ****/



/**** Available List ****/
.available_list {
	position: relative;
	height: 185px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.available_list dl dt {
	padding: 0 0 5px 0;
	font-size: 1.5em;
	color: #CF8D01;
}

.available_list dl dd.photo a.image_container .promo_bg,
.available_list dl dd.photo a.image_container .promo_en {
	height:62px;
	position:absolute;
	top:-1px;
	left:0px;
	width:62px;	
}

.available_list dl dd.photo a.image_container .promo_bg {
	background: url(../images/site_images/sp_bg.png) no-repeat scroll left top; 
}

.available_list dl dd.photo a.image_container .promo_en {
	background: url(../images/site_images/sp_en.png) no-repeat scroll left top; 
}

.available_list dl dd.photo {
	position: absolute;
	left: 0;
	width: 200px;
	height: 130px;
	overflow: visible;
	margin: 0 0 3px 0;
}

.available_list dl dd.photo img {
	padding-left:1px;
}

.available_list dl dd.characteristic {
	width: 400px;
	margin: 0 0 0 210px;
	line-height: 1.3em;
}

.available_list dl dd.characteristic.separator {
	border-top: 1px solid #370916;
	margin-top: 7px;
	padding-top: 7px;
}

.available_list dl dd.price {
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 1.3em;
}

.available_list dl dd.link {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0 0 3px 0;
	text-align: right;
	background-color: #120308;
}

.available_list dl dd.link a {
	margin: 0 10px 0 0;
}
/**** /Available List ****/