body {
  text-align: center;
  font-family: Tahoma, Verdana, "Geneva CE", Lucida, Arial, Helvetica, sans-serif;
  font-size: 72%;
}

h1, h2, h3, h4, p, img {
  margin: 0; padding: 0; border: 0;
}

hr {
  border: 1px solid #0d5a36;
  width: 100%;
}

fieldset {
  border: 1px solid #0d5a36;
}

legend {
  color: #0d5a36;
  margin-left: 175px;
  font-size: 1.3em;
}

.send {
  border: 1px solid #0d5a36;
  font-weight: bold;
  color: #0d5a36;
}

a:link {
  text-decoration: underline;
  color: #0d5a36;
}
a:visited {
  text-decoration: underline;
  color: #0d5a36;
}
a:active {
  text-decoration: none;
  color: #0d5a36;
}
a:hover {
  text-decoration: none;
  color: #800080;
}

#link {
  position: relative;
  width: 570px;
}

#link ul {
  position: relative;
  float: left;
  width: 240px; 
  line-height: 17px;
}

#link li {
  position: relative;
  line-height: 17px;
}

#all {
  position: relative;
  text-align: left;
  width: 760px;
  margin: 0 auto;
}

#header_text {
  float: left;
  width: 759px;
  text-align: left;
  background: #0d5a36;
  border-left: 1px solid #FFFFFF;
}

#header_picture {
  float: left;
  width: 759px;
  text-align: left; 
  background: url("/images/header.jpg") no-repeat;
  height: 150px;
}

#header_text h1 {
  font-family: ITC Zapf Chancery, Tahoma, sans-serif;
  font-size: 1.7em;
  color: white;
  padding: 2px;
}

#menu {
  position: absolute;
  display: inline;
  width: 100%;
  top: 178px;
  height: 25px;
  left: 0px;
  background: #0d5a36;
}

#menu ul {
 	position: absolute;
	height: 25px;
	line-height: 25px;
  padding: 0; margin: 0;
}

#menu li {
	float: left;
	position: relative;
	list-style: none;
	border-left: 1px solid #FFFFFF;
}

#menu li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding-left: 14px;
	padding-right: 14px;
	font-weight: bold;
	background: #0d5a36;
}

#page_all {
  float: left;
  margin-top: 24px;
  width: 100%;
  background: url("/images/2000.jpg") repeat;
}

#page_left_all {
  float: left; 
  width: 570px;
  border-right: 1px solid #0d5a36;
}

#page_left {
  padding: 8px;
}

#page_right_all {
  margin: 10px 0 0 570px;
  border-left: 1px solid #0d5a36;
  padding-bottom: 40px;
}

#page_right {
  margin: 0;
  padding: 0;
}

#footer_all {
  clear: both;
  background: #0d5a36;
}

#footer {
  text-align: center;
  color: white;
  padding: 4px;
}

#partners {
  float: left;
  width: 760px;
  padding: 4px;
}

.home, #description {
  text-align: justify;
  margin: 20px 9px 10px 9px;
}

.home h2, #description h2 {
  text-align: center; 
  color: #0d5a36; 
  font-size: 130%; 
}

#page_left_all h2 {
  text-align: center; 
  color: #0d5a36; 
  font-size: 1.3em;
}

.home h3 {
  text-align: center; 
  font-size: 100%; 
  color: #0d5a36;
  margin-top: 20px;
}

#action {
  text-align: left;
  color: white;
  background: #0d5a36;
  margin: 8px;
  border: 1px dashed white;
}

#action p {
  padding: 8px;
}

#action h3 {
  color: white;
  font-size: 1.0em;
  padding: 8px;
}

#description h3, #description h4 {
  text-align: left;
  font-size: 1.1em; 
  color: #0d5a36;
  margin-top: 20px;
}

.home p {
  font-size: 1.0em;
  margin-top: 15px;
}

#description p {
  font-size: 1.0em;
  margin-bottom: 20px;
}

#navigation {
  position: absolute;
  top: 215px;
  left: 10px;
}

.next_text {
  margin-top: 15px;
}

.page_title {
  margin-top: 50px;
}

.box_title {
  width: 99%;
  background: #0d5a36;
  height: 25px;
}

.box_title h3 {
  font-size: 1.1em;
  color: white;
  padding: 4px;
  margin-left: 20px;
}

.box_text {
  text-align: justify;
  margin: 10px 10px 10px 10px;
}

.box_right_title {
  text-align: center;
  font-size: 1.1em;
  color: white;
  background: #0d5a36;
  padding: 4px;
}

.box_right_text {
  line-height: 17px;
  padding: 4px;
}

table.pricelist {
  width: 100%;
  margin: 10px 4px 4px 0px;
  border-collapse: collapse;
  border-color: #0d5a36;
  border: 1px solid #0d5a36;
}

table.pricelist th {
  background: #0d5a36;
  padding: 4px;
  color: white;
  font-size: 1.1em;
}

table.pricelist td {
  padding: 3px;
}

table.calendar {
  font-size: 92%;
  width: 100%;
}

table.calendar th {
  text-align: center;
  padding: 2px;
  margin: 4px;
}

table.calendar td {
  text-align: center;
  width: 20px;
  padding: 4px;
}

table.calendar th h4 {
  font-size: 10pt;
  text-align: center;
  color: #0d5a36;
  padding: 4px;
}

.active_day {
  text-align: center;
  background: #0d5a36;
  cursor: pointer;
}

.inactive_day {
  text-align: center;
}

.pop_block {
  display: none;
  position: absolute;
  right: 195px;
  top: 210px;
  z-index: 5;
  width: 545px;
  color: black;
  background: url("/images/2000.jpg") repeat;
  border: 2px solid #0d5a36;
  padding: 21px 7px 21px 7px;
  z-index: 9;
  opacity: 0.95;
  filter: alpha(opacity=95, style=95);
  -moz-border-radius: 7px;
}

h3 {
  font-size: 10pt;
}

.raquo {
  position: absolute;
}

.raquo_text {
  position: relative;
  left: 15px;
}

.print {
  display: none;
}

.pricelist_text, .exchange_list_text {
  padding-top: 15px;
}

.info {
  float: right;
  text-align: right;
}

.line {
  border-bottom: 1px solid #0d5a36;
}

.error {
	background-color: #0d5a36;
	border: 1px dashed #fff;
	margin-top: 2px;
	margin-bottom: 15px;
	padding: 6px;
	line-height: 18px; 
	font-weight: bold; 
	color: white;
}

.error_inquiry {
  text-align: center;
  color: red;
  padding: 4px;
}

.questions {
  text-align: center; 
  font-weight: bold; 
  margin-top: 5px;
}

.counter_img {
  position: absolute; 
  width: 140px; 
  margin-top: 20px; 
  padding: 4px;
}

.counter_percentage {
  position: absolute; 
  left: 710px; 
  margin-top: 20px; 
  padding: 4px;
}

.answerback {
  margin-top: 32px; 
  padding: 4px;
}

.total_vote {
  text-align: center;
  margin: 20px 0px 10px 0px;
}

#partners_category ul {
  margin: 0; padding: 0; border: 0;
  display: block;
  float: left;
  width: 30%; 
  line-height: 18px;
  margin: 8px 8px 8px 8px;
  
}

#partners_text {
  clear: both;
}

.cons {
  text-align: center;
}


