/* CSS Document */
body {
	font-family: Helvetica, sans-serif;
	background: url(images/bg.png) no-repeat;
	margin:0;
	padding:0;
	text-align: center;
}

/*Main elements*/
.main #container {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.main #inner_cont {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.main #header {
	width: 1000px;
	height: 55px;
	background: url(images/serendipity_title.png) no-repeat;
	margin: 2px auto -80px auto;
	float: left;
}

.main #nav_click {
	width: 222px;
	height: 50px;
	position: absolute;
}

.main #quote {
	float: right;
	text-align: right;
	margin: 5px 5px 5px auto;
}

/*Content areas*/
.main #content {
	width: 998px;
	background-color: #fffdf9; /*#fffdf5; rose colour */
	margin: 0 auto 0 auto;
	float: left;
	border: solid #efefee;
	border-width: 0px 1px 1px 1px; 
	height: auto;
	text-align: left;
	overflow: hidden; /*This prevents artificially lengthened borders to extend beyond the column*/
}

.main #left {
	width: 356px;
	float: left;
	padding: 10px 20px 20px 20px;
	height: 372px;
	text-align: left;
	background: url(images/left_horizontal.png) repeat-y;
}

.main #map {
	width: 356px;
	float: left;
	padding: 10px 20px 20px 20px;
	height: 372px;
	text-align: left;
}

.main #portrait_contact {
	width: 360px;
	height: 600px;
	float: right;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

.main #right {
	width: 600px;
	height: 400px;
	float: right;
	border: 1px solid #cccccc;
}



/*Contact*/

.main #contact {
	width: 210px;
	margin: 20px 0 0 0;
	float: left;
}

.main #contact #contactdetails{
	width: 250px;
	margin-bottom: 0px;
	float: left;
	color: #666;

}

fieldset.ct {
	border-color: #ffffff;
	border-width: 1px;
}

#contact-area {
	width: 300px;
	margin: 25px 0 0 30px;
	float: left;
}

#contact-area p {
	font-style: italic;
	margin-top: 25px;
	margin-right: 0px;
	/*padding-bottom:10px;*/
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	color: #393939;
	
}

#contact-area #submit {
	background-color: #f2f2f2
}

#contact-area textarea {
	height: 100px;
	width: 280px !important;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #000;
}

#contact-area input.submit-button {
	width: 100px;
	font-size: 12px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 200px;
	padding-top: 5px;
	font-size: 12px;
	color: #393939;
}

/*About*/

.main #about {
	width: 289px;
	padding: 10px 10px 20px 0px;
	float: left;
	height: 100%;
	padding-bottom: 1000px; /*This artificially extends borders to be equiheight with longest column*/
	margin-bottom: -950px;
}
.main #services {
	width: 290px;
	height:100%;
	padding: 10px 10px 20px 14px;
	border-left: #666 dotted 1px;
	float: left;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	z-index: 200;
}
.main #faq {
	background-color: #f9f3ed; /*f8efec*/
	width: 329px;
	float: right;
	border-left: #666 dotted 1px;
	padding: 22px 20px 0 10px;
	text-align: left;
	padding-bottom: 1000px;
	margin-bottom: -976px;
}

/*FAQ divs*/

p.valid {
	display: block;
	margin-top: 40px;
	font-size: 12px;
	font-style: italic;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 40px 0 40px 0;
	/*background: #f9f3ed;*/
}

#faq img{
	float: right;
	width: 328px;
	margin-bottom: 10px;
}
.main #right_2 {
	padding-top: 65px;
	width: 350px;
	float: right;
}

.main #map_canvas {
	width: 150px;
	height: 150px;
	border: 1px solid #CCC;
	padding: 0px 10px 5px 10px;
	margin: 0px 10px 5px 35px;
	float: left;
}

.main #melwayref {
	float:left;
	margin-left:35px;
	color: #393939;
	font-size: 12px;
}
.main #left_2 {
	width: 600px;
	position: relative;
	height: 100%;
	float: left;
	padding: 10px 20px 20px 20px;
	text-align: left;
}
.main #left_2_folio {
	width: 960px;
	position: relative;
	height: 100%;
	float: left;
	padding: 10px 20px 20px 20px;
	text-align: left;
}

.main #image_panel{
	float: right;
	width: 400px;
	height: 600px;
	text-align: right;
	margin-left: 15px;
	border: 1px solid #ccc;
	padding: 15px;
	overflow: hidden;
}

.main #image_panelh{
	float: right;
	width: 757px;
	height: 505px;
	text-align: right;
	margin-left: 19px;
	border: 1px solid #ccc;
	padding: 15px 14px 25px 15px;
	overflow: hidden;
}

.quotesec {
	padding: 15px 20px 0 20px;
	margin: 0 0 0 0;
	float: right;
	width: 300px;
	border-left: 1px solid #cccccc;
	background-color: #f7f5f2; /*f9fbf*/
	
}

.quotesec_2 {
	margin-top: 50px;
}

#details ul {
	padding: 0;
	margin: 80px 0 15px 0;
	list-style: none;
}

#details ul#locations {
	margin-top: 20px !important;
}

#location_slideshow {
	width: 757px;
}

.quotesec #details ul {
	margin-left: 0; /*This margin is for the portrait reviews layout*/
}

#details ul li {
	font-size: 13px;
	font-weight: 100;
	font-style: italic;
	color: #808080;
	
}

#details ul:first-child{
	padding-top: 5px;
	border-top: 1px dotted #ccc;
	
}

#details ul a {
	text-decoration: none;
	font-weight: 100;
	font-style: italic;
	color: #909090;
	
}

#details ul span{
	text-transform: uppercase;
	font-style: normal;
	font-size: 11px;
	color: #666;
	text-align: left;
	margin-right: 5px;
}

#left a[target="_blank"], #about a[target="_blank"], #details a[target="_blank"], #locations a[target="_blank"] {
	display:inline-block;
	line-height:11px;
	background: url(images/external_link.png) center right no-repeat;
	padding-right:15px;
}


.quotesec p{
	font-size: 13px;
	margin-bottom: 10px;
}

#quotesech {
	padding: 10px 275px 0 19px;
	margin: 25px 0 0 20px;
	float: right;
	width: 492px; /*747px is 100%. GR is 462px*/
	border-bottom: 1px solid #cccccc;
	background: url(images/quotesech_background.png) repeat-y; /*f9fbf, f7f5f2*/	
}

#quotesech p{
	font-size: 13px;
	margin-bottom: 10px;
}


#left_2_folio img{
	margin: 0;
}

/*.caption{
	text-align: right;
	font-size: 10px;
	width: 415px;
	padding: 3px 15px 3px 0;
	margin: 0 0 0 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f7f5f2;
}*/

#left_2_folio h2{
	margin-bottom: 10px;
}

#nav{
	float: left;
	background: url(images/name_deco2.png) repeat-y;
	text-align: right;
	font-size: 11px;
	font-style: italic;
	width: 150px;
	padding: 17px 3px 17px 0;
	margin: 0;
}

.names{
	list-style-type: none;
	margin-right: 3px;
	margin: 0;
	padding: 0;
}
.names li{
	/*border-bottom: 1px solid #ccc; /* white border beneath each menu item */
}

.names #more {
	color: #888;
	margin-top: 5px;
	font-style: normal;
}

.names li a{
	color: #4a4a4a;
	display: block;
	width: 150px;
	padding: 4px 3px 2px 0;
	text-decoration: none;
	border-bottom: 1px solid #fffdf9;
}

.names a.current{
	background: #fffdf9;
	width:150px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px !important;
	color: #8D8D8D !important;
}



/*.names .current{
	background: #fffdf9;
	width:153px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}*/

.names .current a:hover{
	background-color: #fffdf9;
}

.names .active a{
	font-size: 14px !important;
	color: #8D8D8D !important;
}

.names li a:hover{
	background-color: #e1e1d7;
	border-bottom: 1px solid #ccc;
}


/*Galleries*/
#gallery_menu {
	float: left;
	width: 1000px;
	background-color:  #f0ede9;
	font-size: 12px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #f0ede9;
	margin: 0; /*margin from TOP*/
	position: static;
	/*overflow: hidden; */
}

#gallery_menu .scroll_nav {
	cursor: pointer;
	display: block; /*disable or enable scroll buttons none/block*/
	position: absolute;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-align: right;
	width: 45px;
	height: 32px;
	margin-top: -1px;
	/*background: #bbb;*/
}

#button-left {
	background: url(images/scroll_left.png) no-repeat;
	left: 0;
}
#button-left:hover {
	background: url(images/scroll_left_over.png) no-repeat;
}

#button-right {
	background: url(images/scroll_right.png) no-repeat;
	right: 1px;
}

#button-right:hover {
	background: url(images/scroll_right_over.png) no-repeat;
}

#gallery_container {
	width: 900px;
	text-align: center;
	margin: 0 auto;
}

#gallery {
 position: relative;
 top: 34px;
 margin-bottom: 34px;
}

.galleries {
	list-style-type: none;
	margin-right: 3px;
	margin: 0; /*make 0 0 0 40px when new gallery is used*/
	padding: 8px 8px 8px 0;
	display: inline-block;
}

.galleries li {
	display: inline;
	padding: 8px 0 8px 0;
}

.galleries li.last {
	/*currently this is highlighted for "destinations"*/
	margin-right: 8px;
	background-color: #fffdf9;
	border-top: 1px dotted #ccc;
	margin-top: -1px;
	background-image: url(gallery/destination.png);
}

.galleries li.title {
	font-variant: small-caps;
	padding: 8px 30px 8px 35px;
	background-color: #fffdf9;
	/*border-bottom: 1px solid #fffdf9;*/
}

.galleries li a {
	color: #4a4a4a;
	display: block;
	width: 150px;
	padding: 8px 12px 8px 12px;
	border-right: 1px dotted #ccc;
	text-decoration: none;
	display: inline;
}

.galleries a.current {
	background: #fffdf9;
	margin-top: -1px;
	margin-left: -1px;
	width:150px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fffdf9;
	color: #8D8D8D !important;
}

.galleries .current a:hover {
	background-color: #fffdf9;
	border-bottom: 1px solid #fffdf9;
}

.galleries .active a {
	margin-top: -1px;
	font-size: 14px !important;
	color: #8D8D8D !important;
}

.galleries li a:hover {
	background-color: #e1e1d7;
}
/*galleria social*/
.social {
	position: absolute;
	bottom: 109px;
	height: 30px;
	left: 30px;
}

/*galleria control*/
.playpause {
	position: absolute;
	bottom: 109px; 
	height: 30px;
	right: 30px;
	
}
.playpause div {
	cursor: pointer;
	font-variant: small-caps;
	padding: 2px 11px 2px 11px;
	position: absolute;
	right: 0px;
	float: right;
	color: #8D8D8D;
	background-color: #F0EDE9;
	/*border: 1px solid #CCC;*/
}

.playpause div:hover {
	background-color: #e1e1d7;
}

#gal_play {
	padding: 2px 14px 2px 14px;
	display: none;
}

#gal_pause {
	display: block;
}

.main #advice_menu {
	width: 110px;
	position: relative;
	float: left;
	padding: 10px 0 12020px 5px;
	margin-bottom: -12000px;
	border-right: #666 dotted 1px;
	background: url(images/advice_menu_bg.png) repeat-y; 
	text-align: right;
}

#advice_menu a {
	width: 111px;
	display: block;
	vertical-align: middle;
	float: right;
	height: 15px;
	padding: 10px 5px 10px 0px;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}

#advice_menu a:hover {
	background-image: url('images/over.png');
	background-repeat: repeat-x;
}

#advice_menu .current {
	vertical-align: middle;
	margin: 0 0 0 0;
	background-image: url('images/current.png');
	opacity: 0.8;
	background-repeat: repeat-x;
}

.main #advice {
	position: static;
	float: left;
	text-align: justify;
	width: 840px; /*840px*/
	padding: 10px 20px 20px 20px;
}

.advice_text {
	float: left;
	width: 380px;
	margin: 0 10px 0 0;
}

.advice_img {
	display: block;
	top: 0;
	float: right;
	width: 430px;
	margin: 12px 0 0 10px;
	

}

.advice_img img{
	padding: 15px;
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
}

.lightwindow img {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px 10px 10px 0;
	float: left;
}


/*Navbar top*/
.main #navbar_top {
	width: 999px;
	vertical-align: middle;
	height: 27px;
	margin: 55px 0 0 1px;
	float: left;
	text-align: left;
	padding: 10px 0 0 0;
	background: url(images/bg_button.png) repeat-x bottom;
}

#navbar_top a
 {
	width: 100px;
	height: 30px;
	vertical-align: middle;
	font-size: 14px;
	padding: 10px 30px 6px 29px;
	text-align: left;
	text-decoration: none;
	color: #4A4A4A;
	margin-left: -1px;
	margin-right: -1px;
}

#navbar_top a:hover {
	background-image: url('images/over3.png');
	background-repeat: repeat-x;
}

#navbar_top .active {
	height: 20px;
	vertical-align: middle;
	margin: 0 -2px 0 -2px;
	background-image: url('images/over2.png');
	background-repeat: repeat-x;
}

#navbar_top a.active a:hover {
	background-image: url('images/over2.png') !important;
	background-repeat: repeat-x;
}

#navbar_top a.current {
	height: 20px;
	vertical-align: middle;
	margin: 0 -2px 0 -2px;
	background-image: url('images/over2.png');
	background-repeat: repeat-x;
}

#navbar_top a.current a:hover {
	background-image: url('images/over2.png') !important;
	background-repeat: repeat-x;
}
#navbar_top a#fb_menu_button {
	background-color: #eceef5;
	color: #2d4575;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	/*float:right;*/
	padding: 4px;
	margin: -5px 2px 0 0;
	position: absolute;
	right: 0px;
	height: 16px;
	border: 1px solid #cad4e7;
	border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
#navbar_top a#fb_menu_button:hover{
	border: 1px solid #9dacce;
	background-image: none;
}
/*idTabs*/
.main #idTabs {
	width: 960px;
	vertical-align: middle;
	height: 25px;
	margin: 5px 0 20px 5px;
	float: left;
	text-align: left;
}

#idTabs a {
	width: 25px;
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #4A4A4A;
	margin-left: 0px;
	margin-right: 0px;
}

#idTabs a:hover {
	background-image: url('images/over.png');
	background-repeat: repeat-x;
}

#idTabs .selected {
	vertical-align: middle;
	margin: 0 0 0 0;
	background-image: url('images/current.png');
	background-repeat: repeat-x;
}

/*Clear float*/
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*Footer*/
.main #footer {
	position: fixed;
	text-align: left;
	left: 6px;
	bottom: 0px;
	width: 100%;
	height: 24px;
	background: url(images/footer_fade.png) repeat-x bottom;
	z-index: 100;
}

#footer p {
	margin: 7px 0 0 0;
	color: #777;
	}
.main #adv_footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: url(images/footer_shadow.png) repeat-x;
	float: left;
}

/* Type */

h1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	text-indent: 0;
	color:#393939;
}

#left h1 {
	margin: 15px 0 25px 0;
}

h2{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -10px;
	text-indent: 0;
	color: #393939;
	}

#about > h2 {
	margin-bottom: 5px;
	margin-left: 20px;
}
	
h3{
	font-size: 14px;
	color: #393939;
	font-weight: 100;
	font-style: italic;
	text-indent: 0;
}


/*ACCORDION FAQ*/

h3.trigger {
	padding: 0 0 0 20px;
	background: url(images/toggle_up.png) no-repeat 8px 7px;
	margin: 0;
	width: 279px;
	float: left;
	border-bottom: 1px dotted #ccc;
}

h3.trigger a {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	margin: 0 0 0 -20px;
	color: #828282;
	}

h3.trigger a:hover {
	text-decoration: none;
	display: block;
	background: #fcf3ed url(images/toggle_up.png) no-repeat 8px 7px;
}

h3.active {
	margin: 0 0 0 0;
	background: url(images/toggle_down.png) no-repeat 6px 9px;
	border-bottom: none;
	
}
h3.active a{
	color: #494949;
}
h3.active a:hover {
	background: none;
}

.trigger_container {
	background: url(images/toggle_shadow.png) repeat-x bottom center;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	clear: both;
	width: 300px;
}

.trigger_container .block {
	padding: 0 5px 0 20px;
	
}

.block p {
	margin: 0;
}

/*prices*/
#price {
	margin: 15px 20px 20px 20px;
}
#price h2{
	margin-bottom: 10px;
}
#price_sec1, #price_sec2, #price_sec3, #price_sec4 {
	float: left;
	width: 238px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0;
	height: 340px
}

#price_sec4 {
	border-right: 1px solid #ccc;
}

#price ul {
	list-style: none;
	padding: 5px 10px 5px 15px;
	margin: 0;
	font-size: 12px;
	color: #393939;
}

#price li.pack_title {
	text-transform: uppercase;
	font-size: 13px;
	color: #292929;
	margin: 0 0 10px -5px;
	border-bottom: 1px dotted #ccc;
	background: url(images/prices_grad_rev.png) repeat-x;
}

#price li.divider {
	background: url(images/divider.png) no-repeat;
	display: block;
	margin: 10px 0 3px 40%;
	height: 15px;
}
#price li.divider2 {
	display: block;
	margin: 0 0 0 40%;
	height: 3px;
	padding: 0;
}

#price li.cond_1 {
	font-size: 11px !important;
}

#price li.indented {
	margin-left: 20px;
}

#bottom_sec1a, #bottom_sec1b, #bottom_sec2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	height: 280px;
	margin: 15px 0 20px 0;
}
#bottom_sec1a, #bottom_sec1b {
	width: 238px;	
}
#bottom_sec2 {
	width: 477px;
	border-right: 1px solid #ccc;
}

p.conditions {
	font-size: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#faq h3{
	font-size: 12px;
	font-weight: 100;
	font-style: italic;
	text-indent: 0;
}

p {
	font-size: 12px;
	color: #393939;

}

a{
	color: #494949;
}

#nanotabs p{
	font-size: 15px;
}
bottom {
	font-size: 10px;
	margin-bottom: 0px;
}
bottom p{
	margin: 0;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #747474;
}

#content a {
	/*color: #4A4A4A;*/
}

#advice p {
	font-size: 12px;
	color: #393939;
	padding-left: 5px;
	/*text-indent: 15px;*/
	margin-bottom: 12px;

}

#about p{
	margin-bottom: 12px;
	padding-left: 2px;
}

#services p{
	margin-bottom: 12px;
	padding-left: 2px;
}

#faq p{
	margin-bottom: 12px;
	padding-left: 2px;
}


#right p {
	margin-bottom: 0px;
}

#contact p {
	padding-left: 20px;
}

p.message {
	font-size: 14px;
	margin-top: 0 !important;
	margin: 0 0 0 0;
	color: #A00;
	padding: 0;
}

p.thanks {
	font-size: 15px !important;
	font-style: italic !important;
	margin-left: 60px !important;
	margin-top: 10px;
}


#contact h1{
	padding-left: 30px;
	padding-bottom: 0px;
	margin-top: 0;
}

#faq p {
	font-size: 12px;
	font-style:normal;
	padding-left: 2px;
	/*text-indent: 15px;*/
	margin-bottom: 12px;

}


.main #contact #contactdetails p{
	margin-left:15px;	
}

#left p {
	padding-left: 5px;
	margin: 8px 0 0 0;
	}
	
#left #fb {
	margin: 10px 0 0 0px;
	padding: 5px 5px 5px 5px;
}

#left #fb a {
	margin-bottom:5px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 0;
	background-image: none;
}
	
#left #fb iframe {
	}

#left #fb p {
	display:block;
	margin: 0 0 0 10px;
	padding: 0;
	float:left;
}
	
#left a {
	color: #4a4a4a;
}

#map p {
	padding-left: 5px;
	margin: 20px 0 20px 0;
	}
	
#map a {
	color: #4a4a4a;
}

blockquote {
	font-size: 12px !important;
	font-style: italic;
	color: #666;
}

/*Quotes*/

.bqstart {
	float: left;
	height: 25px;
	margin-top: -20px;
	margin-left: -15px;
	margin-right: 8px;
	font-size: 400%;
	color: #CDCDCD;
}

.bqend {
	float: right;
	height: 5px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 400%;
	color: #CDCDCD;
}

.qstart {
	float: left;
	height: 40px;
	margin-top: -28px;
	margin-right: 0px !important;
	font-size: 600%;
	color: #CDCDCD;
}

.qend {
	float: right;
	height: 5px;
	margin-top: -8px;
	margin-right: -15px;
	padding-top: 0px;
	font-size: 600%;
	color: #CDCDCD;
}

.qsource {
	float: right;
	height: 6px;
	margin-right: 75px;
	padding-right: 0px;
	margin-top: -14px;
	font-size: 14px;
	color: #999;
}

.q2source {
	float: right;
	height: 6px;
	margin-right: 60px;
	padding-right: 0px;
	margin-top: -12px;
	font-size: 13px;
	color: #777;
}

.q3source {
	float: right;
	height: 6px;
	margin-right: -7px;
	padding-right: 0px;
	margin-top: 8px;
	font-size: 14px !important;
	font-style: italic;
	color: #424242;
}
