 
/* Flight Centre CANADA - v1.0 Default Style sheet - KF 2004 */

/* MAIN LAYOUT WIDTHS - START */
.MW {width:770px} /* Main Width - main table or div width for page */
.LN {width:175px} /* Left Nav - sets 1x1 pixel width */

/* MAIN LAYOUT WIDTHS - END */

/* TEXT - START */
body {
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
	margin-top:0px;
	margin-left:1px;

	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #959595;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: #E2E2E2;
	scrollbar-highlight-color: #959595;
	scrollbar-shadow-color: #959595;
	scrollbar-track-color: #F1F1F1;
}
.18px_red_bold {
	color: #EA0303;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}
.cc1_18 {
	color: #EA0303;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}

td, font {
	font-family:verdana, arial;
	font-size: 11px;
	color: #333333;
	}
	

.imageborder {
	margin-bottom:5px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #C5C5C5;
	border-bottom: 3px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
	


.title1 {font-size: 13px;}

.body_11px {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.title2 {font-size: 14px;}
.title3 {font-size: 17px;}
.small {font-size: 7.5pt;}
/* TEXT - END */

/* LINKS - START -  */
a img
{
	border: 0;

}
/* default links,  colour = black. hover= brand orange  */
a {color: #000000; text-decoration:none;}
a:hover	{color: #EA0303; text-decoration: underline;} /* main brand colour */

/* Header Tab links,  colour = black. hover= no color change, no text decoration  */
a.tabs {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
a.tabs:hover	{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
} 
a.tabs:active {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
a.tabs:visited	{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

/* colour = brand orange. hover= black  */
a.link1 {color: #EA0303; text-decoration: none;}
a.link1:hover {color: #000000; text-decoration: underline;}

/* colour = black. hover= black  */
a.link2 {color: #000000; text-decoration:none;}
a.link2:hover {color: #000000; text-decoration: underline;}

/* colour = holidays/holidaydeals. hover= black underlined  */
a.link3 {color: #FFFFFF; text-decoration: none;}
a.link3:visited {color: #FFFFFF; text-decoration: none;}
a.link3:hover {color: #CCCCCC; text-decoration: underline;}

/* colour = holidays/holidaydeals. hover= holidays/holidaydeals   */
a.link4 {color: #FFFFFF; text-decoration:none;}
a.link4:hover {color: #FFFFFF; text-decoration: underline;}

/* colour = holidays/holidaydeals. hover= holidays/holidaydeals   */
a.link5_footer {
	color: #333333;
	text-decoration:none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.linkdec {text-decoration: underline;}

a.sub_nav:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.sub_nav:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
a.sub_nav:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #FF9900;
}
a.sub_nav:active {
	font-size: 11px;
	text-decoration: none;
	color: #FF9900;
}
.mp_backlinks {
	text-align: left;
	text-transform: capitalize;
	color: #333333;
	margin: 1px 0px 0px 1px;
}


/* new tabs */

a.tab-on {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	
}
a.tab-on:hover	{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
} 
a.tab-on:active {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
a.tab-on:visited	{
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}

a.tab-off {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	
}
a.tab-off:hover	{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EA0303;
} 
a.tab-off:active {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	
}
a.tab-off:visited	{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;	
}

/* for sub header, smaller text  */
a.marquee:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
a.marquee:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.marquee:hover {
	text-decoration: underline;
	color: #FF9900;
}
a.marquee:active {
	text-decoration: none;
	color: #FF9900;
}
/* LINKS - END -  */

/* MIsC STYLES - START */
.line {width:100%;} /*  used with 1px_breaker image to stretch across  */
.bdr1 {border: 1px solid #EA0303;} /* brand colour */
.bdr1_no_bot {border: 1px solid #EA0303; border-bottom: none;} /* kev note: not in use right now */
.bdr2 {border: 1px solid #c1c1c1;} /* same grey as cc2 */
.bdr3 {border: 1px solid #B4B4B4;} /* same grey as cc4 */
.bdr4 {border: 1px solid #000000;} /* black */
.imgbdr1 {border: 1px solid #FFFFFF;} /* brand colour  padding: 4px 4px 4px 4px;  */
.hand { cursor: pointer; cursor: hand; } /* hand pointer thingy */
.pg_on {font-weight:bold} /* holidays/holidaydeals header link highlighter NEEDS JSP WORK */
.bg_rep_x { background-repeat: repeat-x }  /* Repeat background in the X axis */
.bg_rep_y { background-repeat: repeat-y }  /* Repeat background in the Y axis */
.bg_rep_no{ background-repeat: no-repeat }  /* Don't repeat background image */
.bg_rep_no_rt{ background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;}  /* for hp_banners */
	.bdr_red_bottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #EA0303;
	border-bottom-color: #EA0303;
	border-left-color: #EA0303;
}


.caps{text-transform:capitalize;} /* all words begin with caps */
.upcase{text-transform:uppercase;} /* convert to upper case */
.toptwisty {width: 725px;
			height: 30px;
			left: 10px;
			position: relative;
			top: -20px;
			background-image: url('/images/promo/nyc/img_spiral_single.gif');
			background-repeat: repeat-x;
}

/* MIsC STYLES - END */

/* BACKGROUND COLOUR PALLET  - START */
 
/*
Note:
CC = Core Colour

There should always be a corresponding background and foreground
colours, ie must be a ccX and a ccX_bg with the same hex colour value 
*/

.page_bg {background-color:#FFFFFF} /* page background */
.black_bg {background-color:#000000}
.holidays/holidaydeals_bg {background-color:#FFFFFF}
.note_bg {background-color:#CC0000}

.new_tab_on_bg {border-top: 1px solid #BDBDBD}
.cc1_bg {background-color:#EA0303} /* main brand colour */ 
.cc2_bg {background-color:#E6E6E6} /* light grey */
.cc3_bg {
	background-color: #F5F5F5;
} /* background mid-grey */
.cc4_bg {background-color:#B4B4B4} /* border grey */
.cc5_bg {background-color:#848684} /* title grey */
.cc6_bg {background-color:#00447C} /* fcuk blue */
.cc7_bg {background-color:#FFFFFF} /* holidays/holidaydeals */

/* BACKGROUND COLOUR PALLET  - END */

/* FOREGROUND COLOUR PALLET - START */
.page {color:#FFFFFF}	/* page background */
.black {color:#000000}
.white {color:#FFFFFF}
.red {color:#EA0303}
.white2 {color:#FFFFFF;font-size: 9px;}
.white_18px {color:#FFFFFF; font-size:18px}/* old_for FCMembers Header */
.white_15px {color:#FFFFFF; font-size:15px}/* Headings */
.white_23px {color:#FFFFFF; font-size:23px; font-weight:bold}/* for FCMembers Header */
.note	{color:#CC0000} /* highlight red */
.darkgrey	{color:#3d393d} 
.mediumgrey	{color:#aca8a8} 

.cc1 {color:#EA0303} /* main brand colour */
.cc2 {color:#E6E6E6} /* light grey */
.cc3 {color:#EBEBEB} /* background mid-grey */
.cc4 {color:#B4B4B4} /* border grey */
.cc5 {color:#666666} /* title grey */
.cc6 {color:#00447C} /* fcuk blue */
.cc7 {color:#FFFFFF} /* white */
.cc8 {
	color:#666666;
	font-family: Verdana, Arial, ;
	font-size: 12px;
	font-weight: bold;
} /* form tabs front page */

.ttl_grey
{
	background-image: url(/images/layout/grey/bg_header.gif);
	font-weight: bold;
	color:#666666; /* cc5 colour */
	height:21px;
}

blockquote
{
  margin-right: 0em;
  margin-bottom: 2em;
  margin-left: 1em;
}
.bdr_1pt_grey {
	border: 1px solid #C1C1C1;
	}
	
.bdr_1pt_grey_no_btm {
	border-top: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
}
.bdr1_rt {
	border-top: none;
	border-right: 1px solid #D8D8D8;
	border-bottom: none;
	border-left: none;
}
.cc1_lrg {
	color:#EA0303;
	font-size: 13px;
	font-weight: bolder;
}
.cc1_h1 {
	color:#EA0303;
	font-size: 16px;
	font-weight: bold;
}
.bdr_2pt_grey {

	border: 2px solid #C1C1C1;
}
.small_8pt {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}
.body_9pt_nocolor {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul 
{
	list-style-image: url(/images/icons/i_redarrow.gif);
	line-height: 18px;
	margin: 3px 5px 3px 20px
	}

ol 
{ 
    
    list-style-image: url(/images/icons/i_bullet.gif);
	list-style-position: outside;
	line-height: 20px; 
    
}

.bdr_pkg_form {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	margin-top: 2px;
}
.hp_flt_special {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	margin-top: 1px;
	margin-bottom: 2px;
}
.hp_pkg_special {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	margin-top: 2px;
	margin-bottom: 5px;
}
.bdr_pkg_form_new{
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
}
.bdr_pkg_form_header{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
}
.bdr_pkg_form_header_on_tab{
	background-image: url(/images/layout/flights_on_bottom.gif);
}

.tabbedFormFooter
{
	background-image: url(/images/home/form_footer.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 475px;
}
.bdr_pkg_form_hdr {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
}
.bdr_1p_gry_notop {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7D7;

	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
}
.bdr_hdr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F5F5F5;
	border-bottom-width: 1px;	
}
.bdr_hdr2 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F8F8F8;}
	
.border-bottom-width {width: 1px;}

.bdr_1pt_lt_grey {

	border: 1px solid #E2E2E2;
}
.cc1_CAPS {
	color:#EA0303;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.airfareList
{
	background-color: #FFFFFF;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;
}
.airfareList a
{
	text-decoration: none;
}
.airfareList td
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
	font-size: 11px;
	padding: 1px 3px 1px 2px;
}

.specials_nav_left {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
}
.specials_nav_right {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

.specials_divide {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1C1C1;
	border-left-color: #C1C1C1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	


}
.specials_divide_rt {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1C1C1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;


}
.specials_hp_bottom {
	background-image: url(/images/home/form_footer.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 770px;
}


.locale {
	font-weight: bold;
	text-transform: uppercase;
	}
	
.locale2 {
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
	}
	
.taxes {
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 8.5px;
	font-weight: normal;
	color: #333333;
	}

.xsml {
	font-size: 8.5px;
	color: #333333;
	}
	
.photos57 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #C5C5C5;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.photos_hotel_search{
	margin: 5px 10px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #C5C5C5;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
}
	
.margin1px {
	margin: 2px;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
}
.bottomline_light {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.left_nav_bdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
}
h1, h2, h3, h4, h5, 
{
	color: #EE0000;
	font-family: verdana;
	font-size: 13px;
	margin: 7px 0 4px 0;
	padding: 0;
/*	white-space: nowrap;*/
}
h6 
{
	color: #EE0000;
	font-family: verdana;
	font-size: 13px;
	margin: 2px 0 4px 0;
	padding: 0;
/*	white-space: nowrap;*/
}

.searchFormTextFooter
{
	width: 475px; 
	background: #EBEBEB; 
	border: solid 1px #D9D9D9; 
	color: black; 
	text-align: center; 	
	padding: 4px 0px 4px 0px;
	height: 18px;
}
.golf_properties {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.sidelines {
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1C1C1;
	border-left-color: #C1C1C1;
	border-right-width: 1px;
	}

/* LONELY PLANET STYLES */	
.lpimage
{
	border: 1px solid #000000;
}
.lonelyPlanetHR
{
	border-top: 1px solid #D8D8D8;
	width: 760px;
}
.breadcrumbTrail
{
	text-align: center;
}
.breadcrumbTrail a
{
	color: black;
}
.breadcrumbTrail td
{
	background: #EEEEEE;
	font-size: 11px;
	margin: 0;
	padding: 2px 5px 4px 5px;
}
.breadcrumbTrailDiv
{
	background: #EEEEEE;
	height: 20px;
	width: 660px;
	font-size: 11px;
	margin: 0;
	padding: 2px;
}
.formbutton {
	color: #000000;
	height: 20px;
	cursor: hand;
	background: #FFFFFF url(/cruises/images/button_bg2.gif) repeat-x bottom;
	border: 1px solid #E9E9E9;
	margin: 6px 6px 6px 0px;
	padding: 0px;
	font: bold 14px/16px Arial, Verdana, Helvetica, sans-serif;
	}
.formbuttonover {
	color: #333333;
	height: 20px;
	cursor: hand;
	background: #FFFFFF url(/cruises/images/button_bg.gif) repeat-x bottom;
	border: 1px solid #E9E9E9;
	margin: 6px 6px 6px 0px;
	padding: 0px;
	font: bold 14px/16px Arial, Verdana, Helvetica, sans-serif;
	}

.submitButton {
	color: #40455B;
	height: 25px;
	cursor: hand;
	background: #FFFFFF url(/images/submit_bg.gif) repeat-x bottom;
	border: 1px solid #E9E9E9;
	margin: 1px 1px 1px 5px;
	padding: 0px;
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	}
.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
}

/* HEADER STYLES */
#fcHeader {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}

#fcheaderLeft {
	margin: 0px;
	padding: 0px;
	width: 363px;
	height: 95px;
	float: left;
}
#fcheaderRight {
	margin: 0px;
	padding: 0px;
	width: 407px;
	height: 95px;
	background: url(/_unbeatable/images/header/phone_number_fcm.gif);
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
#fcRunningHeaderRight {
	margin: 0px;
	padding: 0px;
	width: 407px;
	height: 95px;
	background: url(/images/phone_number.gif);
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#fcRunningHeaderRightFCM {
	margin: 0px;
	padding: 0px;
	width: 407px;
	height: 95px;
	background: url(/images/phone_number.gif);
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#fcheaderRight a{
	color: #ffffff;
	text-decoration: none;
}

.fcheaderRightDivider {
	font-weight: normal;
}

.fcheaderRightTop {
	padding-top: 17px;
	padding-right: 15px;
	text-align: right;
}

.fcheaderRightBottom {
	padding-top: 40px;
	padding-right: 15px;
	text-align: right;
}

#fcmenuTabs {
	float: left;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	width: 626px;
	height: 28px;
	background: url(/_unbeatable/images/header/white_menu_bg.gif) no-repeat;
	color: #585858;
	font-weight: bold;
	font-size: 11px;
	text-indent: 11px;
}
#fcRunningMenuTabs {
	float: left;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	width: 770px;
	height: 28px;
	background: url(/_unbeatable/images/header/white_menu_bg_no_underline_770.gif) no-repeat;
	color: #585858;
	font-weight: bold;
	font-size: 11px;
	text-indent: 11px;
}

#fcmenuTabs a{
	color: #585858;
	text-decoration: none;
}

#fcmenuTabs a:hover{
	color: #585858;
	text-decoration: none;
}

.fcmenuTabsOn{
	color: #ea0303;
	text-decoration: none;
}

.fcmenuTabsDivider {
	color: #c1c1c1;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
}

#fcmenuLinks {
	float: right;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	width: 144px;
	height: 28px;
	background: url(/_unbeatable/images/header/grey_menu_bg.gif) no-repeat;
	font-size: 11px;
	text-indent: 21px;		
}

#fcRunningMenuLinks {
	float: right;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	width: 145px;
	height: 28px;
	background: url(/_unbeatable/images/header/grey_menu_bg.gif) no-repeat;
	font-size: 11px;
	text-indent: 21px;		
}


#fcmenuLinks a{
	color: #000000;
	text-decoration: none;	
}

#fcmenuLinks a:hover{
	color: #000000;
	text-decoration: none;	
}

#unAvailLeft {
	width:600px; 
	float: left;
}

#unAvailRight {
	float: right;
	width: 150px;
}

#unAvailMenu {
	float: left;
	height: 24px;
	padding: 0px;
	margin: 0px;
	background: url(/images/nimages/navRep.gif) repeat-x;
	width: 653px;
}

*html #unAvailMenu {
	float: left;
	margin: 0px 0px 0px -3px;
	background: url(/images/nimages/navRep.gif) repeat-x;
}


/* FOOTER STYLES */

#fcfooter {
	margin: 15px 0px 0px 0px;
	align: center;
	padding: 0px;
	width: 770px;
	background: url(/_unbeatable/images/footer/footer_bg_300px.gif) no-repeat;
	font-size: 11px;
	height: 300px;
}

#fcfooterRedBar {
	float: left;
	width: 770px;
	height: 33px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
}

#fcfooterRedBarConditions {
	color: #ffffff;
	float: right;
	margin-top: 5px;
	vertical-align: middle;
	padding-right: 15px;
}

#fcfooterRedBarConditions a{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#fcfooterEnews {
	color: #ffffff;
	float: left;
	margin-top: 5px;
	vertical-align: middle;
	padding-left: 12px;
	font-family: verdana, arial, sans-serif;
	width: 300px;	
}

#fcfooterEnews a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;	
}

#fcfooterEnews a:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}


.fcfooterEnewsbutton {
	vertical-align: middle;
	display: inline;
}


#fcfooterEnewsWithInput {
	width: 550px;
	float: left;
	padding-left: 12px;
}

#fcfooterEnewsHeader {
	float: left;
	vertical-align: middle;
	padding-right: 15px;
	margin-top: 5px;
	display: inline;
}

#fcfooterEnewsInput {
	vertical-align: middle;
	display: inline-table;
}

.fcfooterEnews2pxTop {
	vertical-align: bottom;
	display: inline;
}


#fcfooter565 {
	float: left;
	padding-left: 12px;
	line-height: 18px;
	width: 565px;
}

.fcfooter565padding {
	padding-top: 3px;
}

#fcfooter565 a{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#fcfooter12px {
	float: left;
	padding-left: 12px;
	line-height: 18px;
	font-size: 12px;
}

#fcfooter12px a{
	text-decoration: underline;
	color: #000000;
}

.fcfooter12pxPadding{
	padding-top: 15px;
}

#fcfooterSEO {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 25px;
	width: 770px;
	color: #585858;
	line-height: 18px;
	height: 120px;
}

#fcfooterSEO a{
	color: #585858;
	text-decoration: none;
}

#greybarcontent a:link {
	text-decoration: none;
	color: #000000;
}

#greybarcontent a:active {
	text-decoration: none;
	color: #000000;
}

#greybarcontent a:visited {
	text-decoration: none;
	color: #000000;
}

#greybarcontent a:hover {
	text-decoration: underline;
	color: #000000;
}


#fcfooter img {
	border: none;
}


#greybarcontent {
	clear: both;
	text-align: left;
	color: #000;
	margin-top: 10px;
	padding-left: 10px;
	line-height: 20px;
}

form {
	margin: 0px;
	padding: 0px;
}

#footerconditions {
	clear: both;
	width: 770px;
	text-align: left;
	margin-top: 33px;
}

#footerconditions p {
	padding: 0px;
	margin: 0px 0px 1px 0px;
	font-size: 9px;
}

#fcfooter_PBG_link a {
background: url(/_unbeatable/images/footer/PBG_tag_trans.gif); 
display: block; 
width: 204px; 
height: 129px; 
float: right;
position: absolute;
top: 30px;
left: 565px;
}
.headerWhiteRunning
{
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #F9F9F9;
}
.greyLt25 {
	color: #CCCCCC;
	font: normal 25px Verdana, Arial, Helvetica, sans-serif;
}
.greyDkBold18 {
	color: #666666;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}

.greyDkBold14 {
	color: #666666;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#fcfooterRunning {
	margin: 2px 0px 0px 0px;
	align: center;
	padding: 0px;
	width: 770px;
	background: url(/_unbeatable/images/footer/footer_bg_300px.gif) no-repeat;
	font-size: 11px;	
	height: 95px;
}

.headerWhite13px {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
