﻿a 
{
    color: #4172da;
}
body 
{
    background-color: #fff;
    font-family: Arial, Verdana;
    font-size: 75%;
}
div#container 
{
    background-color: #fff;
    left: 50%;
    margin-left: -370px;
    position: absolute;
    top: 20px;
    width: 740px;
}
div#content
{
    margin: 0px 170px 0px 170px;
}
div#contenthome
{
    margin: 0px 0px 0px 170px;
}
div#contenthome ul
{
    margin: 0px 0px 0px 25px;
}
div#footer
{
    margin: 40px 0px 30px 0px;
}
div#footer p
{
    font-size: 90%;
    margin: 0px;
    padding-top: 10px;
    text-align: center;
}
div#header
{
    position: absolute;
    top: 0px;
}
div#main
{
    margin-top: 155px;
}
div#main h1
{
    color: #4172da;
    font-size: 180%;    
    font-weight: normal;  
    margin: 0px;  
    padding: 10px 0px 0px 0px;        
}
div#main h2
{
    background-image: url(grey-arrow.gif);
    background-repeat: no-repeat; 
    background-position: left center;   
    color: #666;
    font-size: 130%;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 15px;    
}
div#main h3
{
    border-bottom: solid 1px #ccc;
    color: #4172da;
    font-size: 150%;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 3px 0px;    
}
div#main h4
{
    color: #4172da;
    font-size: 120%;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 5px 0px;    
}
div#main h4.booking
{
    color: #4172da;
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
    padding: 20px 0px 10px 0px;    
}
div#navigation
{
    position: absolute;
    top: 155px;
    width: 150px;
}
div#rightpanel
{
    position: absolute;
    right: 0px;
    top: 155px;
    width: 150px;
}
div.sidelinks
{
    background-color: #e4e5e5;
}
div.sidelinks p
{
    background-image: url(blue-arrow.gif);
    background-repeat: no-repeat; 
    background-position: left center;
    font-size: 90%;
    margin: 10px;
    padding-left: 12px;    
}
div.legal
{
    background-color: #e4e5e5;
    margin-top: 10px;
}
div.legal p
{
    font-size: 90%;
    margin: 0px; 
    padding: 8px;
}
img 
{
    border: none;
    vertical-align: top;
}
p.bold
{
    font-weight: bold;
}
p.italic
{
    font-style: italic;
}
p.quote
{  
    color: #4172da;
    font-size: 120%;
    padding: 5px 30px 5px 20px;
}
table 
{
    font-size: 100%;
}
table tr td
{
    vertical-align: middle;
}
table.contact tr td
{
    vertical-align: top;
}
table tr td p
{
    margin: 0px;
}
table tr td p.more
{
    margin-top: 6px;
}
table tr.level1 td
{
    background-color: #eaeaea;
    padding: 10px;
    vertical-align: top;
}
table tr.level2 td
{
    padding: 10px 20px 0px 10px;
    vertical-align: top;
}
table tr.level2 td ul
{
    margin: 0px 0px 10px 20px;
}
table#hometable tr td
{
    padding-bottom: 25px;
}
textarea 
{
    font-family: Arial, Verdana;
}
.hide
{
    display: none;
}
table.booking tr td
{
    padding-bottom: 5px;
}
ul.clients
{
    list-style-type: square;
    margin: 5px 15px 0px 10px;
    padding-left: 10px;
}
ul.clients li
{
    color: #666;
    font-size: 90%;
    padding: 3px 0px 0px 0px;
}

.attention {
    background: #eee;
    border: 1px solid #bbb;
    padding: 4px 4px 0px 4px;
    margin-bottom: 8px;
}

.attention h3 {
}

.attention .intro {
    font-style: italic;
}
