@charset "utf-8";
/***************************************************************************************************/
/******************** ORANGE LandingPage, (c) 2005, created by ORANGEpro s.r.o., www.orangepro.cz **********/
/***************************************************************************************************/
html {
	height:100%;
	padding:0px;
	margin:0px;
	}
body {
	position:relative;
	height: 100%; 
	margin: 0;
	padding:0;
	font-family: Verdana,Tahoma,Helvetica,Geneva,sans-serif;
/*	font-size:0.7em;*/
	font-size: 11px;
/*	line-height: 14px;*/
	color:#000;
  text-align: center;
  background-color: #fff;	
  }
a {
	color: #f00;
	}
a:active {
	color: #f00;
	}
a:visited {
	color: #f00;
	}
a:hover {
	color: #CC0000;
	}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-weight: 500;
  font-size: 1.9em;
}
h2{
	font-size: 1.5em;
	padding:0px;
/*	margin:10px 0 10px 0;*/
	}
h3{
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 2px;
	}
h4 {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 2px;
}

fieldset {
  border: none;
}
div
{
  padding: 0;
  margin: 0;
}
#holder
{
  margin: 0 auto;
  text-align: left;
  width: 980px;
}
#header
{
  /*height: 91px;*/
    width: 100%;
  height: 55px;
/*  background-color: #ccc;*/
  border-bottom: 1px solid #ccc;
}
/*html>body #header
{
  height: 90px;
}*/
#header img {
    border: none;
    position: relative;
    top: 15px;
}
#content
{
  position: relative; 
  width: 980px;
  height: 460px;
  margin: 2px 0 2px 0;
}
#left-box, #right-top-box, #right-left-box,
#right-right-top-box, #right-right-bottom-box
{
  position: absolute;
  overflow: hidden;
  border: 1px solid #ccc;
}
.box-in
{
  padding: 10px;
  margin: 0;    
}
#left-box
{
  width: 460px;
  height: 460px;
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  /*background-color: #ccc;*/
}
#right-top-box
{
  width: 516px;
  height: 160px;
  top: 0;
  right: 0;
}
/*html>body #right-top-box
{
  width: 516px;
  height: 160px;
}*/
#right-left-box
{
  width: 256px;
  height: 294px;
  top: 164px;
  right: 260px;
}
/*html>body #right-left-box
{
  width: 256px;
  height: 294px;
}*/
#right-right-top-box
{
  width: 256px;
  height: 92px;
  top: 164px;
  right: 0;
}
/*html>body #right-right-top-box
{
  width: 256px;
  height: 92px;
}*/
#right-right-bottom-box
{
  width: 256px;
  height: 198px;
  top: 260px;
  right: 0;
}
/*html>body #right-right-bottom-box
{
  width: 256px;
  height: 198px;
}*/
/*** footer ***/
#footer
{
  position: relative;
  height: 25px;
  background-color: #ddd;
}
#footer a, #footer a:visited
{
  color: #000;
  text-decoration: none;
}
#footer a:hover
{
  color: #900;
  text-decoration: underline;
}
#footer-left
{
  position: absolute;
  top: 5px;
  left: 5px;
}
#footer-right
{
  position: absolute;
  top: 3px;
  right: 5px;
  text-align: right;
}
/*** login form ***/
form 
{
  margin: 0;
}
#login
{
  position: absolute;
  bottom: 20px;
  left: 25px;
  padding: 0;
}
/*html>body #login
{
  bottom: 20px;
  right: 35px;
}*/
#login .input-text
{
	font-size: 11px;
  border: 1px solid #ccc;
}
html>body #login input
{
  margin-bottom: 2px;
}
#login label
{
  display: block;
  float: left;
  width: 70px;
}