@charset "utf-8";

body {
	font: 100.1% "Times New Roman", Times, serif;
	background: #ecf3f3 url(../img/bg_main.png) repeat-x top;
}

a {
	color: #2ca5f1!important;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* {{{ main layout */
#container-wrapper {
	background: url(../img/bg_full.png) no-repeat center top;
	position: relative;
	min-height: 100%;
}
* html #container-wrapper {
	height: 100%;
}
#container {
	width: 960px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}
#header {
	height: 140px;
	position: relative;
	z-index: 1000;
}
#content {
}
html>body #content { overflow: hidden; }
* html #container { height: 1%; }
#service-col {
	float: left;
	width: 250px;
}
#main-col {
	margin-left: 250px;
	/* background: url(../img/bg_main_col.png) repeat-y left top; */
	background: url(../img/bg_content.png) no-repeat left top;
	font-size: 14px;
	min-height: 651px;
}
#main-col-inner {
	padding: 50px 100px 50px 40px;
	/* background: url(../img/bg_main_col_top.png) no-repeat 3px top; */
}
#footer {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -480px;
	width: 230px;
	z-index: 11;
}
/* }}} main layput */

/* {{{ cords */
#cord1, #cord2, #cord3 {
	position: absolute;
	background-repeat: no-repeat;
}
#cord1 {
	top: 0px;
	left: 415px;
	background-image: url(../img/cord1.png);
	width: 268px;
	height: 148px;
}
#cord2 {
	top: 0px;
	left: 43px;
	background-image: url(../img/cord2.png);
	width: 157px;
	height: 150px;
	z-index: 5;
}
#cord3 {
	top: 363px;
	left: 49px;
	background-image: url(../img/cord3.png);
	width: 148px;
	height: 52px;
}
/* }}} cords */

/* {{{ header */
#logo {
	position: absolute;
	right: 0;
	top: 50px;
}
#nav {
	width: 237px;
	height: 119px;
	background: url(../img/bg_nav0.png) no-repeat;
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 13px;
	line-height: 109px;
	text-align: center;
}
#nav *,
#langs * {
	padding-left: 18px;
	background: url(../img/ico_flags.gif) no-repeat;
	margin: 0 5px;
	font-weight: normal;
}
#nav .place-caribes {
	background-position: left -42px;
}
#nav .place-greece {
	background-position: left 3px;
}
#langs {
	position: absolute;
	right: 0;
	top: 33px;
	font-size: 13px;
}
#langs .en {
	background-position: left -27px;
}
#langs .ru {
	background-position: left -12px;
}
/* }}} header */

/* {{{ service column */
#main-menu {
	width: 200px;
	height: 220px;
	background: url(../img/bg_menu0.png) no-repeat 0 0;
	padding-left: 50px;
	padding-top: 50px;
}
#main-menu.type2 {
	background-image: url(../img/bg_menu1.png);
}
#main-menu li {
	height: 26px;
}
#main-menu a {
	display: block;
	height: 26px;
	background-image: url(../img/menu_items.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#m-main { background-position: 0 0; }
#m-catalogue { background-position: 0 -26px; }
#m-ways { background-position: 0 -52px; }
#m-sells { background-position: 0 -78px; }
#m-about { background-position: 0 -104px; }
#m-contacts { background-position: 0 -130px; }
/* }}} service column */

/* {{{ main column */
h1 {
	color: #243f6a!important;
	font-size: 19px;
	font-weight: normal;
	text-indent: 15px;
	margin-bottom: 15px;
}
h2 {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 5px;
}
#main-col * {
	color: #717a7e;
}

/* {{{ yachts list */
.yachts-list {
}
html>body .yachts-list { overflow: hidden; }
* html .yachts-list { height: 1%; }
.list1 {
	float: left;
	width: 153px;
	margin-top: 12px;
}
* html .list1 {
	margin-right: -3px;
}
.list1 li {
	height: 38px;
	line-height: 38px;
}
.list1 li.current {
	background: url(../img/bg_tab1.gif) no-repeat left;
}
.list1 a,
.list1 b {
	padding-left: 15px;
}
/*
#yachts-groups li:hover {
	background: url(../img/bg_tab1.gif) no-repeat left;
}
*/
#yachts-groups a,
#yachts-groups b {
	padding-left: 51px;
	background-image: url(../img/ico_yacht_types.gif);
	background-repeat: no-repeat;
}
.yachts-motor * {
	background-position: 15px -8px;
}
.yachts-sail * {
	background-position: 15px -46px;
}
.yachts-sail-motor * {
	background-position: 15px -84px;
}
#yachts-data-container {
	margin-left: 152px;
}
#yachts-data {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 14px;
}
#yachts-data td, #yachts-data th {
	padding: 10px 5px 10px 0;
	text-align: left;
}
.block1-middle {
	background: url(../img/bg_block1_middle.gif) repeat-y left;
}
.block1-top {
	background: url(../img/bg_block1_top.gif) no-repeat left top;
}
.block1-bottom {
	background: url(../img/bg_block1_bottom.gif) no-repeat left bottom;
	padding: 17px;
	position: relative;
}
.block2-middle {
	background: url(../img/bg_block2_middle.gif) repeat-y left;
}
.block2-top {
	background: url(../img/bg_block2_top.gif) no-repeat left top;
}
.block2-bottom {
	background: url(../img/bg_block2_bottom.gif) no-repeat left bottom;
	padding: 5px;
}
.legend {
	text-align: center;
	font-weight: bold;
}
.legend span {
	margin: 0 10px;
}
.places-list {
	margin-top: 10px;
}
.way-map {
	margin: 10px 0;
}
h2.way-title {
	margin-bottom: 0;
}

/* {{{ custom scroll */
#anchor {
	width: 68px;
	height: 758px;
	background: url(../img/anchor.png) no-repeat;
	position: absolute;
	right: -10px;
	top: 0;
	z-index: -1;
}
#scroll-bar {
	position: absolute;
	width: 20px;
	height: 458px;
	top: 201px;
	right: 28px;
	z-index: 9999;
}
#scroller {
	position: absolute;
	width: 17px;
	height: 30px;
	background: url(../img/scroller.png) no-repeat;
	cursor: pointer;
	cursor: hand;
}
#data-container {
	position: relative;
	width: 99%;
	height: 460px;
	overflow: hidden;
}

#data-content {
	position: relative;
	width: 100%;
}
/* }}} custom scroll */

.yacht-type {
	margin-bottom: 10px;
}
html>body .yacht-type { overflow: hidden; }
* html .yacht-type { height: 1%; }
.yacht-type ul li a {
	background-image: url(../img/ico_yacht_types.gif);
	background-repeat: no-repeat;
	padding-left: 51px;
}
.yacht-type img {
	margin: 10px;
}

/* }}} yachts list */

/* {{{ one yacht description */
#description {
	font-size: 12px;
}
#description .list1 {
	width: 127px;
	margin-top: 4px;
}
#description-container {
	margin-left: 126px;
}
#description .list1 a,
#description .list1 b {
	padding-left: 38px;
	background-image: url(../img/ico_yacht_data.png);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
}
.d-params * { background-position: 5px 2px; }
.d-equip * { background-position: 5px -32px; }
.d-entert * { background-position: 5px -64px; }
.d-crew * {	background-position: 5px -97px; }
.d-menu * {	background-position: 5px -131px; }
.back-link {
	position: absolute;
	right: 20px;
	top: 18px;
}
.back-link a {
	background: url(../img/ico_arrow1.gif) no-repeat left;
	padding-left: 15px;
}
#preview {
	position: relative;
	margin: 18px 0;
}
#preview div {
	float: left;
	position: relative;
	left: 50%;
}
#preview div div {
	float: none;
	position: relative;
	left: -50%;
}
html>body #preview { overflow: hidden; }
* html #preview { height: 1%; }
#preview a {
	float: left;
	margin-right: 11px;
}
#preview .prev, #preview .next {
	background-image: url(../img/ico_arrows.gif);
	background-repeat: no-repeat;
	display: block;
	width: 10px;
	height: 38px;
	margin-top: 13px;
	overflow: hidden;
	line-height: 1000px;
}
#preview .prev {
	background-position: 0 0;
}
#preview .next {
	background-position: -10px 0;
}
#preview .panel {
	float: left;
	left: 0;
	width: 300px;
	overflow: hidden;
	height: 64px;
}
#preview .panel-content {
	float: none;
	left: 0;
	height: 64px;
	position: relative;
	overflow: visible;
	width: 600px;
}
/* }}} one yacht description */

/* {{{ sub menu */
#sub-menu {
	width: 199px;
	height: 168px;
	background: url(../img/bg_submenu0.png) no-repeat;
	padding-left: 43px;
	padding-top: 44px;
	font-size: 14px;
	margin-left: 3px;
}
#sub-menu li {
	line-height: 32px;
	height: 32px;
}
#sub-menu a,
#sub-menu b {
	padding-left: 38px;
	background-image: url(../img/ico_yacht_types2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 100%;
}
.y-with-command * { background-position: 5px 7px; }
.y-without-command * { background-position: 5px -22px; }
.y-vip * { background-position: 5px -51px; }
/* }}} sub menu */

/* }}} main column */

/* {{{ footer */
#bottom {
	height: 224px;
	background: url(../img/bg_bottom_repeat.png) repeat-x center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#bottom div {
	height: 100%;
	background: url(../img/bg_bottom.png) no-repeat center;
}
#phone {
	width: 209px;
	height: 154px;
	background: url(../img/phone.png) no-repeat;
	position: absolute;
	bottom: 15px;
	left: 0;
	text-indent: -9999px;
}
/* }}} footer */