/* ------------------------------------------------------------------------------------------
	LAYOUT
------------------------------------------------------------------------------------------ */
body, html
{
    background-color: #feecbb;
    margin: 0;
    padding: 0;
}

body
{
    font-size: 62.5%;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #000;
}

#header
{
    height: 114px;
    margin: auto;
    background-color: #ccc;
    text-indent: -9999999px;
    position: relative;
    background-image: url(../images/header.jpg);
}
#subHeader
{
    width: 670px;
    height: 36px;
    z-index: 11;
    position: absolute;
    top: 175px;
    left: 245px;
    text-indent: -999999px;
    background-image: url(../images/subheader.gif);
}
#lamoulereText
{
    width: 618px;
    height: 144px;
    position: absolute;
    z-index: 10;
    top: 170px;
    right: 375px;
    text-indent: -999999px;
    background-image: url(../images/lamouleretext.png);
}

#fr #header
{
    background-image: url(../images/header.fr.jpg);
}
#fr #subHeader
{
    background-image: url(../images/subheader.fr.gif);
    width: 724px;
    height: 34px;
}

#content
{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: hidden;
}
.clear
{
    clear: both;
}

/* ------------------------------------------------------------------------------------------
	MENU
------------------------------------------------------------------------------------------ */
ul#menu
{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    background-color: #fff;
    height: 26px;
}
#menu li
{
    display: inline;
    list-style: none;
    padding-left: 2px;
    margin: 3px 0 2px 0;
    float: left;
}
#menu a
{
    background-color: #57771e;
    color: #fff;
    text-decoration: none;
    width: 140px;
    height: 20px;
    text-align: center;
    float: left;
    line-height: 20px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}
#menu a:hover
{
    background-color: #dde4d2;
    color: #000;
}

/* ------------------------------------------------------------------------------------------
	CONTENT LAYOUT
------------------------------------------------------------------------------------------ */

/* 	CONTENT LAYOUT // Language Switcher */

#langSwitcher
{
    width: 100px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 150px;
}
#langSwitcher a
{
    width: 50px;
    float: left;
    text-decoration: none;
    font-size: 1em;
    color: #000;
    text-align: center;
    padding-top: 15px;
}
#langSwitcher a#ctl00_langEnglish
{
    background: transparent url(../images/english.jpg) no-repeat top center;
}
#langSwitcher a#ctl00_langFrancais
{
    background: transparent url(../images/francais.jpg) no-repeat top center;
}


/* 	CONTENT LAYOUT // Global */
.red
{
    color: #e30003;
}
.bold
{
    font-weight: bold;
}
.infoBox
{
    background-color: #ffefda;
    border: 2px solid #beac77;
    text-align: center;
    padding: 10px 15px;
}
a, a:visited
{
    color: blue;
}
.location #rightText a, .location #rightText a:visited
{
    color: #0a50a1;
}
a:hover
{
    color: #e30003;
}
.leftAlign
{
    text-align: left !important;
}

/* 	CONTENT LAYOUT // Left text section */
#leftText
{
    padding-top: 180px;
    padding-left: 70px;
    width: 367px;
    padding-right: 8px;
    float: left;
}
#leftText p
{
    font-size: 1.15em;
    padding-left: 20px;
    line-height: 18px;
    margin: 0 0 10px 0;
}

#fr .gite #leftText
{
    padding-right: 0px;
    width: 375px;
}
#fr .gite #leftText p
{
    padding-right: 8px;
}

#leftText h2
{
    font-size: 1.15em;
    padding-left: 20px;
}
#en .local #leftText
{
    width: 375px;
    padding-right: 0;
}
.localInterest
{
    font-size: 1.15em;
    padding-left: 20px;
    line-height: 16px;
    margin: 0;
    width: 800px;
}
.localInterest ul
{
    margin: 10px 20px 0 0;
    padding-left: 0;
    width: 360px;
    float: left;
}
.localInterest ul.rightList
{
    width: 400px;
}
.localInterest li
{
    margin: 0 0 10px 0;
    list-style: none;
    background: transparent url(../images/bullet.gif) 0 5px no-repeat;
    padding-left: 25px;
    font-weight: bold;
}
.localInterest .right
{
    padding-top: 25px;
    padding-right: 50px;
    clear: both;
}
.local #rightText
{
    position: absolute;
    top: 152px;
    left: 445px;
}
#credit
{
    clear: both;
    text-align: center;
    color: #999;
    padding-top: 30px;
}
#credit a
{
    color: #999;
}


/* 	CONTENT LAYOUT // Bottom text section */
#rightText
{
    float: left;
    width: 500px;
    margin-left: 25px;
    padding-top: 116px;
    position: relative;
}
#rightText p
{
    font-size: 1.15em;
    line-height: 18px;
    margin: 0 10px 10px 0;
    clear: left;
}
#floatRight
{
    float: right;
    width: 170px;
    text-align: center;
    margin-left: 20px;
}
#floatRight img
{
    border: 3px solid #fff;
}
#floatRight p
{
    margin: 0 10px 10px 15px;
    text-align: left;
}
#rightText img
{
    margin-top: 0;
}



/* 	CONTENT LAYOUT // Bottom text section // Welcome page */
.home #rightText p
{
    width: 270px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.home .infoBox
{
    width: 150px;
    float: right;
    margin: 17px 20px 0 0; /*	height: 142px;*/
}
.home .infoBox strong
{
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
}
.home .infoBox p
{
    width: auto !important;
    margin: 0 !important;
    font-weight: normal !important;
}


/* 	CONTENT LAYOUT // Bottom text section // Location page */
.location .infoBox
{
    width: 90%;
    font-size: 1.1em;
    clear: both;
    margin-bottom: 10px;
}

/* 	CONTENT LAYOUT // Contact page */
.contact #leftText
{
    width: 440px;
    margin-top: 20px;
}
.contact #leftText p
{
    padding-right: 25px;
}
.contact #rightText
{
    width: 425px;
    margin-left: 15px;
}
#contactFooter
{
    font-size: 1.4em;
    text-align: center;
    padding-top: 5px;
    clear: both;
}
p.contactFooterOffer
{
    clear: both;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: Red;
    margin: 0 0 5px 0;
}
#designBy
{
    color: #999;
    text-align: right;
    padding-top: 30px;
}
#designBy a
{
    color: #999;
}

.formConfirm
{
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 	CONTENT LAYOUT // Rates table */
#rates
{
    clear: both;
    margin-top: 16px;
    width: 410px;
    border-collapse: collapse;
    font-size: 1.1em;
    margin-left: 20px;
}
#fr #rates
{
    margin-top: 33px;
}
#rates th
{
    padding: 5px 3px 5px 3px;
    letter-spacing: 0;
    border-right: 2px solid #fff;
}
#rates td
{
    padding: 10px 0 10px 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #000;
    text-align: center;
}
#rates .topRow
{
    background-color: #ffb247;
    height: 10px;
}
#rates .giterow
{
    background-color: #ecc1b5;
}
#rates .dhoterow
{
    background-color: #cdd6bb;
}
#rates .giterow th, #rates .dhoterow th
{
    border-top: 2px solid #000;
    font-weight: normal;
}
#rates .leftCol
{
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
#rates .month
{
    color: #000;
    font-weight: normal;
}
#fr #rates .month
{
    width: 76px;
}
#rates .leftAlign
{
    padding-left: 10px;
}
#rates .noBorder
{
    border-right: 0 !important;
}

/* 	CONTENT LAYOUT // Request form*/
.request
{
    background-color: #ffd190;
    width: 385px;
    padding: 5px 14px 6px 20px;
    position: relative;
    margin-top: 5px;
}
.request h2
{
    color: #57771e;
    margin: 0;
    font-size: 1.4em;
    padding-left: 10px;
}
.request p
{
    margin: 9px 15px 5px 0 !important;
    padding-left: 10px;
    letter-spacing: 0;
    font-size: 1.15em;
}
.request span
{
    background-color: #ffd190;
    width: 375px;
    display: block;
    font-size: 1.15em;
    margin-bottom: 2px;
}
.request .dates span
{
    width: 110px;
    font-size: 1em;
    padding-left: 10px;
    border-right: 5px solid #ffd190;
    font-weight: bold;
    letter-spacing: 0;
    float: left;
    text-align: right;
    line-height: 23px;
}
.request label
{
    width: 60px;
    display: block;
    float: left;
    padding-left: 10px;
    background-color: #ffd190;
    line-height: 25px;
}
.request .dates label
{
    width: 40px;
    line-height: 23px;
}
.request input
{
    width: 285px;
    border: 0;
    font-size: 1em;
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    padding: 4px;
}
.request .dates input
{
    width: 180px;
}
.request textarea
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
    width: 285px;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 0;
    height: 55px;
    padding: 4px;
    line-height: 1.3em;
}
.request .details
{
    width: 356px;
    padding: 5px;
    font-size: 1.2em;
    margin-left: 7px;
}
.request .submit
{
    width: 60px;
    font-size: 1.2em;
    position: absolute;
    right: 30px;
    bottom: 10px;
    padding: 3px;
    background-color: #fff;
}
#fr .request .submit
{
    width: 65px;
}
/* ------------------------------------------------------------------------------------------
	IMAGE STRUCTURE
------------------------------------------------------------------------------------------ */
#imgShadow
{
    background-color: #beac77;
    display: block;
    width: 487px;
    height: 487px;
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-top: 0;
}

#imgShadow img
{
    width: 467px;
    height: 467px;
    border: 10px solid #fff;
    position: relative;
    display: block;
    margin: -10px 10px 10px -10px;
}

.imgLeft
{
    float: left;
    border: 3px solid #fff;
    margin: 7px 10px 5px -15px;
}
.contact .imgLeft
{
    margin-left: -10px;
}
.imgRight
{
    float: right;
    border: 3px solid #fff;
    margin: 3px -14px 5px 15px;
}
#rightText .imgRight
{
    margin-right: 9px;
}

/* 	IMAGE STRUCTURE // Location Page & Local Page */
.location .floatLeft, .local .floatLeft
{
    float: left;
    width: 170px;
    margin: 2px 10px 0 -20px;
}
.location .floatLeft img, .local .floatLeft img
{
    border: 3px solid #fff;
    margin-bottom: 5px;
}

/* 	IMAGE STRUCTURE // Contact page */
#imgRow img
{
    margin-right: 2px;
    border: 3px solid #fff;
}
/*
div.gmnoprint {
left: auto !important;
right: 7px;
}
*/

/* 	CONTENT LAYOUT // Gallery page */
.gallery
{
    padding-top: 156px;
    float: left;
}

.galleryTable
{
    margin-left: 50px;
    width: 900px;
}

.galleryTable TD
{
    border: solid 3px #ffffff;
}

#instructionText
{
    font-size: 125%;
    font-weight: bold;
    color: #0000BB;
    position: absolute;
    top: 235px;
    right: 125px;
    text-align: center;
}

#rightText p.redBold
{
    margin-top: 25px;
    color: #e30003;
    font-weight: bold;
    font-size: 1.6em;
}