@charset "iso-8859-2";
body {
	background-color: #398c39;
	background-image: url(images/back_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:100%;
	font-size: 18px;
	line-height: 28px;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #e5eddc;
	margin-top: 0px;
	left: 50%;
	top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -390px;
	position: absolute;
	width: 779px;
}
#container img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img.floatRight {
	float:right;
}
#banner {
	position: relative;
	height: 311px;
	width: 100%;
}
#menu {
	display: block;
	position: relative;
	width: 779px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	height: 34px;
	font-size: 22px;
	color: #FF0000;
	float: right;
	padding-top: 10px;
	background-color:#FFFFFF;
	background-image: url(images/3x1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#menu_line {
	float: left;
	height: 44px;
	width: 331px;
}
#menu a {
	color: #FF0000;
	text-decoration: none;
}
#main {
	background-color: #e5eddc;
}
#shadow {
	background-image: url(images/shadow.gif);
	background-repeat: repeat-x;
}
.spacer {
	float: left;
	width: 20px;
}
#left {
	float: left;
	width: 110px;
	text-align: center;
}
#left a.oferta {
	display: block;
	width: 110px;
	font-size:12px;
	color:#FFFFFF;
	background: #99cc66;
	font-weight:bold;
	text-decoration: none;
	margin-bottom:3px;
}
#left a.oferta:hover {
	background-color: #59862D;
}
#right {
	float: left;
	width: 155px;
	text-align: center;
}
#middle {
	float: left;
	width: 434px;
}
#footer {
	clear: both;
	text-align: center;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}
h2 {
	font-size: 18px;
	color: #999999;
}

h3 {
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}

.big {
	font-size:1.3em;
	font-weight:bold;
	color:#FF6600;
}

.orangeBackground{
	background-color:#ff6600;
	color:#ffffff;
	font-size:1.3em;
	font-weight:normal;
}

.orangeBackground a{
	color:#ffffff;
}

.center{
	text-align:center;
}

.under {
	text-decoration:underline;	
}

hr {
	width: 90%;
}

div#lang {
	position:absolute;
	left: 50%;
	margin-left:145px;
	top: 342px;
	background:#99CC66;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	width:auto;
}

div#lang a {
	color:#FFFFFF;
	text-decoration:none;
}

div#lang a:hover {
	color:#FFFFFF;
}

/* this class is used to simulate links on website, when using javascript to update content on click */
.hand {
	cursor:pointer;
}
