/* DIUM INTERACTIVE CSS TEMPLATE */
/*
*, body {
    scrollbar-3dlight-color: #;
    scrollbar-arrow-color: #;
    scrollbar-darkshadow-color: #;
    scrollbar-face-color: #;
    scrollbar-highlight-color: #;
    scrollbar-shadow-color: #;
    scrollbar-track-color: #;
}
*/
/* png as background in IE (sizingMethod=crop/scale/image)
* html ... {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/px/.png, sizingMethod=crop);
}
*/
html {
    border: none;
   background: #1E1E1E url(/px/main_bottom.gif) left bottom repeat-x;
}
body {
  margin: 0 auto;
    background: #1E1E1E left top repeat-x;
    color: #FFF;
    font: 12px Arial, Verdana, Tahoma;
}
/* :hover for every element in IE */
* html body {
    behavior: url(css/csshover.htc);
}
* {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    border: none;
}
input,
select,
textarea {
    vertical-align: middle;
    font: ;
    color: ;
}
input.txt,
select.txt,
textarea.txt {
    padding: 2px 0 2px 0px;
    width: 100%;
}
textarea.txt {
    height: 100px;
}
select.txt {
    padding: 0;
}
input.btn {
    padding: 2px 10px 2px 10px;
}
/* button padding for IE */
* html input.btn {
    padding: 1px 5px 1px 5px;
}
table {
    border-collapse: collapse;
  empty-cells: show;
}
table td {
    vertical-align: top;
}
a.o:link, a.o:visited, a.o:hover, a.o:active  {
  background: #000;
  color: #FFF;
  padding: 3px;
}
a.o:hover {
    text-decoration: none;
  background: #FF7900;
  color: #FFF;
  padding: 3px;
}
a.oo:link, a.oo:visited, a.oo:hover, a.oo:active  {
  color: #FFF;
  padding: 3px;
}
a.oo:hover {
    text-decoration: none;
  color: #FFF;
  padding: 3px;
}
/* .png in IE */
* html .png {
    behavior: url(/css/png.htc);
}
/* .png as background in IE (background-image need to be written in HTML, not CSS) */
* html .pngback {
    background-image: none !important;
    behavior: url(/css/pngback.htc);
}
.full {
    width: 100%;
}
.half {
    width: 50%;
}
.quarter {
    width: 25%;
}
.clear {
    clear: both;
}
.nowrap {
    white-space: nowrap;
}
.wrap {
    white-space: normal;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.hidden {
    display: none;
}
.error {
    color: #F00;
}
ul.ul {
    padding: 0 0 0 30px;
  list-style: square;
}
* html ul.ul {
    padding: 0 0 0 40px;
}
ol.ol {
    padding: 0 0 0 25px;
}
* html ol.ol {
    padding-left: 30px;
}
h1 {
    font-size: 120%;
}
h2 {
    font-size: 100%;
}
h3 {
    font-size: 95%;
}
#main{
  padding: 5px 20px 60px 20px;
  margin: 0 auto;
  width: 760px;
  background: #000;
  margin-top: 30px;

}
#mainin{
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  width: 860px;
  background: #000;
  margin-top: 0px;

}
#main .content{
  margin: 0 auto;
  height: 500px;
  width: 100%;
  background: #FFF;
}
.content_in{
  position: relative;
  height: 500px;
  z-index: 1;
}
.content_top{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 180px;
  width: 760px;
}
.menuline{
  position: relative;
  padding-top: 70px;
}
.menuitem{
  width: 180px;
  float: left;
  text-align: center;
  padding: 10px 5px 10px 5px;

}
*html .menuitem.last {
  width: 180px;
  margin: 0 -2px 0 0;
}
.menuline a {
}
.menuitem:hover{
  background: #FF7900;
}
.menuitemselected{
  width: 180px;
  float: left;
  text-align: center;
  padding: 10px 5px 10px 5px;
  background: #FF7900;
}

#bottom{
  width: 760px;
  margin: 0 auto;
  text-align: right;
  padding: 50px 20px 20px 20px;
}
#bottomin{
  width: 760px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 20px 20px 20px;
}
#bottom.fpage {
  padding: 110px 20px 20px 20px;
}
* html #content_top{
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/px/menu.png", sizingMethod="scale");
}
.content_topin{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 760px;
}
.menulinein{
  padding-top: 30px;
}
.menuitemin{
  width: 180px;
  float: left;
  text-align: center;
  padding: 10px 5px 10px 5px;

}
.menuitemselectedin{
  width: 180px;
  float: left;
  text-align: center;
  padding: 10px 5px 10px 5px;
  background: #FF7900;
}








.slideholder {
  width: 760px;
  position: relative;
  z-index: 0;
  margin: -560px auto 0 auto;
}







/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder,.imageSlideshowHolder_left{
  /*margin:5px;*/ /* "Air" */
  /*float:right; */ /* Floating gallery at the right side of other web page content */
  width:760px;  /* Image width */
  height:500px; /* Image height */

  position:relative;  /* Don't remove this line */



}
/* Don't change these values */
.imageSlideshowHolder img.slideshow{
  position:absolute;
  z-index: 1 !important;
  left:0px;
  top:0px;
}
.dateo{
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 13pt;
  color: #999999;
}
