@charset "utf-8";
/* CSS Document */

html
{
background-image:url(images/bg.png);
background-color:#4378ae;
background-repeat:repeat-y;
background-position:center;
direction:rtl;
}
img{border:none}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

.main-div
{
	width:720px;
    position:inherit;
	padding-top:10px;
}

.div-right{
float:right;
width:232px;
margin-bottom:10px;
}
.div-left{
float:left;
width:475px;
/*margin-top:15px;*/
}

.word{
margin-top:10px;
}

.right-box{
border: 1px #cfcfcf solid;
margin-top:1px;
background-color:#f1f1f1;
clear:both;
padding:5px;
text-align:justify;
}

.right-box input.text,.right-box select{
width:120px;
}
.reserv{margin-top:10px;}
.gallary{
margin-top:10px;
border: 1px #758795 solid;
background-image:url(images/bg-gallary.png);
height:83px;
}

.search{
margin-top:10px;
border: 1px #758795 solid;
background-image:url(images/bg-gallary.png);
height:44px;
padding:5px 5px 5px 0;
}

.flash{
margin-top:10px;


}

.list{}


.list ul li{
display:inline;
list-style-type:none;
direction:rtl;

}

.list li a{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#005987;
padding-left:2px;
margin-right:10px;
border-left: 1px #758795 solid;
padding:0 0 0 15px;


}
.list li a.last{
border-left-width: 0;}



.about{
width:275px;
height:350px;
text-align:right;
float:right;
margin-top:10px;

}

.about2{
width:465px;
border: 1px #cfcfcf solid;
background-color:#eeeeee;
float:right;
margin-top:10px;
padding:4px;
text-align:right;
}
.news{
height:230;
float:left;
margin-top:10px;


}

.cars{
width:270px;
height:89px;;
float:right;
margin-top:10px;

}

.banners{
width:190px;
height:89px;
border: 1px #cfcfcf solid;
background-color:#eeeeee;
float:left;
margin-top:10px;
margin-bottom:10px;


}

.div-foter{
    margin-top:20px;
	margin-bottom:5px;
    height:62px;
   	border: 1px #b3b3b3 outset;
	background-image:url(images/bg-foter.png);
	clear:both;
}
.div-foter p{
font-family:"Courier New", Courier, monospace;
font-size:12px;
font-style:normal;
color:#000000;
text-decoration:none;

}
.div-foter p a{
font-family:"Courier New", Courier, monospace;
font-size:12px;
font-style:normal;
color:#000000;
text-decoration:none;

}
.div-foter span a{
font-family:"Courier New", Courier, monospace;
font-size:12px;
font-style:normal;
color:#670000;
text-decoration:underline;

}

label.error{
	color:red;
	display:block;
	text-align:center;
}

#slider{margin:3px 0 0 0;}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{
	/*
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width:225px;
	height:60px;
	overflow:hidden;
	}

p#controls{
	margin:0;
	position:relative;
	}

#prevBtn, #nextBtn{
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	position:absolute;
	right:215px;
	top:5px;
	}
#nextBtn{
	right:3px;
	}
#prevBtn a, #nextBtn a{
	display:block;
	width:12px;
	height:11px;
	background:url(images/prev.png) no-repeat 0 0;
	text-decoration:none;
	}
#nextBtn a{
	background:url(images/next.png) no-repeat 0 0;
	}
.flags{text-align:left;}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
