* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;

}

body {
  background: #475e70;
  background-image: url(images/top.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  font: 12px/170% Arial, sans-serif;
}

input {
  font: 12px/100% Arial, sans-serif;
  color: #494949;
  border: 1px solid #888;
}

textarea, select {
  font: 12px/160% Arial, sans-serif;
  color: #494949;
  border: 1px solid #888;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;	
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 1em 1em;
  padding: 0;
}

ol {
  margin: 0.75em 1em 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

/**** MAIN ****/

#wrap {
  background-image: url(images/bottom.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
}

#container {
 margin: 0 auto;
 width: 960px;
}

#bar {
  height:20px;
  background-color:#24394b;
}
#lang {
  height:38px;

}

#logo {
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  height:112px;
  width:100%;

}

#icons {
  float: right;
 
}

#header {
 background-color: #AFAEA0;
 height: 280px; 
}

#button {
  float:left;
  
  /*border-right: 1px solid #000;*/
  padding: 1px 0 0 0; 
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica,  Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #fff;
  color: #333;
  position: relative;
  z-index: 999;
}
  
#button ul {
  width: 195px;
	list-style: none;
	margin: 0;
	padding: 0;
  text-align: right;
	border: none;
}
		
#button li {
  display: block;
	border-bottom: 1px solid #fff;
	margin: 0;
  padding: 0;

  float: left; 
  position: relative;
  width: 100%;
}

#button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  background: url("images/button.jpg") no-repeat #AFAEA0;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 20px;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	background: #AFAEA0;
	color: #fff;
}

#button ul ul {
  position: absolute;
  visibility: hidden;
  left:195px;
  top: 0px;
}

#button ul li:hover > ul {
  visibility: visible;
}

#button2 {
  float:left;
  width: 149px;
  padding: 1px 0 0 0; 
  margin-bottom: 1em;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica,  Arial, sans-serif;
  text-align: right;
  font-size: 10px;
  color: #333;
}
  
#button2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button2 li {
	margin: 0;  
}

#button2 li a {
  display: block;
  padding-top:2px;
  padding-right:10px;
  background: url("images/button2.jpg") #647A8F;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 34px;
  line-height:130%;
  
}

#block-block-1{
  background: none;
}

#block-block-1 .content{
  padding:0;
  background: none;
}

#block-block-1 h2 {
  color:#fff;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica,  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin:10px 0;
  background: none;
}


html>body #button li a {
	width: auto;
}

#button2 li a:hover {
	background: url("images/button2_hover.jpg") #647A8F;
	color: #fff;
}


#slides{
  float:left;
  background: url("images/slide.jpg") #444;
  width:765px;
  height: 278px;
  margin-top: 1px;
}

#slides-inner{
  margin-left:12px;
  background:  #444;
  width:735px;
  height: 278px;
}

#slides-inner .block {
  padding:0;
  margin:0;
}

#slides-inner .block .content{
  padding:0;
  margin:0;
}

#main {
  float:left;
  overflow: hidden;
  position: relative;
  width: 100%;
  /*border-top: 20px solid #D27A5D;*/
  background: url("images/main_bg.jpg") repeat-y;
  margin-top:20px;
}

  #breadcrumb {
    background-color: #D27A5D;
    height:20px;
    padding: 0 5px;    
  }
  
  #breadcrumb a {
    color: #fff;
  }
  
  #sidebar {
    float:left;
    width: 198px;
    background-color: #647A8F;
    margin-right:6px;
  
  }
  
    .block {
      margin-top:15px;
      margin-left:25px;
      margin-bottom:15px;
      background: url("images/blockbody.jpg") repeat-y;
    }
    
    .block h2 {
      background: url("images/blocktop.jpg") no-repeat;
      padding: 10px;
    }
    
    .block .content {
      background: url("images/blockbottom.jpg") no-repeat left bottom;
      padding: 0 10px;
    }
  
  #content {
    /*background-color: #e9ecf0;*/
    float:left;
    width:730px;
    /* border:1px solid #8092a2; */
    margin: 20px 12px;
  } 

#footer {
 background-color: #8A3745;
 color: #fff;
 clear:both;
 padding: 0 5px;
}

#footer a {
  color:#fff;
}

#bottom {
  background-color: #0E1317;
  background-image: url(images/footer.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  height:300px;
  background-attachment: scroll;

}
      