/* Stylesheet for Forest View Cottage */

* {
	margin:0;
	padding:0
}
html, body {
	height:100%;
	text-align:center;
    font-family: sans-serif;
}
#outer {
	width:950px;
	background:#dee8e0;
	margin:auto;
	min-height:100%;
	margin-top:-30px;/* must match footer height */
	text-align:left;
}

* html #outer {
	height:100%
}

#header {
	width: 950px;
    height: 197px;
    background-color: #ffffff;
	border-top:30px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    background-image: url(../images/header-over.jpg);
    position: relative;
}

#header #stars {
    position: absolute;
    top: 12px;
    left: 33px;
}

#footer {
	background-color: #33693d;
	width:950px;
	margin-left:auto;
    margin-right: auto;
	height:30px;/* must match negative margin of #outer */
	clear:both;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    line-height: 30px;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    z-index: 1;
}

#footer #tel {
    position: absolute;
    left: 35px;
    top: 0px;
    width: 350px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    z-index: 2;
    text-align: left;
    
}

#footer #email {
    position: absolute;
    right: 35px;
    top: 0px;
    width: 350px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    z-index: 2;
    text-align: right;
}

#footer #email a:link, #hooter #email a:visited {
    text-decoration: none;
    color: #ffffff;
}

#footer #email a:hover {
    text-decoration: underline;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#outer:after {
	clear:both;
	display:block;
	height:1%;
	content:" ";
}

/*panels*/

#left {
    width: 325px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#right {
    width: 593px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

/*********************** navigation ************************/

#nav {
    width: 950px;
    height: 30px;
    background-color: #33693d;
    border-bottom: 3px solid #ffffff;
    color: #62946e;
    font-size: 15px;
}

#nav ul {
    list-style-type: none;
    display: inline;
    padding-left: 35px;
}

#nav li {
    list-style-type: none;
    display: inline;
    height: 30px;
    line-height: 30px;
}

#nav a:link, #nav a:visited {
    text-decoration: none;
    color: #62946e;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

#nav a:hover {
    color: #ffffff;
}

#home_page #home_link,
#cottage_page #cottage_link,
#loc_page #location_link,
#test_page #test_link,
#local_page #local_link,
#tarif_page #tarif_link,
#booking_page #booking_link,
#cond_page #cond_link,
#contact_page #contact_link,
#avail_page #avail_link {
    color: #fff;
}


/******************* content **********************/

#left p,
#right p,
#left h1,
#right h1,
#left h2,
#right h2,
#left img,
#right img {
    margin-left: 35px;
    margin-right: 35px;
}

#left img, #right img {
    margin-bottom: 7px;
}

#left p,
#right p {
    margin-bottom: 15px;
}

/*#home_page #left img {
    margin-bottom: 25px;
}*/

h1 {
    color: #33693d;
    font-size: 20px;
    margin-bottom: 5px;
}

h2 {
    color: #33693d;
    font-size: 18px;
    margin-bottom: 5px;
}

#right ul {
    margin-left: 35px;
    margin-bottom: 15px;
}

#right li {
    margin-left: 18px;
    padding-left: 0px;
}

p a:link, p a:visited {
    color: #33693d;
}

p a:hover {
    text-decoration: none;
}


/******************contact form************************/

#contact_form {
	width: 500px;
	margin-left: 15px;
	margin-bottom: 30px;
}

#contact_form ul {
	margin-top: 5px;
	width: 500px;
}

#contact_form li {
	position: relative;
	width: 100%;
	float: left;
	clear: left;
	list-style-type: none;
	display: block;
}

#contact_form label {
	width: 120px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 20px;
}

#contact_form input, #contact_form textarea {
	float: right;
	width: 300px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 20px;
	border: solid 1px #33693d;
}

#contact_form textarea {
	height: 160px;
}

#contact_form input.subbtn {
	margin: 0;
	padding: 0;
	border: 0px solid #FFFFFF;
	cursor:pointer;
	height:30px;
	width:70px;
	float:right;
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	font-size:16px;
	text-align: center;
    background-color: #33693d;
	line-height: 30px;
	margin-right: 20px;
	font-family: sans-serif;
	margin-top: 4px;
	margin-bottom: 40px;
}

p.error {
	color: #a25018;
	font-size: 16px;
}

p.success {
	font-size: 16px;
}

/******************tarif***************/

#tarif_list {
    width: 470px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#tarif_list li {
    width: 470px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 5px;
    position: relative;
    font-weight: bold;
}

#tarif_list li span {
    position: absolute;
    right: 0px;
    font-weight: normal;
}

/***************slideshow***************/

#slideshow {
    width: 529px;
    height: 398px;
    margin-bottom: 20px;
}

#slideshow img {
    top:  0; 
    left: 0;
}

#prev img, #next img {
    border: none;
}

#prev {
    position: absolute;
    top: 188px;
    left: 15px;
    z-index: 40;
}

#next {
    position: absolute;
    top: 188px;
    right: 15px;
    z-index: 40;
}

#home_slide {
    width: 290px;
    height: 502px;
    position: relative;
}

#home_slide img {
    position: absolute;
    left: 0;
    top: 0;
}

/***************testimonial*******************/

p.testimonial {
    margin-bottom: 0px;
    color: #333333;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 10px;
    margin-right: 20px;
    font-style: italic;
    font-family: georgia;
    position: relative;
    margin-top: 25px;
    border-bottom: 1px solid #33693d;
    padding-bottom: 25px;
}

.testimonial span {
    font-size: 60px;
    color: #33693d;
}

.op_q {
    /*margin-left: -20px;*/
    position: absolute;
    top: -10px;
    left: -10px;
}

.cl_q {
    /*margin-right: -20px;*/
    position: absolute;
    bottom: -15px;
    right: 10px;
}

/****************availability table from Visit FOD***********************/

#right table {
    width: 510px;
    margin-left: 35px;
    border: 1px solid #33693d;
    margin-top: 20px;
    margin-bottom: 20px;
}

#right table td {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    font-weight: bold;
}

tr.thedmsGridTableHeader {
    background-color: #33693d;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

tr.thedmsGridTableHeader a {
    text-decoration: none;
    color: #fff;
}

#right table td.thedmsGridNotAvailable {
    background-color: #cccccc;
}

#right table td.thedmsGridLeftAligntext {
    background-color: #cccccc;
}

table caption {
    text-align: left;
    font-style: italic;
    font-weight: bold;
    padding: 10px;
}

/**********************map***********************/

#map {
    width: 510px;
    margin-left: 35px;
}

/******************booking***********************/

#pdf_link {
    border: none;
}

#pdf_link img {
    border: none;
    margin-right: 0;
    margin-right: 10px;
    vertical-align: middle;
}

#booking_page img {
    border: none;
}

#booking_text {

}

/********************local*************************/

#events {
    list-style-type: none;
    margin-left: 0px;
    margin-right: 35px;
}

#events li {
    margin-left: 0px;
    list-style-type: none;
    clear: both;
}

#events img {
    margin-left: 0px;
    float: left;
    margin-bottom: 20px;
}

#links {
    /*line-height: 30px;*/
}

