﻿@charset "utf-8";
/* CSS Document */

/************************/
		/*FONTS*/
/************************/
		
@import url(http://fonts.googleapis.com/css?family=Signika:400,300,700,600);
/*font-family: 'Signika', sans-serif;           BOLD FONT*/
@import url(http://fonts.googleapis.com/css?family=Delius);
/*font-family: 'Delius', cursive;               LIGHT FONT*/


.navigationWrapper{
	bottom: 45px;
    height: 90px;
    margin-left: -30px;
    position: relative;
    width: 700px;
    padding-bottom: 25px;
    z-index:1;
}


.noSelect{
	/* margin-left: 52px; */
	color: #333333;
	font-family: 'Signika', sans-serif;
	font-weight: 400;
	margin-top: 40px;
	font-size: 18px;
	text-align: center;
}

/*WRAPPPER CSS*/
#wrapper{
	margin: 0 auto;
	position: relative;
	/* overflow: hidden; */
	width: 720px;
}


/**MAP SECTION**/
section {
	/* border: 1px solid red; */
	width: 660px;
	margin: 0 auto;
	background:#b6bd76;
}

/*MAP CONTAINTERS*/
.map_container{
	position: relative;
}

#mainMap{
	left: 30px;
	top: 50px;
}

#birdbed{
	bottom: 10px; 
}


.bedName{
	color: #333333;
	font-family: 'Signika', sans-serif; 
	
	width: 145px;
	margin-left: 53px;
	margin-top: 13px;
	text-align: center;
	font-size: 20px;
}


.homeName{
	color: #333333;
	font-family: 'Signika', sans-serif; 
	
	width: 198px;
	/* margin-left: 53px; */
	margin-top: 13px;
	text-align: center;
	font-size: 20px;
	/* border:1px solid red; */
}

/*LOCATION TITLE BOX*/
#locationTitle{
	position: absolute;
	top: 25px;
	width: 200px;
	height: 50px;
	background-color: #d2c5ad;
	z-index: 4;
}

/*NAVIGATION AND BUTTONS*/
#navigation{
	overflow:hidden;
	width: 720px;
	height: 50px;
	background-color: #d2c5ad;
	position: relative;
}


.navbtn{/*for the clickable buttons*/
	width: 37px;
	height: 38px;
	background-image:url(../images/icon_sprites.png);
	position: absolute;
}


.navbtn_home{/*for the clickable buttons*/
	width: 37px;
	height: 37px;
	background-image:url(../images/icon_sprites.png);
	background-position: -5px -2px;
	/* background-repeat:no-repeat; */
	/* overflow: hidden; */
	position: absolute;
	top: 7px;
	left: 11px;
}
.navbtn_home:hover{
 background-position: -5px -41px;		
 cursor:pointer;
}

.right{
	float:right;
}
.left{
	float:left;
}



#navHelp{
	right: 100px;
	top: 6px;
	background-position: -46px -2px;
}

#navHelp:hover{
	background-position: -46px -41px;
	cursor:pointer;
}

#navPpl{
	right: 50px;
	top: 4px;
	background-position: -252px -2px;
}

#navPpl:hover{
	background-position: -252px -40px;
	cursor:pointer;
}

#navKey{
	right: 150px;
	top: 6px;
	background-position: -88px -2px;
}

#navKey:hover{
	background-position: -88px -42px;
	cursor:pointer;
}


/*FLOWER TITLE*/
#flowerTitle{
	width: 720px;
	height: 5px;
	background-color: #b19e6f;
	position: absolute;
	top: 90px;
}

/*ARROWS*/
.arrow{
	width: 0px;
	height: 0px;
	border-style: solid;
	position: relative;
}

#flowerArrow_left {
	top: 5px;
	border-width: 0 30px 15px 0;
	border-color: transparent #8b7b5a transparent transparent;
}
#flowerArrow_right{
	top: -10px;
	left: 690px;
	border-width: 15px 30px 0 0;
	border-color: #8b7b5a transparent transparent transparent;
}
#navArrow_left{
	top: 20px;
	border-width: 0 0 20px 30px;
	border-color: transparent transparent #b9ad94 transparent;
}
#navArrow_right{
	left: 690px;
	border-width: 20px 0 0 30px;
	border-color: transparent transparent transparent #b9ad94;
}

#locationArrow{
	bottom: -75px;
	border-width: 0 30px 15px 0;
	border-color: transparent  #b9ad94  transparent transparent;
	left: 0px;
}

#moreInfoArrow{
	bottom: 145px;
	left: 310px;
	border-width: 0 30px 30px 30px;
	border-color: transparent transparent #b9ad94 transparent;
}

/*PICTURE THUMNNAILS SCROLL BOX*/
#pictureThumbs{
	width: 660px;
	height: 195px;
	margin: 0 auto;
	/* background-color: #b6bd76; */
}

/*SPEECH BUBBLE HOLDER FOR THUMBNAILS*/
#bubble{
	position: absolute;
	bottom: 155px;
	left: 40px;
	margin: 0px 10px;
	top: 145px;
}

.bubble{
	/* position: relative; */
	width: 600px;
	height: 113px;
	padding-left: 20px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 30px 30px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -30px;
	left: 260px;
}

/*MORE INFORMATION*/
#moreInfo_container{
	position: relative;
	bottom: 160px;
	width: 660px;
	height: 200px;
	margin: 0 auto;
	background-color: #b9ad94;
}

#moreInfo{
	position: relative;
	top: 30px;
	width: 510px;
	height: 100px;
	color: #fff;
	padding: 30px 40px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-color: #337189;
}

/*THUMBNAILS*/


/*BED HOVERS*/
.bedhover:hover{
  fill: #8EA168; 
  cursor:pointer;
}


/*SLIDER*/
.overlaySlider{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.9); /*dim the background*/
}

#slider {
  position: relative;
  /* overflow: hidden; */
  margin: 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #d2c5ad;
  text-align: center;
  line-height: 300px;
}

a.control_close{
	position: absolute;
	right: -2px;
	z-index: 999;
	display: block;
	padding: 4% 3%;
	width: 14px;
	height: 11px;
	cursor: pointer;
	
	background-image:url(../images/icon_sprites.png);
	background-position: 152px -5px;
}

a.control_close:hover{
	background-image:url(../images/icon_sprites.png);
	background-position: 152px -64px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 70%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: 21px;
  height: 20px;
  cursor: pointer;
  /* border: 1px solid red; */
}


a.control_prev:hover{
  background-position: 104px -71px;
}

a.control_next:hover{
  background-position: 54px -71px;
}

a.control_prev {
  background-image:url(../images/icon_sprites.png);
  background-position: 104px -4px;
  left: -2px;
  /* top: 88px; */
}

a.control_next {
  background-image:url(../images/icon_sprites.png);
  background-position: 54px -4px;
  left: 450px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


.wrap{
    /* position: absolute; */
    /* left: 0; */
}


.zoom-in{
	position: absolute;
	top: 45px;
	z-index: 3;
	left: 50px;
	
	width: 37px;
	height: 37px;
	background-image: url(../images/icon_sprites.png);
	background-position: -130px -2px;
}


.zoom-in:hover{
	background-position: -130px -42px;
	cursor:pointer;
}


.zoom-out{
	position: absolute;
	top: 45px;
	z-index: 3;
	left: 100px;
	
	width: 37px;
	height: 37px;
	background-image: url(../images/icon_sprites.png);
	background-position: -169px -2px;
}


.zoom-out:hover{
	background-position: -169px -41px;
	cursor:pointer;
}

.reset{
	position: absolute;
	top: 45px;
	z-index: 3;
	left: 150px;
	
	width: 37px;
	height: 37px;
	background-image: url(../images/icon_sprites.png);
	background-position: -210px -2px;
}

.reset:hover{
	background-position: -210px -40px;
	cursor:pointer;
}

span.ajInfo{
    position: absolute;
	
    z-index: 4;
    top: 3px;
    left: 50px;
    color: #fff;
    font-family: 'Delius', cursive;
}

.Ititle{
	background: #b19e6f;
	width: 720px;
	height: 30px;	
	position: absolute;  
	/* z-index: 2; */  
	/* top: 547px; */  
	left: 0px;
}

#flowerArrow_left_ajaxInfo {
top: 120px;
left: 0;
border-width: 0 30px 15px 0;
border-color: transparent #8b7b5a transparent transparent;
}


#flowerArrow_right_ajaxInfo {
top: 120px;
left: 690px;
border-width: 15px 30px 0 0;
border-color: #8b7b5a transparent transparent transparent;
}

.arrow_ajaxInfo{
width: 0px;
height: 0px;
border-style: solid;
position: absolute;
}


.thumbnails img{
	padding: 4px;	
	/* border: 2px solid #b19e6f; */
	background: #d2c5ad;
	margin: 12px;
	margin-left: 17px;
}

.border{
	width: 98px;
	height: 89px;

	background-image:url(../images/border.png);
	float: left;
	margin-left: 15px;
}

.thumbnails img:hover{
	cursor:pointer;
}

.thumbswrap{
	margin-top: 11px;	
}

.overflowFix{
    margin-top: 79px;
    width: 500px;
    height: 480px;
    overflow: hidden;
    margin:  0 auto;
    background: #d2c5ad;
}

.spacer{
	height: 100px;
	width:20px;	
}
/**************************************/
			/*JS*/	
/**************************************/
			
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image:url(../images/BG.png);
}




/************/
  /*INTROBTN*/
/************/

.logo{
	background-image:url(../images/cwf_MapLogo.png);
	width: 327px; 
	height: 269px;
	position:absolute;
	
	z-index: 200;
	top: -25px;
	left: 26%;
/*	  -moz-box-shadow:    3px 3px 5px 6px #ccc;
	  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
	  box-shadow:         3px 3px 5px 6px #ccc;*/
}

.col1{
    /* border: 1px solid white; */
	
    width: 250px;
    float: left;
    padding: 7px;
    color: #333333;
}

.col2{
	margin-left:20px;
}

.welcome_info{
	margin:0 auto;
	width: 550px;
	
	/* border:1px solid red; */	
	/* height: 200px; */
	position: absolute;
	top: 37%;
	left: 8%;
	background: #ffffff;
	padding: 15px;
}


.continue{
	position: absolute;
	top: 109%;
	left: 8%;
	color: #333333;
	font-size: 32px;
}


.buttonWrap{
	position: relative;
	font-family: 'Signika', sans-serif;
	z-index:20000000;
	/* background: #d2c5ad; */
	width: 720px;
	height: 670px;
	margin: 0 auto;
	margin-top: 3%;
}

.button, .pointer{
	cursor:pointer;	
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 258px 320px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/**********************************/
	   	/*TYPES INFO*/
/**********************************/

.tableWrap{
	width: 646px;
	/* height: auto; */
	
	background:#d2c5ad;
	border: 7px solid #b19e6f;
	margin-left: 30px;
	font-family: 'Signika', sans-serif
}


.descript{
	width: 555px;
	margin:0 auto;
	background: #ffffff;
	color: #333333;
	padding: 15px;
	margin-top: 20px;
	font-size: 16px;
	margin-right: 41px;
}

.showListBtn{
	width: 555px;
	margin:0 auto;
	background: #8d6038;
	color: #fff;
	padding: 15px;
	margin-top: 20px;
	font-size: 16px;
	margin-right: 41px;
}

.titles{
	width: 605px;
	margin:0 auto;
	margin-top: 20px;
	height: 45px;
}

.name,.type{
	float:left;
	width: 240px;
	/* border: 1px solid red; */
	padding: 10px;
	font-size: 20px;
	text-align: center;
	background: #b19e6f;  color: #fff;
}

.name_td,.type_td{
	float:left;
	width: auto;
	/* border: 1px solid red; */
	padding: 10px;
	/* font-size: 17px; */
	/* text-align: center; */
	/* background: #b19e6f; */  
	color: #333333;
	margin-top: 5px;
}

.name_td_Index{
	float: left;
	/* width: auto; */
	padding: 10px;
	color: #333333;
	/* margin-top: 5px; */
	width: 560px;
	margin: 0 auto;
	/* height: 35px; */
	margin-top: 20px;
	background: #c9ba96;
	/* padding-bottom: 15px; */
	text-align: center;
	margin-left: 16px;
}


.name_Index{
	float: left;
	width: 564px;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	background: #b19e6f;
	color: #fff;
}

.type_td{
	/*margin-left: 66px;*/
	text-align: center;
	width: 236px;
	float: right;
}

.type{
    margin-left: 63px;
	
    position: relative;
}

.types{
	width: 580px; 
	margin: 0 auto;  
	height: 35px;  
	margin-top: 20px; 
	background: #c9ba96;
	padding-bottom: 15px;
}

.typesColor{
	background:#003c4f;
	
	width: 580px;  margin: 0 auto;  
	/* background: #337189; */  color: #fff;  
	height: 35px;  
	margin-top: 20px;  font-size: 16px;
}

.typesQ{
	width:40px;
	height: 36px;
	background-image:url(../images/typesQSprite.png);
	background-position: top left;	
	position: absolute;
	top: 4px;
	right: 40px;
}

.typesQ:hover{
    background-position: bottom left;
	
}

.typesWrapper{
	width: 636px;
	height: 250px;
	margin:0 auto;
	overflow-y: scroll;
	margin-top: 15px;
}


.legend{
	width: 503px; 
	height: 309px; 
	background-image:url(../images/legend.png);	
	position: absolute;
	top: 9%;
	left: 13%;
    z-index: 2;
	/* border: 1px solid red; */
}

.prodBy{
	width: 503px; 
	height: 309px; 
	background-image:url(../images/producedBy.png);	
	position: absolute;
	top: 9%;
	left: 27%;
    z-index: 2;
	/* border: 1px solid red; */
}

.help{
	width: 503px; 
	height: 306px; 
	background-image:url(../images/help.png);	
	position: absolute;
	top: 9%;
	left: 20%;
    z-index: 2;
	/* border: 1px solid red; */
}

.typeHelp{
	width: 503px; 
	height: 309px; 
	background-image:url(../images/types.png);	
	position: absolute;
	bottom: 60%;
	left: -97.5%;
	z-index: 5;
}

.parent{z-index:2;}
