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

body
{
background-image:url(img/back.jpg);
background-position:top;
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#666666;
text-align:center;
 background-color:#5a5a5a;
}

div.page
{
text-align:left;
width:831px;
margin: 0 auto 0 auto;
}

h1
{
font-size:14px;
margin:7px;
}

h2
{
font-size:12px;
margin:2px;
font-weight:bold;
}

p
{
margin:7px;
}

a
{
text-decoration:none;
color:#FF3399;
}

div.pageheader
{
width: 831px;
height: 119px;
background-image:url(img/images/page_02.png);
background-position: top center;
background-repeat:no-repeat;
position:relative;
}

div.pagemain
{
width: 831px;
background-image:url(img/images/page_03.png);
background-position: top center;
background-repeat: repeat-y;
}

div.pagefooter
{
width: 831px;
height: 81px;
background-image:url(img/images/page_04.png);
background-position: top center;
background-repeat:no-repeat;
}

div.logo
{
position:absolute;
top: 40px;
left: 30px;
background-image: url(img/logo.png);
background-repeat:no-repeat;
background-position:top;
width: 360px;
height: 110px;
}

div.maincol
{
width:800px;
margin-left:8px;
margin-right:25px;
}

div.menu
{
position:absolute;
top: 42px;
left: 370px;
}

div.menu ul
{
    margin: 0;
    margin-top: 10px;;
    height: 35px;
}

div.menu li
{
    background-image: none;
    height: 35px;
    margin: 0;
    float: left;
    padding: 0;
    font-size: 0.85em;
    font-weight: bold;
    list-style-type: none;
    list-style-image: none;
}



div.menu li a
{
    text-decoration: none;
    color: #4F5241;
    border-right: 1px solid #C3C4B6;
    display: block;
    float: left;
    margin: 0;
    padding: 15px 10px;
    margin-top: 4px;
    padding-top: 2px;
    padding-bottom: 0;
    height: 22px;
    line-height: 22px;
    background-color: transparent;
}

div.menu li.selected a
{
background-image:url(img/menubutton.png);
background-position:bottom center;
background-repeat:no-repeat;
}

div.menu li a.last
{
    border-right: none;
}

div.menu li a:hover
{
background-image:url(img/menubutton.png);
background-position:bottom center;
background-repeat:no-repeat;
}



/* BOX GENERAL DESIGN */

div.border-box
{
    margin: 0 5px;
	
}

/* Default box style */

div.border-box div.border-tl
{
    background: url(img/box-1/border-tl.gif) no-repeat top left;
}

div.border-box div.border-tr
{
    background: url(img/box-1/border-tr.gif) no-repeat top right;
    padding: 0 4px 0 4px;
}

div.border-box div.border-tc
{
    font-size: 0;
    height: 4px;
    background: url(img/box-1/border-tc.gif) repeat-x top left;
}

div.border-box div.border-ml
{
    background: url(img/box-1/border-ml.gif) repeat-y center left;
}

div.border-box div.border-mr
{
    background: url(img/box-1/border-mr.gif) repeat-y center right;
    padding: 0 1px 0 1px;
}

div.border-box div.border-mc
{
    height: 1%; /* Preventing margins on content from breaking the box (for IE) */
    background-color: #ffffff;
/*    padding: 0.5em 0.75em 0.5em 0.75em; */
}

div.border-box div.border-mc:before, div.border-box div.border-mc:after /* Preventing margins on content from breaking the box */
{
    content: "-";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.border-box div.border-bl
{
    background: url(img/box-1/border-bl.gif) no-repeat bottom left;
}

div.border-box div.border-br
{
    background: url(img/box-1/border-br.gif) no-repeat bottom right;
    padding: 0 4px 0 4px;
}

div.border-box div.border-bc
{
    font-size: 0;
    height: 4px;
    background: url(img/box-1/border-bc.gif) repeat-x bottom left;
}

/* Images */

.left
{
float:left;
}

.right
{
float:right;
margin-left:20px;
}

.right_small
{
float:right;
margin-left:5px;
}

.featured_row
{
width:500px;
}

.featureleft
{
width:150px;
float:left;
margin-top:5px;
}

.featureright
{
width:150px;
float:right;
margin-top:5px;
}

.featurecentre
{
width:150px;
margin:5px 160px 0px 160px;
height:auto;
}

div.factbox
{
	text-align:left;
	float:none;
}

div.factbox-header
{
    margin-bottom: 0;
}

div.factbox-header h1
{
    margin: 1px 0px 3px 7px;
    font-size: 12px;
	font-weight:normal;
	text-align:left;
	color:#666;
}

div.factbox-header h1 a
{
    margin: 1px 0px 3px 7px;
    padding-right: 40px;
    font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	color:#666;
	background-image:url(img/go.png);
	background-position:right;
	background-repeat:no-repeat;
}

div.factbox-header div.border-tl
{
    background-image:   url(img/factbox-header/border-tl.gif);
}

div.factbox-header div.border-tr
{
    background-image:   url(img/factbox-header/border-tr.gif);
}

div.factbox-header div.border-tc
{
    background-image:   url(img/factbox-header/border-tc.gif);
}

div.factbox-header div.border-ml
{
    background-image:   url(img/factbox-header/border-ml.gif);
}

div.factbox-header div.border-mr
{
    background-image:   url(img/factbox-header/border-mr.gif);
}

div.factbox-header div.border-mc
{
    background: #C3CCD1 url(img/factbox-header/border-mc.gif) repeat-x top left;
    padding: 0 6px 0 6px;
}

div.factbox-header div.border-bl
{
    background-image:   url(img/factbox-header/border-bl.gif);
}

div.factbox-header div.border-br
{
    background-image:   url(img/factbox-header/border-br.gif);
}

div.factbox-header div.border-bc
{
    background-image:   url(img/factbox-header/border-bc.gif);
}

div.factbox-content div.attribute-image
{
   margin: 0.5em 0.5em 0.5em 0;
    float: left;
}

div.factbox-content div.border-tl
{
    background-image:   url(img/factbox/border-tl.gif);
}

div.factbox-content div.border-tr
{
    background-image:   url(img/factbox/border-tr.gif);
}

div.factbox-content div.border-tc
{
    background-image:   url(img/factbox/border-tc.gif);
}

div.factbox-content div.border-ml
{
    background-image:   url(img/factbox/border-ml.gif);
}

div.factbox-content div.border-mr
{
    background-image:   url(img/factbox/border-mr.gif);
}

div.factbox-content div.border-mc
{
    background: #F1F7FB url(img/factbox/border-mc.gif) repeat-x top left;
    padding: 3px 6px 3px 6px;
}

div.factbox-content div.border-bl
{
    background-image:   url(img/factbox/border-bl.gif);
}

div.factbox-content div.border-br
{
    background-image:   url(img/factbox/border-br.gif);
}

div.factbox-content div.border-bc
{
    background-image:   url(img/factbox/border-bc.gif);
}

table.feature
{
width:500px;
}

table.feature td
{
width: 33%;
padding:5px;
vertical-align:top;
}

table.feature-2col
{
width:500px;
}

table.feature-2col td
{
width: 50%;
padding:5px;
vertical-align:top;
}

div.box-right
{
width: 210px;
float: right;
}

img.banner
{
padding-bottom: 15px;
}

div.spacer
{
clear:both;
height:1px;
display:block;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

p.lefttext
{
font-size:9px;
}

div.resort
{
width: 500px;
}

div.factbox-header_p
{
    margin-bottom: 0;
}

div.factbox-header_p h1
{
    margin: 1px 0px 3px 7px;
    font-size: 12px;
	font-weight:bold;
	text-align:left;
	color:#fff;
}

div.factbox-header_p h1 a
{
    margin: 1px 0px 3px 7px;
    padding-right: 40px;
    font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	color:#fff;
	background-image:url(img/go.png);
	background-position:right;
	background-repeat:no-repeat;
}

div.factbox-header_p div.border-tl
{
    background-image:   url(img/factbox-header_p/border-tl.gif);
}

div.factbox-header_p div.border-tr
{
    background-image:   url(img/factbox-header_p/border-tr.gif);
}

div.factbox-header_p div.border-tc
{
    background-image:   url(img/factbox-header_p/border-tc.gif);
}

div.factbox-header_p div.border-ml
{
    background-image:   url(img/factbox-header_p/border-ml.gif);
}

div.factbox-header_p div.border-mr
{
    background-image:   url(img/factbox-header_p/border-mr.gif);
}

div.factbox-header_p div.border-mc
{
    background: #C3CCD1 url(img/factbox-header_p/border-mc.gif) repeat-x top left;
    padding: 0 6px 0 6px;
}

div.factbox-header_p div.border-bl
{
    background-image:   url(img/factbox-header_p/border-bl.gif);
}

div.factbox-header_p div.border-br
{
    background-image:   url(img/factbox-header_p/border-br.gif);
}

div.factbox-header_p div.border-bc
{
    background-image:   url(img/factbox-header_p/border-bc.gif);
}

div.factbox-header_o
{
    margin-bottom: 0;
}

div.factbox-header_o h1
{
    margin: 1px 0px 3px 7px;
    font-size: 12px;
	font-weight:bold;
	text-align:left;
	color:#fff;
}

div.factbox-header_o h1 a
{
    margin: 1px 0px 3px 7px;
    padding-right: 40px;
    font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	color:#fff;
	background-image:url(img/go.png);
	background-position:right;
	background-repeat:no-repeat;
}

div.factbox-header_o div.border-tl
{
    background-image:   url(img/factbox-header_o/border-tl.gif);
}

div.factbox-header_o div.border-tr
{
    background-image:   url(img/factbox-header_o/border-tr.gif);
}

div.factbox-header_o div.border-tc
{
    background-image:   url(img/factbox-header_o/border-tc.gif);
}

div.factbox-header_o div.border-ml
{
    background-image:   url(img/factbox-header_o/border-ml.gif);
}

div.factbox-header_o div.border-mr
{
    background-image:   url(img/factbox-header_o/border-mr.gif);
}

div.factbox-header_o div.border-mc
{
    background: #C3CCD1 url(img/factbox-header_o/border-mc.gif) repeat-x top left;
    padding: 0 6px 0 6px;
}

div.factbox-header_o div.border-bl
{
    background-image:   url(img/factbox-header_o/border-bl.gif);
}

div.factbox-header_o div.border-br
{
    background-image:   url(img/factbox-header_o/border-br.gif);
}

div.factbox-header_o div.border-bc
{
    background-image:   url(img/factbox-header_o/border-bc.gif);
}

div.factbox-header_t
{
    margin-bottom: 0;
}

div.factbox-header_t h1
{
    margin: 1px 0px 3px 7px;
    font-size: 12px;
	font-weight:bold;
	text-align:left;
	color:#fff;
}

div.factbox-header_t h1 a
{
    margin: 1px 0px 3px 7px;
    padding-right: 40px;
    font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	color:#fff;
	background-image:url(img/go.png);
	background-position:right;
	background-repeat:no-repeat;
}

div.factbox-header_t div.border-tl
{
    background-image:   url(img/factbox-header_p/border-tl.gif);
}

div.factbox-header_t div.border-tr
{
    background-image:   url(img/factbox-header_t/border-tr.gif);
}

div.factbox-header_t div.border-tc
{
    background-image:   url(img/factbox-header_t/border-tc.gif);
}

div.factbox-header_t div.border-ml
{
    background-image:   url(img/factbox-header_t/border-ml.gif);
}

div.factbox-header_t div.border-mr
{
    background-image:   url(img/factbox-header_t/border-mr.gif);
}

div.factbox-header_t div.border-mc
{
    background: #C3CCD1 url(img/factbox-header_t/border-mc.gif) repeat-x top left;
    padding: 0 6px 0 6px;
}

div.factbox-header_t div.border-bl
{
    background-image:   url(img/factbox-header_t/border-bl.gif);
}

div.factbox-header_t div.border-br
{
    background-image:   url(img/factbox-header_t/border-br.gif);
}

div.factbox-header_t div.border-bc
{
    background-image:   url(img/factbox-header_t/border-bc.gif);
}


div.factbox-header_g
{
    margin-bottom: 0;
}

div.factbox-header_g h1
{
    margin: 1px 0px 3px 7px;
    font-size: 12px;
	font-weight:bold;
	text-align:left;
	color:#fff;
}

div.factbox-header_g h1 a
{
    margin: 1px 0px 3px 7px;
    padding-right: 40px;
    font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	color:#fff;
	background-image:url(img/go.png);
	background-position:right;
	background-repeat:no-repeat;
}

div.factbox-header_g div.border-tl
{
    background-image:   url(img/factbox-header_g/border-tl.gif);
}

div.factbox-header_g div.border-tr
{
    background-image:   url(img/factbox-header_g/border-tr.gif);
}

div.factbox-header_g div.border-tc
{
    background-image:   url(img/factbox-header_g/border-tc.gif);
}

div.factbox-header_g div.border-ml
{
    background-image:   url(img/factbox-header_g/border-ml.gif);
}

div.factbox-header_g div.border-mr
{
    background-image:   url(img/factbox-header_g/border-mr.gif);
}

div.factbox-header_g div.border-mc
{
    background: #C3CCD1 url(img/factbox-header_g/border-mc.gif) repeat-x top left;
    padding: 0 6px 0 6px;
}

div.factbox-header_g div.border-bl
{
    background-image:   url(img/factbox-header_g/border-bl.gif);
}

div.factbox-header_g div.border-br
{
    background-image:   url(img/factbox-header_g/border-br.gif);
}

div.factbox-header_g div.border-bc
{
    background-image:   url(img/factbox-header_g/border-bc.gif);
}

div.copy
{
color:#CCCCCC;
float:left;
width:250px;
padding-left:10px;
}

div.dev
{
color:#CCCCCC;
float:right;
width:250px;
text-align:right;
padding-right:10px;
}

/* QUOTE */
div.quote
{
	margin:0 50px;
}

div.quote-design
{
    padding-bottom: 0px;
    background-image: url(img/quote-tl.png);
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
}

div.quote-design p
{
text-indent:35px;
padding:10px 6px 10px 0;
background-image: url(img/quote-br.png);
background-position: bottom right;
background-repeat: no-repeat;
}


div.quote-design p.author
{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
	background-image:none;
	text-indent:0px;
	text-align: right;
}


