
<style>
.emptyStyle { }




/*
Mano holdings css
Liran Oz
27.11.2008
*/

/*Global Settings*/

/*Text alignment and Floatings */
#menu_cruises ul, #menu_cruises ul li, #menu_cruises ul li ul li, #menu_cruises ul li ul li ul li {
    float: right;
}

#menu_cruises ul, #menu_cruises ul li ul li, #menu_cruises ul li ul li ul li {
    text-align: right;

}

#menu_cruises ul li ul li a, #menu_cruises ul li ul li ul li a {
    direction: rtl;
}

#menu_cruises ul li ul li a.eng {
    direction: ltr;
    text-align:left;
    margin-left:14px !important;
	margin-right:14px !important;
}


/*Popup items height & width*/
#menu_cruises ul li ul li, #menu_cruises ul li ul li ul li, #menu_cruises ul li ul, #menu_cruises ul li ul li ul {
    width: 153px;
    height: auto !important;
	min-height:5px;
	height:5px;
}


/* Menu alignment */
/*First popup*/
#menu_cruises ul li ul {
    top: 13px;
    right: 0px;
}

#menu_cruises ul li ul.eng {
    top: 20px;
    left: -6px;
}

/*Second popup*/
#menu_cruises ul li ul li ul {
    top: 0px;
    right: 125px;
}

/*Border and styles*/
/*First Popup*/
#menu_cruises ul li ul li {
 border-collapse: collapse;
}
/*Second Popup*/

#menu_cruises ul li ul li ul li {
 border-collapse: collapse;
}


/*
  Hover background Settings for menu items
*/
/*menu line*/
#menu_cruises ul li {
    color: #FFFFFF;
   /* background-color: #64a2d5;*/
	margin-top: 0px;
	
}

/*First popup*/
#menu_cruises ul li ul li, #menu_cruises ul li ul li:hover {
    color: #000000;
	padding:0px 13px;
	background:url(http://www.mano.co.il/cruises/images/menuli.gif) repeat top;
}

#menu_cruises ul li ul li:hover{
padding:0px;
}

#menu_cruises ul li:hover ul li:hover {
    color: #000000;
}

/*Second popup*/
#menu_cruises ul li ul li ul li {
    color: #000000;
    background-color: #047F25;
	padding:2px 13px;
	}

#menu_cruises ul li:hover ul li ul li:hover {
    color: #000000;
    background-color: #d6e9f8;
}

/*
  A Href text styling for menu items
*/
/*Top menu links*/
#menu_cruises ul li a, #menu_cruises ul li a.last {
    width: auto;
    font: bold 15px Arial;
    color: #bbdffa;
    padding: 0px;
    padding-left: 10px;
    display: block;
    text-decoration: none;
    text-align:right;
    text-decoration:rtl;
}

#menu_cruises ul li a.last{
background-image:none;
}


/*1st popup links*/
#menu_cruises ul li ul li a,#menu_cruises ul li:hover ul li a, #menu_cruises ul li ul li ul li a.last {
    color: #004d86;
    font: bold 12px Arial;
    width: 112px;
    height: auto !important;
	min-height:5px;
	height:5px;
    background-color: transparent;
    display: block;
    text-decoration: none;
    background-image:none;
    margin:0px 14px;
    padding:4px 0px;
    padding-right:12px;
    border-bottom:dotted 1px #eaf6ff;
}

#menu_cruises ul li ul li a:hover {
    color: #ffffff;
    background-color: #004d86;
}

/*2nd popup links*/

#menu_cruises ul li ul li ul li a {
    width: 99px;
    background-color: transparent;
    display: block;
    font: normal 12px Arial;
    text-decoration: none;
}

#menu_cruises ul li ul li ul li a.last {
	border:0px;
}

#menu_cruises ul li ul li ul li a:hover {
    color: #ffffff;
}

div#menu_cruises {
	float: left;
	height: 23px;
	padding:0px;
	padding-top: 5px;
	width:980px;
	background-image: url(http://www.mano.co.il/cruises/images/menuBg.gif);
	background-color: #979797;
	margin-top: 8px;
}

/*Holds the top of the menu*/
#menu_cruises ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: 0px;
}

/*----------------------------------------------------------------------------*/
/*Settings for each of the top menu item*/
#menu_cruises li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: white;

}

#menu_cruises ul li {
	height: 16px;
  	width: auto;	
  	padding: 0px;
	margin-left: 0px;
	list-style: none;
	border-collapse: collapse;
}

/*Popup menu 1  - holds the first popup items */
#menu_cruises ul li ul {
/*******************************************     DELETE: background: url() no-repeat bottom; ************************************************/
    display: none;
    position: absolute;
    height: auto;
    margin: 0px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 35px;
}
/*Popup menu 1  - each item in popup1 settings*/
#menu_cruises ul li ul li {
    /*padding: 0px;*/
	padding-left: 0px;
	padding-right: 0px;
    margin: 0px -6px 0px 0px  !important;
    direction: rtl;

}

/* Hover settings for the first popup item*/

#menu_cruises ul li:hover {
    position: relative;
}

#menu_cruises ul li:hover ul {
    display: block;
}
#menu_cruises ul li:hover ul li ul{
    display: none;
}

/*Popup menu2 UL*/

#menu_cruises ul li ul li ul {
	background-image: none;
    display: none;
    position: absolute;
    height: 20px;
    min-height: 20px;
    margin: 0px;
    background-color: transparent;
    list-style: none;
    border: 0px;
    z-index: 200;
    width: auto;
    height: auto;
    padding-left: 0px;
    padding: 0px;
	border-top:solid 1px #b1acac;
	border-bottom:solid 1px #b1acac;
	direction: ltr;
}

#menu_cruises ul li ul li ul li {
    position: relative;
    display: inline;
	padding-left: 0px;
	padding-right: 0px;
    margin: 0px;
    clear: both;
    z-index: 300;
}

/* Hover settings for the second popup item*/

#menu_cruises ul li:hover ul li:hover{
    position: relative;
}

#menu_cruises ul li:hover ul li:hover ul {
    display: block;
}

#menu_cruises ul li ul li.ul_bottom{
width:153px;
height:17px !important;
padding:0px;
background:url(http://www.mano.co.il/cruises/images/ul_bottom.png);
}

div#menu_cruises ul {	
	float: left;
	width: 100%;
	list-style: none;
}
div#menu_cruises ul li {
	background-image: url(http://www.mano.co.il/cruises/images/menuBullet.gif);
	background-repeat: no-repeat;
	color: #004d86;
	font-size: 10pt;
	background-position:right -1px !important;
	height: 17px;
	padding-right: 20px;	
	float: right;
	margin-right: 25px !important;
	display:inline;
}



div#menu_cruises ul li:hover {
background-image: url(http://www.mano.co.il/cruises/images/menuBulletred.gif);
}

div#menu_cruises ul li:hover a {
color: #d42425;
background-image:none;
}

div#menu_cruises ul li a {
	color: #004d86;
	font-size: 10pt;
	text-decoration: none;
	text-align:left;
	direction:ltr;
}



#menu_cruises ul li ul.lastitem {
    top: 13px;
    right: -45px;
}



body {
	background-color:#f4f8f9;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

body * {
	font-family: arial, "lucida console", sans-serif;
	margin: 0px;
	padding: 0px;
}

div#wrapper {
	width: 980px;
	margin: auto;
}

div#wrapper * {
	text-align: right;
	direction: rtl;
}

div#header {
	margin-top: 25px;
	width: 100%;
	float: left;
}

#manoLogo {
	width: 200px;
	height: 100px;
	float: right;
}

div#langSelection {
	float: left;
	margin-top: 80px;
	width: 100%;
}

a.flag {
	float: left;
	width:14px;
	height: 12px;
	margin-left: 2px;
	margin-right: 5px;
}

a.flag img {border: 0px; float: left;}


div.mainBox {
	float: left;
	width: 978px;
	margin-left: 1px;
	display: inline;
	background-position: 50% 50%;
	background-repeat: repeat-y;
}

div.mainBox .top, div.mainBox .bg, div.mainBoxBottom {
	width: 100%;
	float: left;
}

div.mainBox .top, div.mainBoxBottom {
	height: 4px;
	font-size: 0pt;
	line-height: 0px;
}

div.mainBox .bg {
	background-repeat: repeat-y;
	height: auto !important;
	min-height: 506px;
	height: 506px;
	padding-bottom: 30px;
}

div.mainBoxBottom {
	margin-top: -4px;
	width: 978px;
	margin-left: 1px;
	display: inline;
}
/*Blue Box*/
.mainBoxTopBlue {background-image: url(http://www.mano.co.il/cruises/indexImages/boxTop.gif);}
.mainBoxBgBlue {background-image: url(http://www.mano.co.il/cruises/indexImages/boxBg.gif);}
.mainBoxBottomBlue {background-image: url(http://www.mano.co.il/cruises/indexImages/boxBottom.gif);}
.blueGlobe { background-image: url(http://www.mano.co.il/cruises/indexImages/blueGlobe.jpg); }

/*Red Box*/
.mainBoxTopRed {background-image: url(http://www.mano.co.il/cruises/indexImages/boxTopRed.gif);}
.mainBoxBgRed {background-image: url(http://www.mano.co.il/cruises/indexImages/boxBgRed.gif);}
.mainBoxBottomRed {background-image: url(http://www.mano.co.il/cruises/indexImages/boxBottomRed.gif);}
.redGlobe { background-image: url(http://www.mano.co.il/cruises/indexImages/redGlobe.jpg); }

/*Green Box*/
.mainBoxTopGreen {background-image: url(http://www.mano.co.il/cruises/indexImages/boxTopGreen.gif);}
.mainBoxBgGreen {background-image: url(http://www.mano.co.il/cruises/indexImages/boxBgGreen.gif);}
.mainBoxBottomGreen {background-image: url(http://www.mano.co.il/cruises/indexImages/boxBottomGreen.gif);}
.greenGlobe { background-image: url(http://www.mano.co.il/cruises/indexImages/greenGlobe.jpg); }

/*Orange Box*/
.mainBoxTopOrange {background-image: url(http://www.mano.co.il/cruises/indexImages/boxTopOrange.gif);}
.mainBoxBgOrange {background-image: url(http://www.mano.co.il/cruises/indexImages/boxBgOrange.gif);}
.mainBoxBottomOrange {background-image: url(http://www.mano.co.il/cruises/indexImages/boxBottomOrange.gif);}
.orangeGlobe { background-image: url(http://www.mano.co.il/cruises/indexImages/orangeGlobe.jpg); }


div.mainBox div.mainContent {
	float: left;
	width: 946px;
	margin-left: 16px;
	display: inline;
}

div#breadCrumbs {
	float: left;
	width: 100%;
	margin-top: 13px;
	margin-bottom: 25px;
}

div#breadCrumbs * {
	font-size: 8pt;
	color: #b1acac;

	float: right;
}

div#breadCrumbs span { margin: 0px 5px; }
div#breadCrumbs a {text-decoration: none;}
div#breadCrumbs a:hover {text-decoration: underline;}

div.contentHead { float: left; width: 100%; margin-bottom: 20px; }

div.contentHead * { float: right; font-weight: bold;}
div.contentHead h1 {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(http://www.mano.co.il/cruises/indexImages/headBullet.gif);
	color: #004e87;
	font-size: 18pt;

	padding-right: 31px;
}

div.contentHead h2 {
	color: #cc3333;
	font-size: 16pt;
	padding-top: 4px;
	margin-right: 10px;
}

div#footer {
	float: left;
	width: 100%;
	background-image: url(http://www.mano.co.il/cruises/indexImages/footerBg.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: auto !important;
	min-height: 46px;
	height: 46px;
	margin-top: 6px;
	padding-top: 48px;
}

div#footer a.logo { float: right; margin-right: 16px;}
div#footer a.logo img { border: 0px; float: left;}
div#footer table {
	border-collapse: collapse;
	margin-top: 3px;
	display: inline;

	margin-left: 60px;
	float: left;
}
div#footer table * { color: #8b8b8b; font-size: 8pt; }
div#footer table td.spacer { padding: 0px 5px; }
div#footer table a {text-decoration: none;}
div#footer table a:hover {text-decoration: underline;}

div.disclaimer {
	float: left;
	width: 100%;
	margin-top: 4px;

	font-size: 8pt;
	color: #c5c5c5;
}
/*Content Main Layouts*/
div.hImage, div.hImage .image, div.hContent, div.aImage, div.aImage .image, div.aContent { float: right; }
/*History Content*/
div.hImage { width: 27.5%; }
div.hImage .image {
	width: 217px;
	height: 245px;
	display: inline;

	margin-right: 8px;
}
div.hContent { width: 72%; }

/* About content */
div.aImage { width: 42.8%; }
div.aImage .image {
	width: 356px;
	height: 267px;
	display: inline;

	margin-right: 8px;
}

div.aImage .image img, div.hImage .image img{
	border: 0px;

	float: right;
}

div.aContent { width: 57%; }

/* Contact form */
div.innerBoxWrapper {
	width: 658px;
	margin: auto;
}

div.innerBoxTop, div.innerBoxBottom {
	width: 100%;
	height: 15px;
	float: left;
	background-image:url(http://www.mano.co.il/cruises/indexImages/innerBoxTop.png);
	line-height: 0px;
	font-size: 0pt;
}

div.innerBoxBottom { background-image:url(http://www.mano.co.il/cruises/indexImages/innerBoxBottom.png); }
div.innerBoxBg {
	background-image:url(http://www.mano.co.il/cruises/indexImages/innerBoxBg.gif);
	float: left;
	width: 100%;
}

table.contactForm {
	margin: auto;
	width: 90%;
	border-collapse: collapse;
	font-size: 9pt;
	color: #4f4f4f;
	margin-top: 20px;
}

table.contactForm * {vertical-align: middle;}
table.contactForm td {padding-bottom: 8px;}
table.contactForm td b {color: #cc3333; font-weight: normal;}
table.contactForm td.lbl1 { width: 78px; }
table.contactForm td.lbl2 { width: 88px; }
table.contactForm td.spcr1 { width: 66px; }
table.contactForm td input.ti, table.contactForm td textarea {
	width: 100%;
	border: 1px solid #7f9db9;
	font-family: arial;
	font-size: 9pt;
	float: left;
}
table.contactForm td input.ti{ height: 20px; }
table.contactForm td textarea.txt1 { height: 48px; }
table.contactForm td textarea.txt2 { height: 120px; }
table.contactForm td textarea.txt3 { height: 78px; }


input.captchaInput, input.fileUpload {
	width: 172px;
	height: 20px;
	border: 1px solid #7f9db9;
	font-family: arial;
	font-size: 9pt;
	margin: 0px 10px;
}
input.fileUpload {
	width: 100%;
	margin: 0px;
	position:relative;
	right: -2px;
}
input.sendForm {
	float: left;
	width: 60px;
	height: 21px;
	background-image: url(http://www.mano.co.il/cruises/indexImages/sendForm.gif);
	color: #ffffff;
	border: 0px;
	cursor: pointer;
	text-align: center !important;
}

/*Jobs*/
div.jobItem, div.newsItem, div.empolyersGroup {
	width: 95%;
	display: inline;

	margin-right: 10px;
	float: right;
}

div.jobItem h3, div.newsItem h3 {
	width: 264px;
	height: 22px;
	padding-top: 3px;
	background-image: url(http://www.mano.co.il/cruises/indexImages/jobTitle.gif);
	font-size: 13pt;
	font-weight: bold;
	color: #004d86;
	margin-bottom: 20px;

	float: right;
	padding-right: 10px;
}

div.jobItem h3 b, div.newsItem h3 b {color: #cc3333;font-size: 13pt;font-weight: bold;}
div.jobItem h3 b.spc, div.newsItem h3 b.spc {color: #4f4f4f;font-size: 12pt;margin: 0px 5px;}

div.sendJobApplication {
	float: right;
	width: 658px;
	margin-top: 20px;
}

/*Offices*/
div.officeItem {
	margin: auto;
	width: 173px;
}

div.officeItem h2 {
	color: #cc3333;
	font-size: 14pt;

	padding-right: 2px;
}

div.officeItem img {
	border: 0px;

	float: right;
}

table.officeLayout {
	float: left;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
table.officeLayout td.spacer {padding-bottom: 80px;}

/*Employers*/
div.empolyersGroup h3 {
	color: #cc3333;
	font-size: 14pt;
	margin-bottom: 30px;
}

div.employee, div.employee .image, div.employee .details, div.employee .image img {

	float: right;
}

div.employee { width: 224px; margin-bottom: 36px;}
div.employee .image img { border: 0px;}
div.employee .image { width: 100px; }
div.employee .details { width: 115px; margin-top: 8px; }

/*General stuff*/
img.alignImage {
	float: right;
	border: 0px;
}

p.greyPar, p.bluePar{ float: left; width: 100%; color: #4f4f4f; font-size: 9pt; }
p.bluePar { color: #004d86; }
.blueTitle { font-weight: bold; color: #004d86; font-size: 10pt; margin-bottom: 5px; float: left; width: 100%;}



.isSpacer { margin-bottom: 10px; }
.isJobSpacer, .isNewsSpacer, .isEmployerSpacer { 	margin-bottom: 55px; }
.ntb {margin-bottom: 0px !important; margin-top: 0px !important;}
div.line {float: left; width: 100%; clear: both; }

a.bluea, a.blueac {
	color: #004d86;
	text-decoration: underline;
	font-size: 9pt;
}
a.bluea:hover, a.blueac { text-decoration: none; }
a.blueac:hover { text-decoration: underline; }
a.applyButton, a.resumeButton {
	background-image: url(http://www.mano.co.il/cruises/indexImages/applyButton.gif);
	width: 103px;
	height: 18px;
	padding-top: 2px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
	margin-top: 10px;

	padding-right: 11px;
	float: right;
}
a.resumeButton {
	background-image: url(http://www.mano.co.il/cruises/indexImages/resumeButton.gif);
	margin-top: 7px;
	width: 106px;

	padding-right: 8px;
	float: left;
}
a.mapButton {
	background-image: url(http://www.mano.co.il/cruises/indexImages/mapButton.gif);
	width: 141px;
	height: 25px;
	display: inline;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;

	padding-right: 30px;
	margin-right: 1px;
	float: right;
}
a.mapButton:hover {text-decoration: underline;}
.textBox { margin: auto; width: 95%; }


/*
Homepage css merged
*/

div#homeFlash {
	float: left;
	height: 346px;
	width: 100%;
	margin-top: 7px;
}

div#homePageBox {
	float: left;
	width: 100%;
	height: 250px;
	margin-top:-45px;
}

div.expandingBox {
	width: 237px;
	height: 184px;
}

div.expandingBoxLayout {
	float: right;
	width: 237px;
	height: 184px;
	margin-left: 4px;
	margin-right: 4px;
	display: inline;
}

table.boxTitle, table.boxContent, table.boxBottom {
	float: right;
	width: 100%;
	height: 35px;
	border-collapse: collapse;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-align:right;
	direction:rtl;
}

table.boxTitle {
	padding-top: 2px;
	height: 33px;
}

table.boxTitle td.left, table.boxTitle td.right {
	width: 10px;
	background-repeat: no-repeat;
	background-image: url(http://www.mano.co.il/cruises/indexImages/titleRight.png);
}

table.boxTitle td.left {
	background-image: url(http://www.mano.co.il/cruises/indexImages/titleLeft.png);
}

table.boxTitle td.content {
	background-image: url(http://www.mano.co.il/cruises/indexImages/titleBg.png);
	background-repeat: repeat-x;
}

table.boxTitle td.leftred {
	background-image: url(http://www.mano.co.il/cruises/indexImages/titleLeftRed.png);
}

table.boxTitle td.contentred {
	background-image: url(http://www.mano.co.il/cruises/indexImages/titleBgRed.png);
}

table.boxTitle td.rightred {
	background-image: url(http://www.mano.co.il/cruises/indexImages/titleRightRed.png);
}


td.content span {
	float: right;
	white-space: nowrap;
	width: auto;
	margin-top: 5px;
}

td.content div.bgIcon {
	float: right;
	height: 23px;
	width: 26px;
	background-position: 50% 50%;
	margin-top: 2px;
	margin-left: 4px;
	display: inline;
}

.cruiseIcon { background-image: url(http://www.mano.co.il/cruises/indexImages/cruiseIcon.gif); }
.shipmentIcon { background-image: url(http://www.mano.co.il/cruises/indexImages/shipmentIcon.gif); }
.nadlanIcon { background-image: url(http://www.mano.co.il/cruises/indexImages/nadlanIcon.gif); }
.aboutIcon { background-image: url(http://www.mano.co.il/cruises/indexImages/aboutIcon.gif); }


/*
table.boxContent {
	height: 80%;
}
*/

table.boxContent td.left, table.boxContent td.right {
	width: 5px;
	background-repeat: repeat-y;
	background-position: 100% 100%;
	background-image: url(http://www.mano.co.il/cruises/indexImages/boxRight.png);
}

table.boxContent td.left {
	background-image: url(http://www.mano.co.il/cruises/indexImages/boxLeft.png);
}

table.boxContent td.content {
	background-color: #f7f7f7;
	background-position: 50% 2px;
	vertical-align: top;
	color: #0a0a0a;
}


table.boxBottom {
	height: 19px !important;
	line-height: 0px;
	font-size: 0pt;
}

table.boxBottom td.left, table.boxBottom td.right {
	width: 10px;
	background-repeat: no-repeat;
	background-image: url(http://www.mano.co.il/cruises/indexImages/bottomRight.png);
	background-position: 100% 100%;
}

table.boxBottom td.left {
	background-image: url(http://www.mano.co.il/cruises/indexImages/bottomLeft.png);
}

table.boxBottom td.content {
	background-position: 100% 100%;
	background-image: url(http://www.mano.co.il/cruises/indexImages/bottomBg.png);
	background-repeat: repeat-x;
}


div.autoMargin {
	width: 90%;
	padding-top: 10px;
	margin: auto;
}

select.box {
	float: right;
	width: 100%;
	color: #7f9db9;
	height: 20px;
	border: 1px solid #7f9db9;
	margin-bottom: 10px;
	direction: rtl !important;
}

a.adSearch, a.moreDetails {
	float: right;
	width: auto;
	white-space: nowrap;
	color: #306f9d;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
	direction:rtl !important;
}

a.moreDetails {
	float: left;
	margin-left: 5px;
}

a.adSearch:hover, a.moreDetails:hover {
	text-decoration: underline;
}

a.searchButton {
	width: 50px;
	height: 20px;
	background-image: url(http://www.mano.co.il/cruises/indexImages/searchButton.gif);
	background-repeat: no-repeat;
	float: left;
}

div.bgExpandingDiv {
	float: left;
	width: 100%;
	height: 115px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.pointer {
	cursor: pointer;
}

div.bannerTemp {
	float: left;
	width: 135px;
	height: 638px;
	background-image: url(http://www.mano.co.il/cruises/indexImages/sideBanner.jpg);
	margin-top: 130px;
}

div.bannerPage {
	float: left;
	width: 100%;
}


.bg1 {
	background-image: url(http://www.mano.co.il/cruises/indexImages/oniyot3.jpg);
}

.bg2 {
	background-image: url(http://www.mano.co.il/cruises/indexImages/cruisebBGnew.jpg);
}

.bg3 {
	background-image: url(http://www.mano.co.il/cruises/indexImages/matmidNew.jpg);
}

.bg4 {
/*	background-image: url(indexImages/CardNoseaBig.jpg);*/
	background-image: url(http://www.mano.co.il/cruises/indexImages/matmid1.jpg);
}

/*
.bg5 {
	background-image: url();
}
*/

.bg5 {
	background-image: url(http://www.mano.co.il/cruises/indexImages/cruiseBGNew.jpg);
}


.enterCruise {
	background-image: url();
}

.enterShipment {
	background-image: url();
}

.enterNadlan {
	background-image: url();
}
.enterAbout {
	background-image: url();
}

div.headerHalf {
	float: right;
	width: 50%;
}

div.footerHalf {
	float: left;
	width: 50%;
}

/*Menu*/
div#menu {
	float: left; /*const*/
	width: 957px;
	padding: 0px 10px;
	background-color: #f0f0f0;
	background-image: url(http://www.mano.co.il/cruises/indexImages/menuBGWhite.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	height: 28px;
	margin-top: 8px;
}
div#menu table {
	float: right;
	border-collapse: collapse;
	height: 28px;
	width: 100%;
	direction: rtl !important;
}
div#menu table * { vertical-align: middle; }
div#menu table td {  padding: 0px; }

div#menu table a {
	color: #004d86;
	display: block;
	padding: 2px 24px 0px 24px;
	background-image: url(http://www.mano.co.il/cruises/images/menuBullet.gif);
	background-position: right 50%;
	background-repeat: no-repeat;
	font-size: 9pt;
	font-weight: bold;
	height: 18px;
	text-decoration: none;
	white-space: nowrap;
}
div#menu table a:hover { text-decoration: underline; }

div.logoArea {
	width: 600px;
	float: right;
}
div.langArea {
	float: left;
	width: 375px;
}

.logoArea .callus{
 width:155px;
 height:21px;
 float:right;
 margin-top:71px;
 background:url(http://www.mano.co.il/cruises/images/callUsHeb.gif) no-repeat -85px top;
 }

a.facebook{
width:150px;
font-size:11px;
text-align:left;
text-decoration:none;
color:#306f9d;
border-left:solid 1px #4f4f4f;
background:url(http://www.mano.co.il/cruises/images/icon-facebook.gif) no-repeat 7px 50%;
}

a.facebook:hover{
text-decoration:underline;
}

a.icon_cruises_list{
width:125px;
font-size:11px;
text-align:left;
text-decoration:none;
color:#306f9d;
border-left:solid 1px #4f4f4f;
background:url(http://www.mano.co.il/cruises/images/icon_cruises_list.gif) no-repeat 7px 50%;
}

a.icon_cruises_list:hover{
text-decoration:underline;
}





table.boxTitle, table.boxContent, table.boxBottom{font-size:11pt;}
div#menu table a {padding-right:24px;}



ul.footermenu{
margin:0px;
width:900px;
height: auto !important;
min-height: 20px;
height: 20px;
list-style-type:none;
float:right;
padding-right:10px;
margin-top:-20px;
position:relative;
display:inline;
}

ul.footermenu li, ul.footermenu li.last{
display:inline;
}

ul.footermenu li a{
float:right;
width:auto;
padding:0px 8px;
padding-top:3px;
direction:rtl;
text-align:right;
font:normal 11px Arial;
color:#979797;
text-decoration:none;
margin:0px;
background:url(http://www.mano.co.il/cruises/images/lang-pipe.gif);
background-repeat: no-repeat;
background-position:left 5px;
white-space:nowrap;
}

ul.footermenu li a:hover{
text-decoration:underline;
}

ul.footermenu li.last a{
background-image:none;
}

.discount-banner {
	position: relative;
	top: -10px;
	width: 70% !important;
	height: 40px;
	background-image: url(../images/welcomeDiscountBanner.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

a.jr{
float:left;
margin:-55px 10px 25px 10px;
position:relative;
width:65px;
height:65px;
background:url();
}


/** Dynamic Flash Corner Banner **/
div#corner_banner {
position:absolute;
top:0; 
right:0; 
z-index:4;
overflow:hidden;
width:120px;
height:120px;
}

div#corner_banner * {
float:right;
position:absolute;
right:0;
top:0;
}

#banner_follow_r {
float:right;
width:100px;
height:455px;
position:absolute;
right:0px;
top:130px;
}
#banner_follow_r object,
#banner_follow_r embed {
display:block;
width:100px;
height:455px;
}

#banner_follow_l {
float:left;
width:100px;
height:455px;
position:absolute;
left:0px;
top:130px;
}
#banner_follow_l object,
#banner_follow_l embed {
display:block;
width:100px;
height:455px;
}


div#menu_cruises ul li ul{
right:0;
left:auto;
}

#menu_cruises ul li ul li a{
direction:rtl !important;
text-align:right !important;
padding:4px 12px 4px 0px;
}

table.boxTitle td.content, select.box{
direction:ltr !important;
text-align:left !important;
}

a.moreDetails, a.searchButton  {
float:right !important;
direction:ltr !important;
}

td.content span  {
float:left !important;
}





</style>