@charset "UTF-8";
/* CSS Document */

#wrapper {
 width: 100%;
 }

#body {
font-family:Arial, Helvetica, sans-serif;
} 
 
#header {
 width: 100%;
 height: 45px;
 padding-top:5px;
 padding-bottom:12px;
 background-color:#000000;
 }
 
 
 
#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 800px;
  height: 200px;
  margin-left: -380px;  /***  width / 2   ***/
  position: absolute;
  top: -70px;          /***  height / 2   ***/
  left: 50%;
 }  
 
 #outer2 {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner2 {
  width: 800px;
  height: 462px;
  margin-left: -400px;  /***  width / 2   ***/
  position: absolute;
  top: -210px;          /***  height / 2   ***/
  left: 50%;
 }  
 


 
 #footer { 
 POSITION: fixed;
 bottom:0px;
	width:100%;
	height:40px;
	color:#FFFFFF;
	background-color:#000000;
} 
 
 
 
 
 #menu
{
  clear:both;
  width:900px;
  height:24px;
}



a:link {
	text-decoration: none;
color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #696969;
}
a:active {
	text-decoration: none;
	color: #696969;
}











#menu ul
{
  list-style:none;
}

#menu li
{
  float:left;
  display:block;
  position:relative;
  z-index:1;
}

#menu li a
{
 float:left;
 height:36px;
 line-height:36px;
 display:block;
 padding:0px 10px;
 text-decoration:none;
 font-size:13px;
 font-weight:bold;
}

#menu li li a
{
 float:left;
 height:36px;
 line-height:36px;
 display:block;
 padding:0px 10px;
 text-decoration:none;
 font-size:12px;
 font-weight:normal;
}

#menu li ul
{
  top:36px;
  left:0px;
  z-index:10;
  position:absolute;
  display:none;
}

#menu li li
{
  clear:left;
  float:left;
}

#menu li li a
{
  width:180px;
  height:30px;
  line-height:30px;
  display:block;
  padding:0px 10px;
  border-top:1px solid;
}

#menu .parent{
  background:url(../img/bg/arrow-down.gif) no-repeat center right;
}

