﻿@import url('clean.css');
@import url('menu.css');

body{
	_behavior:url("Resources/hover.html");
	 
	font-family: arial;
	font-size:12px;
	text-align:left
}
a{color:#207BB2;text-decoration:none}
a:hover{color:#1690D6;}
hr{color:#CCDDE4; height:1px; background-color:#CCDDE4; overflow:hidden; margin:0;padding:0;border:none;}
h1{font-size:14px;font-weight:bold;color:#000;}
h2{font-size:12px;font-weight:bold;color:#000;}
h3{font-size:14px;color:#000;}
h4{font-size:12px;font-weight:bold;color:#000;}
h5{font-size:12px;color:#000;}
h6{font-weight:bold;line-height:150%;color:#000;}

.grey{color:#000000}
.orange{color:#E47114}
.white{color:#fff}
.blue{color:#207BB2}

.input{padding:0 18px 8px 0;}
.input input, .input textarea{
	width:98px;height:16px;
	background:white;
	border-top:solid 1px #AAAAAA;
	border-right:none;
	border-left:solid 1px #AAAAAA;
	border-bottom:solid 1px #F8F8F8;
	color:#666666;	
	padding:3px 5px 0 5px;
	font-size:11px;
}
.input textarea
{
	font-family:Arial;
	width:226px;
	height:35px;
	overflow:hidden;
}
.submit_btn{
	display:block;
	text-align:center;
	border:none;
	width:114px;
	height:21px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	text-decoration:none;
	color:#E47114;
	background: transparent url('../Image/Buttons/submit_btn.gif') no-repeat;
	cursor:pointer;
}
.submit_btn:hover{
	color:#F49738;
}
#page_bg {
	position:relative;
	width: 892px;
	margin-left:auto;
	margin-right:auto;
}
/* added for menu */
#page-bg-fix {
	background-image:url('../Image/Background/default_bg_fix.gif');
	width:62px;
	height:58px;
	position:absolute;
	top:76px;
	left:66px;
	z-index:10;
}
#page{
	width:764px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/*Header*/
#header{padding-left:64px;height:135px;position:relative;z-index:0;}
#header_top{position:relative; height:68px;}
#logo{position:absolute;left:66px;top:12px;width:106px;}

#topMenu{position:absolute;right:116px;top:14px;z-index:1000}
#topMenu a{
	display:block;
	float:left;
	color:#82827F;
	text-decoration:none;
	padding-right:8px;
	margin-left:8px;
	background:transparent url('../Image/Misc/menu_separator.gif') no-repeat right;
}
#topMenu a:hover{color:#000;}

#usefulLinks_wrap{position:absolute;top:14px;right:0;width:102px;height:17px;border:1px solid #BBB9B1;z-index:1000;}
#usefulLinks_ddl {position:absolute; top:16px;left:-1px; width:112px; border:1px solid #BBB9B1;color:#82827F;color:#bbb;overflow:hidden}
.ddl_selected{padding:1px 0 0 5px;color:#82827F;color:#bbb;width:91px;float:left}
.usefulLinks_ddl_button{width:15px;height:15px;margin-top:1px;background:transparent url('../Image/Buttons/vbutton.gif') no-repeat;float:left;}
#usefulLinks_ddl a{display:block;padding-left:5px;text-decoration:none;color:#82827F;width:112px}
#usefulLinks_ddl a:hover{background:#0A246A;color:#fff}

/*Search Control*/
.search_wrap{position:absolute;top:105px;right:0;width:112px;height:16px; border: 1px solid #BBB9B1;z-index:10000}
#txtSearch_div{position:absolute;top:0;left:0;}
.search_input {width:90px;border:none;/*height:14px;*/ border-width:1px; padding-left:5px;padding-top:1px; color:#1C8AC2;font-size:11px;font-family:Arial;}
#btnSearch_div{position:absolute;top:0px;right:1px;}
.search_button {position:absolute;right:0;display:block; border: none; width:15px;height:15px; background: url('../Image/Buttons/hbutton.gif') no-repeat; cursor: pointer;}

/*Footer*/
#footer{
	position:relative;
	clear:both;
	border-top:1px solid #E7E7E7;
	width:100%;
	height:40px;
}
#footerMenu{position:absolute;top:8px;left:0;padding-bottom:4px;}
#footerMenu a
{
	padding-bottom:3px;
	display:block;
	float:left;
	padding-right:8px;
	margin-left:8px; 
	color:#BABBBA;
	text-decoration:none;
	border-right:1px solid #E1E1E1;
	line-height:10px;
}
#footerMenu a:hover{color:#000;}
#footerMenu .disabledLink:hover{color:#BABBBA;}

#mantis{position:absolute;top:8px;right:0;}
#mantis a{color:#BABBBA;text-decoration:none;}
#mantis a:hover{color:#000;}


.ButtonLetUsCallUs{
	display:block;
	width:175px;
	height:21px;
	margin-top:10px;
	background:transparent url('../Image/Buttons/livePersonBtn.gif') no-repeat left top;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	text-align:center;
	line-height:21px;
}
.ButtonLetUsCallUs:hover{color:#eee}
.error{color:#ff0000;font-size:12px;cursor:pointer;margin-left:4px;}



/*Modal Popup*/
.lightboxOverlay { background-color:black; }
.lightBox{
	width:510px;height:320px;
	background:transparent url('../Image/Background/lightBox.png') no-repeat left top;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Image/Background/lightBox.png',sizingMethod='image');	
}
.closeBtn{
	height:10px;
	position:absolute;
	top:30px;
	right:30px;
	cursor:pointer;
}
.closeBtn:hover{color:#eee}

#lightBox .tripHeader{
	position:absolute;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	top:24px;
	left:40px;
}
#lightBox .tripBody{
	position:absolute;
	top:80px;
	left:40px;
	width:414px;
}
#lightBox .payments{
	position:absolute;
	top:180px;
	left:40px;
}
#lightBox .payments td{padding:0 0px 6px 0;width:180px}

#lightBox .payments .pay{height: 24px; display: block; padding: 5px 0px 4px 36px;}
.Visa{background: url('../Image/Logos/Payment/Visa.gif') no-repeat}
.Paypal{background: url('../Image/Logos/Payment/Paypal.gif') no-repeat}
.Diners{background: url('../Image/Logos/Payment/Diners.gif') no-repeat}
.MasterCard{background: url('../Image/Logos/Payment/MasterCard.gif') no-repeat}
.Nochex{background: url('../Image/Logos/Payment/Nochex.gif') no-repeat}
.AmericanEx{background: url('../Image/Logos/Payment/AmericanEx.gif') no-repeat}
.E-gold{background: url('../Image/Logos/Payment/E-gold.gif') no-repeat}
/*Modal Popup*/

