@charset "utf-8";
*:focus {outline-width: 0px; outline-style: none;}

html {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: #0745b4 url(../img/bg_grad.gif) repeat-x left top;
}

body {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: transparent url(../img/bg_main.jpg) no-repeat center top;
	/*overflow-y: scroll;
	overflow-x: auto;
	overflow: -moz-scrollbars-vertical;*/
}

body, table, td, th {
	direction: rtl;
	color: #6e6e6e;
	font: 11px Arial, "Arial Hebrew", Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #005aff;
	text-decoration: none;
}
a:hover {
	color: #005aff;
	text-decoration: underline;
}

img {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

p { margin: 0px; }

h1, h2, h3 { margin: 0px; font-weight: normal; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

/* Form elements */
form {margin: 0px; padding: 0px;}

select, input, textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	direction: rtl;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
input.txtbox, select { vertical-align: middle; }
input.txtbox, textarea {	
	border-width: 1px;
	border-style: inset;
}
select { height: 21px; }
input.txtbox {
	height: 17px;
	padding-top: 2px;
	text-indent: 2px;
}

input.radio, input.chkbox {
	height: 13px;
	width: 13px;
}

/*********   LAYOUT   *********/
#container {
	width: 874px;
	padding: 0px;
	margin: 0px auto;
	text-align: right;
	background: url(../img/logo.gif) no-repeat right top;
}
#header { height: 75px; }
#mainContent {
	width: 854px;
	padding: 10px;
	zoom: 1;
	background: url(../img/container_bg.png) repeat left top;
}
#contentInner {
	width: 854px; 
	height: 554px; 
	position: relative;}
#footer {
	color: #87c1f0;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}

/*********   SHARED STYLES   *********/
.fixdims {clear: both; height: 0px;}
.ltr { direction: ltr; }
.rtl { direction: rtl; }
.hide { display: none; }

/* Gold button on semi-transtarent background */
.gold_button, .gold_button span {
	display: inline-block;
	height: 42px;
	line-height: 34px;
	overflow: hidden;
	cursor: pointer;
	font-size: 18px;
	color: #005aff;
	font-weight: bold;
}
.gold_button { padding-left: 18px; }
.gold_button span {	padding-right: 20px; }
a.gold_button:link, a.gold_button:visited, a.gold_button:active { background: transparent url(../img/shared/gold_but.png) no-repeat left top; text-decoration: none; }
a.gold_button:hover { background: transparent url(../img/shared/gold_but.png) no-repeat left -50px;	text-decoration: none; }
a.gold_button:link span, a.gold_button:visited span, a.gold_button:active span { background: transparent url(../img/shared/gold_but.png) no-repeat right -100px; text-decoration: none; }
a.gold_button:hover span { background: transparent url(../img/shared/gold_but.png) no-repeat right -150px; text-decoration: none; }


/*********   CONTENTS   *********/
/*** Header ***/
#header .logo {
	display: block;
	float: right;
	height: 75px;
	width: 154px;
	background: url(../img/caspi.gif) no-repeat left top;
}

#header .phone {
	display: block;
	float: left;
	height: 75px;
	width: 121px;
	background: url(../img/phone.gif) no-repeat left top;
}

#header span { display: none; }

/*** Footer ***/
#footer .bottom_menu {
	background: #2674ca;
	height: 34px;
}
#footer .bottom_menu .menuitems{
	float: left;
	margin-left: 10px;
	line-height: 34px;
}
#footer .bottom_menu .homepage{
	float: right;
	display: inline-block;
	margin-right: 10px;
	padding-right: 24px;
	line-height: 34px;
	background: url(../img/footer/homepage.gif) no-repeat right top;
}
#footer .bottom_menu .gallery{
	float: right;
	display: inline-block;
	margin-right: 10px;
	padding-right: 24px;
	line-height: 34px;
	background: url(../img/footer/gallery.gif) no-repeat right top;
}

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

#footer .separ {
	color: #fff;
	width: 24px;
	text-align: center;
	display: inline-block;
}

#footer .copyrights { height: 34px; line-height: 34px; }
#bdCredit a.iraginzburg {float: left; font-size:11px; display: block;color:#00abed;text-decoration:none;margin-top:30px;}

/*** Contents ***/
/* Ship photos gallery */
#contentInner .ship_gal {
	margin: 0px;
	padding: 0px;
	height: 334px;
	width: 854px;
	overflow: hidden;
}
#contentInner .ship_gal img {
	height: 334px;
	width: 854px;
}

/* Promotional contents grid */
#contentInner .promotions {
	width: 854px;
	position: relative;
	top: -122px;
	z-index: 10;
	overflow: hidden;
}

#contentInner .promotions .left_col {
	float: left;
	width: 637px;
}
#contentInner .promotions .rght_col {
	float: right;
	width: 204px;
	background: #0674b2 url(../img/schedule/grad_bg.gif) repeat-y left top;
}
#contentInner .promotions, #contentInner .promotions .left_col, #contentInner .promotions .rght_col { height: 342px; }

#contentInner #compass {
	position: absolute;
	z-index: 50;
	top: 150px;
	right: 4px;
}

/* Contents banners menu */
#contentInner .left_col .contmenu {
	height: 110px;
	background: url(../img/contmenu/bg.png) repeat;
	padding: 5px 6px 7px 3px;
}

#contentInner .left_col .contmenu a {
	display: block;
	float: right;
	width: 154px;
	margin-left: 3px;
	height: 110px;
	text-decoration: none;
}

#contentInner .left_col .contmenu a.last {margin-left:0px!important}

#contentInner .left_col .contmenu a span.capture {
	font-size: 18px;
	color: #fff;
	display: block;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
	padding-right: 5px;
}
#contentInner .left_col .contmenu a span.sep {
	display: block;
	height: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#contentInner .left_col .contmenu a:link span.capture, #contentInner .left_col .contmenu a:visited span.capture, #contentInner .left_col .contmenu a:active span.capture {
	background-color: transparent;
	text-decoration: none;
}

#contentInner .left_col .contmenu a.ship span.sep, #contentInner .left_col .contmenu a.ship:hover span.capture { background-color: #ff00cc; }
#contentInner .left_col .contmenu a.ent span.sep, #contentInner .left_col .contmenu a.ent:hover span.capture { background-color: #0fc425; }
#contentInner .left_col .contmenu a.port span.sep, #contentInner .left_col .contmenu a.port:hover span.capture { background-color: #ff9600; }
#contentInner .left_col .contmenu a.kids span.sep, #contentInner .left_col .contmenu a.kids:hover span.capture { background-color: #00b4ff; }

/* Promo module (banners) */
#contentInner .left_col .banners {
	height: 214px;
	width: 636px;
	padding: 3px 1px 3px 0px;
	background: #fff url(../img/promo/gen_bg.gif) repeat-y left top;
}

#contentInner .left_col .banners a {
	position:relative;
	display: block;
	float: right;
	width: 187px;
	height: 208px;
	color: #666;
	margin: 0px 3px 0px 4px;
	padding: 1px 9px 5px;
}
#contentInner .left_col .banners a.last {margin: 0px 2px 0px 2px!important;}
#contentInner .left_col .banners a:link, #contentInner .left_col .banners a:visited, #contentInner .left_col .banners a:active {
	background: #fff;
	text-decoration: none;
}
#contentInner .left_col .banners a:hover {
	background: #e2e2e2;
	text-decoration: none;
}

#contentInner .left_col .banners a span { display: block; }
#contentInner .left_col .banners a .subttl {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 12px;
}
#contentInner .left_col .banners a .ttl { font-size: 16px; color: #005aff; font-weight: bold; line-height: 16px;}
#contentInner .left_col .banners a .desc { font-size: 11px; color: #666; line-height: 11px; padding: 8px 0px; height: 26px; overflow: hidden; }
#contentInner .left_col .banners a .price { font-size: 12px; color: #000; font-weight: bold; line-height: 20px; text-align: left; padding-bottom: 8px;}
#contentInner .left_col .banners a .price strong { font-size: 20px; font-weight: normal; color: #005aff; line-height: 20px; }

/* Schedule */
#contentInner .rght_col h2 {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	height: 40px;
	text-align: left;
	padding-left: 10px;
}

#contentInner .rght_col .schedule {
	height: 240px;
	overflow: hidden;
	background: #f9f9f9;
}
#contentInner .rght_col a.gold_button { margin: 13px 32px 0px 32px; }

/***/

#contentInner .rght_col .schedule a.sch_item {
	position:relative;
	display: block;
	padding: 0px 8px;
	height: 48px;
	overflow: hidden; 
}

#contentInner .rght_col .schedule a.sch_item:link, #contentInner .rght_col .schedule a.sch_item:visited, #contentInner .rght_col .schedule a.sch_item:active {
	text-decoration: none;
	background: #cacaca url(../img/schedule/item_bg.gif) repeat-x left top;
}

#contentInner .rght_col .schedule a.sch_item:hover {
	text-decoration: none;
	background: #cacaca url(../img/schedule/item_bg.gif) repeat-x left bottom;
}
#contentInner .rght_col .schedule a.sch_item span { display: block; text-align: right; }

#contentInner .rght_col .schedule a.sch_item .desc {
	font-size: 12px;
	color: #000;
	margin-top: 8px;
}
#contentInner .rght_col .schedule a.sch_item .title {
	float: right;
	width: 120px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #005aff;
}
#contentInner .rght_col .schedule a.sch_item .price {
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #005aff;
}

/*-- labels --*/
#contentInner .promotions .slabel {
	display:block;
	position:absolute;
	z-index:20;
	top:0px;left:0px;
	width: 45px; height: 45px;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}
#contentInner .left_col .banners .slabel{top:-3px;left:-3px!important;}

/*** dialog ***/
.ui-widget-overlay, .ui-dialog-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#cnt_dialog {
	overflow: hidden;
	background: url(../img/dialog/main_bg.gif) repeat-y left top;
}
#cnt_dialog .ui-dialog-titlebar { height: 22px; cursor: move; }
#cnt_dialog .ui-dialog-titlebar span { display:none; }
#cnt_dialog .ui-dialog-titlebar a.ui-dialog-titlebar-close {
	display: block;
	float: left;
	width: 16px;
	height: 17px;
	background: url(../img/dialog/close.gif) no-repeat left top;
}

#dialog {
	margin-right: 102px;
	width: 434px;
	padding: 0px 17px;
}

#dialog .loader {
	height:320px;
	text-align: center;
	margin-top: 160px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;	
}
#dialog .loader img {
	text-align: center;
	margin: 0px auto;
	width: 84px;
	height: 64px;
}

/***/
/*-- Photogallery dialog styles
----------------------------------------------*/
#cnt_dialPhGallery .dialog { display:inline-block;position:relative; }
#cnt_dialPhGallery .dialog .wrap {padding:0px 20px 20px 20px;background:#fff;}
#cnt_dialPhGallery .dialog .header {padding:5px 0px;height:20px;text-align:center;}
#cnt_dialPhGallery .dialog h3 {font-size:18px;color:#0744b4;margin-bottom:8px;}

/* Dialog Preloader */
#dialPhGallery .ploader {border:0px;display:block;text-align:center;color:#666666;}
#dialPhGallery .ploader .content {background:#fff;}
#dialPhGallery .ploader .content img{ margin: 0px auto;}
#dialPhGallery .ploader h3 {font-size:18px;color:#737373;}

/***************** Photogallery dialog *****************/
#cnt_dialPhGallery .ui-dialog-titlebar {
    background:#fff;
    height: 20px;
	cursor: move;
}
#cnt_dialPhGallery .ui-dialog-titlebar span.ui-dialog-title {
    float: left;
	height: 20px;
    display: inline-block;
    padding: 0px;
    background:#fff;
}
#cnt_dialPhGallery .ui-dialog-titlebar a.ui-dialog-titlebar-close {
    display: inline-block;
    height: 12px;
    width: 12px;
    float: left;
    background:url(../img/dialogs/close.gif) no-repeat;
	margin:8px 8px 0px 8px;
}
#cnt_dialPhGallery .ui-dialog-titlebar a.ui-dialog-titlebar-close span {display:none;}


/* ------------  CLEARING  --
This technique was originally developed by Tony Aslett, 
upgraded by Alex Robinson
-------------------------- */

.clearfix:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearboth {clear:both;}
.spacer{display:block; clear:both; height:0px; line-height:0px; font-size:0px; overflow:hidden;}
