﻿body {
    background: #CCC url(/images/bg-body.gif) repeat center center;   
    font-family: Arial, Verdana, Sans-Serif;
}

h3 {
    font-size: 1.6em;  
    font-weight: bold; 
}

p {
    margin: 15px 0px;
}

/******** LAYOUT *********/

#wrapper {
    margin: 20px auto;
    width: 950px;
    padding: 10px 10px 0px 10px;   
    background: #FFF;
    color: #000;
    font-size: 0.75em;
    line-height: 1.6em;
}

/******** TOPBAR *********/

#topbar {
    height: 100px;   
}

/******** TOPNAV *********/

#topnav {
    height: 30px;
    background: #333;  
    color: #FFF; 
    margin-bottom: 10px;
}

    #topnav li {
        text-transform: uppercase;
        float: left;
        display: block;
        border-right: 1px solid #FFF;
        line-height: 14px;
        margin: 8px 0px;
    }
    
    #topnav li.last {
        border-right: 0px;
    }
    
    #topnav li a {
        color: #FFF;  
        display: block;
        margin: -8px 0px;
        padding: 8px 10px;
    }
    
    #topnav li a:hover {
        text-decoration: underline;   
    }
    
/********** DIV QUARTS ********/

.onequarter {
    width: 230px;
    margin: 0px 10px 0px 0px;
    float: left;
}

.twoquarter {
    width: 470px;
    margin: 0px 10px 0px 0px;
    float: left;
}

.threequarter {
    width: 710px;
    margin: 0px 10px 0px 0px;
    float: left;
}

.lastquarter {
    margin: 0px; 
}

.spaceten {
    width: 950px;
    height: 10px;
    clear: both;
}

/*********** HOMEPAGE **********/

#homeimage {
    height: 355px;
    overflow: hidden;
}

.homefeats { height: 56px; font-size: 0.9em; width: 214px; padding: 119px 8px 0px 8px; }
.homefeats p { margin: 3px 0px 0px 0px; line-height: 1.4em; }
.homefeats h3 a { color: #000; }
.homefeats h3 a:hover { text-decoration: underline; }

#homefeat1 { background: url(/images/homefeat-1.jpg) no-repeat center center; }
#homefeat2 { background: url(/images/homefeat-2.jpg) no-repeat center center; }
#homefeat3 { background: url(/images/homefeat-3.jpg) no-repeat center center; }
#homefeat4 { background: url(/images/homefeat-4.jpg) no-repeat center center; }

/*********** BOOK A HOTEL **********/

#bookhotel {
    background: #333;
    color: #FFF;
    padding: 15px 12px;
    height: 325px;
    font-size: 0.9em;
}
    
#bookhotel h2 {
    font-size: 1.6em;
}

#bookhotel select, input {
    font-size: 11px; 
    padding: 1px;  
    margin-bottom: 4px;
    vertical-align: middle;
}

.booklabel {
    width: 50px; 
    float: left; 
    display: block;
    vertical-align: middle;
}

.breaker {
    clear: both;   
}
