body {
	font-family:"Lucida Sans", Arial, Helvetica;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#3c3b3c;
	color:#1a1a1a;
}

/*#wrapper {
	width:866px;
	margin:0 auto;
	background-image:url(images/repeat.png);
	background-repeat:repeat-y;
}

#header {
	height:239px;
	background:url(images/header.png) no-repeat 0 0 ;
}


#pointer {
	height:27px;
	width:65px;
	position:relative;
	top:210px;
	background:url(images/pointer.jpg) no-repeat 0 0 ;
}	

#footer {
	width:866px;
	margin:0 auto;
	height:89px;
	background:url(images/footer.png) no-repeat 0 0 ;
}	
*/


#wrapper {
	width:921px;
	margin:0 auto;
}

#header {
	height:246px;
	background:url(images/header_new.png) no-repeat 0 0 ;
}

#headimg {
	position:relative;
	top:30px;
	left:31px;
}

#headimg img{
	display:none;
}


#pointer {
	height:27px;
	width:65px;
	position:relative;
	top:51px;
	background:url(images/pointer.png) no-repeat 0 0 ;
}	

#footer {
	width:890px;
	margin:0 auto;
	height:119px;
	background:url(images/new_footer.png) no-repeat 1px 0 ;
}	


#content {
	padding:19px 35px 0 35px;
	background-image:url(images/repeat.png);
	background-repeat:repeat-y;
}

#left {
	width:205px;
	float:left;
}

#right {
	width:600px;
	float:right;
	margin-right:25px;
}



/*---------------------- style menu ------------------------*/

#menu {
	padding-bottom:20px;
}

#menu ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#menu li{
	list-style:none;
	margin:0 20px 0 0;
	padding:0;
	float:left;
	font-size:16px;
	position:relative;
}

#menu li a{
	text-decoration:none;
	color:#000;
	font-style:normal;
	font-weight:normal;
}

#menu li a.active{
	text-decoration:none;
	color:#ed622a;
}

#menu li ul {
	position:absolute;
	width:200px;
	margin:0;
	padding:3px 0 0 0;
	left:0;
	top:15px;
	display:none;
}

#menu li ul li{
	margin:0;
	padding:0;
	font-size:15px;
}

#menu a:hover{
	color:#cc582a;
}

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


#mainmap .iw .title .fn a{
	color:#cc582a;
	display:none;
}



/*--------------- pointer position -----------------*/

.p_start {
	left:130px;
}

.p_home {
	left:255px;
}

.p_cs {
	left:380px;
}

.p_ts {
	left:550px;
}

.p_aircraft {
	left:673px;
}

.p_contact {
	left:750px;
}


/*--------------- aircraft -----------------*/

.aircraft {
	padding:20px 0;
}

.aircraft .floatl {
	padding:5px;
	border:2px solid #eb652f;
	margin-right:25px;
	margin-bottom:60px;
	
}

.aircraft ul{
	list-style:none;	
}

.aircraft li{
	list-style:none;	
}

/*--------------- tours -----------------*/

.package {
	padding:25px 0;
	border-bottom:3px #444 groove;
}

.last {
	padding:25px 0 25px 0;
	border-bottom:0;
}

.package .floatl {
	padding:5px;
	margin-right:25px;
	margin-bottom:20px;
	border:2px solid #eb652f;
}


/*--------------- footer -----------------*/

#left_foot {
	width:160px;
	float:left;
	position:relative;
	top:33px;
	left:25px;
}

#right_foot {
	width:250px;
	float:right;
	position:relative;
	top:47px;
	margin-right:25px;
}

#right_foot a{
	padding:0 5px;
	text-decoration:none;

}

/*--------------------contact page---------------------*/

#map{
		float:right;
		margin:10px;
}

form {
	font-size:12px;
	width:250px;
}

input, label {
	margin:4px 0;
	
}
input {
	width:150px;	
}

legend {
	font-weight:bold;
}





h1,h2,h3,h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:19px;
	text-transform:uppercase;
	color:#ed622a;
	border-bottom:3px groove #000;
	padding-bottom:8px;
	margin-bottom:0;
}

h2 {
	font-size:14px;
	color:#eb652f;
	margin-top:0;
}

.no_top {
	margin-top:10px;
	color:#000;
}

h3 {
	font-size:14px;
	margin-top:0;
	margin-bottom:0;
	color:#eb652f;
}

.heli-ad h2 {
	margin-bottom:0;
	margin-top:10px;
}

.heli-ad .package h3 {
	color:#1a1a1a;
	
}

.package p {
	margin-top:0;
}



p {
	font-size:12px;
}

ul {
	font-size:12px;
	color:#000;
	margin:12px 0;
	padding:0;
	list-style:none;
}

li {
	font-size:12px;
	margin:0 0 0 15px;
	list-style:none;
}

li.first {
	font-weight:bold;
	list-style:none;
	margin:0;
	padding:0;
	color:#eb652f;
}

.float li{
	font-size:11px;
}

.float li.first{
	font-size:12px;
}

a {
	color:#eb652f;
	font-weight:bold;
	font-style:italic;
}

#footer p, #footer a{
	font-size:10px;
	color:#fff;
	font-style:normal;
	font-weight:normal;
}

.orange {
	color:#eb652f;
}

.strong {
	font-weight:bold;
}

.clear {
	clear:both;
}

.float {
	width:285px;
	float:left;
}

.floatl {
	float:left;
}
.floatr {
	float:right;
}

