/***** ROOM PRICES *****/

table.prices
{
    margin: 10px 5px 10px 5px;
}

table.prices td
{
    margin: 1px;
    padding: 1px;
    vertical-align: top;
}

table.prices td.details
{
    width: 200px;
}

.table.prices td.price
{
    width: 50px;
}


/***** BODY *****/

body.wedding
{
    background: url('http://www.kaffeeklatsch.co.uk/images/background-wedding.png') repeat;
}


/***** CONTAINER *****/

#container
{
    width: 754px;
    background-color: #a6926b;
    margin: 0px auto 0px;
    padding: 0px 0px 0px -5px;
    border: 2px solid #413826;
}


/***** HEADER *****/

#header
{
    display: block;
    background-color: #fffff0;
    padding: 0px;
    margin: 0px;
    height: 180px;
}

#topLeft
{
    float: left;
    display: inline-block;
    position: absolute;
}

#logo
{
    display: block;
    height: 120px;
    padding: 35px 0px 0px 180px;
    width: 574px;
    border-bottom: solid 2px #ffe0c8;
}

#logo #title
{
    float: right;
    margin: 0px 35px 0px 0px;
}


/***** CONTENT *****/

#content
{
    width: 539px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 25px;
    float: right;
    background: #fffff0;
    min-height: 350px;
    height: auto !important;
    height: 350px;
}

#content h2
{
    padding: 0px;
    margin: 0px;
    height: 42px;
    width: 500px;
}

/*#content h2 span
{
    display: none;
}*/


/***** NAVIGATION *****/

#navigation
{
    width: 180px;
    float: left;
    color: #ffffff;
    padding: 75px 0px 0px 0px;
    /*margin: -70px 0px 0px 0px;*/
    margin: 0px;
    min-height: 275px;
    height: auto !important;
    height: 275px;
}

#navigation h2
{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#navigation ul
{
    list-style-type: none;
}

#navigation li
{
    padding: 2px;
}

#navigation div.menuBase
{
    text-align: center;
    padding: 0px 0px 0px 0px;
}


/***** FOOTER *****/

#footer
{
    display: block;
    width: 574px;
    height: 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border-bottom: 2px solid #ffe0c8;
    float: right;
    background: #fffff0;
    /*border-top: 2px solid #413826;*/
}

#bottomRight
{
    position: absolute;
    display: inline-block;
    /*background: #fffff0 url('http://www.kaffeeklatsch.co.uk/images/footer.gif') no-repeat bottom right;*/
}


/***** FORMS *****/

input[type=submit], input.submit, #submitRsvp
{
    width: auto !important;
}

label,input,textarea,select
{
    display: block;
    width: 300px;
    float: left;
    margin-bottom: 10px;
}

select
{
    width: auto;
}

label
{
    text-align: right;
    width: 150px;
    padding-right: 20px;
}

form br
{
    clear: both;
}


/***** IMAGES *****/

.tallRightImage
{
    margin-top: -50px;
    float: right;
}

.rightImage
{
    float: right;
}

.leftImage
{
    float: left;
}


/***** OTHER *****/

.map
{
    text-align: center;
    margin: 15px;
}

.map img
{
    border: solid 1px black;
}

#content a
{
    color: #a6926b;
    border-bottom: 1px dotted;
    text-decoration: none;
}

#content a:hover
{
    color: #413826;
}

img
{
    border:none;
    padding: 0;
    margin: 0;
}

.clear
{
    clear: both;
}
