<!--

#navcontainer ul li
{
list-style-type: none;
padding-left:0px;
padding-bottom:0px;
margin-left: 5px;
display: block;
float: left;
background: url("navBarBg.gif") repeat-x 20px;
font: 11px/20px "Lucida Grande", verdana, sans-serif;
color: white;
text-align: center;
}

#navcontainer a
{
color: #167c27;
text-decoration: none;
display: block;
width: 130px;
border-top: 0px solid #A8B090;
border-bottom: 1px solid #A8B090;
border-left: 0px solid #A8B090;
}

#navcontainer li#active { background: url("navBarBgHover.gif") repeat-x 20px; }
#navcontainer a:hover, #navcontainer a:focus, #navcontainer a:active { 
background: url("navBarBgHover.gif") 
repeat-x 20px; 
color:red;
	text-decoration: none;
	/*padding-bottom: 5px;*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

#header
{
width:760px;
height:146px;
min-height:146px;
text-align:center;
color:black;
background-color:black;
}

#subheader
{
clear:both;

margin-top:0px;
top:0px;
bottom:0px;
margin-bottom:0px;
left:0px;
text-align:center;
background-image: url("tlo.jpg");
background-repeat:repeat-x 20px;
font-size: 16pt;
color:#8c0700;
width:100%;
height:auto;
height:22px;
min-height:22px;
position:relative;
}

#subheader2
{
clear:both;
top:0px;
bottom:0px;
margin-bottom:0px;
margin-top:4px;
left:0px;
text-align:center;
background-image: url("subhed2.jpg");
background-position: center;
background-repeat:no-repeat;
font-size: 16pt;
color:#8c0700;
width:100%;
height:auto;
height:99px;
min-height:99px;
position:relative;
}

#left
{

float:left;
font-size: 10pt;
width:140px;
height:auto !important;
height:800px;
min-height:800px;
display:inline;
font-size: 12pt;
color:black;
text-align:center;

background-color:#19af5c;
}

#middle
{

float:left;
width:620px;
height:auto !important;
height:800px;
min-height:800px;
font-size: 13pt;
text-align:center;
display:inline;
color:black;
background-image:url("kropekz.gif"); 
background-position:right; 
background-repeat:repeat-y;
background-color:#ffff80;
}

#middleix
{

float:left;
width:620px;
height:auto !important;
height:1050px;
min-height:1050px;
font-size: 13pt;
text-align:center;
display:inline;
color:black;
background-image:url("kropekz.gif"); 
background-position:right; 
background-repeat:repeat-y;
background-color:#ffff80;
}



#footer
{


clear:both;
top:1px;
width:100%;
height:40px;
min-height:30px;
font-size: 13pt;
background-color:#19af5c;
color:black;
text-align:center;

position:relative;
}

.ind a:link
{
color:black;
}
.ind a:visited
{
color:black;
}
.ind a:active
{
color:red;
	text-decoration: none;
	/*padding-bottom: 5px;*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;

}
.ind a:hover
{
color:#e6ba5c;
	text-decoration: none;
	/*padding-bottom: 5px;*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}


*.greet a:link
{
color:black;
}
*.greet a:visited
{
color:black;
}
*.greet a:active
{
color:red;
}
*.greet a:hover
{
color:#e6ba5c;
}



.ind 
{
background-image: url(background-6151.jpg); 
background-repeat:no-repeat;
background-color:#5b5b5b;
}

H1
{
font-size:22px;
color:#8c0700;
font-family:Times;
font-style:italic ;
}

H2
{
font-size:14px;
color:#8c0700;
font-family:Times;
}

H3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#00FF66;
	color:#660099;
}


*.bold
{
color:#861c1c;
}

ul
{
font-style:italic, bold;
color:white;
}

#guide ul li
{
font-style:italic, bold;
list-style:decimal;
color:black;
}

#guidelist ul li
{
font-style:italic, bold;
list-style:square;
color:black;
}

#guide a{
font-style:italic, bold;
color:#2fb610;
}

#aa
{
font-style:italic, bold;
color:#8c0700;
}

ul.ofert, li.ofert
{
font-size: 14pt;
list-style:circle;
color:black;
}

ul.ofer, li.ofer
{
font-size: 13pt;
color:black;
}


.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 0px;
}

.splitright {
background-color: #ffffff;
width: 49%;
float:
inherit;
overflow: hidden;
}

.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #74A8F5}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height:400px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
text-transform:uppercase;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -90px;
left: -120px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



-->