html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #1E1A15;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

img
{
  border: 0;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #1E1A15;
  text-align: left;
}

p
{
  margin-top: 0;
  margin-bottom: 5px;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

/* === Containers === */

#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 660px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  /*width: 100%; */
  width: 660px;
  height: 314px;
}

#third_container
{
  position: relative; 
  top: -163px; 
  width: 660px;
}

/* === Menu === */

#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #DDCDAB;
  background-color: #1E1A15;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #CFBF99;
}

#menu a.menuselected
{
  display: block;
  width: 82px;
  height: 31px;  
  background-image: url('images/taba.jpg');
  text-decoration: none;
  line-height: 31px;
  color: #CFBF99;
  text-align: center;
}

#menu a.menuselected:hover
{
  background-image: url('images/taba.jpg');
  color: #DDCDAB;
}

/* === Language menu === */

#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   
}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
  background-image: url('images/taba.jpg');
}

#submenu a:link, #submenu a:visited
{
  color: #DDCDAB;
  background-image: url('images/tabb2.jpg');
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb.jpg');
  color: #CFBF99;
}

.submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb2.jpg');
  text-decoration: none;
  line-height: 25px;
  color: #CFBF99;
  text-align: center;
}

.submenuselected:hover
{
  background-image: url('images/tabb2.jpg');
  color: #DDCDAB;
}

/* === Other Divs === */

.border
{
  background-color: #EFEAE0;
  padding: 15px 15px 15px 238px;
  height: 232px;
  background-image: url('images/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 32px;
  height: 232px;
  background-image: url('images/panza.gif');
}

#content
{
  height: 232px;
  overflow: auto;
  /*padding: 7px;
  padding-top: 4px;*/
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #749942;
  background-color: inherit;
}

.designinfo a
{
  text-decoration: none;
  color: #DDCDAB;
}

.designinfo a:hover
{
  text-decoration: none;
  color: #A75C00;
}

/* === Inline Text Styles === */

h1
{
  margin: 5px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #70604E;
  background-color: inherit;
  border-left: 5px solid #A75C00;

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 0 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  display: block;
  margin: 3px 6px;
  color: #555555;
	bottom: 0px;
	position: absolute;
	text-align: right;
	right: 0px;

}

.bold
{
  font-weight: bold;
}

/* start - table */
table {
  margin: 10px 15px;
  border-collapse: collapse;
}

th strong {
  color: #fff;
}

th {
  background: #70604E;
  color: #DDCDAB;
  height: 3em;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  border-left: 1px solid #70604E;
  border-right: 1px solid #70604E;
  border-bottom: 1px solid #70604E;
  border-top: 2px solid #CFBF99;
}

tr {
  color: #707070;
  height: 2.5em;
}

td {
  padding-left: 12px;
  padding-right: 12px;
  /*border: 2px solid #5F8518;*/
}
/* end - table */


#content img.me
{
  background-color:#FFFFFF;
  border:1px solid #888888;
  clear:left;
  float:left;
  margin: 0px 9px 0px 0;
  padding: 3px;
}


ul.portfolio li
{
	/*padding-bottom: 10px;*/
	list-style-type: upper-roman;
}


/******************************************/
div.clear
{
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  width: 0px;
  clear: both;
}

div#wrapper
{
  width: 160px;
  /*height: 140px;*/
  text-align: left;
  margin: 20px auto;
}

div#wrapper div.inside
{
  float: left;
  position: relative;
  
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  
  margin-left: 2px;
  margin-top: 2px;
  
  text-align: center;
  
  border: 1px solid #000000;
  
  cursor: pointer;
}

div#wrapper div.first
{
  margin-left: 0px !important;
}

div#wrapper div.top
{
  margin-top: 0px !important;
}

div#wrapper div#control
{
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin:0 auto;
}

div#wrapper div#control select.txt, div#wrapper div#control input.txt
{
  border: 1px solid #000000;
  text-align: center;
  margin: 0;
}

/*************** JSCROLLPANE ***********************/
.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background: #aaa;
}
.jScrollPaneDrag {
  position: absolute;
  background: #666;
  cursor: pointer;
  overflow: hidden;
}
.jScrollPaneDragTop {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
a.jScrollArrowUp {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  /*background-color: #666;*/
  height: 9px;
}
a.jScrollArrowUp:hover {
  /*background-color: #f60;*/
}

a.jScrollArrowDown {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  /*background-color: #666;*/
  height: 9px;
}
a.jScrollArrowDown:hover {
  /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
  /*background-color: #f00;*/
}
