﻿* {
	margin: 0;
	padding: 0;
}

html, body {
	/*overflow: auto;*/
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	font-family: Arial;
	background-color: #58b107;
}

#footerWrapper {
	width: 100%;
	display: inline-block;
}

#minwidth1 { padding: 0 500px; }
#minwidth2 { width: 100%; }

/* Holly Hacks \*/ 
* html #minwidth1, 
* html #minwidth2, 
* html #bodyWrapper1 { height: 0; }
/* */

#bodyWrapper {
	height: 466px;
	background-color: #F4F5ED;
	margin: 0 -500px;
	position: relative;
}

#gradient {
	position: relative;
	top: 466px;
	width: 100%;
	height: 366px;
	background: #F4F5ED url(images/back-gradient.jpg) repeat-x top;
}

#contentContainer {
	color: #3C3C3C;
	margin: -366px auto;
	width: 940px;
	position: relative;
	height: 800px;
}

#contentContainer2 {
	margin: -331px 0 0 0;
	padding: 19px 0 0 0;
	position: relative ;
	width: 100%;
}
#mainContent {
	width: 569px;
	margin-top: 0px;
	margin-left: 368px;
	font-size: .8em;
}

#trees {
	width: 800px;
	height: 331px;
	background: transparent url(images/trees.jpg) no-repeat top left;
	margin: 0 0 0 -300px;
	display: block;
	position: relative; /* this is a hack to make rendering outside the containing block not clip in ie with negative margin!*/
}

h1 { margin: 1.2em 0 .5em 0; }
h2 { margin: 1em 0 .5em 0; color: #58b107; }
h3 { margin: 1em 0 0 0; color: #58b107; }

p { margin: .75em 0 0 0; }
p.note { margin: .4em 0 0 0; }

a {
	color: #0763b1;
}
a:visited {
	color: #2d5b83;
}
a, a:visited {
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a img { border: 0; }

h2 a, h2 a:visited,
h3 a, h3 a:visited
{
	color: #0763b1;
	text-decoration: none;
}
h2 a:hover,
h3 a:hover
{
	text-decoration: underline;
}
h2 a, h2 a:visited
{
	font-weight: normal;
}

#auxContent {
	float: left;
	font-size: 0.75em;
	margin-top: 87px;
	width: 368px;
	position:relative ;
}

#auxContent h3,
#auxContent hr,
#auxContent p {
	margin-left: 26px;
	margin-right: 26px;
}

#auxContent h3,
#auxContent h4 {
	color: #DE7400;
}

#auxContent hr {
	border: solid 1px #58B107;
}

#auxContent li.deeperSubMenuLevel 
{
	padding-left: 26px;
}

#auxContentTopBorder {
	background-color: #F4F5ED;
	height: 14px;
	float: left;
	width: 354px;
	font-size: 0px;
}
#auxContentTopBorderLeftCorner {
	background-color: #333333;
}
#auxContentTopBorderLeftCorner img {
	float: left;
	height: 14px;
	margin: 0;
}

ul.subMenu {
	list-style: none;
	margin-left: 30px;
	margin-right: 26px;
}

#logo {
	background-color: #F4F5ED;
	padding: 60px 0;
	text-align: center;
	clear: left;
}

#visitorTypeButtons {
	padding-top: 18px;
	font-size: 0;
}

#testimonials {
	font-size: .7em;
	margin-top: 42px;
	width: 357px;
}
#testimonials h2 {
	margin: 0;
}
#testimonials p {
	margin: 0;
}
#testimonials blockquote {
	border-left: solid 1px #3FA23F;
	float: left;
	font-style: italic;
	margin-top: 1em;
	padding: 0 18px;
	width: 155px;
}
#testimonials blockquote.quote_first {
	border-left: 0;
	padding-left: 0;
}
#testimonials blockquote.quote_last {
	padding-right: 0;
}
#testimonials span.quote_author_name, #testimonials span.quote_author_info {
	display: block;
	font-style: normal;
	text-align: right;
}
#testimonials span.quote_author_name {
	font-weight: bolder;
}

#navMenu { margin: 0 6px; font-size: 0; }
#navMenu { background: url(images/menu-nav-background.gif) repeat-x; }
#navMenu, #navMenuBorderLeft, #navMenuBorderRight { height: 56px; }
#navMenuBorderLeft { background: url(images/menu-nav-edge-left.gif) no-repeat left; }
#navMenuBorderRight { background: url(images/menu-nav-edge-right.gif) no-repeat right; }

#navMenu ul { list-style: none; }
#navMenu ul li { display: inline; }

#navMenu img { background: url(images/menu-nav-item-separator.gif) no-repeat top right; }
#navMenu ul li.last img { background: none; }

#navMenu img { padding: 0 11px 0 10px; }
body.lang_en #navMenu img { padding: 0 16px 0 15px; }
body.lang_cz #navMenu img { padding: 0 13px 0 12px; }
body.lang_ru #navMenu img { padding: 0 11px 0 10px; }

#langMenuContainer {
	margin: 1em 0 1em 0;
	float: right;
}
#langMenu {
	color: #DE7400;
	background-color: #D9EAC7;
	font-size: .8em;
}
#langMenuContent {
	padding: 8px 5px;
}
#langMenuCornerTopLeft { background: url(images/menu-lang-corner-top-left.gif) no-repeat top left; }
#langMenuCornerTopRight { background: url(images/menu-lang-corner-top-right.gif) no-repeat top right; }
#langMenuCornerBottomLeft { background: url(images/menu-lang-corner-bottom-left.gif) no-repeat bottom left; }
#langMenuCornerBottomRight { background: url(images/menu-lang-corner-bottom-right.gif) no-repeat bottom right; }

#langMenu ul { list-style: none; }
#langMenu ul li {
	cursor: pointer;
	cursor: hand;
	display: inline;
	padding: 0 5px;
}
#langMenu a { color: #080808; text-decoration: none; }
#langMenu a:hover { color: #DE7400; }

#banners {
	font-size: 0;
	list-style: none;
	margin: 10px 0 0 368px;
}
#banners li { display: inline; }

#textArea {
	background-color: #F4F5ED;
	padding: 5px 10px 40px 20px;
}

#textArea p img {
	border: solid 5px #fff;
	margin: 5px 0 5px 0;
}

#textArea ul {
	margin-top: .35em;
	list-style: none;
}
#textArea ul li {
	background: url(images/list-item-marker.gif) no-repeat 0 .35em;
	margin-left: .1em;
	padding-left: 1em;
}
#textArea ul.big { margin-top: 0; }
#textArea ul.big li { margin-top: .35em; }

#textArea .formContainer {
	background: #e6e9db;
	padding: 25px 0;
	width: 100%;
}
#textArea form table {
	margin-left: auto;
	margin-right: auto;
}
#textArea form .buttons {
	text-align: right;
	vertical-align: top;
}
#textArea form .buttons input {
	background: #e6e9db;
	width: auto;
}
#textArea form input, #textArea form textarea {
	border: solid 1px #7f9db9;
	background: #fff;
	padding: .1em;
	font-family: Arial;
	font-weight: normal;
	font-size: 1em;
	overflow: auto;
	width: 20em;
}
#textArea form .label {
	text-align: right;
	padding-right: .5em;
	font-weight: bolder;
}
#textArea form table td.forTextArea {
	vertical-align: top;
}
#textArea form .errArea { text-align: right; }
#textArea form .msg { color: #58b107; font-weight: bolder; }
#textArea form .err { color: #ff0000; font-weight: bolder; }

#bossSignature {
	padding: 5em 0 2em 0;
	text-align: right;
}
#bossSignature span {
	display: block;
}
#textArea #bossSignature img {
	border: 0;
	float: right;
	margin: -0.5em 25px 0em 25px;
}

#textAreaBottomBorder {
	clear: right;
	background-color: #F4F5ED;
	margin: 0 5px;
	height: 5px;
	font-size:0px;
}
#textAreaBottomBorderLeft {
	background: url(images/content-main-corner-bottom-left.gif) no-repeat top left;
	height: 5px;
}
#textAreaBottomBorderRight {
	background: url(images/content-main-corner-bottom-right.gif) no-repeat top right;
	height: 5px;
}

#footerContainer {
	position:relative ;
	bottom:0px;
	clear: both;
	margin: 0 auto;
	/*padding: 0 50px;*/
	vertical-align: bottom;
	width: 940px;
}

#footer {
	color: #333;
	font-size: .75em;
}

#copyright {
	margin: 2em 0;
	text-align: right;
	white-space: nowrap;
}

#footerBottomBorder {
	/*background-color: #242424;
	margin: 0 9px;
	height: 9px;*/
	font-size:0px;
}
#footerBottomBorderLeft {
	/*background: url(images/footer-line-edge-left.gif) no-repeat top left;*/
	height: 9px;
}
#footerBottomBorderRight {
	/*background: url(images/footer-line-edge-right.gif) no-repeat top right;*/
	height: 9px;
}