@charset "utf-8";
/* CSS Document */

#body{text-align:center;



}

#container{
	margin: 0 auto;
	text-align:left;
	width: 970px;
	height: 1400px;
	position: relative;
}



#title{
	height: 200px;
	width: 970px;
	position: absolute;
	background-image: url(index_images/header_image.JPG);
	font-family: Tahoma, Geneva, sans-serif;
	color: #1c1b23;
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}

#menu_home{
	height: 20px;
	width: 194px;
	position: absolute;
	top: 200px;
}

#menu_destinations{
	position: absolute;
	height: 20px;
	width: 194px;
	left: 194px;
	top: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#menu_blog{
	position: absolute;
	height: 20px;
	width: 194px;
	top: 200px;
	left: 388px;
}
#menu_images{
	position: absolute;
	height: 20px;
	width: 194px;
	left: 582px;
	top: 200px;
}
#menu_fishbowl{
	position: absolute;
	height: 20px;
	width: 193px;
	left: 776px;
	top: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.menu_unselected{
	font-family: Tahoma, Geneva, sans-serif;
	color: #1c1b23;
	background-color: #CCC;
	border: thin none #6c657f;
	text-align: center;
	text-decoration: none;
}
.menu_unselected:hover{
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	border: thin none #6c657f;
	text-align: center;
	text-decoration: none;
}

.menu_selected{
	font-family: Tahoma, Geneva, sans-serif;
	color: #1c1b23;
	background-color: #FFF;
	border: thin none #6c657f;
	text-align: center;
	text-decoration: none;
}
.menu_selected:hover {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	border: thin none #6c657f;
	text-align: center;
	text-decoration: none;
}


#search_top_box{
	position: absolute;
	width: 950px;
	top: 225px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 0px;
	padding: 10px;
	height: 35px;
	}
	
#search_main_box{
	position: absolute;
	width: 950px;
	top: 280px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 0px;
	padding: 10px;
	height: 850px;
	overflow: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#ot_introduction{
	position: absolute;
	width: 174px;
	top: 220px;
	margin: 0px;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	z-index: 3;
	height: 1110px;
	overflow: hidden;
	left: 0px;
}



#latest_content{
	position: absolute;
	width: 562px;
	top: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 194px;
	padding: 10px;
}

#right_box1{
	position: absolute;
	width: 172px;
	top: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
	left: 776px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	z-index: 2;
	height: 910px;
}

#footer{
	position: absolute;
	height: 50px;
	width: 970px;
	bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 1;
}

#footer2{
	position: absolute;
	height: 50px;
	width: 470px;
	bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 3;
	left: 500px;
}
#about_container{
		margin: 0 auto;
	text-align:left;
	position: relative;
	width: 970px;
	height: 820px;
}


#dest_container{
	margin: 0 auto;
	text-align:left;
	position: relative;
	width: 970px;
	height: 1200px;
}

#dest_left_box{
	position: absolute;
	width: 174px;
	top: 220px;
	margin: 0px;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	z-index: 3;
	height: 910px;
}



#dest_main_content{
	position: absolute;
	width: 562px;
	top: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 193px;
	padding: 10px;
	height: 910px;
	z-index: 2;
}

#dest_main_content_scroll_auto{
	position: absolute;
	width: 562px;
	top: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 193px;
	padding: 10px;
	height: 910px;
	overflow: auto;
	z-index: 2;
}



#images_container{
	margin: 0 auto;
	text-align:left;
	position: relative;
	width: 970px;
	height: 1200px;
}

#images_left_box{
	position: absolute;
	width: 174px;
	top: 220px;
	margin: 0px;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	z-index: 3;
	height: 910px;
	overflow: hidden;
}


#images_main_content{
	position: absolute;
	width: 562px;
	top: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 194px;
	padding: 10px;
	z-index: 2;
	overflow: auto;
	height: 910px;
}



#fishbowl_container{
	margin: 0 auto;
	text-align:left;
	position: relative;
	width: 970px;
	height: 1200px;
}

#fishbowl_left_box{
	position: absolute;
	width: 174px;
	top: 220px;
	margin: 0px;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	z-index: 3;
	height: 910px;
	overflow: hidden;
}


#fishbowl_main_content{
	position: absolute;
	width: 562px;
	top: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	left: 194px;
	padding: 10px;
	overflow: auto;
	z-index: 2;
	height: 910px;
}







#container_tr{
	position: absolute;
	height: 850px;
	width: 970px;
	left: 10px;
}

#trav_box_main{
	position: absolute;
	height: 530px;
	width: 950px;
	top: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #363240;
	padding: 10px;
	overflow: auto;
}


.container_style_colour_border1 {
	background-color: #FFF;
	border-top-color: #59585C;
	border-right-color: #59585C;
	border-bottom-color: #59585C;
	border-left-color: #59585C;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

.box_style_colour_border1 {
	background-color: #FFF;
}

.element_no_box {
	outline-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}

.footer_style {
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #1c1b23;
	font-family: Tahoma, Geneva, sans-serif;
	
}

.footer2_style {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #1c1b23;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
}

.style1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #363240;
	text-decoration: none;
}

.style1_link_ul_blue{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}

.style2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #363240;
}



.style3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	color: #363240;
	text-decoration: none;
}

.style4{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #363240;
	text-align: left;
}

.right_box_jump {
	width: 150;
	}

.image_order {
	z-index: 2;

}

#container_emma{
	margin: 0 auto;
	text-align:left;
	width: 970px;
	height: 2200px;
	position: relative;
}


#banner_emma{
	height: 200px;
	width: 970px;
	position: absolute;
	background-image: url(index_images/header_image.JPG);
	font-family: Tahoma, Geneva, sans-serif;
	color: #1c1b23;
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}

#menu_ot_website_emma{
	height: 20px;
	width: 243px;
	position: absolute;
	top: 200px;
}

#menu_ot_blog_emma{
	position: absolute;
	height: 20px;
	width: 242px;
	left: 243px;
	top: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#menu_blog_emma{
	position: absolute;
	height: 20px;
	width: 242px;
	top: 200px;
	left: 485px;
}

#menu_linkedin_emma{
	position: absolute;
	height: 20px;
	width: 242px;
	left: 727px;
	top: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#latest_main_text_emma{
	position: absolute;
	width: 756px;
	top: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
	height: 1960px;
}

#right_box_top_emma{
	position: absolute;
	width: 172px;
	top: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
	left: 776px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	z-index: 2;
	height: 630px;
}


#right_box_bottom_emma{
	position: absolute;
	width: 172px;
	top: 870px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
	left: 776px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	z-index: 2;
	height: 1310px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.style_mini{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #363240;
}

.style_banner{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40pt;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #1C1B23;
	font-style: normal;
}

.style5{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	color: #363240;
	text-align: left;
	font-style: normal;
}

