/* Cruise Tekapo */

/************************************MAIN FONT STYLES************************************/
*	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	}
	
h1	{
	font-size:16px;
	font-weight:bold;
	display:inline;
	}
	
.smalltxt{
	font-size:11px;
	}
	
.center{
	text-align:center;
	}
/***********************************MAIN FONT STYLES END***********************************/

/*****************************************CONTAINER****************************************/
body{
	background-color:#ccffff;
	}
 
#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#003366;
	padding:8px;
	width:748px;
	z-index:0
	}
	
/*************************************CONTAINER END**************************************/

/***************************************NAVIGATION***************************************/	
#navigation{
	position:relative;
	top:-5px;
	width:310px;
	height:150px;
	z-index:3;
	}
	
a.email{
	display:inline;
	text-decoration:underline;
	background-image:none;
	padding-left:0;
	padding-top:none;
	font-weight:normal;
	}

a.indicator {/*indicates current page*/
	height:25px;
	width:250px;
	background:no-repeat  30px url(images/arrow.gif) #b08d3f;
	padding-left:45px;
	padding-top:7px;
	margin-bottom:10px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	}
		
a.hover	{
	font-weight:bold;
	display:block;
	height:25px;
	width:250px;
	padding-left:45px;
	padding-top:7px;
	margin-bottom:10px;
	text-decoration:none;
	background:no-repeat  30px url(images/arrow.gif) #0075af;
	}

a:hover.hover{
	background-color:#3399ff;
	}
	
#option{
	height:40px;
	padding-top:4px;
	}

/**************************************NAVIGATION END************************************/

/***************************************MAIN CONTENT**************************************/	

#maintext{
	width:350px;;
	position:relative;
	left:355px;
	top:-110px;
	overflow:visible;
	z-index:5;
	}
	
#cntctblock{
	z-index:0;
	position:relative;
	width:484px;
	height:320px;
	left:263px;
	top:-60px;
	}
	
/****Arrow decorations****/	
.arw{
	width:20px;
	position:relative;
	z-index:4;
	left:330px;
	}
	
#arrow1{
	top:-66px;
	}
	
#arrow2{
	top:97px;
	}
/****Arrow decorations end****/	
	
#header{
	z-index:0;
	height:182px;
	}
	
.leftimage{
	position:absolute;
	width:270px;
	height:483px;
	background-repeat:no-repeat;
	z-index:1;
	top: 215px;
	}
	
#blue{
	position: relative;
	background-color:#003366;
	z-index:6;
	width:320px;
	height:25px;
	top:-75px;
	}
	
#smallimage{
	position:absolute;
	width:480px;
	height:100px;
	left:278px;
	z-index:7;
	top: 391px;
	}
	
#optionimg{
	background-image:url(images/pic_perfect.jpg);
	height:448px;
	top: 723px;
	text-align:center;
	}
	
#homeimg{/*Left side home page image*/
	background-image:url(images/home.jpg);
	}
	
#contactimg{/*Left side Contact page image*/
	background-image:url(images/contact.jpg);
	}
	
#mapimg{/*top left side Option page image*/
	background-image:url(images/map.jpg);
	}
/**************************************MAIN CONTENT END*************************************/	
