/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background: url(../images/mainbg.jpg) center top repeat ; 
	font:14px 'Arial', Helvetica, sans-serif;
	color:#201F20;
}
img{
	border:none;
}
.fl{
	float:left;
}
.fr{
	float:right
}
.clear{
	clear:both;
}

.red{ color:#f00!important;}
a{ color:#91313C; text-decoration:underline;}
a:hover{ text-decoration:none;}


.topBg{ background:url(../images/top_bg.jpg) repeat-x;}

.marginRight7{ margin-right:7px;}
.marginLeft15{ margin-left:15px;}
.marginBottom15{ margin-bottom:15px;}
.marginRight15{ margin-right:15px;}


.siteWidth{ width:940px; margin:0 auto;}

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

#mContainer{
	width:940px;
	padding:24px 0 15px 0;
	margin:0 auto;
}

.discription{ font: italic bold 20px/28px Arial, Helvetica, sans-serif; color:#A68133; text-transform:uppercase; text-shadow:1px 2px 1px #fff; border-bottom:1px solid #ACACAC; padding-bottom:20px; margin-bottom:24px;}


/*HEADER*/
.headerCover{border-top:5px solid #000;}
.header{
	margin:0 auto; 
	padding:0 0 15px 0;
	width:940px;
	
}
.header h1{
	float:left;
	padding:0;
	width: 334px;
	margin:38px 0 0 0;
}
.header h1 a{
	background:url(../images/logo.png) no-repeat; 
	display:block; 
	width:334px; 
	height:44px;
	text-indent:-9999px;
}

.herderRight{ width:600px; float:right;}
.herderRight .phone{ background:url(../images/phone_strip.png) no-repeat; width:583px; height:43px; padding:6px 0 0 8px; float:right; font:15px/23px "Myriad", Arial, Helvetica, sans-serif; color:#fff; text-align:left; margin-top:0px;}

.ct{ background:url(../images/ph.png) no-repeat; height:26px; float:left; padding-left:32px; padding-top:2px;}
.usa{ font-size:18px; background:url(../images/phone2.png) no-repeat; height:26px; float:left; margin-left:8px; display:inline; padding-left:25px; padding-top:2px;}
.mail{background:url(../images/mail_icon.png) no-repeat; height:26px; float:left; padding-left:32px; padding-top:2px; margin-left:3px;}
.mail a{ color:#fff; text-decoration:none;}


/*------------- Start navigation ----------------*/

#navigation{
	padding:26px 0 0 38px;
}

#navigation ul{
	list-style-type: none;
	padding:0;
}

#navigation ul li{
	float: left;
	padding : 0;
	background:url(../images/nav_divider.jpg) no-repeat right center;
}

#navigation ul li.last{
	background: none;
}

#navigation ul li a{
	float:left;
	display:block;
	padding:0 10px;
	text-decoration:none;
	color: #9D927A;
	display: block;
	font:12px 'Myriad', Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
}

#navigation a span{
	float:left;
	display:block;
	padding: 0;
}

#navigation a:hover, #navigation a.active {
	color: #F5B221;
	text-decoration: none;

}

#navigation a:hover span, #navigation a.active span {
	color: #F5B221;
	text-decoration: none;

}

/*------------- End navigation ----------------*/


/*CONTENT CONTANER*/
#contentContaner{
	padding:0 0 0 26px;
}
#contentContaner p{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#3F3F3F; line-height:20px; padding:0 0 30px 0; text-align:justify;}

#contentContaner h2{
	font-size: 20px;
	font-family:Trebuchet MS, Arial;
	color: #A84550;
	padding: 0 0 10px 0;
}

#bannerCover{height:453px; position:relative;}
#bannerCover .formDiv{ padding:6px 0; background:#F5B221; position:absolute; top:0; left:0; width:286px; height:441px;}
#bannerCover .formDiv .requestQuote{ display:block; margin-left:15px; background:url(../images/r_quote.jpg) no-repeat; width:256px; height:42px;}

.fmCover{ width:242px; margin:0 auto;}
.fmCover label{ font:bold 12px Arial, Helvetica, sans-serif; color:#FFFFFF; display:block;}
.fmCover .fild112{ width:112px; height:21px; border:1px solid #A09F9F; margin-top:2px;}
.fmCover .fild240{ width:240px; height:21px; border:1px solid #A09F9F; margin-top:2px;}
.fmCover .txtArea142{ width:142px; height:45px; border:1px solid #A09F9F; margin-top:2px;}

.fmCover .slt23{ width:112px; height:23px; border:1px solid #A09F9F; margin-top:2px;}
.fmCover .slt74{ width:74px; height:23px; border:1px solid #A09F9F; margin-top:2px; float:left; margin-right:14px;}



.formDiv2{ padding:0; margin-top:10px; }

.fmCover2{ width:242px;}
.fmCover2 label{ font:bold 12px Arial, Helvetica, sans-serif; color:#3D3737; display:block;}
.fmCover2 .fild112{ width:240px; height:21px; border:1px solid #A09F9F; margin-top:2px;}
.fmCover2 .fild11{ width:116px; height:21px; border:1px solid #A09F9F; margin-top:2px;}

.fmCover2 .fild240{ width:240px; height:21px; border:1px solid #A09F9F; margin-top:2px;}
.fmCover2 .txtArea142{ width:240px; height:85px; border:1px solid #A09F9F; margin-top:2px;}

.fmCover2 .slt23{ width:112px; height:23px; border:1px solid #A09F9F; margin-top:2px;}
.fmCover2 .slt74{ width:214px; height:23px; border:1px solid #A09F9F; margin-top:2px;  margin-right:4px; float:left;}
.fmCover2 .fmLeft{ width:114px; float:left;}




.fmCover .fmLeft{ width:114px; float:left;}
.marginBottom8{ margin-bottom:6px;}
.marginRight14{ margin-right:14px;}
.marginRight12{ margin-right:12px;}
.marginRight7{ margin-right:7px;}
.padTop4{ padding-top:4px;}
.marginTop5{ margin-top:5px;}
.marginTop15{ margin-top:15px;}

.threeServices{ padding:6px; margin-bottom:20px; }
.threeServices .box {width:268px; padding:0 24px; float: left;}
.threeServices .box h2{ font:Italic 20px 'Trebuchet MS', Helvetica, sans-serif; margin:0; padding:0 0 15px 0; color:#AA4753;}
.threeServices .box img{ border:1px solid #201F20; margin-bottom:12px;}
.threeServices .box span{ display:block; padding-bottom:14px;}
.threeServices .box span a{ color:#AB4651; text-decoration:underline;}
.threeServices .box span a:hover{ text-decoration:none;}
.servDivider{ background:url(../images/services_divider.jpg) no-repeat right top;}

ul.boxList{ margin:0; padding:0; list-style:none;}
ul.boxList li{ list-style:none; padding:0 0 0 13px; margin:0 0 3px 0; background:url(../images/arrow.jpg) no-repeat 0 3px;}
ul.boxList li a{ font:14px 'Trebuchet MS', Helvetica, sans-serif; color:#201F20; text-decoration:none;}
ul.boxList li a:hover{ text-decoration:underline;}

.footerAbove{}
.chYachat{ min-height:352px; width:585px; padding:15px 15px 15px 15px; float:left; background:#A84550;}
.chYachat h3{ font:italic 20px 'Trebuchet MS', Helvetica, sans-serif!important; color:#fff!important; border-bottom:1px solid #fff; padding:0 0 7px 0; margin:0 0 20px 0;}
.chYachat .cmBox{ width:261px; float:left; padding-left:20px;}
.padright20{ padding-right:20px;}
.chYachat .cmBox img{ border:6px solid #fff; margin-bottom:12px;}
.chYachat .cmBox h4{ font-weight:bold; font-size:15px; color:#fff; margin-bottom:8px; padding:0;}
.chYachat .cmBox p{ color:#fff; padding:0 0 18px 0;}

.cmBorder{ border-right:1px solid #fff;}

a.linkBg{ text-align:center; font:bold 12px/27px Arial, Helvetica, sans-serif; display:block; color:#fff; text-decoration:none; background:url(../images/link_bg.jpg) no-repeat; width:163px; height:29px;}
a.linkBg:hover{ color:#A84550;}

.footerAbove .news{ min-height:352px; width:313px; float:right; background:#FFB61B; padding:15px 11px;}
.footerAbove .news h3{ font:italic 20px 'Trebuchet MS', Helvetica, sans-serif; color:#963749; background:url(../images/news_hdborder.jpg) repeat-x left bottom; padding:0 0 8px 0; margin:0;}
.footerAbove .news .newsStep{ color:#3A3A3A; border-bottom:1px solid #CB5B70; padding:8px 0;}
.footerAbove .news .newsStep span.rdMore{ text-align:right; display:block; padding-top:7px;}
.engColor{ color:#882A3C;}

/*LEFT CONTANER*/

.lContaner{
	width:658px;
	float:left;
}

#mContainer ul{ list-style:none; margin-bottom:0 0 15px 0; padding:0;}
#mContainer ul li{ background:url(../images/lullet_icon.png) no-repeat left 3px; padding:6px 0 6px 38px;}



#mContainer h2{
	font-size: 20px;
	font-family:"Trebuchet MS", Arial;
	font-weight:bold;
	color: #A27C2B;
	padding: 0 0 10px 0;
}
#mContainer p{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#3F3F3F; line-height:20px; padding:0 0 30px 0; text-align:justify;}

#mContainer h3{
	font-size: 15px;
	color: #000;
	padding: 5px 0 10px 0px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align:left;
}

.leftComnBox {
	border:1px solid #dfdfdf;
	background:#f7f7f7;
	padding:6px;
	margin-bottom:7px;
}
.leftComnBox h2{
	background:url(../images/l_hedbg.jpg) repeat-x left top;
	height:37px;
	border:1px solid #4ea7e0;
	font:bold 15px/35px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 0 15px!important;
	text-align:left;
	margin:0 0 6px 0;
}
.leftComnBox .brd{ border:1px solid #dadada;}
.leftComnBox p{
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#565656;
	text-align:justify;
}
.leftComnBox ul{ margin:0; padding:0; list-style:none;}
.leftComnBox ul li{ background:url(../images/blt.jpg) no-repeat left 5px; margin:0 0 5px 0; padding:4px 0 0 15px; list-style:none;}
.leftComnBox ul li a{ color:#3f3f3f; text-decoration:none;}
.leftComnBox ul li a:hover{ text-decoration:underline;}



/*RIGHT CONTANER*/

.rContaner{
	width:254px;
	padding:0 0 18px 10px;
	float:right;	
}
.rContaner h2{
	font:bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#A27C2B;
	padding-bottom: 10px;

}
.rContaner h3{
	font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#A27C2B;
	padding-bottom: 6px;

}

.rContaner .servicesBox2{ width:240px; padding:10px 10px 10px 10px; position:relative; background:#fff; margin-bottom:10px;}


.rContaner .servicesBox{ width:240px; padding:10px 10px 25px 10px; position:relative; background:#fff; margin-bottom:10px;}
.rContaner .servicesBox img{ border:1px solid #EDEBEB;}
.rContaner .servicesBox .servName{ color:#3D3737!important; width:241px; height:36px; display:block; position:absolute; top:99px; text-align:center;}
.rContaner .servicesBox .servName a{ font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#3D3737; text-decoration:none;}
.rContaner .servicesBox .servName a:hover{ color:#000; text-decoration:none;}

.border6{ border:3px solid #fff; margin-bottom:12px;}

.newContainer{ border-bottom:1px solid #AD4455; padding-bottom:10px; margin-bottom:10px;}
.newContainer ul{ list-style:none; margin:0; padding:0;}
.newContainer ul li{ list-style:circle; padding:0; margin:0 0 0 15px;}


.lContaner2{ width:463px; float:left; padding-left:12px; padding-top:10px;}
.lContaner2 h2{ font:bold 20px/22px 'Trebuchet MS', Helvetica, sans-serif; color:#E9E9E9; margin:0; padding:0 0 5px 0;}
.lContaner2 p{ font:14px 'Trebuchet MS', Helvetica, sans-serif; color:#E9E9E9; text-align:justify;}

.rContaner2{float:right; background:url(../images/banner_bg.png) no-repeat; width:486px; height:327px;}
.rContaner2 div img{ padding:27px 0 0 34px;}

.rContaner .pr{ font:bold 22px Arial, Helvetica, sans-serif; color:#424242;}
.welcomeBox { 
	padding: 17px 0;

	float: right;
}

.welcomeBox p {
	padding: 4px 0 4px 0px;
}

.readmore {
	text-align: right;
}

.loginBox {
	padding: 75px 11px 7px 9px;
	background: url(../images/login-box.jpg) no-repeat left top #d5d5d5;
	margin-right: 1px;
	float: right;
	width: 178px;
}

.loginBox label {
	font-size: 14px;
	color: #000;
	vertical-align: top;
	margin: 6px 0 7px 8px;
	display: block;
} 

.loginBox .fild{
	background: url(../images/fild-bg.jpg) no-repeat left top;
	width: 179px;
	height: 30px;
}

.loginBox .fild input{
	border: none;
	padding: 1px 5px;
	margin: 5px 5px 0 8px;
	width: 148px;
	vertical-align: top;
	background: none;
	border: none;
}

.loginBox .button {
	margin: 10px 0;
}

.loginBox a {
	color: #000;
	text-decoration: underline;
}

.rightBottomBox {
	padding-bottom: 10px;
}

.rightBottomBox .box {

	margin: 0 4px;
	background:url(../images/dot_divider.jpg) repeat-x left bottom;
	padding:15px 0;

}

.rightBottomBox .box p {
	color: #565656;
	font-size:13px;
	padding: 0 0 10px 0;
}

.rightBottomBox .box .text {
	width:450px;
	float:right;
}

.rightBottomBox .box .pic {
	width:197px;
	border:1px solid #ebe9e9;
	float:left;
}

.rightBottomBox .hotel {
	padding: 0 0 23px 11px;
}

.rightBottomBox .hotel ul {
	list-style-type: none;
}

.rightBottomBox .hotel li {
	padding-bottom: 3px;
}

.rightBottomBox .hotel li span {
	font-size: 12px;
	color: #000;
}
.rightBottomBox .hotel li span {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-right: 3px;
	float: left;
	display: block;
	padding: 0 0 2px 2px;
}
.rightBottomBox .hotel li span.first {
	width: 81px;
}
.rightBottomBox .hotel li span.sec {
	width: 30px;
}
.rightBottomBox .hotel li span.trd {
	width: 53px;
}
.rightBottomBox .hotel li span.clr {
	background: #e7e7e7;
}

/*FOOTER*/
.tabcontent { padding: 10px; color: #fff; }
.tabcontent div.text { padding: 10px 10px 5px 0; width:226px; float:left; }
.tabcontent div.text ul { padding: 0 8px; line-height: 22px; }
.tabcontent div.text li { padding-left: 11px; color: #013695;  }
.tabcontent div.text a { color: #013695; text-decoration: none; }

.footer{
	background:#3D3737;
	font-size: 14px;
	color: #8F8888;
	line-height: 21px;
	padding:12px 0;
}
.footer a{
	font-size: 12px;
	color: #8F8888;
	text-decoration: none;
	margin: 0 1px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer a:hover {
	text-decoration: underline;
}
.footerWidth{
	width:940px;
	margin:0 auto;
	text-align: center;
	color: #8F8888;
	padding:12px 0 0 0;
	min-height:60px;
}

.ln{ border-bottom:1px solid #F5B221; padding-bottom:10px; margin-bottom:15px;}


.mnLink{ padding:0 0 15px 0; color:#9D927A;}
.mnLink a{ font:12px Arial, Helvetica, sans-serif; color:#9D927A; text-transform:uppercase;}


.footerLink{ width:545px; float:right; padding:16px 0 0 0;}
.footerLink a{ font-size:12px;}
.orange{ color:#c4530f; padding:16px 0 0 20px;}

/*------------------inner page css------------------*/

.commanBanner{ border:6px solid #fff; width:896px; height:178px; margin:0 auto;}
.bannerShadow{ margin:0 auto; width:940px; text-align:center;}
.marBottom15{  margin-bottom:15px!important;}

.ourTeam{ padding-top:20px; border-bottom:1px solid #AD4455; padding-bottom:15px;}
.ourTeam .teamBox{ width:300px; float:left;}
.ourTeam .teamBox img{ float:left; border:1px solid #989898; padding:4px; background:#fff;}
.ourTeam .teamBox .tmRight{ width:165px; float:right;}
.teamName{ font-weight:bold; font-size:15px; font-style:italic; display:block; padding-bottom:4px;}
.tmComan{ font-style:italic; padding-bottom:2px; display:block;}


.formBox{}
.formBox dd input{ width:250px!important; height:22px;}
.formBox dt{ font-size:14px; padding-bottom:10px;}
.formBox dt em{ color:#f00;}


.jetGallery{}
.jetGallery ul{ list-style:none; margin:0; padding:0;}
.jetGallery ul li{ width:290px; height:226px; list-style:none; margin:0 10px 25px 0; display:inline; padding:0; float:left; }
.jetGallery ul li a{ text-decoration:none;}
.jetGallery ul li img{border:3px solid #fff;}
.jetGallery ul li span{ display:block; text-align:center; font-weight:bold; font-size:16px;}

.quoteForm{}
.boxCover{ margin-bottom:5px;}
.form{ padding:0;}
.form label{ display:block; margin-bottom:5px; }
.form input{  width:250px; background:#F9F9EF; border:1px solid #A25462; height:22px; margin-bottom:10px;}
.form input.smallFild{  width:100px; background:#F9F9EF; border:1px solid #A25462; height:22px; margin-bottom:10px;}
.form input.rd{ float:left; width:24px!important;}
.boxCover span{ display:inline-block; float:left; padding-bottom:5px;}


.form select{  width:252px; background:#F9F9EF; border:1px solid #A25462; height:24px; margin-bottom:10px;}
.form textarea{ width:249px; background:#F9F9EF; border:1px solid #A25462; height:100px; margin-bottom:10px;}
.form input.subBtn{ background:url(../images/submit.jpg) no-repeat; width:92px!important; height:34px!important; border:none; cursor:pointer;}

.form select.dateDep{ width:65px; border: 1px solid #A25462;}
.form select.monthDep{ width:102px; border: 1px solid #A25462;}
.form select.yearDep{ width:74px; float:left; border: 1px solid #A25462;}
.form .boxCover img{ padding-left:5px;}

.firstColn{ width:413px; float:left; padding-right:15px;}
.secondColn{width:252px; float:left;}


.YachatServices{ min-height:352px; width:650px; padding:15px 15px 15px 15px; float:left; background:#A84550;}
.YachatServices h3{ font:italic 20px 'Trebuchet MS', Helvetica, sans-serif!important; color:#fff!important; border-bottom:1px solid #fff; padding:0 0 7px 0; margin:0 0 20px 0;}
.YachatServices .cmBox{ width:200px; float:left;}
.padright12{ padding-right:12px;}
.padLeft12{ padding-left:12px;}
.YachatServices .cmBox img{ border:6px solid #fff; margin-bottom:12px;}
.YachatServices .cmBox h4{ font-weight:bold; font-size:14px; color:#fff; margin-bottom:8px; padding:0;}
.YachatServices .cmBox p{ color:#fff; padding:0 0 18px 0;}


.imgBox{ border:6px solid #fff; width:363px; margin-top:15px;}
.imgBox img{ width:363px;}

.imgBoxSmall{ border:6px solid #fff; width:240px; margin-top:15px; float:left; margin-right:15px;}
.imgBoxSmall img{ width:240px; height:186px;}

.imgBoxSmall2{ border:4px solid #fff; width:200px; margin-top:15px; float:left; margin-right:10px;}
.imgBoxSmall2 img{ width:200px; height:140px;}

.imgBoxFrame{ border:4px solid #fff; width:635px; text-align:center; background:#fff; margin-top:15px; margin-bottom:20px; float:left; margin-right:10px;}


.boxCover{ margin-bottom:5px;}
.form{ padding:0;}
.form label{ display:block; margin-bottom:5px; }
.form input{  width:250px; background:#F9F9EF; border:1px solid #A25462; height:22px; margin-bottom:10px;}
.form input.smallFild{  width:100px; background:#F9F9EF; border:1px solid #A25462; height:22px; margin-bottom:10px;}
.form input.rd{ float:left; width:24px!important;}
.boxCover span{ display:inline-block; float:left; padding-bottom:5px;}


.form select{  width:252px; background:#F9F9EF; border:1px solid #A25462; height:24px; margin-bottom:10px;}
.form textarea{ width:249px; background:#F9F9EF; border:1px solid #A25462; height:100px; margin-bottom:10px;}
.form input.subBtn{ background:url(../images/submit.jpg) no-repeat; width:92px!important; height:34px!important; border:none; cursor:pointer;}

.form select.dateDep{ width:65px; border: 1px solid #A25462;}
.form select.monthDep{ width:102px; border: 1px solid #A25462;}
.form select.yearDep{ width:74px; float:left; border: 1px solid #A25462;}
.form .boxCover img{ padding-left:5px;}



.rightInfo{ width:300px; float:left;}
.rightInfo a{}

.taglIne {
    border-bottom: 1px solid #ACACAC;
    color: #A68133;
    font: italic bold 16px/28px Arial,Helvetica,sans-serif;
    margin-bottom: 24px;
    padding-bottom: 20px;
    text-shadow: 1px 2px 1px #FFFFFF;
    text-transform: uppercase;
}



.countryFm{ line-height:20px;}
.countryFild{ background:url(../images/inputbg.png) no-repeat; border:none; height:30px; width:115px; padding:0 5px;}
.gray{ background:#F6F4F4; padding:10px;}

.imgFrame{ float:left; margin-right:12px; text-align:justify; margin-bottom:18px; width:256px; height:187px; background:url(../images/img_banner.png) no-repeat; padding:13px 0 0 13px;}
.rightTxt{ width:371px; float:right; line-height:22px; text-align:justify;}
strong.bigTxt{ font-size:18px;}


.jetLink{ background:#EFB221; padding:5px 5px;}
.jetLink a{ color:#fff; font:bold 13px Arial, Helvetica, sans-serif; text-transform:uppercase; text-decoration:none; padding:4px;}
.jetLink a:hover{ color:#A68133;}



/*----------------new css-------------------*/
.contactUs{}
.contactUs label{ width:80px; float:left;}
.contactUs .inFild{ width:250px; border:1px solid #ccc; height:25px; float:left;}
.contactUs .tArea{ width:250px; border:1px solid #ccc; height:85px; float:left;}
.subBtn{ width:89px; height:32px; background:url(../images/submit_btn.png) no-repeat; border:none; color:#fff; font:14px Arial, Helvetica, sans-serif; cursor:pointer;}


.formDivrq{ padding:6px 0; background:#F5B221;}
.formDivrq .requestQuote{ display:block; margin-left:15px; background:url(../images/r_quote.jpg) no-repeat; width:256px; height:42px;}

.reqstQt{ margin:0 auto;}
.reqstQt label{ font:bold 12px Arial, Helvetica, sans-serif; color:#FFFFFF; display:block;}
.reqstQt .fild112{ width:112px; height:21px; border:1px solid #A09F9F; margin-top:2px;}
.reqstQt .fild240{ width:240px; height:21px; border:1px solid #A09F9F; margin-top:2px;}
.reqstQt .txtArea142{ width:142px; height:45px; border:1px solid #A09F9F; margin-top:2px;}

.reqstQt .slt23{ width:112px; height:23px; border:1px solid #A09F9F; margin-top:2px;}
.reqstQt .slt74{ width:240px; height:23px; border:1px solid #A09F9F; margin-top:2px;  margin-right:14px;}
.reqstQt .fmLeft{ width:114px; float:left;}
.reqstQt .fmLeft{ width:114px; float:left;}


.jetBox{ width:240px; padding:10px 10px 25px 10px; position:relative; background:#fff; margin-bottom:10px;}
.jetBox img{ border:1px solid #EDEBEB;}
.jetBox .servName{ color:#3D3737!important; width:241px; height:36px; display:block; position:absolute; top:99px; text-align:center;}
.jetBox .servName a{ font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#3D3737; text-decoration:none;}
.jetBox .servName a:hover{ color:#000; text-decoration:none;}


.quoteBtn {
    background: url("../images/proceed.jpg") no-repeat;
    border: medium none;
    color: #FFFFFF;
    font: 14px Arial,Helvetica,sans-serif;
    height: 32px;
    width: 89px;
	padding-bottom:4px;
	cursor:pointer;
}


.ourTeam{ background:#fff; border:1px solid #ccc; padding:10px 15px; margin-bottom:15px;}
.ourTeam img{ float:left; margin-right:15px; border:1px solid #000;}
.ourTeam h2{ margin-bottom:5px; padding:0!important;}
.ourTeam h3 span{ font-weight:normal;}