
body
{
	background-image:url(../image/body_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center 120px;
	margin:0px;
	height: 100%;
	background-color: white;
}

*
{
	margin: 0;
	padding: 0;
}

a:link
{
	color: #993333;
}

a:visited
{
	color: #ae2231;
}

a:hover
{
	text-decoration: underline;
	color: #2243ae;
}


#page
{
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page
{
	height: 100%;
}

#banner {
	background-image: url(../image/bottom_bannerbg.jpg);
	background-repeat: repeat-x;
	width:685px;
	margin: auto;
	padding-top: 11px;
	text-align: center;
	height: 27px;
	border: 4px solid #b0c6dd;
	color: #F8F8F8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
}

#banner a:link
{
	color: #F8F8F8;
	text-decoration:none;
}

#banner a:visited
{
	color: #F8F8F8;
	text-decoration:none;
}

#banner a:hover
{
	color: #993333;
	text-decoration:none;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* HEADER */

#header {
	background-image:url(../image/top_bg.jpg);
	background-repeat: repeat-x;
}
#headerimage {
	background-image: url(../image/header_bg.jpg);
	width:800px;
	margin: 0 auto;
	text-align: left;
	height: 148px;
}

/* CONTENT */

#content {
	padding-bottom: 150px;
	width:800px;
	margin: 0 auto;
	text-align: left;
	
}

#contentMain {
	display: inline;
	clear: both;
	float: left;
	margin-top: 69px;
	margin-left:10px;
	margin-bottom:20px;
	width: 431px;
	border: 4px solid #b0c6dd;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:11px;
	background-image:url(../image/leftbody_bg.jpg);
	background-repeat: no-repeat;
	background-position:left 31px;
	background-color: white;
	height: 340px;
}

#contentMain p {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:15px;
}

h1
{
	cursor: hand;
	position: absolute;
	left: 50%;
	top:11px;
	margin-left: -152px;
	width: 305px;
	height: 193px;
	background-image:url(../image/logo.jpg);
	z-index: 50;
	text-indent: -9999px;
}

h3
{
	font-size:11px;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:15px;
}

/* HEADERS */
h2.welcome {
	background-image:url(../image/welcome_header.jpg);
	height: 27px;
	font-size:0px;
	color: #0048a4;
	margin-bottom: 13px;
}
h2.aircrafts {
	background-image:url(../image/aircrafts_header.jpg);
	height: 27px;
	font-size:0px;
	color: #0048a4;
	margin-bottom: 13px;
}
h2.rental {
	background-image:url(../image/rental_header.jpg);
	height: 27px;
	font-size:0px;
	color: #0048a4;
	margin-bottom: 13px;
}
h2.schedule {
	background-image:url(../image/schedule_header.jpg);
	height: 27px;
	font-size:0px;
	color: #0048a4;
	margin-bottom: 13px;
}
h2.contact {
	background-image:url(../image/contact_header.jpg);
	height: 27px;
	font-size:0px;
	color: #0048a4;
	margin-bottom: 13px;
}

h2.n21ze {
	background-image: url(../image/21ze_header.jpg);
	height: 27px;
	font-size:0px;
	color: #0048a4;
	margin-bottom: 13px;
}
h2.n317g {
	background-image: url(../image/317g_header.jpg);
	height: 27px;
	font-size:0px;
	color: #0048a4;
	margin-bottom: 13px;
}

/* SUBCONTENT */

#contentSub
{
	display: inline;
	float: right;
	width: 308px;
	height: 340px;
	margin-top: 69px;
	margin-bottom:0px;
	margin-right:10px;
	padding:0px;
	border: 4px solid #b0c6dd;
}

div.welcomebtn {
width: 308px;
height: 340px;
margin:0;
padding:0;
background-image:url(../photos/welcome2.jpg);
} 

div.welcomebtn a, div.welcomebtn a:link, div.welcomebtn a:visited {
display:block;
}

div.welcomebtn img {
width:100%;
height:100%;
border:0;
}

div.welcomebtn a:hover img {
visibility:hidden;
}

/* FOOTER */



#bottomLinks
{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 85px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}

#bottomLinks li
{
	display: inline;
	border-left: 1px solid #717171;
	padding-right: 1em;
	padding-left: 1em;
}

#bottomLinks li.first
{
	border-left: 0 none transparent;
}

#bottomLinks a
{
	color: #717171;
	text-decoration: none;
}
#bottomLinks a:hover
{
	color: #717171;
	text-decoration: underline;
}

a.webtek:link, a.webtek:visited {
	color: #555555;
	text-decoration:none;
}

#footer p
{
	margin-top: 1.5em;
}

	/* The CSS that's required to position the footer */

	html
	{
		height: 100%;
	}

	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}

	#footer
	{
		margin-left: 25px;
		font-size:10px;
		font-family: Arial, Helvetica, sans-serif;
		color: #555555;
		text-align: center;
		line-height: 9px;
		width: 100%;
		position: relative;
		height: 130px;
		margin: -135px auto 0 auto;
		background-image: url(../image/footer_bg.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
		border-bottom: 5px solid #393939;
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -7.4em;
	}
	
/* ----------- TOP MENU ----------- */
#menu {display:block; position: absolute; z-index:2; width: 780px; margin-left: -390px; left: 50%; top: 119px;}
#menu ul {margin:0; padding:0; list-style-type:none;}
#menu li {float:left; height: 42px; width: 109px;}
#menu li.list1 {background:transparent url(../image/aircrafts_btn1.jpg); background-repeat:no-repeat; margin-right:13px;}
#menu li.list2 {background:transparent url(../image/rental_btn1.jpg); background-repeat:no-repeat; margin-right:318px;}
#menu li.list3 {background:transparent url(../image/schedule_btn1.jpg); background-repeat:no-repeat; margin-right:12px;}
#menu li.list4 {background:transparent url(../image/contact_btn1.jpg); background-repeat:no-repeat;}
#menu a {display:block; height: 42px; width: 109px; color: white; overflow:hidden; text-decoration: none; text-indent: -9999px;}
* html #menu a:link, * html #menu a:visited { he\ight:0; height: 42px; width: 109px;}

#menu li {float:left; margin-right:1px;}

/* ----------- MENU HOVERING ITEMS ----------- */
#menu a#item1 {background:transparent url(../image/aircrafts_btn2.jpg) -130px -90px no-repeat;}
#menu a#item2 {background:transparent url(../image/rental_btn2.jpg) -130px -90px no-repeat;}
#menu a#item3 {background:transparent url(../image/schedule_btn2.jpg) -130px -90px no-repeat;}
#menu a#item4 {background:transparent url(../image/contact_btn2.jpg) -130px -90px no-repeat;}

#menu a#item1:hover {background-position:0 0; z-index:50;}
#menu a#item2:hover {background-position:0 0; z-index:50;}
#menu a#item3:hover {background-position:0 0; z-index:50;}
#menu a#item4:hover {background-position:0 0; z-index:50;}
#menu a#item5:hover {background-position:0 0; z-index:50;}
#menu a#item6:hover {background-position:0 0; z-index:50;}

* html #menu a:hover {he\ight:0; height: 42px; width: 109px;}

#airplanes ul{
	padding-left: 15px;
	list-style: none;
	display:block;
}

#airplanes li {
	width: 401px;
	height: 148px;
}
#airplanes li.plane1 {
	background-image: url(../image/21ze_1.jpg);
	background-repeat:no-repeat;
}

#airplanes li.plane2 {
	background-image: url(../image/317g_1.jpg);
	background-repeat:no-repeat;
}

#airplanes a {
	width: 401px;
	height: 132px;
	text-indent: -9999px;
	display: block;
}

a {
  outline: none;
}


:focus {
  -moz-outline-style: none;
}