html { 
	width:100%;
	height:100%;
	background-color:#dfe3e9;
	padding: 0;

}


body {
	margin:0 auto;
	padding:0;
	height: 100%;
	width:100%;
} 

div#page {
	margin: 0 auto;
	padding: 0;
	width:1000px;
}

div#header {
	width:1000px;
	height:574px;
}

div#header #left-side {
	position:relative;
	float:left;
	width:456px;
	height:487px;
	background:url(../structure-images/header-back-left.jpg) no-repeat;
}

div#title {
	position:absolute;
	padding-left:15px;
	height:110px;
	width:495px;
	top:30px;
	left:58px;
}

div#title p.black {
	float:left;
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	font-size:36px;
	text-decoration: none;
	color:#ff8802;
}

div#title p.orange {
	float:left;
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	font-size:36px;
	text-decoration: none;
	color:#abcbff;  
	
}

div#title p.orange-smaller {
	float:left;
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	font-size:32px;
	text-decoration: none;
	color:#abcbff;  
	
}

div#title p.subtitle {
	clear:both;
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	color:#ffffff;
}

#banner {
	position:absolute;
	top:115px;
	margin:0;
	display:block;
}

div#header #right-side {
	float:left;
	width:544px;
	height:487px;
	background:url(../structure-images/header-back-right.jpg) no-repeat;
}

div#booking {
	position:absolute;
	height:145px;
	width:450px;
	top:405px;
	left:118px;
}
div#booking a.first, div#booking a.second {
	display:block;
	position:relative;
	margin:0;
	padding:0 0 0 47px;
	height:35px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:24px;
	line-height:35px;
	font-weight:bold;
	text-decoration: none;
	color:#6077a2;
} 

div#booking a.first:hover, div#booking a.second:hover {
	color:#ed3800;
}
div#booking a.first img, div#booking a.second img{
	border:none;
	position:absolute;
	left:0;
}
div#booking a.second {
	height:35px;
	font-size:24px;
	padding:0 0 0 47px;
}
div#booking a.second img{
	top:5px;
}
div#booking p.number {
	margin:0;
	padding:0 0 0 55px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-decoration: none;
	color:#ed3800;
}

div#design {
	clear:both;
	width:1000px;
	height:87px;
	background:url(../structure-images/header-back-bottom.jpg) no-repeat;
}

div#content {
	width:1000px;
	padding-top:20px;
	min-height:410px;
	background-color:#7191cf;
	padding-bottom:70px;
}

* html div#content {
	height:410px;	
}

div#content div.left-side {
	float:left;
	width:313px;
	height:448px;
	background: url(../structure-images/separator.jpg) right top no-repeat;
}

div#content div.right-side {
	float:left;
	width:632px;
	padding:0 0 0 24px;
}

div#content div.right-side h1 {
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:27px;
	line-height:22px;
	text-decoration: none;
	font-weight:normal;
	color:#ffffff;
}

div#content div.right-side p {
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	text-decoration: none;
	color:#ffffff;
	text-align: justify;
}

div.right-side p a {
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration: none;
	color:#213f79;
	text-align: justify;
	font-weight:bold;
}

div.right-side p img{
	padding:8px;
	border:1px dotted #8ba4d3;
	background:#4569ae;
}
div.right-side p img.imleft{
	float:left;
	margin:10px 10px 0 0;
}
div.right-side p img.imright{
	float:right;	
	margin:10px 0 0 10px;
}

iframe{
	position:relative;
	height:1250px;
	width:619px;
	clear:both;
}

/* ----------------- Contact formazas --------------------- */

table.contact-list {
	margin:0;
	padding:0;
}
table.contact-list tr td{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#102f6b;
	padding:3px 0;
}
table.contact-list tr td.pnumber{
	width:150px;
	text-align:right;
}

/* ----------------- BN logo & Trust icons --------------------- */

div#trust {
	width:219px;
	height:52px;
	margin:0;
	background: url(../structure-images/trust-icons.png) no-repeat;
	padding-left:402px;
	padding-top:63px;
}

div#trust a {
	margin:0;
	display:block;
	height:41px;
	width:128px;
}

div#trust a:hover {
	border:1px #000000 solid;
}

/* ----------------- languages --------------------- */


ul#langsel li a span{
	display:none;
}

ul#langsel{
	float:right;
	width:290px;
	height:33px;
	margin:40px 65px 0 0;
	padding:9px 0 0 8px;
	background:url(../structure-images/flags.jpg) no-repeat;
	list-style-type:none;
}
ul#langsel li{
	width:23px;
	height:16px;
	float:left;
	padding:0 8px 0 0;
}
ul#langsel li a{
	display:block;
	width:21px;
	height:14px;
	
}
ul#langsel li a:hover{
	border:1px solid #00d2ff;
}


/* ----------------- menu --------------------- */

ul#menu {
	margin:0;
	clear:both;
	position:relative;
	list-style-type:none;
	width: 70px;
	padding-top:0;
	padding-left:192px;
}

ul#menu li {
	margin:0;
		
}

ul#menu li a {
	margin:0;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:15px;
	text-decoration: none;
	color:#ffffff;
    padding: 12px 0 0 0;
	display:block;
	height:33px;
	width: 263px;
	font-weight:bold;
	text-align:center;
	background:url(../structure-images/btn.gif) no-repeat;
}
ul#menu li a:hover {
	color:#fe3c00;
	background:url(../structure-images/btn-over.gif) no-repeat;
}

ul#menu li a.selected {
	color:#fe3c00;
	background:url(../structure-images/btn-over.gif) no-repeat;
}


/* ----------------------- holiday homes menu ----------------- */

ul#holidayhomes-menu {
	margin:0;
	padding:20px 0 0 40px;
	width:263px;
}

ul#holidayhomes-menu li{
	height:30px;
	width:263px;
	margin:0;
    list-style-type: none;
	text-align:left;
}
ul#holidayhomes-menu li.mm1, ul#holidayhomes-menu li.mm2,ul#holidayhomes-menu li.mm3{
	margin:0;
}

ul#holidayhomes-menu li a {
	text-decoration:none;
	height:20px;
	width:263px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:left;
}

ul#holidayhomes-menu li a:hover {
	color:#0c1c3b;
}

/* --------------------- photo cont ----------------------- */
div.foto-cont{
	padding:0 0 40px 40px;
}

div.foto-cont a{
	display:block;
	width:170px;
	height:113px;
	border:1px solid #7191cf;
	background:#fff;
	padding:3px;
	float:left;
	margin:0 5px 5px 0;
	text-align:center;
}

div.foto-cont a.middle {
	margin-left:182px;
}

div.foto-cont a img{
	border:none;
	margin:0;
}
div.foto-cont a:hover{
	border:1px solid #ffffff;
	background:#4569af;
}
h2.foto-sub{
	clear:both;
	color:#383838;
	margin:20px 0 10px 0;
	border-bottom:1px solid #CCC;
}

h4.foto-sub{
	clear:both;
	margin:20px 0 10px 40px;
	height:23px;
	width:543px;
	border-bottom:1px dotted #fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
	font-size:17px;
	color:#30508f;
}


/* ----------------- SLIMBOX --------------------- */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 22px;
	background: transparent url(slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/** -------------partnersites table -ja-----------**/

table.partnersites{
	width:600px;
	padding:0;
	margin:10px 0 0 0;
	
}
table.partnersites tr td{
	width:320px;
	padding:15px;
	margin:0;
	border:1px solid #fff;
	vertical-align:top;
}
table.partnersites tr td h3{
	margin:0;
	padding-bottom:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#142e5f;
	text-align:center;
}
table.partnersites tr td a{
	display:block;
	color: #fff;
	width:238px;
	text-align:center;
	text-decoration:none;
	padding:0;
	margin:0;
	font-size:12px;
}
table.partnersites tr td a:hover{
	text-decoration:underline;
}
table.partnersites tr td a.newlink{
	font-weight:bold;
	margin:30px 0 0 0;
	background:none;
	font-size:13px;
	text-align:center;
	font-style:normal;
}
table.rest{
	width:600px;
	margin:0 auto;
	padding:0;
}
table.rest tr td{
	padding:0;
	vertical-align:top;
}

object{
	position:relative;
	display:block;
	float:none;
	margin:0 auto;
	outline:none;
}

/* -------------------- partnersites form ----------------------*/

form {
	float:left;
	margin:0 auto;
	position:relative;
	padding:0;

}

form fieldset {
	display:block;
	margin:0;
	padding: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

form fieldset input {
	display:block;
}

form fieldset label{
	display:block;
}

form fieldset.commands{
	padding:20px 0 5px 0;
	height:25px;
	border:none;
}
form fieldset.commands input{
	float:left;
	margin:0 10px 0 0;
}

div#videoContainer p {
	background-color:#4caf15;
	width:265px;
	height:15px;
	margin:0;
	padding:5px 0 12px 0;
	color:#fff;
	text-align:center;
}
div.right-side p a.in-text-anchor, div.right-side p a.in-text-anchor:active, div.right-side p a.in-text-anchor:focus, div.right-side p a.in-text-anchor:hover, a.in-text-anchor:visited
{
	color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline;
}
