/* CSS Document */
body {
	color : #404040;
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	direction: rtl;
}
h1,h2,h3 {
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0;
}
h1 {
	font-size: 20px;
	color: #000;
	padding: 0;
	padding-bottom: 1px;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
form { 
	margin: 0px; 
	padding: 0px; 
}
input, select, textarea {
	font-size: 12px;
	font-family: arial;
}
a {
	color: #253064;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #5769bf;
}
.pointer {
	clear:  both;
}
img {
	border: none;
}
td {
	vertical-align: top;
}
ul, li {
	list-style: none;
	margin-right: 14px;
	padding: 0; 
}
/* pattern */

/* common features */
.floatL { float: left; }
.floatR { float: right; }
.bold { font-weight: bold; }
.font10 { font-size: 10px; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.alignR { text-align: right; }
.alignC { text-align: center; }
.alignL { text-align: left; }
.white a {
	color: #fff;
}
.white a:hover {
	text-decoration: underline;
}
.black a {
	color: #000;
}
.black a:hover {
	text-decoration: underline;
}
/* website */
#divWrapper {
	width: 800px;
	margin: 0 auto;
	padding-top: 14px;
}
#divTitle {
	width: 800px;
}
#divTopMenu {
	width: 800px;
	padding-top: 5px;
	height: 22px;
	text-align: center;
	background: url(http://www.yachtaevents.co.il/images/top-menu-bg.jpg) no-repeat;
}
#divTopMenu a {
	color: #000;
}
#divTopMenu a:hover {
	color: #3d3d3d;
}
#divMenu {
	width: 58px;
	height: 300px;
	float: right;

}
#divContent {
	width: 730px;
	float: right;
}

#divNavigator {
	font-weight: bold;
	font-size: 11px;
}
#divNavigator  a {
	text-decoration: underline;
	font-size: 12px;
}
#divNavigator  a:hover {
	text-decoration: none;
	font-size: 12px;
}
#bottomLinks  {
	color: #909090;
	width: 550px;
	margin: 0 auto;
	text-align: center;
}
#bottomLinks a{
	color: #909090;
	font-weight: bold;
	text-decoration: underline;
}
#bottomLinks a:hover {
	text-decoration: none;
}
.mapUl li {
	padding-left: 14px;
}
.quoteinp {
	border: 1px solid #000;
	font-size: 12px;
	width: 190px;
}