@charset "UTF-8";
/* CSS Document */

/* Reset Browsers */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}
/* End */

/* This removes the boxes over links in some browsers */
a
{
	outline:none;
}

a:active, a:focus 
{
	outline:0
}

a img {
    border:none;
    }
/*end*/

html {
	background:url(../images/backgrounds/html_bg.jpg) repeat;
}

/* ---------- LANDING PAGE ---------- */
body.landing_page {
	width:100%;
	background:url(../images/backgrounds/html_bg.jpg) repeat;
}

div#landing_wrapper {
	width:1024px;
	height:auto;
	margin:0 auto;
	padding-top:30px;
	background:url(../images/backgrounds/landing_page_bg.jpg) top center no-repeat;
	height:800px;
}

div#landing_slides {
	display:block;
    width: 580px;
    height: 477px;
	position:relative;
	margin: 0 auto 0 auto;
    border: none;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	overflow:hidden;
}

div#enter_site {
	position:relative;
	margin:75px auto 0 auto;
	display:block;
	width:377px;
	height:59px;
}

div#enter_site a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/buttons/enter_site.jpg) top left no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
}

div#enter_site a:hover {
	background:url(../images/buttons/enter_site.jpg) bottom left no-repeat;
}

div#landing_credits {
	margin:57px auto 0 auto;
	position: relative;
	width:980px;
	text-align:center;
	clear:both;
	color:#92826e;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	}

div#landing_credits a {
	color:#db0c41;
	text-decoration:none;
}

div#landing_credits a:hover {
	text-decoration:underline;
}
/* ---------- END ---------- */

/* ----------- MAINPAGES ----------- */
body {
	width:100%;
	height:100%;
	background: url(../images/backgrounds/main_page_bg.jpg) top center no-repeat;
	color:#60574c;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
}

div#page_wrapper {
	width:980px;
	margin:0 auto;
	background: url(../images/backgrounds/main_page_bg.jpg) top center no-repeat;
	}

/* ---------- HEADER ---------- */
div#top_wrapper {
	width:100%;
	height:213px;
	}

div#top_content {
	width:900px;
	height:213px;
	margin:0 auto;
	}
	
div#header_branding {
	width:334px;
	height:181px;
	margin:0 auto;
}

div#header_branding a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/backgrounds/header_logo_bg.jpg);
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
}

div#top_nav {
	position:relative;
	width:900px;
	height:33px;
	background:url(../images/backgrounds/top_nav_bg.jpg) no-repeat;
	border-bottom:1px solid #fff;
}

/* ---------- MIDDLE ---------- */
div#mid_wrapper {
	width:100%;
	height:auto;
}

div#mid_content {
	margin:0 auto;
	width:900px;
	background:url(../images/backgrounds/main_content_bg.jpg);
	padding-top:13px;
}

div#main_cross_slide {
	width:800px;
	height:260px;
	background:url(../images/backgrounds/main_cross_slide_bg.jpg) no-repeat;
	margin:0 auto;
	padding-top:35px;
}

body.welcome div#cross_slideshow {
	background:url(../images/chateau_slideshow/chateau_slideshow_01.jpg);
}

body.lepigeonnier div#cross_slideshow {
	background:url(../images/pigeonnier_slideshow/pigeonnier_slideshow_01.jpg);
}

body.chambres div#cross_slideshow {
	background:url(../images/chambres_slideshow/chambres_slideshow_01.jpg);
}

body.wineandfood div#cross_slideshow {
	background:url(../images/wine_slideshow/wine_slideshow_01.jpg);
}

div#cross_slideshow {
	width:794px;
	height:242px;
	margin:0 auto;
}

div.text_wrapper {
	width:800px;
	margin:0 auto;
}

div#boxes_wrapper {
	width:800px;
	height:250px;
	margin:15px auto 0 auto;
}

div#pigeonnier_box, div#chambres_box {
	width:248px;
	height:248px;
	float:left;
	border:#d7d2c7 1px solid;
	background-color:#FFF;
	margin-right:25px;
}

div#wine_box {
	width:248px;
	height:248px;
	float:left;
	border:#d7d2c7 1px solid;
	background-color:#FFF;
}

div#location_box {
	width:248px;
	height:248px;
	float:right;
	border:#d7d2c7 1px solid;
	background-color:#FFF;
}

div#location_long_box {
	width:800px;
	height:100px;
	border:#d7d2c7 1px solid;
	background:#fff url(../images/backgrounds/location_long_box_bg.jpg) no-repeat;
	margin:15px auto 0 auto;
}

div#gallery_wrapper {
	width:754px;
	height:123px;
	border-top:#dbc2af 1px solid;
	border-bottom:#dbc2af 1px solid;
	background:url(../images/backgrounds/gallery_box_bg.jpg) no-repeat;
	margin:15px auto 0 auto;
	padding-left:46px;
}

div#map {
	width:794px;
	height:242px;
	margin:0 auto;
}

div.tariff {
	width:776px;
	height:auto;
	background-color:#FFF;
	border:1px solid #d7d2c7;
	margin:15px auto 0 auto;
	padding:12px;
}

/* ---------- FOOTER ---------- */
div#bottom_wrapper {
	width:100%;
}

div#bottom_content {
	margin:0 auto;
	width:900px;
	background:url(../images/backgrounds/contact_panel_bg.jpg) top center no-repeat;
}

div#contact_panel {
	width:800px;
	height:auto;
	display:block;
	margin:20px auto 0 auto;
	}

div#bottom_nav {
	clear:both;
	width:900px;
	height:auto;
	color:#92826e;
	text-align:center;
	font-size:8pt;
	background-color:#594736;
	border-top:3px solid #4e3d2d;
}

div#credits {
	clear:both;
	width:900px;
	height:50px;
	text-align:center;
	color:#92826e;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/backgrounds/html_bg.jpg);
	padding-top:15px;
	}

div#credits a {
	color:#db0c41;
	text-decoration:none;
}

div#credits a:hover {
	text-decoration:underline;
}