@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	background: #2C5A37 url('../images/background.gif') top center repeat-y;
}

body {
	font-family: arial;
}

p {

}

h1 {

}

h3{
	font-size: 1.8em;
}

h5{
	font-style: italic;
	font-size: 1.1em;
}

/*Layout*/
#container {
	width: 900px;
	margin: auto;
}

#container #header {
	height: 405px;
}

#container #content {
	width: 820px;
	background-color: #989054;
	padding: 40px;
	color: #fff;
}

#container #navigation {
	background-color: #989054;
	margin-bottom: -20px;
	z-index: 20;
}

#container #footer {
	background-color: #716C3F;
	height: 4em;
}

/*Header*/
#header #title {
	position: absolute;
	top: 0px;
	left: 260px;
	z-index: 10; 
}

#header_curlew {
	position: absolute;
	top: 0px;
	left: 60px;
}

#header_cycle{
	position: absolute;
	top: 0px;
	height: 400px;
	width: 900px;
	z-index: -1;
}

#header_cycle img{
	position: absolute;
	top: 0px;
	height: 400px;
	width: 900px;
}

/*Navigation*/
#navigation  li{
	float: left;
	margin: 0px 22px;
	padding: 0px 0px;
	list-style: none;
}
#navigation li a{
	padding: 0px 5px;
}

#navigation ul{
	padding: 5px 20px 0px 20px;
	margin: 0px;
	padding-bottom: 35px;
}

/*Content*/
#content p{
	padding: 20px;
	line-height: 1.5em;
	text-align: justify;
}

.left_image{
	float: left;
	margin: 10px 30px 0px 0px;
	width: 350px;
	height: 233px;
	border: 2px solid #2C5A37;
}

.left_image img{
	position: absolute;
	width: 350px;
	height: 233px;
}

.right_image{
	float: right;
	margin: 10px 0px 0px 30px;
	width: 350px;
	height: 233px;
	border: 2px solid #2C5A37;
}

.right_image img{
	position: absolute;
	width: 350px;
	height: 233px;
}

#content ul{
	margin-top: 0px;
}

#content li a{
	color: #fff;
}

#content a{
	color: #fff;
}

.tariff_table{
	width: 80%;
	margin: auto;
	border: none;
}

.tariff_table th{
	background-color: #2C5A37;
	font-weight: bold;
}

.tariff_table td{
	border: 1px solid #2C5A37;
	text-align: center;
	margin: 0px;
}
/*Footer*/
#footer{
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}

#footer a{
	color: #000;
}

#phone_number{
	position: absolute;
	left: 30px;
	top: 10px;
	width: 200px;
	text-align: center;
}

#email{
	position: absolute;
	right: 5px;
	top: 15px;
	width: 270px;
	text-align: center;
}

#address{
	position: absolute;
	top: 5px;
	width: 340px;
	left: 280px;
	padding: 5px 0px;
	text-align: center;
}

#address address{
	text-align: center;
}

#credit{
	color: #999;
	float: right;
	margin: 5px 5px 0px 0px;
	font-size: 0.8em
}

#credit a{
	color: #999;
}

/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	margin-right:15px;
}
