/*
  Daumantas Batutis
  daumantaz@gmail.com
*/

html{
	background-color: #2b6d91;
  color: #fff;
  height: 100%;
}

*{	
	margin:0;
	padding:0;
}

body{
	background-color: #2b6d91;
  color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	background: url('../images/shadow.jpg') repeat-y center;
	font-size: 9pt;
	min-height: 100%;
	height: auto;
}

*html body{
  height: 100%;
}

div.center{
	width: 1024px;
	min-height: 548px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 20px;
	background: url('../images/bg.jpg') no-repeat;
}

*html div.center{
	height: 548px;
}

div.left{
	float: left;
	display: inline;
	margin-left: 31px;
	width: 141px;
}

div.right{
	float: right;
	display: inline;
	margin-right: 41px;
	width: 783px;
}

div.comp_top{
	width: 100%;
	height: 11px;
	background: url('../images/comp_top.png') no-repeat;
	/*-moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);*/
	
}

div.comp_body{
	width: 759px;
	min-height: 300px;
	background: url('../images/comp_body.png') repeat-y 30%;
	padding-left: 24px;
	/*-moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);*/
}

*html div.comp_body{
	height: 300px;
}

div.comp_bottom{
	width: 100%;
	height: 11px;
	background: url('../images/comp_bottom.png') no-repeat;
	/*-moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);*/
}

div #language{
	margin-top: 18px;
	text-align: center;
}

div.clear{
	clear: both;
}

div.footer, div.footer a, div.footer a:hover{
	color: #000;
	width: 100%;
	text-align: right;
	margin-top: 26px;
	text-decoration: none;
	font-size: 8pt;
}

#comp_body .componentheading, #comp_body h3{
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 20px;
}

#comp_body td.contentheading{
	height: 35px;
  font-size: 13pt;
  font-weight: bold;
  vertical-align: top;
}

#menu ul{
  clear: both;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li a{
  float: left;
  display: block;
  width: 100%;
  height: 23px;
  padding-top: 4px;
  background: url('../images/menu.png') bottom no-repeat;
  text-align: center;
  margin-bottom: 13px;
  font-size: 10pt;
  color: #fff;
  text-decoration: none;
}

#menu ul li#current a, #menu ul li a:hover{
  background: url('../images/menu_hover.png') bottom no-repeat;
}

p{
  margin-bottom: 15px;
  line-height: 150%; 
}

a{
  text-decoration: none;
  color: #ff4400;
  text-decoration: underline;
}

a:hover{
  color: #ff4400;
  text-decoration: none;
}