/*
        _                                                 _           _   _             
  _ __ | |__     ___ ___  _ __ ___  _ __ ___  _   _ _ __ (_) ___ __ _| |_(_) ___  _ __  
 | '_ \| '_ \   / __/ _ \| '_ ` _ \| '_ ` _ \| | | | '_ \| |/ __/ _` | __| |/ _ \| '_ \ 
 | | | | |_) | | (__ (_) | | | | | | | | | | | |_| | | | | | (__ (_| | |_| | (_) | | | |
 |_| |_|_.__/   \___\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|_|\___\__,_|\__|_|\___/|_| |_|

 Accessible, standards-compliant web development
 http://www.nbcommunication.com

*/


body{
    margin:0;
    font:12px Arial, Helvetica, sans-serif;
    color: #666;
    min-width: 980px;
}
img{border:0;}
a{
    text-decoration:none;
    color:#2168b0;
}
a:hover{
    text-decoration:underline;
}
a:visited {color:#663366;}
input, textarea, select{
    font:100% arial,sans-serif;
    vertical-align:middle;
    color:#666;
}
form, fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
#wrapper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.w1 {
    width: 1024px;
    position: relative;
    float: left;
    left: 50%;
}
.w2 {
    width: 1024px;
    position: relative;
    float: left;
    left: -50%;
}
#header {
    height:1%;
    overflow:hidden;
    padding:10px 0 0 26px;
}
#header .logo {
    background: url(images/logo.gif) no-repeat;
    width: 392px;
    height: 59px;
    text-indent:-9999px;
    overflow:hidden;
    float:left;
    margin:12px 58px 0 0;
}
#header .logo a {
    height:100%;
    display:block;
}
#header .phones-box {
    float:left;
    background: url(images/bg-phone.gif) no-repeat;
    width:213px;
    padding:25px 0 15px 40px;
}
.phones-box dl {
    list-style:none;
    margin:0;
    padding:0;
    color:#434d71;
    font-size:15px;
    line-height:20px;
}
.phones-box dl dt {
    float:left;
    width:32px;
    text-align:right;
    font-weight:bold;
    margin-right:12px;
}
.phones-box dl dd {
    margin:0;
}
#chek-btn {
    background: url(images/btn-book2.gif) no-repeat 0 0;
    width: 263px;
    height: 76px;
    color:#434c71;
    font-weight:bold;
    text-align:center;
    line-height:76px;
    font-size:16px;
    float:left;
    margin-top:4px;
}
#chek-btn.hover,
#chek-btn:hover {
    color:#333;
    text-decoration:none;
    background: url(images/btn-book2.gif) no-repeat 0 -76px;
}
#main {
    width:100%;
    overflow:hidden;
    background: url(images/bg-main2.gif) no-repeat;
    padding-top:26px;
    margin-bottom:-23px;
    position:relative;
    z-index:2;
}
#sidebar {
    float:left;
    width:243px;
    padding-top:9px;
    margin-right:2px;
}
#nav {
    list-style:none;
    margin:0 0 10px;
    padding:0 0 0 22px;
    font-size:14px;
    font-weight:bold;
    background: url(images/bg-nav.gif) no-repeat;
    width:201px;
}
#nav:after {
    content:"";
    display:block;
    clear:both;
}
#nav li {
    float:left;
    width:201px;
    background: url(images/separator.gif) repeat-x;
}
#nav li:first-child {background:none;}
#nav li a {
    color:#666;
    display:block;
    height:1%;
    overflow:hidden;
    padding:12px 24px;
}
#nav li a:hover {
    text-decoration:none;
    background: url(images/bg-nav-hover.gif) repeat-y;
    color:#427b9d;
}
#nav li.active {
    width:223px;
    display:inline;
    padding-bottom:23px;
    background: url(images/bg-nav-active.gif) no-repeat;
    margin:0 0 -23px -22px;
}
#nav li.active a,
#nav li.active a:hover {
    padding-left:46px;
    color:#434c71;
}
#nav li.active a:hover {background:none;}
#sidebar .medal-holder {
    background: url(images/bg-medal-holder.gif) no-repeat 100% 0;
    width: 202px;
    height:273px;
    padding:23px 0 0 20px;
    margin-bottom:-108px;
}
.medal-holder .medal {
    background: url(images/three-star-self-catering.png) no-repeat;
    width: 124px;
    height: 159px;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    margin:0 auto;
}
.contact-box {
    padding:33px 0 0 45px;
    background: url(images/bg-address.gif) no-repeat 9px 0;
}
.contact-box .heading {
    color:#434c71;
    font-size:16px;
    font-weight:normal;
}
.contact-box ul {
    list-style:none;
    margin:0;
    padding:5px 0 6px;
    overflow:hidden;
    width:100%;
}
.contact-box li {
    margin-bottom:7px;
}
.contact-box li address {
    font-style:normal;
}
.contact-box dl {
    margin:0;
}
.contact-box dt {
    margin-bottom:6px;
}
.contact-box dd {
    margin:0 0 7px 2px;
} 
#content {
    float:right;
    width:739px;
    line-height:19px;
    margin-right:40px;
}
#content h2,
#content h1 {
    border-bottom:1px solid #a7bec5;
    font:26px/32px Arial, Helvetica, sans-serif;
    color:#4387b1;
    margin:0 0 14px;
    padding-bottom:4px;
    letter-spacing:-1px;
}
#content h2 {
    border-bottom:0;
}
#content p {
    margin:0 0 14px;
}
#content p a, #content li a, #content dl a, #content table a {
text-decoration: underline;
}
#content a:hover {
text-decoration: none;
}
#content .links {
    list-style:none;
    margin:-25px 0 24px;
    padding:0;
    height:1%;
    overflow:hidden;
}
.links li {
    float:left;
    margin-right:4px;
}
#content .marked-text {
    color:#1f66b0;
    padding-top:8px;
    margin-bottom:21px;
}
#content .marked-text p {
    margin:0;
}
#content .error-text {
    font-style:italic;
    color:#ff3300;
    font-weight:bold;
    margin:0 0 20px;
}
#content .success-text {
    color:#009900;
    margin:0 0  20px;
}
#content h3 {
    color:#333;
    font-size:22px;
    font-weight:normal;
    margin:0 0 20px;
    letter-spacing:-1px;
}
#content h4 {
    font-size:16px;
    color:#434c71;
    margin:0 0 16px;
    font-weight:normal;
}
#content h5 {
    font-size:14px;
    font-weight:normal;
    margin:0 0 9px;
}
#content .aside {
    float:right;
    width:287px;
    margin:0 -40px 0 37px;
}
* html #content .aside {
    margin-left:34px;
}
.feature-box {
    margin:12px -4px 17px;
    background: url(images/bg-box.gif) repeat-y 8px 0;
}
.feature-box-holder {
    background: url(images/bg-box-bottom.gif) no-repeat 0 100%;
}
.feature-box-frame {
    width:673px;
    padding:36px;
    position:relative;
    background: url(images/bg-box-top.gif) no-repeat;
    min-height:115px;
}
* html .feature-box-frame {
    height:115px;
}
#content .feature-box-holder h4 {
    border-bottom:1px solid #a7bec5;
    padding-bottom:5px;
    margin-bottom:6px;
}
#content .feature-box-holder p {
    margin:0 0 9px;
}
.more {
    width:100%;
    overflow:hidden;
}
.more a {
    margin-right:10px;
    float:right;
    font-weight:bold;
    color:#2067b0;
    text-decoration:underline;
}
.more a:hover {
    text-decoration:none;
}
.list-holder {
    height:1%;
    padding:0 0 0 13px;
    margin-bottom:34px;
    overflow:hidden;
}
.list-holder ul,
.list-holder ol {
    float:left;
}
.unordered,
.links-list {
    float:left;
    list-style:none;
    margin:0 54px 0 0;
    padding:0;
}
.unordered li,
.links-list li {
    padding-left:20px;
    margin-bottom:3px;
    background: url(images/bullet.gif) no-repeat 0 50%;
}
.ordered {
    margin:0;
    padding:0 0 0 50px;
    float:left;
}
.ordered li {
    margin-bottom:3px;
}
.links-list li a {
    font-weight:bold;
    color:#2067b0;
    text-decoration:underline;
}
.links-list li a:hover {
    text-decoration:none;
}
.definition-list {
    width:100%;
    overflow:hidden;
    margin:0 0 4px;
}
.definition-list dt {
    font-size:16px;
    color:#434c71;
    padding-bottom:4px;
    border-bottom:1px solid #a7bec5;
    margin:0 0 6px;
}
.definition-list dd {
    margin:0 0 23px;
}
.post {
    width:739px;
    overflow:hidden;
    padding-right:9px;
    margin:0 -9px 31px 0;
}
#content .post h3 {
    margin-bottom:1px;
}
#content .post p {
    margin-bottom:10px;
}
.post .img-holder {
    position:relative;
    display:inline;
    margin:-6px -9px 0 15px;
    float:right;
    padding:10px 10px 11px 11px;
    width:100px;
    height:99px;
    background: url(images/bg-thumbnail.gif) no-repeat;
}
.img-holder img {
    display:block;
}
.img-holder strong {
    display:block;
    text-align:center;
    padding:27px 10px 0;
    line-height:14px;
}
.post .text-holder {
    height:1%;
    overflow:hidden;
}
.date {
    color:#505a5f;
    font-weight:bold;
    font-size:11px;
    display:block;
    padding-bottom:5px;
    margin-bottom:6px;
    border-bottom:1px solid #a7bec5;
}
.feature-box .headline {
    font-size:26px;
    letter-spacing:-1px;
    color:#4386b1;
    font-weight:normal;
    display:block;
    padding:2px 0 10px;
    border-bottom:1px solid #a7bec5;
    margin-bottom:10px;
}
.options {
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
    overflow:hidden;
    border-bottom:1px solid #a7bec5;
}
.options li strong {
    color:#2067b0;
    display:block;
}
.options li {
    margin-top:-1px;
    background: url(images/doted.gif) repeat-x;
    padding:7px 0 2px;
}
.paging {
    width:100%;
    overflow:hidden;
}
.page-list {
    float:right;
    list-style:none;
    margin:0;
    padding:0;
}
.page-list li {
    float:left;
    font-weight:bold;
    padding:1px 1px 0;
    border-left:1px solid #a7bec5;
}
.page-list li a:hover,
.page-list li.active a {
    background:#cbd9dd;
    text-decoration:none;
    color:#333;
}
.page-list li:first-child {
    border:none;
}
.page-list li a {
    text-decoration:underline;
    width:28px;
    float:left;
    text-align:center;
    white-space:nowrap;
    line-height:54px;
    padding-bottom:6px;
}
.page-list li a.next {
    padding-left:10px;
}
.page-list li a.prev {
    padding-right:10px;
}
.page-list li a.next,
.page-list li a.prev {
    width:auto;
}
.pages {
    line-height:56px;
}
.required2 {
    position:absolute;
    top:38px;
    right:40px;
    padding-left:17px;
    font-size:11px;
    background: url(images/red-star.gif) no-repeat 0 50%;
}
.contact-form form {
    display:block;
    padding-top:30px;
    margin-bottom:-20px;
}
.contact-form .label,
.contact-form label {
    float:left;
    color:#3f464c;
    text-align:right;
    width:124px;
    margin-right:17px;
}
.row {
    width:460px;
    overflow:hidden;
    margin-bottom:20px;
}
.req {
    background: url(images/red-star.gif) no-repeat 100% 5px;
}
.row select {
    width:300px;
    margin-bottom:12px;
}
.row .text-holder {
    width:319px;
    float:left;
}
.row .text-holder label {
    float:none;
}
.text {
    width:286px;
    float:left;
    height:14px;
    padding:3px 7px 3px;
    background: url(images/bg-text.gif) no-repeat;
}
.text2 {
    width:304px;
    height:29px;
    display:block;
    margin-bottom:13px;
    background: url(images/bg-text2.gif) no-repeat;
}
.text2 input {
    outline:none;
    width:290px;
    padding:7px;
    float:left;
    margin:0;
    background:none;
    font-weight:bold;
    border:none;
}
.text input {
    outline:none;
    padding:0;
    margin:0;
    float:left;
    width:286px;
    background:none;
    font-size:11px;
    font-weight:bold;
    border:0;
    line-height:14px;
}
.check-holder {
    height:1%;
    overflow:hidden;
}
.check-holder .row {
    width:100%;
    margin-bottom:11px;
}
.textarea {
    width:282px;
    height:109px;
    padding:10px;
    display:block;
    background: url(images/bg-textarea.gif) no-repeat;
    margin-bottom:15px;
}
.textarea textarea {
    width:282px;
    max-width:282px;
    height:109px;
    max-height:109px;
    margin:0;
    background:none;
    border:none;
    outline:none;
    overflow:auto;
}
.check-holder input {
    display:block;
    width:15px;
    height:16px;
    margin:0 15px 0 0;
    float:left;
}
.check-holder label {
    text-align:left;
}
.row .text-holder img {
    display:block;
    margin-bottom:17px;
}
#submit {
    width:131px;
    height:72px;
    cursor:pointer;
    padding:0;
    border:none;
    background: url(images/bg-submit2.gif) no-repeat 0 0;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#434c71;
    margin-left:-6px;
    position:relative;
}
#submit.hover,
#submit:hover {
    color:#333;
    background: url(images/bg-submit2.gif) no-repeat 0 -72px;
}
.aside .submenu {
    position:relative;
    background: url(images/bg-subnav.gif) repeat-y;
}
.aside .submenu .holder {
    background: url(images/bg-subnav-t.gif) no-repeat;
    padding-top:10px;
}
.aside .submenu ul {
    list-style:none;
    margin:0;
    padding:0 0 29px;
    background: url(images/bg-subnav-b.gif) no-repeat 0 100%;
    font-size:14px;
    line-height:16px;
    overflow:hidden;
    width:100%;
}
.aside .submenu ul li {
    padding:0 3px;
    margin-top:-1px;
    background: url(images/separator02.gif) no-repeat 25px 0;
    padding-bottom:1px;
}
.aside .submenu ul li a {
    color:#fff;
    display:block;
    padding:9px 22px 8px;
}
.aside .submenu ul li a:hover,
.aside .submenu ul li.active a {
    background:#fff;
    color:#434c71;
    text-decoration:none;
}
.aside .visual {
    border:1px solid #ccc;
    padding:3px;
    width:240px;
    margin-bottom:20px;
    position:relative;
}
.aside .visual img {
    display:block;
}
.visual {
    border:1px solid #ccc;
    padding:3px;
    width:240px;
    margin-bottom:20px;
    position:relative;
}
.visual img {
    display:block;
}
.aside-holder {
    position:relative;
    margin-top:-4px;
    height:1%;
    overflow:hidden;
}
.aside .visual .enlarge {
    background: url(images/bg-enlarge.png) no-repeat;
    width: 101px;
    height:36px;
    position:absolute;
    right:-12px;
    bottom:3px;
    font-weight:bold;
    color:#2c3249;
    padding:10px 0 0 33px;
    cursor:pointer;
}
.visual .enlarge {
    background: url(images/bg-enlarge.png) no-repeat;
    width: 101px;
    height:36px;
    position:absolute;
    right:-12px;
    bottom:3px;
    font-weight:bold;
    color:#2c3249;
    padding:10px 0 0 33px;
    cursor:pointer;
}
.gallery {
    list-style:none;
    margin:0 -11px 20px 0;
    padding:0;
    width:750px;
    overflow:hidden;
}
.gallery li {
    float:left;
    margin-right:4px;
}
.gallery li img {
    display:block;
}
.tagline {
    width:100%;
}
.tagline:after {
    content:"";
    display:block;
    clear:both;
}
.tagline .text-holder {
    height:1%;
    overflow:hidden;
}
#content .tagline p {
    margin-bottom:10px;
}
.pics {
    float:right;
    width:265px;
    list-style:none;
    margin:0 -20px 0 20px;
    padding:0;
}
.pics li {
    position:relative;
    padding:4px;
    margin:0 6px 10px 0;
    float:left;
    display:inline;
    background: url(images/bg-pics.gif) no-repeat;
}
.pics li img {
    display:block;
}
#footer {
    height:1%;
    overflow:hidden;
    padding:123px 40px 20px 40px;
    background: url(images/bg-footer.gif) no-repeat 13px 0;
}
.copy {
    margin:0;
    font-size:11px;
    float:right;
}
.copy span {
    padding-left:17px;
    margin-left:10px;
    background: url(images/bullet2.gif) no-repeat 0 50%;
}
.copy span a {
    color:#666;
    text-decoration:underline;
}
.copy span a:hover {
    text-decoration:none;
}
#footer ul {
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
    height:1%;
    position:relative;
    z-index:1;
}
#footer li {
    font-size:11px;
    float:left;
    padding:0 10px 0 12px;
    margin:0 4px 0 -4px;
    background: url(images/bullet2.gif) no-repeat 0 50%;
}
#footer li a {
    color:#666;
    text-decoration:underline;
}
#footer li a:hover {
    text-decoration:none;
}



/* ################## Image Thumbnails ### */

#content-main img { float: right; margin: 0 0 15px 15px; border: 2px solid; }

#content-main .nb-img-box a { display: block; }

#content-main .nb-img-box span { top: 10px; position: relative; margin-bottom: 20px; }

#content-main .nb-img-box { float: right; margin-left: 20px; margin-top: 5px; margin-bottom: 1.5em;}

#content-main .nb-img-box img { float: none; margin: 0px; }

#content-main .nb-img-box.imgleft { float: left; margin-right: 20px; margin-left: 0px; margin-top: 5px;  }

#content-main .nb-img-box.imgright { float: right; margin-top: 5px; }


/* ################## Galley ### */

ul.thumbs li {list-style: none; background: none; width: 200px; float: left; height: 180px; padding-bottom: 10px;} 

ul.thumbs li p {padding-left: 10px; } 

.imgright { float: right; margin-left: 15px }
.imgleft { float: left; margin-right: 15px; }

#map_canvas {
height:450px;
margin-left:0px;
margin-top:3px;
width:450px;
}
h2.content-tagline {
font-size:16px !important;
font-style:italic !important;
letter-spacing:0 !important;
margin-top:-20px !important;
}

/* ################## Misc ### */

#content a[href^="http://"] {
    display:inline-block;
    padding:2px 14px 2px 0px;
    line-height:14px;
    min-height:14px;
    overflow:visible;
    background:transparent url(assets/js/external.gif) center right no-repeat;
}

.errors { margin-bottom: 28px; }
.errors strong { color: red; }
.required { color: red !important; font-weight: bold !important; }
input.required { color: #666 !important; }

.contact-box address { font-style:normal; margin: 5px 0 14px 0;  }

#content .aside .visual .enlarge { text-decoration: none !important; }
#content a.fancybox .enlarge { text-decoration: none !important; }
#content a.fancybox:hover .enlarge { text-decoration: underline !important; }
