
/*main page start*/
body {
  background-color:black;
  color:white;
}

div.main {
  width:1024px;
  margin-left:auto;
  margin-right:auto;
}

#repeatbg {
  background-color:black;
  background-image:url('img/bg.png');
  background-repeat:repeat-y;
  background-position:center;
  min-height:250px;
  display: block;
  overflow: visible;
}

#title {
  background-color:black;
  background-image:url('img/title-full2.png');
  height:120px;
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
}

#tree {
  /*background-color:red;*/
  float:left;
  clear:left;
  margin-left:25px;
  left:25px;
  width:225px;
  display: block;
}

#expand {
  /*background-color:yellow;*/
  width:100px;
  color:black;
  clear:both;
}

.video {
  clear:inherit;
  /*background-color:green;*/
  margin-left:auto;
  margin-right:auto;
  clear: both;
  width:640px; 
  height:360px;
}

#content {
  /*background-color:blue;*/
  float:right;
  clear:right;
  margin-right:65px;
  width:700px;
  overflow: auto;
}

#footer {
  background-color:black;
  /*background-image:url('img/footer.png');
  height:40px;*/
  background-image:url('img/footer2.png');
  height:120px;
  background-repeat:no-repeat;
  background-position:center;
}

#cpyrt {
  position:relative;
  top:75px;
  left:820px;
  width:200px;
  /*background-color:yellow;*/
}

/*main page end*/

/*menu start*/

.cssmenu {
  border:none;
  border:0px;
  margin:0px;
  padding:0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  top:-15px;
  position:relative;        
  left:25px;
}

.cssmenu ul {
  /*background:#000000;*/
  height:35px;
  list-style:none;
  margin:0;
  padding:0;
}

.cssmenu li {
  float:left;
  padding:0px;
}

.cssmenu li a {
  background:#000000 url('img/seperator.gif') bottom right no-repeat;
  color:#cccccc;
  display:block;
  font-weight:normal;
  line-height:35px;
  margin:0px;
  padding:0px 25px;
  text-align:center;
  text-decoration:none;
}

.cssmenu li a:hover, .cssmenu ul li:hover a {
  background: #353535 url('img/hover.gif') bottom center no-repeat;
  color:#FFFFFF;
  text-decoration:none;
}

.cssmenu li ul {
  background:#333333;
  display:none;
  height:auto;
  padding:0px;
  margin:0px;
  border:0px;
  position:absolute;
  width:225px;
  z-index:200;
  /*top:1em;
  /*left:0;*/
}

.cssmenu li:hover ul {
  display:block;
}

.cssmenu li li {
  background:url('img/sub_sep.gif') bottom left no-repeat;
  display:block;
  float:none;
  margin:0px;
  padding:0px;
  width:225px;
}

.cssmenu li:hover li a {
  background:none;
}

.cssmenu li ul a {
  display:block;
  height:35px;
  font-size:12px;
  font-style:normal;
  margin:0px;
  padding:0px 10px 0px 15px;
  text-align:left;
}

.cssmenu li ul a:hover, .cssmenu li ul li:hover a {
  background:#353535 url('img/hover_sub.gif') center left no-repeat;
  border:0px;
  color:#ffffff;
  text-decoration:none;
}

.cssmenu p {
  clear:left;
}

/*menu end*/

/*tree start*/

.treeMenu {
  background-color:#050505;
  color:white;
  margin-left:15px;
  padding-left:20px;
  padding-top:0px;
  padding-bottom: 0px;
  display:block;
  text-decoration: none;
  height: 20px;
  cursor:pointer;
}

.treeSubMenu {
  display: block;
  margin-left: 30px;
  padding-top: 2px;
  padding-left: 9px;
  color: #aaaaaa;
  cursor:pointer;
  text-decoration:none;
}

.treeSubMenu:hover {
  color:white;
  text-decoration:underline;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.open {
  background: #101010 url("img/toggle-small.png") top left no-repeat; 
  border: 0px;
  color:white;
  margin-left:15px;
  padding-left:20px;
  padding-top:0px;
  padding-bottom: 0px;
  display:block;
  text-decoration: none;
  height: 20px;
  cursor:pointer;
}

.closed {
  background: #050505 url("img/toggle-small-expand.png") top left no-repeat; 
  border: 0px; 
  color:white;
  margin-left:15px;
  padding-left:20px;
  padding-top:0px;
  padding-bottom: 0px;
  display:block;
  text-decoration: none;
  height: 20px;
  cursor:pointer;
}
/*tree end*/