@CHARSET "UTF-8";
html, body {
	background-color: #0c537b;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Times;
	direction: rtl;
	font-size: 14pt;
	color: #000;
}

acronym {
	cursor: help;	
}

div, p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;	
}

#header img {
	border: none;	
}
#wrapper {
background-image:url('../images/site_body.jpg');
background-repeat: repeat-y;
background-position: center;
width: 834px;
margin: 0 auto;
padding: 0;
}

#site {
width: 801px;
margin: 0 auto;
padding: 0 0 0 1px;
text-align: right;
overflow: hidden;
}

#header {
background-image: url('../images/header.jpg');
background-repeat: no-repeat;
background-position: top center;
width: 801px;
height: 148px;
}

#menu {
background-image: url('../images/menu.jpg');
background-repeat: no-repeat;
background-position: top center;
margin: 0 auto;
padding: 0;
width: 801px;
height: 38px;
color: #fff;
text-align: center;
}

#menuList {
	list-style: none;
	margin: 0 70px 0;
	padding: 0;
	color: #fff;
	font-weight: bolder;
}

#menuList li {
	display: inline;
	margin: 0 auto;
	padding: 0;
}

#menuList li a {
	float: right; 
	position: relative;
	text-decoration: none;
}

#menuList li a span {
	display: block;
	margin: 5px;
	width: 100px;
	padding: 0 0 5px 0;
	cursor: pointer;
}

#menuList li a:link span, #menuList li a:visited span{
	text-decoration: none;
	color: #fff;
	font-family: Arial;
	font-weight: bolder;
	outline-style: none;
	font-size: 16px;
	text-decoration: none;
	background-image: none;
}
#menuList li a:link, #menuList li a:visited {
	background-image: none;
	text-decoration: none;
	color: #fff;
}

#menuList li a:hover span,#menuList li a span.selected {
	color: #ff0;
	background-image: url('../images/down_arrow.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}
#menuList li a:active {
	text-decoration: none;
}

#menuList li a span.selected  {
	color: #d0ff89;
}
#content {
margin: 0px;
padding: 0px 10px 0 0;
}

#sidebar {
background-image: url('../images/sidebar_body.jpg');
background-repeat: repeat-y;
background-position: top center;
width: 289px;
margin: 0 auto;
overflow: hidden;
float: left;
}

span#sidebarHead {
background-image: url('../images/sidebar_head.jpg');
background-repeat: no-repeat;
background-position: top center;
display: block;
position: relative;
margin: 0;
padding: 0;
width: 289px;
height: 27px;
float: right;
}

span#sidebarFooter {
background-image: url('../images/sidebar_footer.jpg');
background-repeat: no-repeat;
background-position: top center;
display: block;
margin: 0;
padding: 0;
width: 289px;
height: 31px;
clear: both;
}

div#sidebarContent {
margin: 0 14px 0 15px;
padding: 0 4px 0 2px;
min-height: 240px;
height: 150px;
position: relative;
top: -10px;
}

div#subSidebar {
background-image: url('../images/sub_sidebar_body.jpg');
background-repeat: repeat-y;
background-position: top center;
width: 242px;
padding: 0;
float: right;
margin: 0 7px 0 auto;
}

span#subSidebarHead {
background-image: url('../images/sub_sidebar_head.jpg');
background-repeat: no-repeat;
background-position: top center;
display: block;
margin: 0;
padding: 0;
width: 242px;
height: 13px;
}

span#subSidebarFooter {
background-image: url('../images/sub_sidebar_footer.jpg');
background-repeat: no-repeat;
background-position: bottom center;
display: block;
margin: 0;
padding: 0;
width: 242px;
height: 15px;
}

div#subSidebarContent {
margin: 10px;
height: 90px;
text-align: center;
}

div#footer {
background-image: url('../images/footer.jpg');
background-repeat: no-repeat;
background-position: top center;
width: 864px;
height: 87px;
margin: 0 auto;
text-align: center;
cursor: default;
position: relative;
top: -2px;
/* border: 1px solid #f00;*/
}

div#footerText {
	margin: 0 50px 0 auto;
	padding: 20px 0;
	width: 715px;
	height: 70px;
	overflow: hidden;
	text-align: right;
	font-size: 10pt;
	color: #333333;
	font-weight: bolder;
}

div.titlebox {
	background-image: url('../images/titlebox_body.jpg');
	background-repeat: repeat-y;
	background-position: bottom center;
	width: 506px;
	padding: 0;
	margin: 0;
	float: right;
	text-align: center;
}

span.titleboxHead {
	display: block;
	background-image: url('../images/titlebox_head.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 506px;
	height: 14px;
	margin: 0 1px 0 0;
	padding: 0;	
}

div.titleboxContent {
	background-image: url('../images/titlebox_content.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 506px;
	height: 117px;
/*	padding-top: 2px; 	
	padding: 0 15px 14px 25px; */
	margin: 0;
	padding: 0;
/*	min-height: 117px;	 */
}

div.titleboxContent div {
	text-align: right;
	float: right;
/*	margin-right: 12px;*/
	padding-right: 12px;
	width: 485px;
	white-space: normal; 
}
div.titleboxContent div p * {
	margin: 0;
	padding: 0;
}

div#displayBox {
	background-image: url('../images/display_box.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 506px;
	height: 110px;
	margin: 10px 2px 0 0;
	float: right;
}

div#displayBox div {
	text-align: right;
	float: right;
	width: 470px;	
	height: 90px;
	padding: 2px;
	overflow: hidden;
	margin-right: 17px;
	margin-top: 8px;
}

a.main_buttons:link , a.main_buttons:visited  {
text-decoration: none;
color: #FF0000;
margin: 0;
padding: 0;
outline-style: none;
/*float: right; */
}     /* unvisited link */

a:hover {
	text-decoration: none;
	cursor: pointer;
}   /* mouse over link */

a.airfield_button:hover span {
	width: 168px;
	background-image: url('../images/button_airfield.jpg');
}
a.taxicard_button:hover span {
	width: 167px;
	background-image: url('../images/button_taxicard.jpg');
}

a.order_button:hover span {
	width: 171px;
	background-image: url('../images/button_order.jpg');
}

a:active {
	outline-style: none;	
}

a.main_buttons {
	margin: 0;
	padding: 0;
	float: right;

}

a.main_buttons span {
	height: 163px;
	display: block;
	margin: 0;
	padding: 0;
	outline-style: none;
}

.airfield_button span {
	width: 168px;
	background-image: url('../images/button_airfield_over.jpg');
}

.taxicard_button span {
	width: 167px;
	background-image: url('../images/button_taxicard_over.jpg');
}

.order_button span {
	width: 171px;
	background-image: url('../images/button_order_over.jpg');
}

.taxiMarquee {
	margin-left: 25px;
	margin-right: 25px;	
}

img {
	border: 1px solid #acc8de;	
}

acronym {
	border-bottom: 1px dashed #acc8de;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bolder;
	color: #111188;
}
h1 + p {
	margin: 0 10px 0;
	padding: 0;	
}
a:link, a:visited  {
	text-decoration: none;
	cursor: pointer;
	color: #000066;
}

a:hover {
	text-decoration: underline;
} 
a:active {
	/* todo: put something in here */	
}

#navigation {
	width: 480px;
	margin: 0 1px 0;
	font-size: 60%;
	font-weight: bolder;
	float: right;
}

.odd {
	background-color: #cccccc;
}

.small {
	font-size: 10px;
	color: #000;
}

#gallery {
	width: 450px;
	margin: 0;
	padding: 0;	
}

.galTaxi {
	position: relative;
	float: right;

	width: 150px;
	height: 120px;
	font-weight: bolder;
	color: #000000;
	font-size: 70%;
	text-align: center;
}
.areaMap {
	font-weight: bolder;
	font-size: 70%;
	color: #f00;
	text-decoration: none;
	display:block;
	float: left;
}

#regularRates { list-style-type: none; float: right; margin-top: 0.5em; }
#regularRates li p {
	margin-top: 0;
	padding-top: 0;
}
.regularRatesName {
	display:block;
	width: 350px;
	height: 1em;
	padding: 2px 0.25em 4px 2px;
	font-weight: bold;
	background-color: #eeeeee;
}
