body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, li, strong, em, span, img, form, fieldset, label {

	margin: 0;

	padding: 0;

    border: none;

	font-size: 1em;

}

hr {

	display: none;
	
}


input, textarea, select {

	margin: 0;

    font: 12px Arial, Helvetica, sans-serif;
	
}

button {

	margin: 0;
	
	cursor: pointer;
	
}

body {
	
	background: #afafaf url(../images/body-bg.gif) left -20px repeat-x;

    font: 12px Arial, Helvetica, sans-serif;
	
	color: #666;

}

#QE_Toolbar {
	
	display: none;
	
}


/*#### CONTAINER ###########################################################################################################*/

div#container {

	position: relative;
	
	width: 995px;
	
	margin: 2px auto;
	
}


/*#### HEADER ##############################################################################################################*/

div#header {

	position: relative;
	
	background: url(../images/header-bg.gif) no-repeat;
	
	height: 123px;
	
}

div#header h1 {
	
	position: absolute;
	
	top: 14px;
	
	left: 24px;
	
	width: 345px;
	
	height: 73px;
	
	z-index: 99;
	
}

div#header h1 a {

	display: block;
	
	background: url(../images/header-logo-2.gif) no-repeat;
	
	width: 345px;
	
	height: 73px;
	
    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

div#header img {
	
	position: absolute;
	
	top: 0;
	
	right: 0;
	
}

div#header .slogan {
	
	position: absolute;
	
	top: 1px;
	
	right: 120px;
	
	background: url(../images/header-slogan.jpg) no-repeat;
	
	width: 417px;
	
	height: 36px;
	
    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */
	
}

div#header .forquotevia {
	
	position: absolute;
	
	top: 36px;
	
	right: 120px;
	
	background: url(../images/header-slogan.jpg) left bottom no-repeat;
	
	width: 417px;
	
	height: 61px;
	
}

div#header .forquotevia span {
	
	display: none;
	
}

div#header .forquotevia a {
	
	display: block;
	
	position: absolute;
	
	top: 0;
	
	width: 95px;
	
	height: 61px;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

div#header .forquotevia .phone {
	
	left: 130px;
	
	background: url(../images/header-slogan.jpg) 130px bottom no-repeat;
	
}

div#header .forquotevia .email {
	
	left: 220px;
	
	background: url(../images/header-slogan.jpg) 220px bottom no-repeat;
	
}

div#header .forquotevia .online {
	
	left: 320px;
	
	background: url(../images/header-slogan.jpg) 320px bottom no-repeat;
	
}

div#header .contactv2 {
	
	position: absolute;
	
	top: 45px;
	
	left: 459px;
	
}

div#header .contactv2 .col {
	
	position: relative;
	
	float: left;
	
	width: 225px;
	
	color: #0a174c;
	
	line-height: 180%;
	
}

div#header .contactv2 .col a { 

	color: #0a174c;
	
	text-decoration: none;
	
}

div#header .contactv2 .row { display: block; }

div#header .contactv2 strong { font-size: 17px; }

div#header .contactv2 .social a {
	
	display: block;
	
	float: left;
	
	margin: 0 0 0 5px;
	
}

div#header .contactv2 .social a img {
	
	display: block;
	
	position: relative;
	
	top: 0;
	
	left: 0;
	
	right: auto;

}




/*#### NAVIGATION ##########################################################################################################*/

div#navigation {

	position: relative;
	
	background: #fff;
	
}

div#navigation ul {
	
	background: url(../images/nav-bg.gif) repeat-x;
	
	height: 44px;
	
	margin: 0 17px;
	
	list-style: none;
	
}

div#navigation ul li {
	
	display: block;
	
	float: left;
	
	background: url(../images/nav-li.gif) left center no-repeat;
	
	height: 32px;
	
	padding: 0 0 0 1px;
	
}

div#navigation ul li.first {
	
	background: none;
	
}

div#navigation ul li a {
	
	display: block;
	
	float: left;

	height: 32px;
	
	padding: 0 12px;
	
	font-weight: bold;
	
	color: #fff;
	
	text-decoration: none;

	line-height: 32px;
	
}

div#navigation p.home {
	
	position: absolute;
	
	top: 0;
	
	right: 5px;
	
	width: 115px;
	
	height: 44px;

}

div#navigation p.home a {
	
	display: block;
	
	background: url(../images/nav-home.gif) no-repeat;
	
	width: 115px;
	
	height: 44px;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

.rewards div#navigation ul {
	
	height: 33px;
	
}

div#navigation .subnavigation ul {
	
	position: relative;
	
	background: #9cbee3;
	
	height: 29px;
	
	margin: 0 17px;
	
	list-style: none;
	
	overflow: hidden;
	
	z-index: 5;
	
}

div#navigation .subnavigation ul li {
	
	display: block;
	
	float: left;
	
	background: url(../images/nav-li.gif) left center no-repeat;
	
	height: 32px;
	
	padding: 0 0 0 1px;
	
}

div#navigation .subnavigation ul li.first {
	
	background: none;
	
}

div#navigation .subnavigation ul li a {
	
	display: block;
	
	float: left;

	height: 29px;
	
	padding: 0 12px;
	
	font-weight: bold;
	
	color: #fff;
	
	text-decoration: none;

	line-height: 32px;
	
}


/*#### CONTENT #############################################################################################################*/

div#content {

	position: relative;
	
	background: #fff;
	
	height: 1%;
	
	padding: 0 17px;
	
	overflow: hidden;
	
}



/*#### BANNER ##############################################################################################################*/

div.banner {

	position: relative;
	
	float: right;
	
	width: 745px;
	
	height: 236px;
	
	margin: 0 0 18px 0;
	
	overflow: hidden;
	
}



/*#### FOOTER-NAV ##########################################################################################################*/

div#footer-nav {

	position: relative;
	
	background: #e2e7ed url(../images/footer-nav-bg-top.gif) -1px top no-repeat;
	
	width: 955px;
	
	margin: 50px auto 0 auto;
	
	padding: 8px 0 0 0;
	
	color: #7f8388;
	
	text-align: center;
	
}

div#footer-nav p {
	
	background: url(../images/footer-nav-bg-bottom.gif) -1px bottom no-repeat;
	
	height: auto !important;
	
	height: 20px;
	
	min-height: 20px;
	
	padding: 0 0 8px 0;
	
}

div#footer-nav a {
	
	padding: 0 25px;
	
	color: #7f8388;
	
	text-decoration: none;
	
	line-height: 150%;
	
}

div#footer-nav a:hover {
	
	text-decoration: underline;
	
}



/*#### FOOTER ##############################################################################################################*/

div#footer {

	position: relative;
	
	background: url(../images/footer-bg.gif) no-repeat;
	
	margin: 0 0 20px 0;
	
	padding: 42px 0 0 0;
	
	color: #fff;
	
	text-align: center;
	
}

#content .general #register-data{
width: 460px;
margin: auto;}

#content .general #register-data form p{
margin:0 0 8px;}

#content .general #register-data form label {
display:block;
float:left;
margin:2px 0 0;
width:200px;
}

#content .general #register-data form .button {
    
    height: 34px;
    margin: 0 0 20px 0;
    clear: both;
    
}

#content .general #register-data form button {
background: url(../images/button.jpg) right top no-repeat;
    float: right;
    width: 89px;
    height: 34px;
    padding:0 0 10px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;    
}

#content .general #register-data form button#wlpeReminderButton, #content .general #register-data form button#wlpeResetButton{
background: url(../images/button_large.jpg) right top no-repeat;
width: 130px;
}

#content .general .search_dares_onlice_cc table.boxSearch{
width:290px;
}

#content .general .search_dares_onlice_cc form{
padding-left:15px;
padding-top:10px;}

#content .general .search_dares_onlice_cc label{
width:105px;
}

#content .general .search_dares_onlice_cc select, #content .general .search_dares_onlice_cc input{
width: auto;}

#content .general .search_dares_onlice_cc td.td_to{
width: 190px;}

#content .general .search_dares_onlice_cc td.td_from{
width:300px;}

#content .general .search_dares_onlice_cc input[type="submit"]{
width:88px;
}

#txtDate1_ID td, #txtDate2_DayTable_ID td{
padding: 0px !important;}

#content .general .search_dares_onlice_cc #txtDate1_ID{
left:14em;
top:18em;}

#content .general .search_dares_onlice_cc  #txtDate2_ID{
left:14em;
top:30em;}

/*#content .general .search_dares_onlice_cc input[type="text"]{
width: 210px;}*/

#container #content .search_dares_onlice_cc form div.search .result {
top: 0;
left: 0;}

#content .content #get_a_quote{
padding: 0px;}

#content .content #get_a_quote h4{
    background: url(../images/arrow.jpg) right center no-repeat;
    
    height: 1%;
    
    margin: 15px 0 12px 0;
    
    padding: 0 8px;
    
    color: #0e174e;
    
    text-transform: uppercase;
    
    border-bottom: 1px solid #b4bad0;
}

#content .center-column .content #get_a_quote p{
margin: 5px;
padding: 0px;
clear: both;}

#content .center-column .content #get_a_quote label{
width: auto;}

#content .center-column .content #get_a_quote .search{
width: 245px;
clear: both;}

#content .center-column .content #get_a_quote .popcalendar{
clear: both;
margin-bottom:7px;}

#content .center-column .content #get_a_quote  .radio label {
margin: 0px;}

#content .center-column .content #get_a_quote .popcalendar select, #content .center-column .content #get_a_quote .popcalendar input{
width: auto;}

#content .center-column .content #get_a_quote #travellers label, #content .center-column .content #get_a_quote #options label{
width: 150px;
float: left;}

#content .center-column .content #get_a_quote .radio_opts input{
width: auto;
margin-right: 20px;}

#content .center-column .content #get_a_quote .radio_opts{
width: 100%;
overflow: hidden;
clear: both;}

#content .center-column .content #get_a_quote .radio_opts label{
margin-right: 10px;}

#content .center-column .content #get_a_quote .radio_opts p{
width: 140px;
float: left;
clear: none;}

#content .center-column .content #get_a_quote .flight_{
width: 50%;
float: left;
margin-bottom:7px;}

#content .center-column .content #get_a_quote div.search .result {
left: 33px;
top: 20px;}

#content .center-column .content #get_a_quote #txtDate1_ID, #content .center-column .content #get_a_quote #txtDate2_ID, #content .center-column .content #get_a_quote #txtDate3_ID {
top: auto;
left: auto;}

#content .center-column .general .getxp_form form{
padding: 0;}

#content .center-column .general .getxp_form form p{
clear: both;
margin-bottom: 10px;}

#content .center-column .general .getxp_form form label{
width: 150px;}

#content .center-column .general .getxp_form form .radio label{
margin: 0;}

#content .center-column .general .getxp_form form p.depart{
margin-top: 10px;}

#content .center-column .general .getxp_form form p.depart input, #content .center-column .general .getxp_form form p.depart select{
width: 94px;}















/*#### LOGOUT FORM ###################################################################################################*/
.logoutform {
	
	position: absolute;
	
	top: 5px;
	
	right: 5px;
	
}

.logoutform button {
	
	display: block;
	
	background: none;
	
	font-size: 10px;
	
	font-weight: bold;
	
	color: #0b184d;
	
	border: none;
	
}

.logoutform button:hover {
	
	text-decoration: underline;
	
}
