/*


*/

* {
  padding:0;
  margin:0;
}

body {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
}

img {
  border:0;
}

#footer {
  position:absolute;
  bottom:0px;
  width:100%;
  left:0px;
  padding:2px 0;
  text-align:center;
  color:#666666;
  background-color:#eeeeee;
  border-top:1px solid #cccccc;
  line-height: 18px;
}



#langSelect {
  position:absolute;
  top: 4px;
  right: 10px;
  color: #666666;
  font-size: 1.2em;
  line-height: 20px;
}

#langSelect a {
  text-decoration : none;
  color:#446a69;
  padding: 2px;
}

#langSelect a:hover {
  background-color: #ffebcb;
}

#langSelect img {
  border:0;
  position: relative;
  top: 2px;
}

#mainBar {
  position:absolute;
  top:45%;
  height:280px;
  margin-top:-140px;
  width:100%;
  left:0px;

  padding: 30px 0 10px 0;
  
  border-top: 1px solid  #cccccc;
  border-bottom: 1px solid #cccccc;

  background-image:url(../images/bg.png);
  background-repeat:repeat-x;
}

#bgBottom {
  position:absolute;
  bottom:0px;
  width:100%;
  height:60px;
  
  background-image:url(../images/bg2.png);
  background-repeat:repeat-x;
}

#mainContent {
  position:relative;
  left:50%;
  width:620px;
  height:280px;
  margin-left:-310px;

  color:#758a99;
  font-size:1.4em;
}

#tabMenu {
  position:absolute;
  top:-26px;
  height:25px;
  left:50%;
  width:620px;
  margin-left:-310px;
  line-height: 25px;

}

/* Pages Navigation */


#tabMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tabMenu li {
	float: left;
	background: url(../images/tab_right.png) top right no-repeat;
	border-bottom:1px solid #cccccc;
	margin: 0;
	margin-right:4px;	
}

#tabMenu span {
	display: block;
	background: url(../images/tab_left.png) top left no-repeat;
	color: #758a99;
	text-decoration: none;
	font-weight:bold;
	font-size:1.2em;
	padding: 0 3em;
        cursor: pointer;
}

span a {
        color: #758a99;
        text-decoration: none;
        font-weight:bold;
}

#tabMenu span:hover {
	color: #457a79;
}

#tabMenu .selected {
	font-weight: bold;
	background: url(../images/tab_right.png) top right no-repeat;
	border-bottom:0;
	margin-top:1px;
        
}

#tabMenu .selected span {
	background: url(../images/tab_left.png) top left no-repeat;
	color: #758a99;
}

.tab {
  height:232px;
 /* overflow:auto;*/
}

.tab a {
  padding: 1px 4px;
  color: #ff8c00;
  text-decoration: none;
}

.tab a:hover {
  text-decoration: underline;
}

.tab ul {
  margin-left:20px;
}

.linkbox {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
}
