* {
	margin: 0;
	padding: 0;
/* 	behavior: url("ie6hover.htc"); */
}


html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
  background:#FFFFFF url(img/elements/header.png) no-repeat scroll 0 0;  
  height:326px;
  position:relative;
}

#header .logo{
  position:absolute;
  top:20px;
  right:130px;
}
#header .logo a{
  text-decoration:none;
  color:#363636;
   font-size: 22px;
}
#header .logo a b{
      font-size: 32px;
    font-weight: normal;
}
#lang-selector{
  position:absolute;
  top:25px;
  left:30px;
}	
#lang-selector a{
  color:#363636;
  text-decoration:none;
      font-size: 15px;
    font-weight: bold;
}
#lang-selector a:hover,#lang-selector a.active{
  color:#0085d4;
}



#topmenu {
	height:32px;
}
#topmenu ul{
	height:34px;  
	border-left:1px solid #0085d4;
	width:1000px;
}
#topmenu li{
	float:left;
	list-style:none;
}
#topmenu li a{
	padding-left:26px;
	padding-right:26px;
	text-decoration:none;
	color:#0085d4;
	height:32px;  
	line-height:32px;  	
	border-top:1px solid #0085d4;
	border-right:1px solid #0085d4;
	border-bottom:1px solid #0085d4;
	background-color:#ebebeb;  
	display:block;
}
#topmenu li a:hover{
	
}
#topmenu li a.activelink{
	border-bottom:none;
	background-color:#fff;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 10px 0 270px;
}

.content_table {
	border:1px solid #66ABFF;
/* 	margin-right:8px; */
	min-height:210px;
	margin-bottom:20px;
}
.content_table h1{
	background:#EBEBEB none repeat scroll 0 0;
	padding:5px;
	color:#555960;
	text-align:center;
	font-size:15px;
	
}
.content_table a{
	color:#555960;
	text-decoration: none;
}
.content_table p{
padding-left:10px;
padding-right:10px;
}
.content_table ul{
padding-left:25px;
}

.avatar{
	float:left;
	padding-top:10px;
	width:140px;
	padding-right:10px;
}
.avatar img{
	height:120px;
}
.avatar p.img-wrap{
  height:120px;
  width:120px;
  overflow:hidden; 
}
.avatar p{
	margin:0;
}
.avatar a{
	color:#3F70AD;
	font-size:12px;
	font-weight:bold;
}



.sendbox{
font-size:1.4em;
padding-left:30px;
}
.sendbox input{
margin-top:5px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	background: #ffffff;
}

.sl ul{
	list-style-type:none;
}

.sl li{
padding-top:20px;
}

.sl a{
color:#3F70AD;
font-family:Verdana;
font-size:13px;
font-weight:600;
text-decoration:none;
height:30px;
line-height:30px;
display:block;
padding-left:10px;
}

.sl a:hover{
color:#79B5FF;
}

.sl a.activelink {
color:#555960;
background-color:#ebebeb;
background-position:right center;
padding-right:30px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -80px auto 0;
	height: 80px;
	background-color:#EBEBEB;
	border-top:1px solid #66abff;
}
#footerbox {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
/* 	background:#EBEBEB; */
}
#aboutas {
	padding-top: 14px;
	float:left;
	width: 300px;
	height: 60px;
	background:transparent url(img/elements/footervl.png) no-repeat scroll right center;
	text-align:center;
}
#aboutas a{
      color: #3F70AD;
    font-size: 16px;
    text-decoration: none;
}
#links{
float:right;
height:70px;
width:700px;
text-align:center;
}
#links h3{
background:transparent url(img/elements/linkshr.png) no-repeat scroll center bottom;
color:#484848;
font-family:serif;
font-size:14px;
font-weight:500;
padding-bottom:5px;
padding-top:5px;
}
#links p{
color:#484848;
}
#links a{
color:#484848;
text-decoration:none;
}
#baners{
}
