*
{
	margin:               0px;
	padding:              0px;
}

img
{
  border:               0px;
}

#view h3
{
  padding-top:          30px;
  padding-bottom:       30px;
	text-align:           right;
	letter-spacing:       10px;
}

body
{
	color:                #000000;
	background-color:     #000000;
	text-align:           center;
	font-size:				    medium;
	font-family: 			    verdana, sans-serif;
}

#folder,
#filename,
#totalNumber,
#currentNumber
{
	position:             absolute;
	top:                  60px;
	right:                0px;
	background-color:     #AAAAFF;
	line-height:          18px;
	border-bottom-width:  2px;
  border-bottom-style:  solid;
  border-bottom-color:  #001667;
  height:               18px;
  overflow:             hidden;
}

#folder,
#filename
{
	width:                1000px;
}

#totalNumber,
#currentNumber
{
	width:                100px;
	text-align:           right;
  padding-right:        3px;
}

#filename h3,
#folder h3
{
	color:                #001667;
	font-size:            12px;
}

#totalNumber h3,
#currentNumber h3
{
	color:                #001667;
	font-size:            12px;
}

#container
{
	position:             relative;
	margin:               0px auto;
	background-color:     #FFFFFF;
	text-align:           left;
	width:                1000px;
}

#intro
{
	background:     url( logo.png ) no-repeat right;
	height:               70px;
}

#intro *,
#lselect h3 span,
#lmenu h3 span,
#currentNumber h3 span,
#totalNumber h3 span,
#filename h3 span,
#folder h3 span,
#footer h3,
#language h3,
#skin h3
{
  display:              none;
}

#footer
{
  position:             absolute;
  left:                 0px;
  bottom:               0px;
  background-color:     #001667;
  height:               60px;
  width:                985px;
  padding-left:         15px;
  line-height:          60px;
  vertical-align:       middle;
}

#footer a
{
  border:               1px solid #E6812C;
  font:                 bold 15px arial, sans-serif;
  color:                #E6812C;
  padding:              5px;
  text-decoration:      none;
}

#footer a:hover
{
  background-color:     #E6812C;
  color:                #001667;
}

#language
{
  background-color:     #001667;
  position:             absolute;
  bottom:               0px;
  width:                500px;
  height:               30px;
	text-align:           right;
	right:                0px;
  font:                 bold 15px arial, sans-serif;
  color:                #E6812C;
  padding-right:        5px;
}

#skin
{
  background-color:     #001667;
  position:             absolute;
  bottom:               30px;
  width:                500px;
  height:               30px;
	text-align:           right;
	right:                0px;
  font:                 bold 15px arial, sans-serif;
  color:                #E6812C;
  padding-right:        5px;
}

#content
{
	background-color:     #AAAAFF;
	width:                1000px;                  /* necessary because of IE bug */
	padding:              0px 0px 60px 0px;
}

select
{
  width:                150px;
}

#menuViews a
{
  font:                 normal 15px arial, sans-serif;
  font-weight:          bold;
  padding:              5px 0 5px 0;
  width:                100%;
  height:               100%;
  display:              block;
  text-decoration:      none;
  text-align:           center;
  border-top-width:     2px;
  border-top-color:     #E6812C;
  border-top-style:     solid;
}

#menu a:hover
{
	background-color:     #E6812C;
  color:                #000000;
}

#lselect
{
	position:             absolute;
	top:                  5px;
	left:                 310px;
	width:                600px;
	height:               20px;
  text-align:           center;
  vertical-align:       middle;
}

#lselect ul
{
  list-style:           none;
}

#lselect li
{
  float:                left;
  width:                105px;
  list-style:           none;
}

#lselect a
{
  font:                 normal 15px arial,sans-serif;
  font-weight:          bold;
  padding:              5px 0 5px 0;
  width:                100%;
  height:               100%;
  display:              block;
  text-decoration:      none;
  text-align:           center;
  border-top-width:     2px;
  border-top-color:     #E6812C;
  border-top-style:     solid;
  color:                #E6812C;
}

#li1:hover,
#li2:hover,
#li3:hover,
#li4:hover,
#li5:hover
{
	background-color:     #E6812C;
  color:                #000000;
}

