/* General */
html {
    overflow: scroll;
}

body{
    margin: 0;
    background: #dcf1fe url(../images/back-blue.png) no-repeat top left;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: #999999;
    text-align: center;
}

div {
    padding: 0;
}

table {
    border-collapse: collapse;
    border: 0;
}

td {
    padding-left: 20px;
}

h1{
    font-family:"Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 48pt;
    margin: 0 0 0 33px;
}

h1, h1 a {
    color: black;
}

h2 {
    position: absolute;
    margin: 20px auto auto 20px;
    font-size: 48pt;
    color: white;
    filter:alpha(opacity=25);
    -moz-opacity:0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

p {
    text-align: justify;
}

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

a:hover {
    text-decoration:underline;
}

em {
    font-style: normal;
    color: #666666
}

li {
    margin-top: 10px;
}

/* Structural elements */

#main {
    width: 750px;
    margin-left: auto; margin-right: auto;
    text-align: left;
    clear: both;
    margin-top: 0;
}

#header {
    height: 100px;
}

#content {
    clear: both;
    padding: 10px;
}

#footer {
    background-color: #336699;
    color: #88aadd;
    height: 60px;
    padding-top: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

#content, #topspacer, #image {
    background-color: white;
}

#title {
    text-align: right;
    position: absolute;
}

#menu {
    float: right;
    text-align: right;
    margin-top: 20px;
    color: black;
}

#menu a{
    display: block;
}

#image {
    border: solid 2px white;
    height: 280px;
    overflow: hidden;
}

#touriframe {
    border: solid 2px white;
    width: 746px; height: 299px;
    overflow: auto;
}

#address {
    text-align: center;
    width: 370px;
}

#menu2 {
    text-align: center;
    float: right; width: 370px;
}

#copyright {
    text-align: center;
    font-size: smaller;
}

#footer a{
    color: white;
}

h1 span.subtitle {
    display: block;
    color: #336699;
    font-size: 18pt;
    text-align: right;
    margin-top: -16px; margin-right: -20px;
}

p.note {
    font-size: x-small;
    margin-left: 60px;
}

.addthis_button {
    position: fixed;
    top: 10px;
    left: 10px;
}

/* Booking form */

#enquiry{
    margin-left: auto; margin-right: auto;
    text-align: right;
    width: 690px;
    height: auto;
    border: none;
}

#calendar {
    border-width: 0;
    float: right;
    margin-right: 10px;
}

label, select, input[type=text], textarea{
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

label{
    float: left;
    font-size: smaller;
}

select {
    vertical-align: middle;
}

input[type=text] {
    padding: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    border: solid 1px #555555;
    width: 30px;
}

input[type="submit"]{
    margin-top: 10px;
}

textarea{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    border: solid 1px #555555;
    padding: 2px;
    width: 170px;
}

/* Rates table */

table#rates{
    width: 710px;
}

table#rates td.season{
    width:100px;
}

table#rates td.start{
    width: 140px;
    text-align: right;
}

table#rates td.sep{
    width: 50px;
	padding: 0;
    text-align: center;
}

table#rates td.end{
    width: 140px;
    padding-left: 0;
}

table#rates td.rate{
    text-align: right;
}
