body {
	background-color:#ffffff;
	font-family: arial,sans-serif;
	font-size: 11px;
	color:#000000;
	margin:0px;
}

img {
	border:0px;
}

a:link, a:visited {
	color: #666666;
}

a:hover {
	text-decoration:underline !important;
}

table tr td, table tr th, table thead, tbody {
	vertical-align: top;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	font-family: arial, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

h1 {
	clear:both;
	font-family: arial, sans-serif;
	font-size:20px;
	color:#000000;
	padding:0px;
	margin:20px 0px 0px 0px;
}

h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

h2 {
	font-size:14px;
	text-transform: capitalize;
	text-decoration: underline;
}

h3 {
	margin-bottom:0px;
}

div p {
	margin-top:0px;
}

form fieldset {
	border:0px;
}

.clearDiv {
	content: ".";
	display: block;
	height: 0;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.top {
	margin-top:20px;
	margin-bottom:30px;
}

.top a:link, .top a:visited {
	text-decoration:none;
}

.recommendation, .city_recommendation {
	font-weight:bold;
	font-style:italic;
}

.city_recommendation {
	padding-top:15px;
}

.buttonForm {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/_images/btn_background.gif) left center no-repeat #ffffff;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	color: #000000;
	border: 0px;
	padding: 3px 10px 5px 5px;
	margin: 0px;
}

*html .buttonForm {
	width: 1px;
	overflow: visible;
	padding: 2px 15px 2px 7px;
	margin-bottom: 0px;
}

.article_date {
	font-weight:bold;
}

#siteContainer {
	background-color:#ffffff;
	width:850px;
	min-height:500px;
	padding-bottom:30px;
	margin:0px;
}

* html #siteContainer {
	height:500px;
}

#bodyContainer {
	clear:both;
}

/***** --- BEGIN HEADER DEFINITIONS --- ******/
#headerContainer {
	background: url(/_images/masthead.gif) left top no-repeat;
}

#headerContainer #logo a img {
	display:block;
	width:531px;
	height:249px;
}
/***** --- END HEADER DEFINITIONS --- ******/


/***** --- BEGIN LEFT CONTAINER DEFINITIONS --- *****/
#leftContainer {
	width:198px;
	color:#666666;
	text-align:right;
	background: url(/_images/left_lockup.gif) right top no-repeat;
	padding:262px 0px 0px 0px;
}

#leftContainer #subscribe {
	padding-bottom:110px;
}
/***** --- END LEFT CONTAINTER DEFINITIONS --- *****/


/***** --- BEGIN CENTER CONTAINER DEFINITIONS --- *****/
#centerContainer {
	padding: 0px 0px 0px 36px;
}

#centerContainer #banner_top {
	margin-bottom:28px;
}

#centerContainer #contentArea {
	width:562px;
}
/***** --- END CENTER CONTAINER DEFINITIONS --- *****/


/***** --- BEGIN PRIMARY NAV DEFINITIONS --- *****/
#primaryNav {
	background: url(/_images/nav_left.gif) left top no-repeat;
	height:36px;
}

#primaryNav ul {
	padding:0px 0px 0px 226px;
	margin:0px;
}

#primaryNav ul li {
	float:left;
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#primaryNav ul li a, #primaryNav ul li a:visited, #primaryNav ul li a span {
	display:block;
	text-decoration:none;
	font-size:0px;
}

#primaryNav ul li a span {
	display:none;
}

#primaryNav ul li a#nav_home {
	background: url(/_images/nav_home_off.gif) left top no-repeat;
	width:65px;
	height:36px;
}

#primaryNav ul li a#nav_home:hover, #primaryNav ul li a#nav_home.lock {
	background: url(/_images/nav_home_on.gif) left top no-repeat;
}

#primaryNav ul li a#nav_shop {
	background: url(/_images/nav_shop_off.gif) left top no-repeat;
	width:70px;
	height:36px;
}

#primaryNav ul li a#nav_shop:hover, 
#primaryNav ul li a#nav_shop.lock {
	background: url(/_images/nav_shop_on.gif) left top no-repeat;
}

#primaryNav ul li a#nav_eat {
	background: url(/_images/nav_eat_off.gif) left top no-repeat;
	width:129px;
	height:36px;
}

#primaryNav ul li a#nav_eat:hover, #primaryNav ul li a#nav_eat.lock {
	background: url(/_images/nav_eat_on.gif) left top no-repeat;
}

#primaryNav ul li a#nav_travel {
	background: url(/_images/nav_travel_off.gif) left top no-repeat;
	width:76px;
	height:36px;
}

#primaryNav ul li a#nav_travel:hover, #primaryNav ul li a#nav_travel.lock {
	background: url(/_images/nav_travel_on.gif) left top no-repeat;
}

#primaryNav ul li a#nav_relax {
	background: url(/_images/nav_relax_off.gif) left top no-repeat;
	width:172px;
	height:36px;
}

#primaryNav ul li a#nav_relax:hover, #primaryNav ul li a#nav_relax.lock {
	background: url(/_images/nav_relax_on.gif) left top no-repeat;
}

#primaryNav ul li a#nav_play {
	background: url(/_images/nav_play_off.gif) left top no-repeat;
	width:61px;
	height:36px;
}

#primaryNav ul li a#nav_play:hover, #primaryNav ul li a#nav_play.lock {
	background: url(/_images/nav_play_on.gif) left top no-repeat;
}
/***** --- END PRIMARY NAV DEFINITIONS --- *****/


/***** --- BEGIN SECONDARY NAV DEFINITIONS --- *****/
#secondaryNav ul li {
	list-style-type: none;
}

#secondaryNav ul li a, #secondaryNav ul li a:visited {
	text-decoration:none;
}

#secondaryNav ul li a:hover {
	text-decoration:underline;
}
/***** --- END SECONDARY NAV DEFINITIONS --- *****/


/***** --- BEGIN TERTIARY NAV DEFINITIONS --- *****/
#tertiaryNav ul {
	padding:0px 0px 30px 0px;
	margin:0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
#tertiaryNav ul li {
	xfloat:left;
	display:inline;
	border-right: 1px solid #0066cc;
	list-style-type: none;
	padding: 0px 2px 0px 0px;
	margin:0px;
}

* html #tertiaryNav ul li {
	padding:0px;
	margin:0px 0px 0px 2px;
}

#tertiaryNav ul li.last{
	border-right:0px;
}

#tertiaryNav ul li a, #tertiaryNav ul li a:visited {
	text-decoration:none;
	color: #0066cc;
}

#tertiaryNav ul li a:hover {
	text-decoration:underline;
}
/***** --- END TERTIARY NAV DEFINITIONS --- *****/



/***** --- BEGIN NEW TRAVEL LUXE SECTIOn --- *****/


#travel_luxe h2 {
	text-decoration:none;

}

h1.luxe_purple {
	color: #ff00cc;
	margin-bottom: 2px;
	
}

p.dot_space {
	letter-spacing: .35em;
	
}
/***** --- BEGIN LUXE HEADER DEFINITIONS --- ******/
#headerLuxeContainer {
	background: url(../_images/travel_luxe/dsts_luxe_ad.jpg) right top no-repeat;
	float:right;
	margin-top: 65px;
	margin-right: 50px;
}

#headerLuxeContainer #luxe_ad a img {
	display:block;
	width:260px;
	height:180px;
}
/***** --- END LUXE HEADER DEFINITIONS --- ******/
/***** --- END NEW TRAVEL LUXE SECTIOn --- *****/







/***** --- BEGIN NEW TRAVEL LUXE 2 SECTION --- *****/


#travel_luxe2 h2 {
	text-decoration:none;

}

h1.luxe2_purple {
	color: #ff00cc;
	margin-bottom: 2px;
	
}

p.dot_space {
	letter-spacing: .35em;
	
}

/***** --- END NEW TRAVEL LUXE 2 SECTIOn --- *****/
