* {margin: 0; padding: 0;}

/* Main structure */

body 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 63%;
}

#container {
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
 	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	max-width:90%;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 450px;
	max-width:80%;
	height: 206px;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#mob_header{
	display:none;	
}

#left {
	float:left;
	width: 280px;
	margin-left: 45px;
	margin-top: 150px;
}


/* MAIN BODY CONTENT */
#right 
{
	margin-left: 330px;
	margin-top: 40px;
	margin-right: 30px;
	font:12px Verdana, Tahoma;

}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 10px;
	padding: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

#mobile-footer{
	display:none;
}


/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}


h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

h5 {
	color: #87a448;
	font: Verdana, Tahoma;
	font-style: normal;
	font-size: 1.2em;
}

h6 {
	color: #87a448;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1.4em;
	font-stretch:expanded;
	 letter-spacing: 2px;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-repeat: no-repeat;
	font-style: normal;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

td.Prices
{ 
background-color: #A8D7CC;
border-right:medium;
border-right-style:solid;
border-color: #FFFFFF;
}

td.Prices2
{ 
background-color: #BED0F1;
}

.box2 {
	background-color: #F4F7F0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom:20px;
	border: 1px dotted #EBE2B7;
	background-repeat: no-repeat;

}

/********************************* Navigation **********************************/

#navcontainer 
{

font-family: Verdana, Arial, Helvetica, sans-serif;

}

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}

#navlist #bottom a
{
	width:70px;
	background-image:none;
	background-color:#FFFFFF;
	padding:2px;
	padding-left:35px;
	padding-top:10px;
	border-bottom: none;
}

#navcontainer_current a
{
	background: url(../images/menu.png) 0 -45px;	
}

#navcontainer a:link, #navlist a:visited
{
	color: #93B26E;
	text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(../images/menu.png) 0 -45px;
	color: #562930;
}

.mob_nav{
	
	display:none;
}

/**************************************** Form ****************************/

form.booking 
{
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_booking
{
	display: block;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	padding: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}


.submit_button {
	margin-top: 10px;
	padding: 2px;
	background-color: #EAF4D9;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

.textarea {
	border: 1px solid #999999;
	background-color:#FFFFFF;
	margin-top: 3px;
	padding: 1px;
}





@media screen and (max-width: 1000px) {


body 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 63%;
	width:100%;
}

#container {
	background-image:url(../images/mob_container_bg.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid white;
	width:90%;
	height:50%;
}

#header {
	height: 205px;
	width:100%;
	display:none;
}

#header_left {
	float: left;
	width: 450px;
	max-width:80%;
	height: 206px;
	display:none;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
	display:none;
}

#mob_header{
	display:block;	
}

#left {
	float:left;
	width: 280px;
	margin-left: 45px;
	margin-top: 150px;
	display:none;
}


/* MAIN BODY CONTENT */
#right 
{
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	font:14px Verdana, Tahoma;
	

}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 10px;
	padding: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

#mobile-footer{
	margin-top:20px;
	display:block;
	width:100%;
	text-align:center;
	font-size:9px;	
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}


h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

h5 {
	color: #87a448;
	font: Verdana, Tahoma;
	font-style: normal;
	font-size: 1.2em;
}

h6 {
	color: #87a448;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1.4em;
	font-stretch:expanded;
	 letter-spacing: 2px;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-repeat: no-repeat;
	font-style: normal;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

td.Prices
{ 
background-color: #A8D7CC;
border-right:medium;
border-right-style:solid;
border-color: #FFFFFF;
}

td.Prices2
{ 
background-color: #BED0F1;
}

.box2 {
	background-color: #F4F7F0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom:20px;
	border: 1px dotted #EBE2B7;
	background-repeat: no-repeat;

}

/********************************* Navigation **********************************/

mobilenav{
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mob_nav{
		display:none;
		padding-bottom:20px;
		padding-top:20px;
		width:85%;
		margin:auto;
		text-decoration:none;
		font-size:18px;
	}
	
	.mob_nav li{
		display:block;
		text-align:left;	
		margin-bottom:5px;
		
	}
	
	.nav-btn{
		display:block;
		text-decoration:none;
		background-image:url(../images/mob_nav_bg.jpg);
		background-repeat:repeat-x;
		width:90%;
		margin:auto;
		padding-left:15px;
		color:#575757;
		font-size:22px;	
		cursor:pointer;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border:1px solid ##9E9E9E;
	}
	
	.nav-btn:before{
		
	}
	
	#mobnav_current{
		color:#6E6E6E;
		background:#E6E6E6;	
	}
	
	
/**************************************** Form ****************************/

form.booking 
{
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_booking
{
	display: block;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	padding: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}


.submit_button {
	margin-top: 10px;
	padding: 2px;
	background-color: #EAF4D9;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

.textarea {
	border: 1px solid #999999;
	background-color:#FFFFFF;
	margin-top: 3px;
	padding: 1px;
}

}