/* Eden House CSS Document */

  body {
  margin: 0px;
  padding: 0px;
  background: #193A27;
  text-align: left;
  }
	
	/*Links*/

  a:link {
  text-decoration: underline;}
  a:visited {
  text-decoration: underline;}
  a:hover {
  text-decoration: none;}
  
  #menu a:link {
  color: #A7CAAC;
  text-decoration: none;}
  #menu a:visited {
  color: #A7CAAC;
  text-decoration: none;}
  #menu a:hover {
  color: #ffffff;
  text-decoration: none;}
   
  /*Text*/
  
  p, a, li, h1, h2, h3, #tarrif, .texta, .buttons, #winter, #wifi {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #D2E1D0;
  line-height: 18px;
  }
  
  p {
  text-align: justify;
  }  
 
   
  /*Headings*/
	
	h1 {
	font-size: 12px;
	color: #D2E1D0;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 14px;
	}
	
	h2 {
	color: #D2E1D0;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	margin: 46px 0px 14px 0px;
	}
	
	h3 {
	color: #D2E1D0;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin: 36px 0px 14px 0px;
	}
	
	
	/*Lists*/
	
	ul {
	margin-left: 1.2em;
	padding-left: 0px;
	}
	
	li {
	text-align: left;
	}
	
	#multiline li {
	text-align: justify;
	margin-right: 6px;
	margin-bottom: 10px;
	}
	
	#menu ul {
	list-style: none;
	margin: 0px;
	}
	
	#menu li {
	display: inline;
	padding: 0px 10px;
	letter-spacing: 1px;
	}
	
	/* Forms */
	
	.texta { 
	background-color: #214F33 ! important ;
	border: 1px solid #0B2C1B;
	}
	
	.buttons { 
	background: #214F33;
	border: 1px solid #0B2C1B;
	}

	
	/* Page Layout */
	
	#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: center;
	}
	
	#main {
	width: 800px;
	border-collapse: collapse;
	}
	
	#nav {
	width: 800px;
	height: 30px;
	background: #132C1D url('../images/navbg.jpg') repeat-x;
	border-right: 1px solid #0B2C1B;
	border-left: 1px solid #0B2C1B;
	padding: 0px;
	}	
	
	#header {
	width: 800px;
	height: 203px;
	background: #132C1D url('../images/header800f.jpg') no-repeat;
	padding: 0px;
	text-align: left;
	border-right: 1px solid #0B2C1B;
	border-left: 1px solid #0B2C1B;
	}
	
	#content {
	width: 800px;
	height: 300px;
	background: #214F33;
	padding: 30px 50px 20px 50px;
	border-right: 1px solid #0B2C1B;
	border-left: 1px solid #0B2C1B;
	text-align: left;
	}
	
	#footer {
	width: 800px;
	height: 155px;
	background: #132C1D url('../images/footer800.jpg') no-repeat;
	border-right: 1px solid #0B2C1B;
	border-left: 1px solid #0B2C1B;
	padding: 0px;
	}
	
	#tarrif th {
	font-weight: normal;
	text-align: left;
	background: #1A462D;
	border: 1px solid #0B2C1B;
	padding: 10px;
	}
	
	#tarrif td {
	text-align: left;
	background: #1E4B30;
	border: 1px solid #0B2C1B;
	padding: 10px;
	}
	
	#heading {
	text-align: left;
	margin-bottom: 32px;
	clear: left;
	}
	
	#tel {
	padding: 0px 0px 1px 38px;
	}
	
	.note { 
	background: #1A462D;
	border: 1px solid #0B2C1B;
	padding: 8px;
	}
	
	#winter {
	width: 236px;
	background: #ffffff;
	color: #193A27;
	border: 1px solid #0B2C1B;
	line-height: 18px;
	text-align: center;
	padding: 10px;	
	}
	
	#wifi {
	padding: 6px;
	}
	
	.panel { 
	background: #1A462D;
	border: 1px solid #0B2C1B;
	padding: 14px;
	}
		
	.rightpic {
	float: right;
	margin: 6px 0px 2px 20px;
	}
	
	.leftpic {
	float: left;
	margin: 6px 20px 2px 0px;
	}
	
	.centred {
	text-align: center;
	}
	
	.right {
	float: right;
	}
	
	.left {
	float: left;}
	
	.darkborder {
	border: 1px solid #0C301D;
	}
	
	.darkgreen {
	color: #0B2C1B;
	}
