/* *********************  *********************  ********************* */
/*                         vida spa - 09-29-08                         */
/*     CSS/XHTML by Trevor McCartney - trevor@arrayinteractive.ca      */
/* *********************  ****version***1.0****  ********************* */

body, html, h1, h2, h3, ul, table, p, div, td, img, form, a, textarea { 
	margin: 0; 
	padding: 0;
	border: none;
	font-family: "Georgia", serif;
	font-size: 12px;
	color: #774323;
}

#homeBk {
	/*background:url(images/homeBk.jpg) no-repeat #FFFFFF center top;*/
	background:url(images/stonesBk.jpg) no-repeat #FFFFFF center top;
	height: 1170px;
	width: 100%;
}

.homeLayout {
	width: 803px;
	margin: 0 auto 0 auto;
	position: relative;
}

.homeLayoutBk {
	height: 603px;
	position: relative;
	background: url(images/homeContentBk.png) no-repeat;
}

div.clear { 
	clear:both; 
	height:1px; 
	font-size:2px; 
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.title {
	background: url(images/homeWelcome.gif) no-repeat;
	height: 39px;
	width: 400px;
	overflow: hidden;
	margin: 0 0 3px 301px;
}

.title h1 span, .subTitle h2 span {
	display: none;
}

.phoneNumbers {
	margin: 55px 0 0 309px;
}

.canPhone {
	margin: 0 52px 0 4px;
	float: left;
	display: inline;
}

.usPhone {
	margin: 0 0 0 0;
	float: left;
	display: inline;
}

.choose {
	margin: 78px 31px 0 131px;
	float: left;
	display: inline;
}

/* home nav starts */
.homeNav {
	margin: -300px 0 0 312px;
	width: 400px;
	overflow: hidden;
	position: absolute;
}

.homeNav ul {
	position: relative;
}

.homeNav li {
	height: 11px;
	padding: 0;
	position: relative; 
	display: inline;
}

.homeNav a {
	padding: 0 0 0 0;
	overflow: hidden;
	width: 400px; 
	height: 11px;
	margin: 0 0 13px 0;
}

#homeNav1 {width: 370px;}
#homeNav1 a {background: url(images/homeNav_vanSheraton.gif) no-repeat 0 0px;}
#homeNav1 a:hover {background: url(images/homeNav_vanSheraton_mo.gif) no-repeat 0 0px;}

#homeNav2 {width: 232px;}
#homeNav2 a {background: url(images/homeNav_vanSutton.gif) no-repeat 0 0px;}
#homeNav2 a:hover {background: url(images/homeNav_vanSutton_mo.gif) no-repeat 0 0px;}

#homeNav3 {width: 282px;}
#homeNav3 a {background: url(images/homeNav_whistler.gif) no-repeat 0 0px;}
#homeNav3 a:hover {background: url(images/homeNav_whistler_mo.gif) no-repeat 0 0px;}

#homeNav4 {width: 199px;}
#homeNav4 a {background: url(images/homeNav_seattle.gif) no-repeat 0 0px;}
#homeNav4 a:hover {background: url(images/homeNav_seattle_mo.gif) no-repeat 0 0px;}

#homeNav5 {width: 328px; height: 15px !important;}
#homeNav5 a {background: url(images/homeNav_vanWestin.gif) no-repeat 0 0px; padding-top: 15px !important; margin-top: 0px !important;}
#homeNav5 a:hover {background: url(images/homeNav_vanWestin_mo.gif) no-repeat 0 0px;}

/*#homeNav5 {width: 222px; height: 15px !important;}
#homeNav5 a {background: url(images/homeNav_collingwood.gif) no-repeat 0 0px; padding-top: 15px !important; margin-top: 2px !important;}
#homeNav5 a:hover {background: url(images/homeNav_collingwood_mo.gif) no-repeat 0 0px;}*/

.homeNavItem {display:block; height:0px !important; padding-top:11px !important; overflow:hidden;}
/* home nav ends */


