

/* Detecting Server Settings...
------------------------------------*/

/* Environment: Live */
/* Media Server to use: http://media.ef.com */


/* Detecting Browser Settings...
------------------------------------*/

/* Country:               us
/* Language:              us
/* Web crawler?           True
/* Your browser:          generic crawler
/* Your browser version:  1
/* Your platform:  function platform(str)
{
//Use this if you are using short hand like 'windows' or 'mac'
//The more speciffic you are the more likely this will give you an accurate response
if (platform_n.indexOf(str)!=-1)
{
Response.WriteBlock(6)
Response.Write(str)
Response.WriteBlock(7)
Response.Write(platform_n)
Response.WriteBlock(8)
return true;
} else {
return false;
}
}
/* Accepts Style sheets?  False
/*
/* You can switch style sheets using the following scripts:
/* (remove spaces between < and % for asp
/* < %if(browser("IE==5")) {% > Your styles < %}% >
/* for multiple use commas, for version equal to less than or greater than use conditionals <,>,==,!=,>=,<=
/* < %if(browser("IE>5,firefox,safari<3")) {% > Your styles < %}% >
/*
/* the following variables may also be used
/* browser_n (browser name), browser_v (version), isCrawler (boolean true if a spider)
*/



/* - - - - - - - - - - - - - - - - - - - - -

Title : My LT Print CSS
Author : Matt Evans

Description : Adjusts rules for A4 format

Created : December 15, 2005
Modified : x

- - - - - - - - - - - - - - - - - - - - - */

body *
{
    color:#000;
    background:transparent;
}


#wrapper
{
	width: 700px;
}

	
#global 
{
	width: 700px;
	height: 28px;
}

#global div.siteid 
{
	float: left;
	padding: 7px 0 0 5px;
	width: 400px;
}

#productbanner
{	
	width: 600px;
}

#mainimage
{
	display:none;
}

.maincontent
{
	clear:both;
	width: 610px;
	padding: 0 45px 0 45px;
	margin-bottom:0;
	font-size:85%;
}

.maincontent_wide
{
	width: 654px;
	padding: 0 24px 0 24px;
}





/* - - - - - - - - - - - - - - - - - - - - -

Title  : My LT Navigation CSS
Author : Matt Evans

Description : Main navigation elements

Created  : December 15, 2005
Modified : January 9, 2005

- - - - - - - - - - - - - - - - - - - - - */

/*Main Nav
------------------------------------------*/
#nav
{
	width: 600px;
    display:none;
}

#nav ul
{
	width:600px;
	padding:0;
}

body#home #nav li
{
    display:none;
}

/* Hilights */
body#home #nav li#home a, body#your #nav li#your a, 
body#travel #nav li#travel a, body#destination #nav li#destination a,
body#contact #nav li#contact a
{
    display:block;
	background: #fff;
	font-size: 125%;
	padding-top:20px;
}

/* Sub Navigation												
---------------------------------------------*/
#subnav_container ul
{
	display:none;
}
