html {
overflow: -moz-scrollbars-vertical;
}

body {
text-align: center;
padding: 0px;
margin: 0px;
color: #333333; 
background-image: url("../images/wood02.jpg");
font-family: arial;
font-size: 11px;
cursor: default;
}

h1 {
font-family: Arial, Verdana, Sans-serif;
color: #2d2d2d;
font-weight: normal;
text-decoration: none;
font-size: 23px;
margin: 0px;
}

h2 {
color: #808080;
font-weight: bold;
text-decoration: none;
font-size: 16px;
margin: 0px;
}

h3 {
color: #363636;
font-weight: bold;
text-decoration: none;
font-size: 15px;
}

b {
color: #0066cc;
font-weight: bold;
}

a, a:visited, a:active {
color: #29baf9;
text-decoration: none;
z-index: 3;
}

a:hover {
text-decoration: underline;
}

#bg {
background-image: url("../images/wood02.jpg") repeat-x;
height: 406px;
width: 100%;
position: static;
}


#page { 
margin: 0px auto;
width: 898px;
background: url("../images/main_bg.png") repeat-y; 
padding: 0px 6px 0px 6px;
text-align: justify;
}

#main_menu {
background: url("../images/menu.jpg") repeat-x;
width: 898px;
height: 25px;
color: #FFFFFF;
}

#main_menu li {
display: inline;
margin-left: 10px;
float: left;
}

#main_menu li a {
color: #ededed;
text-decoration: none;
float: left;
padding: 5px 6px 4px 6px;
background: #5d91da url("../images/menu.jpg") repeat-x;
height: 16px;
}

#main_menu li span a{
color: #ededed;
text-decoration: none;
float: left;
padding: 5px 6px 4px 6px;
background: #5d91da url("../images/menu3.jpg") repeat-x;
height: 16px;
}

#main_menu li a:hover {
color: #ededed;
text-decoration: none;
padding: 5px 6px 4px 6px;
background: #5d91da url("../images/menu2.jpg") repeat-x;
height: 16px;
}


#main {
background: url("../images/main_top_bg.jpg") repeat-x;
width: 874px;
padding: 34px 12px 34px 12px;
}



#main_left {
float: left;
width: 650px;
padding-right: 20px;
z-index: 3;
}

#main_right {
float: left;
width: 140px;
z-index: 3;
}

.box_head {
color: #d69016;
font-weight: bold;
padding-top: 10px;
padding-left: 25px;
z-index: 3;
display: block;
width: 165px;
height: 20px;
background: url("../images/navi2.jpg");
}

.box_main {
width: 180px;
background: #F0F0F0;
padding: 5px;
margin-bottom: 5px;
z-index: 3;
}

#foot {
margin: 0px auto;
height: 38px;
width: 898px;
background: url("../images/footer_bg.jpg");
padding-top: 10px;
}

#foot a {
color: #fff;
}

#foot_left {
width: 450px;
float: left;
padding-left: 20px;
color: #fff;
}

#foot_right {
width: 400px;
float: left;
padding-right: 20px;
color: #fff;
text-align: right;
}

#menu3 li a:hover {
color: #d69016!important;
background-color: #383838;
display: block;
height: 13px;
width: 173px;
background-repeat: repeat-x;
position: relative;
left: -5px;
padding-left: 15px;
text-decoration: none;
border: 1px solid #383838;
font-weight: bold;
}

.projects {
font-size: 13px;
padding-left: 4px;
padding-top: 6px;
}

.projectstop {
font-size: 12px;
}



.centratable{
border: 1px dotted #c9c9c9; 
background-color: #eaeaea; 
padding: 2px;
}

.centratable table{
display: block;
border: 1px solid #c9c9c9;
background-color: #cfdfe6;
}

a img {
color: #000000;
}

.dlbutton{
font-size: 12px;
border: 0px; !important
}

span.opacy{
margin-top: 2px;
}

span.opacy a.piclink img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;
border: 1px solid #000; !important
margin-top: 2px;
}
span.opacy a:hover.piclink img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/* TABBER */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #dfdfdf;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #393939; }
ul.tabbernav li a:visited { color: #393939; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #40beec;
 border-color: #778;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #585858;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

#myGallery
{
width: 898px !important;
height: 210px !important;
} 

.vless_margin {
list-style: circle; 
margin-left: 10px;
}

.less_margin {
list-style: circle; 
margin-left: 20px;
}

.more_margin {
list-style: circle; 
margin-left: 30px;
}

.position_margin {
list-style: circle; 
position: relative;
left: 20px;
}

