@charset "UTF-8";
/*Unstyle*/
html {
	margin: 0px;
	padding: 0px;
	border: none;
	overflow-y: scroll;
}

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*/
body {
	font-family: Georgia, serif;
	color: white;
	background-color: #81A26B;
}

p, a {
	color: white;
}

a {
	cursor: pointer;
}

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

#header {
	width: 100%;
	height: 400px;
	background-color: #37422D;
	color: white;
	overflow:hidden;
}

#navigation {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 180px;
	background-color: #3E5032;
	overflow: visible;
	z-index: 300;
	text-align: center;
}

#content {
	width: 100%;
	height: auto;
	background: #81A26B url("../images/content_back.gif") repeat-x top left;
	color: white;
	min-height: 262px;
	z-index: 100;
}

#credit {
	background-color: #81A26B;
	color: white;
	clear: both;
	float: left;
	text-align: center;
	font-size: 80%;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Tahoma;
	width: 100%;
}

/*remove any unwanted spacing after containers*/
#container:after,
#credit:after {
	display: none;
}

/*Common classes*/
.button {
	display: inline-block;
	width: auto !important;
	width: 1px;
	padding-left: 15px;
	padding-right: 15px;
	height: 28px;
	border: 1px solid white;
	background: transparent url("../images/button.gif") repeat-x top left;
	line-height: 28px;
	color: white;
	vertical-align: middle;
	outline: none;
	font-size: 70%;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

.button span {
	display: block;
	height: 28px;
}

.button:hover {
	background-position: center left;
}

.button:active {
	background-position: bottom left;
}

.email_button span {
	padding-right: 24px;
	background: transparent url("../images/email.gif") center right no-repeat;
}

.menu_button span {
	padding-right: 24px;
	background: transparent url("../images/pdf.gif") center right no-repeat;
}

/*Header*/
#title h1 img {
	float: left;
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
}

#title h1 img.fade_image {
	position: relative;
	z-index: 100;
}

#title,
#title h1,
#title img {
	width: 100%;
}


/*Logo*/
#logo {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 700;
}

/*Navigation*/
#navigation ul {
	float: right;
	width: 170px;
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
	padding-top: 110px;
	padding-bottom: 20px;
}

#navigation li {
	position: relative;
}

#navigation li a {
	font-family: 'Felix Tilting',Times, Arial;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 40px;
	vertical-align: top;
	outline: none;
	position: relative;
}

#navigation li.selected a, #navigation li a:hover {
	background: transparent url("../images/nav_select.png") bottom left no-repeat;
}

/*Content*/
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.3em;
	font-size: 90%;
}

#content h3 {
	display: block;
	height: 20px;
	background: transparent url("../images/hr_long.png") bottom left no-repeat;
	padding-bottom: 4px;
	padding-top: 8px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content h4 {
	padding-bottom: 4px;
	padding-top: 16px;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content h5 {
	padding-bottom: 2px;
	padding-top: 8px;
	font-size: 95%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3em;
}

#content ul {
	font-size: 80%;
	list-style: square;
}

#content li {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}

#content table {
	float: left;
	padding: 0px;
	margin: 10px;
	border: 1px solid white;
	border-collapse: collapse;
	font-size: 80%;
	margin-top: 0px;
	padding-top: 0px;
}

#content .tariff_prices {
	width: 100%;
	clear: both;
}

#content table caption {
	font-style: italic;
	padding-top: 8px;
	padding-bottom: 4px;
}

#content table th {
	background-color: #B5D69E;
	color: #5F7254;
	text-align: center;
}

#content table tr {
	border-bottom: 1px solid white;
}

#content table td,
#content table th {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

p.special-offers {
	padding-top: 0px;
	margin-top: 0px;
}
.summer-offer{
	display:block;
	text-align:center;
	padding:10px;
	border:1px solid #78181B;
	background:#D5C939;
	color:#78181B;
}
a.summer-offer:hover{
	background:#FFCC00;
	color:#D6383D;
}
#summer-special:target{
	text-decoration:underline;
}
#content img {
	margin: 7px;
}

#content form {
	width: auto !important;
	width: 1px;
	white-space: nowrap;
}

#content fieldset {
	font-size: 90%;
	font-weight: bold;
	font-family: Tahoma, Arial;
	z-index: 400;
	color: white;
	float: left;
}

#content .form_control {
	margin: 5px;
}

#content .form_control input,
#content .form_control textarea {
	border: 1px solid green;
}

#content .form_button {
	margin: 5px;
	margin-left: 85px;
}

#content .form_notice {
	color: #EE3333;
	font-size: 70%;
	margin: 5px;
}

#content #form_result {
	margin: 5px;
	float: left;
}

#content label {
	display: inline-block;
	width: 80px;
	font-family: Tahoma, Arial;
	font-size: 90%;
}

#content #form_result {
	display: inline-block;
	font-family: Tahoma, Arial;
	font-size: 80%;
	font-weight: bold;
	vertical-align: top;
}

#content #form_result .error_message {
	color: #CC2222;
}

#content #form_result .success_message {
	color: #22CC22;
}

/*Content text*/
#content_text {
	padding: 10px;
	min-height: 250px;
	margin-right: 220px;
	background: transparent url("../images/body_back.png") bottom left no-repeat;
}

/*contact*/
#contact {
	padding: 10px;
	z-index: 300;
	position: absolute;
	right: 0px;
	width: 200px;
	overflow: hidden;
	font-size: 90%;
}

#contact h3 {
	background-image: url("../images/hr_short.gif");
}

#contact #address,
#contact #tel_number,
#contact #fax_number,
#contact #email {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
}

#contact #email {
	font-size: 80%;
}

/*Credit*/
#credit a {
	color: white;
}

h1.img-cycle{
	height:400px;
	width:850px;
}
h1.img-cycle img{
	height:400px;
	width:850px;	
}


