/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,script,hr { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset {
	border-style: solid;
	size: 4px;
	}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #D6D6D6;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS", ;
	color: #243750;	
	font-size:12px;
	text-align:center; }
	/*	
	font-size: 14px;	
	color: #D9EFFE;	
	background-color: #D9EFFE;
		*/

.container { width:1024px;
	margin: 0 auto;
	background-color: #FFF;	
	background-position: 50% 0;
	background-repeat:repeat-y;
}

p.warning { font-size: 12px; font-weight: normal; color: #000; text-decoration: none; padding: 30px 460px 20px 110px; text-align: justify;}
p.warning2 { font-size: 11px; font-weight: normal; color: #666; text-decoration: none; padding: 10px 460px 20px 110px; text-align: justify;}

/* ********************************************************************************************************************************************************************** TOUR1 */
#spacer-1{
	clear:both;
	width: 1024px;
	height: 100px;
	background-color: #D6D6D6;	
	}
#splash-1{
	clear:both;
	width: 1024px;
	background-image:url(images/splash-1.jpg);
	background-repeat: no-repeat;
	height: 216px;
	}
#splash-1 span { display: none; }

#splash-2{
	clear:both;
	width: 1024px;
	background-image:url(images/splash-2.jpg);
	background-repeat: no-repeat;
	height: 331px;
	}
	
#splash-3{
	clear:both;
	width: 1024px;
	background-image:url(images/splash-3.jpg);
	background-repeat: no-repeat;
	height: 43px;
	}	
	
#splash-button{
	clear:both;
	width: 1024px;
	background-image:url(images/splash-button.jpg);
	background-repeat: no-repeat;
	height: 88px;
	}	

/* ------------------------ navigation  --------------------------- */
#splash-button { 
	background-image:url(images/splash-button.jpg);
	background-repeat:no-repeat;
	width: 1024px; 
	height: 88px; 
	margin-bottom:0; 
	margin-top:0; 	
	clear:both;	
	}

#splash-button span { display: none; } 

#splash-button li, #splash-button a { height: 54px; display: block;}

#splash-button li { float: left; list-style: none;}

#splash-button-01 { width: 283px; margin: 9px 0 0 194px; }
#splash-button-02 { width: 50px; margin: 9px 0 0 0px;}
#splash-button-03 { width: 283px;margin: 9px 0 0 0px;}


#splash-button-01 a:hover {background:url(images/splash-button.jpg) -194px -97px no-repeat;}
#splash-button-02 a:hover {background:url(images/splash-button.jpg) -303px -97px no-repeat;}
#splash-button-03 a:hover {background:url(images/splash-button.jpg) -527px -97px no-repeat;}

/* ------------------------ end of navigation code --------------- */


