html,body{
    height: 100%;
    max-height: 100%;
    font-size: 12px;
    background-color: #fff;
	/*color: #7a7879;*/
	color: #525456;
}
html,body,p,br,table,td,tr,img,a,input,textarea,ul,li,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    outline: none;
    line-height: 18px;
    font-family: "Arial", Helvetica, sans-serif;
}
fieldset,img{
    border: 0;
}
address,caption,cite,code,dfn,em,th,var{
    font-style: normal;
    font-weight: normal;
}
ul,ol{
	padding-left: 20px;
	margin-left: 20px;
}
p,.paragraph{
	margin-bottom: 20px;
}
.center{
	text-align: center;
}
h1 {
    font: bold 22px Arial;
    margin: 0 0 20px;
    color: #716f70;
}
h2 {
    font: bold 20px Arial;
    margin: 0 0 20px;
    color: #716f70;
}
h3 {
    font: bold 18px Arial;
    color: #f18a01;
	margin: 0 0 5px;
}
a:link{
	color: #F08101;
	font-size: 12px;
	text-decoration: none;
}
a:visited{
	color: #F08101;
}
a:hover{
	text-decoration: underline;	
}
a:active{
	color: #F08101;
}
/**************************************************
*	SPRITE
**************************************************/
.icon_twitter,.icon_facebook,.icon_linkin,.icon_youtube,.download_brochure,.readmore,
.homepage_teaser_entry.testimonials .homepage_teaser_title,.benefits_title,
.icon_login,.icon_logout,.icon_login:hover,.icon_logout:hover
{
	background: url(../images/sprite_lognet.png);
	background-repeat: no-repeat;
}
.icon_twitter{
	background-position: 0 0;
}
.icon_facebook{
	background-position: -34px 0;
}
.icon_linkin{
	background-position: -67px 0;
}
.icon_youtube{
	background-position: -102px 0;
}
.icon_word{
	background: url(/eng/images/dotword.gif) no-repeat scroll 0 50%;
	padding-left: 20px;
}
.icon_pdf{
	background: url(/eng/images/dotpdf.gif) no-repeat scroll 0 50%;
	padding-left: 20px;
}
.icon_excel{
	background: url(/eng/images/dotexcel.gif) no-repeat scroll 0 50%;
	padding-left: 20px;
}
.icon_zip{
	background: url(/eng/images/dotzip.jpg) no-repeat scroll 0 50%;
	padding-left: 20px;
}
.icon_link{
	background: url(/eng/images/dotlink.jpg) no-repeat scroll 0 50%;
	padding: 2px 2px 2px 20px;
}
.icon_public,.icon_private{
	background: url(/common/images/icon_global.png) no-repeat scroll 0 50%;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 2px;
}
.icon_private{
	background: url(/common/images/icon_private.png) no-repeat scroll 0 50%;
}
a.link_org_white {
	background: url(/eng/images/bg_orange_white.jpg) repeat-x scroll 0 0 #f5c885;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #888;
	display: inline-block;
	text-align: center;
}
a.link_org_white:hover{
	background: #F18A01;
}
.icon_mail{
 	background: url(/eng/images/icon_mail.png) no-repeat scroll 0 50% transparent;
    padding: 5px 5px 5px 35px;
	font-weight: bold;
}
.download_brochure{
	background-position: 0 -179px;
	width: 166px;
	height: 55px;
	display: block;
}
.readmore{
	background-position: 0 -263px;
	height: 20px;
	width: 55px;
	display: block;
}
.readmore:hover{
	text-decoration: none;
}
.icon_new{
	background: url(/eng/images/icon_new.gif) no-repeat scroll 0 50% transparent;
	display: inline-block;
	width: 30px;
	height: 15px;
	margin-left: 2px;
}
.icon_user {
	background: url(/eng/images/icon_user.png) no-repeat scroll 0 50% transparent;
	display:inline-block;
	padding-left: 25px;
}
.icon_logout_square{
	background: url(/eng/images/icon_logout.png) no-repeat scroll 0 50% transparent;
	display:inline-block;
	padding-left: 25px;
	height: 20px;
}
.error_msg{
    background: url(/eng/images/icon_error.png) no-repeat scroll 5px 50% #fce3e5;
    border: 1px solid #fa0113;
    color: #fa0113;
    padding: 10px 10px 10px 40px;
}
.ok_msg{
    background: url(/eng/images/icon_success.png) no-repeat scroll 5px 50% #e5f8e3;
    border: 1px solid #148D03;
    color: #148D03;
    padding: 10px 10px 10px 40px;
}
.red{
	color: #FF0000;
}
.arrow_org_right{
	background: url(/eng/images/arrow_org_right.png) no-repeat scroll 0 3px;
	padding-left: 15px;
}
.txt_bold{
	font-weight: bold;
}
/**************************************************
*	MAIN CSS
**************************************************/
.clear{
    clear: both;
    height: 0;
}
.page_title{
	color: #716f70;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h1.page_title{
	line-height: 18px;
}
.page_title_sub{
	color: #f18a01;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}
.sub_page_title_wrapper{
	display: block;
	clear: both;
}
.sub_page_title_wrapper .backlink_box{
	float: right;
}
.sub_page_title_wrapper h3.headline_orange{
	float: left;
}
.txt_orangeb{
	color: #f18a01;
	font-weight: bold;
	font-size: 12px;
}
.wrapper{
    margin: 0 auto;
    padding: 0;
    height: auto !important;
    min-height: 100%;
}
.wrapper_top{
	background: #030000;
	height: 170px;
	width: 100%;
}

.content_top{
	width: 900px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.logo {
	width: 220px;
	height: 170px;
	float: left;
	overflow:hidden;
}
.logo a{
	display: block;
}
.top_banner{
	float: right;
	width: 600px;
	height: 170px;
	overflow: hidden;
	position: relative;
}
.situation_box{
	position: absolute;
	right: 0;
	bottom: 18px;
	width: 183px;
	height: 46px;
}
.wrapper_mainmenu{
    margin: 0 auto;
    width: 100%;
	height: 32px;
	background: url(../images/bg_mainmenu.jpg) repeat-x scroll 0 bottom #f6b304;
}
.mainmenu{
	width: 900px;
	/*width: 930px;*/
	margin: 0 auto;
	/*padding-left: 20px;*/
}
#nav{
	width: 101%;
	position: relative;
	z-index: 9999;
}
.wrapper_slideshow{
	height: 203px;
	background: url(../images/bg_slideshow.jpg) repeat-x scroll 0 0 #EF7B00;
}
.wrapper_content{
    margin: 0 auto;
    width: 100%;	
}
.maincontent,.maincontent_home{
	margin: 0 auto;
    min-height: 200px;
    padding: 30px;
    width: 840px;
}
.maincontent_home{
	padding: 25px 35px 30px;
}
.page_content{
    /*display: inline-block;*/
    margin-bottom: 30px;
}
.pagecontent_headline{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3.headline_orange{
    display: block;
    margin: 0 0 15px;
}
.wrapper_partner{
	width: 100%;	
	margin: 30px 0;
}
.partner_mainbox{
	width: 900px;
	margin: 0 auto;
}
.partner_content{
	display: inline-block;
    margin-top: 10px;
    width: 100%;	
}
.partner_entry{
 	float: left;
    height: 100px;
    /*padding: 0 18px;*/
	padding: 0;
	text-align: center;
	overflow: hidden;
	border-right: 1px solid #f3ded1;
	width: 175px;
}
.partner_title {
	width: 100%;
	color: #f18a01;
	font-weight: bold;
	font-size: 14px;
	/*font-size: 11px;*/
	margin-bottom: 25px;
}
.partner_img{
	height: 55px;
}
/*
#partner_entry_1 {
	width: 190px;
}
#partner_entry_2 {
	width: 115px;
}
#partner_entry_3 {
    width: 120px;
}
#partner_entry_4 {
    width: 135px;
}
#partner_entry_5 {
	border: 0;
    margin-right: 0;
    width: 150px;
}
#partner_entry_5 .partner_img img {
	margin-top: 10px;
}
*/
/*
#partner_entry_1{
	width: 180px;
}
#partner_entry_2{
	width: 140px;
}
#partner_entry_3{
	width: 130px;
}
#partner_entry_4{
	width: 150px;
}
#partner_entry_5{
	width: 135px;
}
#partner_entry_5{
	border: 0;
    margin-right: 0;
	width: 155px;
}
*/
#partner_entry_5{
	border: 0;
    margin-right: 0;
}
.partner_img a{
	display: block;
}
.wrapper_footer{
	width: 100%;
	background: #000;
	padding-top: 25px;
}
.footer_content{
	width: 900px;
	margin: 0 auto;
	height: 85px;
}
.social_mainbox{
	width: 170px;
	float: left;
}
.social_title{
    color: #F08101;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 10px;
}
.social_entry{
	float: left;
	width: 30px;
	height: 45px;
	margin-right: 10px;
}
.social_entry a{
    display: block;
    height: 100%;
    width: 100%;
}
.social_entry a:hover{
	text-decoration: none;
} 
.download_brochure_mainbox{
	float: left;
	margin-left: 10px;
}
.copyright_mainbox{
    color: #F08101;
    float: right;
    font-size: 12px;
    text-align: right;
}
/************************************************
*	DEFAULT FORM
*************************************************/
.stdinputtxt,.stdtextarea{
	border: 1px solid #ccc;
	padding: 4px 5px;
	font-size: 12px;
}
.stdbutton{
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	min-width: 100px;
}
.stdselect{
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 12px;
}
.stdcheckbox{
}
.stdradio{
}
.stdtable{
	border: 0;
}
.stdtable_headline{
	background: #eff3ee;
    color: #F08101;
    font-size: 12px;
    font-weight: bold;	
}
.stdtable td{
	padding: 5px;
}
.stdtable_label{
	text-align: right;
    background-color: #555555;
    border: 1px solid #7A7879;
    color: #FFFFFF;
    font-weight: bold;
}
.stdtable_value{
	color: #000;
    background-color: #eae6e6;
    border: 1px solid #7A7879;
}
.stdtable.border_black th{
	background: #555;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.vendor_aircharter_table_header{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.stdtable.border_black td{
	border: 1px solid #888;
}
/************************************************
* IMAGES SLIDER
*************************************************/
.slider_box{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 900px;
	background: #030000;
}
.slideshow {
    position: relative;
    height: 203px;
	overflow: hidden;
}
.slide_image {
    float: left;
    height: 203px;
    overflow: hidden;
    width: 723px;
}
.slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 730px;
    height: 203px;
    width: 100%;
}

.slideshow_control_box{
    float: right;
	margin-right: 5px;
    position: relative;
    width: 175px;
    z-index: 99;
}
.slideshow_control{
 	background: url(../images/slide_bg.jpg) repeat-x scroll 0 bottom #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 100%;
	height: 51px;
	color: #333;
}
.slideshow_control_active{
	background: url(../images/slide_hover_bg.jpg) repeat-x;
    color: #333333;
}
.slide_description{
	height: 203px;
    overflow: hidden;
    padding: 0 10px 10px;
    position: absolute;
    right: 200px;
    top: 0;
    width: 290px;
}
.slideshow_control_outer{
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slideshow_control_inner{
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.slideshow_control_inner a{
    color: #333;
    display: block;
    line-height: 50px;
}
.slideshow_control_inner a:hover{
	text-decoration: none;
}
.slideshow_control_title{
	font-size: 12px;
}
.slideshow_control_teaser{
    clear: both;
    color: #9d9d9d;
    float: left;
    font-size: 12px;
    padding-left: 8px;
}
/********************************************
*	HOMEPAGE
*********************************************/
.homepage_teaser_entry{
	width: 255px;
	height: 180px;
	float: left;
	padding-right: 10px;
	position: relative;
	background: url(/eng/images/line_vertical_pink.jpg) no-repeat scroll right 50% transparent;
}
.homepage_teaser_entry.latest_news{
	width: 300px;
}
.homepage_teaser_entry.feature_member{
	padding-left: 35px;
	width: 210px;
	background: none;
}
.homepage_teaser_title{
	color: #000;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 0;
}
.homepage_teaser_entry.testimonials .homepage_teaser_title{
    background-position: 20px -310px;
    padding: 5px 0 5px 50px;
	color: #362F2D;
}
.homepage_teaser_entry.feature_member .homepage_teaser_title{
	color: #362F2D;
}
.homepage_teaser_content{
	height: 115px;
	overflow: hidden;
}
.homepage_teaser_entry.testimonials .homepage_teaser_content{
	/*padding: 0 30px 0 40px;*/
	padding: 0 20px;
}
.homepage_teaser_entry.newsletter{
	padding: 0 0 0 35px;
	width: 230px;
	background: none;
}
.homepage_teaser_entry .readmore{
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.homepage_teaser_entry.newsletter .homepage_teaser_content{
	width: 100%;
}
.newsletter_teaser_info{
    height: 100%;
    position: relative;
    width: 100%;
}
.newsletter_teaser_text{
    left: 10px;
    position: absolute;
    top: -22px;
}
.newsletter_teaser_text a:hover{
	text-decoration: none;
}
.newsletter_teaser_box{
 	border: 1px solid #FFA500;
    display: block;
    height: 112px;
    width: 215px;
}	
.newsletter_teaser_title{
	background: #f18a01;
	height: 27px;
}	
.newsletter_teaser_link{
	float: right;
	display: block;
    position: absolute;
    right: 10px;
    top: -18px;	
}
.newsletter_teaser_span1{
	color:#fff;
	font-size:16px;
	display:block;
	font-weight:bold;
}
.newsletter_teaser_span2{
	color:#362f2d;
	font-size:14px;
	display:block;
	padding-top:10px;
	font-weight:bold;
}	
.news_teaser_entry{
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
	height: 50px;
}
.news_desc a{
    color: #525456;
    font-size: 12px;
	font-weight: normal;
}
.date_mainbox{
	width: 35px;
	height: 40px;
	float: left;
	margin-right: 5px;
	text-align: center;
}
.news_month{
	width: 100%;
	display: block;
	background: #f29200;
	color: #1d1d1b;
}
.news_day{
	width: 100%;
	background: #1d1d1b;
	color: #fff;
}
.news_desc{
    height: 40px;
    overflow: hidden;
}

.homepage_teaser_entry ul{
	margin: 0;
	padding: 0;
}
.homepage_teaser_entry ul li{
	list-style-position: inside;
}
.homepage_teaser_entry li a{
  	color: #525456;
    font-size: 12px;
    font-weight: normal;
}
.news_slider{
    display: block;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    height: 150px;
	width: 300px;	
}
/**************************************************
*	MAIN MENU
**************************************************/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 1px;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	/*border-left: 1px solid #f2a016;*/
	/*border-top: 1px solid #dFeEFF;*/ /* fallback colour must use full shorthand */
	/*border-top: 1px solid rgba(255,255,255,.5);*/
	/*padding: .75em 1em;*/
	display: block;
	position: relative;
	/*font: bold 10pt 'Arial','Verdana';*/
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 100%;	
	padding: 10px 19px;
	text-decoration: none;
	text-align: center;
	zoom: 1; /* IE7 */
}
.sf-menu a.mainemenu_parent {
	border-left: 1px solid #f2a016;
}
.sf-menu .entry_9 a.mainemenu_parent{
	border-right: 1px solid #f2a016;
}
.sf-menu a.mainemenu_parent.lastentry {
	border-right: 1px solid #f2a016;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
}
.sf-menu ul li a{
	background: #EF7E01;
	color: #000;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 7px 10px;
}
.sf-menu ul li a:hover {
	/*background: #ccc;*/
	color: #fff;
	/*background: url(../images/top_menu/menu_over_bg.jpg) repeat-x;*/
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu ul ul li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}	
.sf-menu li a:hover,
.sf-menu li a.sfHover,
.sf-menu a.active {
	color: #fff;
	/*background: #CFDEFF;*/
	/*background: url(../images/top_menu/menu_over_bg.jpg) repeat-x;*/
	/* only transition out, not in 
	-webkit-transition: none;
	transition: none;*/
}

.sf-menu li.entry_1 {
	width: 82px;
}
/*
.sf-menu li.entry_2 {
	width: 92px;
}

.sf-menu li.entry_1 ul li a {
	width: 227px;
}
.sf-menu li.entry_2 ul li a {
	width: 258px;
}
.sf-menu li.entry_3 {
	width: 220px;
}
.sf-menu li.entry_3 ul li a {
	width: 213px;
}
.sf-menu li.entry_4 {
	width: 181px;
}
.sf-menu li.entry_4 ul li a {
	width: 174px;
}
*/
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	/*padding-right: 2.5em;*/
	/**padding-right: 1em;*/ /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.4em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
.benefits_mainbox{
	background: #f0f0f0;
	padding: 10px 10px 10px 20px;
	display: inline-block;
}
.benefits_entry{
	float: left;
	width: 185px;
	height: 100px;
	margin: 0 20px 20px 0;	
}
.benefits_entry.lastleft{
	margin: 0 0 20px 0;
}
.benefits_title{
    background-position: 0 -350px;
    color: #F49520;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 15px;
	height: 35px;
	overflow: hidden;
}
.benefits_info{
    font-size: 10px;
    height: 42px;
    line-height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.benefits_entry .readmore{
	float: right;
}
.benefit_submenu{
    background: url(../images/arrow_org_right.png) no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    padding-left: 15px;
	font-weight: bold;
	color: #F08101;
}
.benefit_submenu_title{
	margin-bottom: 10px;
}
.benefit_submenu_img{
	vertical-align: middle;
}
.cargo_item {
	display: block;
	margin-bottom: 5px;
}
.cargo_item img{
	margin-right: 5px;
}
.cargo_item a{
	font-weight: bold;
}
.contact_entry{
	width: 210px;
	margin-right: 100px;
	float: left;
	font-size: 11px;
}
.contact_addr{
	margin-top: 10px;
}
.contact_info{
	margin-top: 10px;
}
.contact_entry.lastleft{
	margin-right: 0;
}
.news_content_mainbox{
    border-left: 1px solid #F3DED1;
    float: left;
    margin-right: 20px;
    height: 730px;
    padding-left: 20px;
    width: 245px;
	position: relative;
}
.news_content_mainbox .readmore{
	right: 0;
	position: absolute;
	bottom: 0px;
}
.news_content_mainbox h3{
    display: block;
    margin-bottom: 20px;
}
.news_contentall_mainbox h3{
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}	
.news_left_box{
    border: 0 none;
    margin: 0 20px 0 0;
    padding: 0;
}
a.news_title{
	font-size: 11px;
	font-weight: bold;
}
.news_content_mainbox ul,.news_contentall_mainbox ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.news_content_mainbox ul li,.news_row,.news_contentall_mainbox ul li, .news_contentall_mainbox .news_row{
	background: url(../images/arrow_org_right.png) no-repeat scroll 0 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-left: 12px;
	height: 55px;
	overflow: hidden;
}
.news_date{
	font-weight: bold;
	font-size: 11px;
}
.news_contentall_mainbox ul li,.news_contentall_mainbox .news_row{
	width: 250px;
	float: left;
	margin-right: 10px;
}
/*********************************************
*	MAP
**********************************************/
.location_map{
	width: 440px;
	float: left;
}
.location_search{
	width: 365px;
	float: left;
	margin-left: 5px;
	border-left: 1px solid #f3ded1;
	padding-left: 5px;
}
.location_search_row{
	width: 100%;
	margin-bottom: 10px;
	/*float: left;*/
	display: inline-block;
}
.location_search_row label{
	float: left;
}
.location_search_title{
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #F18A01;
	margin: 2px 2px 0 0;
	min-width: 58px;
}
.location_search_value{
	float: left;
	width: 250px;
}
.location_search .stdbutton{
	margin-left: 60px;
}
.search_letter{
	font-size: 14px;
	font-weight: bold;
}
.searchresult_table{
    border: 1px solid #FFA500;
    font-size: 12px;
    padding: 5px;
    width: 80%;	
}
#row_search .location_search_value,#row_titleby .location_search_value{
	width: auto;
}
#row_search,#row_titleby{
	display: inline-block;
	width: 180px;
}
/****************************************
*	Testimonials
****************************************/
.testimonials_entry{
	width: 100%;
}
.testimonials_image{
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.testimonials_info{
	float: left;
	width: 300px;
	margin-right: 10px;
	font-weight: bold;
}
.testimonials_name{
	font-size: 14px;
	font-weight: bold;
	color: #F18A01;
}
.testimonials_logo{
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-align: right;
	float: right;
}
.testimonials_text{
    border-bottom: 1px dotted #F18A01;
    clear: both;
    display: inline-block;
    margin: 10px 0 20px;
    padding-bottom: 20px;
    width: 100%;
}
/***************************************************
*	LOGIN
****************************************************/
.login_box {
    height: 32px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 320px;
}

.login_user_section {
    float: right;
    font-weight: bold;
    margin: 5px 10px 0 0;
}

.icon_login, .icon_logout {
    display: block;
    height: 27px;
    width: 175px;
}

.icon_login {
    background-position: 0 -47px;
	width: 120px;
} 

.icon_login:hover {
    background-position: 0 -74px;
}

.icon_logout {
    background-position: 0 -105px;
	width: 80px;
} 

.icon_logout:hover {
    background-position: 0 -132px;
} 

.user_login_box {
	width: 550px;
	margin: 0 auto;	
}

.login_box .icon_login, .login_box .icon_logout {
	float: right;
}

.user_login_box label.std_label {
	width: 220px;
}

.user_login_box .error_msg {
	width: 100%;
}

.user_login_box .button_form_row {
	margin-left: 230px;
}

#login_popup {
    background: url(/eng/images/bg_grey_fade.jpg) repeat-x scroll 0 0 #dadada;
    display: none;
    height: 280px;
    width: 300px;
	z-index: 99999;
}

#login_title{
    background: url(/eng/images/bg_org_fade.jpg) repeat-x;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
	text-align: center;
}

#login_popup label.std_label {
	width: 100px;
	color: #000;
}

#login_popup .button_form_row {
	margin-left: 110px;
}

#login_popup .close {
    display: block;
    height: 25px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    z-index: 99999;
}

#login_popup input {
	width: 195px;
	padding: 5px;
}
#login_popup input.stdcheckbox{
	width: auto;
}
.checkbox_row .login_label{
	width: auto;
}
#login_popup .login_row.checkbox_row{
	margin: 0;
}
#login_popup input.input_checkbox {
    margin-top: 7px;
    width: auto;
}

.overlay {
    background: url(/eng/images/bg_grey_trans.png);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.popup {
	background: #fff;
    display: none;
    left: 290px;
    position: absolute;
    top: 50px;
    z-index: 999;
}

#login_popup .error_msg {
    background-image: none;
    margin: 3px 0;
    padding: 2px;
    text-align: center;
	font-size: 11px;
}

#display_login_msg {
	height: 25px;
	display: inline-block;
}
.login_row{
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
.login_label{
	width: 100%;
	color: #111;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
.login_input{
	width: 100%;
}
#display_login_form{
	text-align: center;
}
#display_login_form button, .login_button{
	background: url(/eng/images/bg_org_fade.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #fff;
	padding: 5px;
	width: 80px;
	text-align: center;
	cursor: pointer;
}
.login_mainbox{
	width: 650px;
}
.img_loading{
	margin-top: 10%;
}
#row_city,#row_list_name,#row_statecity{
	float: left;
}
.result_loading_box{
	display:inline-block;
}
.result_loading_box img{
	float: left;
}
.result_loading_text{
	display: inline-block;
	font-size: 14px;
	color: #F18A01;
	margin: 13px 0px 0px 10px;
}
/**************************************
*	MEMBER
**************************************/
.member_sidebar{
    float: left;
    width: 230px;
}
.member_content{
    float: right;
    width: 600px;
}
.feature_row{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	display: inline-block;
}
.feature_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
	display: none;
}
.feature_icon{
	float: left;
	width: 190px;
}
.feature_content{
    display: inline-block;
    margin-left: 20px;
	width: 380px;
	float: right;
}
.feature_info ul{
    margin: 0;
    padding: 0;
}
.feature_info ul li {
    list-style: none inside none;
    margin-bottom: 5px;
}
.feature_info ul li a {
	display: inline-block;
}
.iframe_content{
	padding: 10px 20px;
}
.iframe_title{
    color: #F18A01;
    font-size: 18px;
	font-weight: bold;
    margin-bottom: 10px;
}
ul.stdlist{
	padding: 0;
	margin:0 0 20px 20px;
}
ul.stdlist li{
	display: block;
	background: url(/eng/images/arrow_org_right.png) no-repeat scroll 0 50% transparent;
    margin-bottom: 3px;
    padding-left: 15px;
}
ul.stdlist.ups li{
	margin: 0 0 10px;
}
.service_entry{
	width: 200px;
	margin-right: 10px;
	float: left;
}
.service_entry_title{
    color: #F18A01;
    font-size: 14px;
	font-weight: bold;
    margin-bottom: 10px;
	height: 20px;
}
#showSearch a{
	color: #525456;
}
/******************************************
*	GALLERY
******************************************/
.galley_mainbox{
    float: left;
    width: 100%;
}
.gallery_entry{
	padding: 0 0 10px;
}
#gallery_entry_0{
	padding: 0;
}
.gallery_title{
	background: #ccc;
	padding: 5px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	cursor: pointer;
}
.gallery_album_thumb{
	float: left;
	margin-right: 10px;
	width: 190px;
	height: 130px;
	overflow: hidden;
}
.gallery_album_title{    
    display: table-cell;
    height: 130px;
    text-align: left;
    vertical-align: middle;
}
.gallery_album_title a{
	color: #F08101;
    font-size: 14px;
    font-weight: bold;
}
.gallery_album_entry{
    border-bottom: 1px solid #ccc;
    float: left;
    height: 130px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 415px;
}
.gallery_entry_container,.gallery_entry_container.hide{
	display: none;
}
.gallery_entry_container.active{
	display: block;
}
.forgot_content{
	display: block;
}
.form_row{
	margin-bottom: 10px;
}
.form_row .stdtable_label{
	display: inline-block;
	text-align: right;
	width: 250px;
	margin-right: 10px;
}
.form_row .stdtable_value{
	display: inline-block;
	text-align: left;
	width: 250px;
}
.membership_appply a{
    display: inline-block;
    font-weight: bold;
}
.membership_appply_icon{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
	margin-bottom: 20px;	
}
/*********************************************
*	OUR TEAM
*********************************************/
.team_entry{
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 16px;
    width: 100%;
}
.team_image{
	float: left;
	width: 135px;
	height: 180px;
	overflow: hidden;
	margin: 0 20px 5px 0;
	border: 1px solid #ccc;
}
.team_image img{
	width: 135px;
	height: 180px;
}
.team_name{
	font-size: 14px;
	font-weight: bold;
	color: #F18A01;
}
.team_position{
	font-size: 13px;
	color: #F18A01;
}
.team_text{
	margin-top: 10px;
}
.vendor_aircharter_wrapper{
	display: block;
}
.vendor_aircharter_title{
	font-weight: bold;
	color: #716F70;	
}
.vendor_list_entry{
	/*background: url(/eng/images/arrow_org_right.png) no-repeat;
	padding-left: 20px;*/
	background: #fff;
    /*border: 1px solid #F28E04;
    float: left;
	clear: both;
	display: inline-block;
    margin: 0 20px 20px 0;
    padding: 5px;
	width: 200px;
	height: 84px;
	overflow: hidden;*/
    display: inline-block;
    height: 84px;
    margin: 5px;
    max-width: 200px;
    overflow: hidden;
    text-align: center;	
	position: relative;
	width: 200px;
}
.vendor_list_entry a{
	display: block;
}
.vendor_aircharter_info{
	margin-bottom: 20px;
}
.vendor_subtitle{
	font-weight: bold;
	font-size: 14px;
}
.vendor_aircharter_section_entry{
    display: inline-block;
    width: 100%;
}
.vendor_aircharter_logo{
	float: left;
}
.vendor_aircharter_banner{
	/*width: 470px;
	height: 135px;*/
	float: right;
	border: 1px solid #ccc;
}
.vendor_aircharter_banner a{
	display: block;
}
.vendor_aircharter_info_left{
	width: 550px;
	margin-right: 5px;
	float: left;
}
.vendor_aircharter_info_right{
	float: right;
	width: 270px;
	margin-top: 45px;
}
.vendor_feed_button{
    display: block;
    height: 30px;
	margin-bottom: 10px;
	width: 100%;
}
.vendor_feed_button a{
	display: block;
}
.vendor_aircharter_news{
	border: 1px solid #888888;
}	
.vendor_aircharter_headline{
 	background: url(/eng/images/bg_orange_white.jpg) repeat-x scroll 0 0 #F5C885;
    border-bottom: 1px solid #888888;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;	
	margin-bottom: 10px;
}
.vendor_news_slider_content {
    height: 340px;
    overflow: hidden;
}
ul#vendor_news_slider{
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
/*
ul#vendor_news_slider li{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
*/
ul#vendor_news_slider li{
 	border-bottom: 1px dotted #ccc;
    height: 64px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
.vendor_news_desc{
	height: 40px;
	overflow: hidden;
}
.vendor_news_headline_box{
    height: 35px;
    line-height: 100%;
    overflow: hidden;
}
.vendor_news_headline_box a{
	font-weight: bold;
}
.vendor_aircharter_rsslinkbox{
	font-size: 9px;
	font-style: italic;
}
.vendor_aircharter_rsslinkbox ul{
	margin: 0 0 0 10px;
	padding: 0;
}
.backlink{
	font-weight: bold;
}
.small_txt{
    color: #252525;
    font-size: 10px;
    font-weight: normal;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}
.footer_banner_slider{
	padding: 0;
	margin: 0 auto;
	width: 150px;
}
.footer_banner_slider li{
	width: 150px;
	text-align: center;
}
.event_entry{

}
.event_left{
	float: left;
	width: 470px;
	border-right: 1px solid #f3ded1;
	padding-right: 20px;
}
.event_right{
	float: right;
	width: 300px;
	padding-left: 30px;
}
.event_right_title{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #878687;
	margin-bottom: 10px;
	display: block;
}