
@import url(common.css);
@import url(lightbox.css);

html {
  overflow: -moz-scrollbars-vertical;
}
body {
  background: #000 url(../images/bg.gif) top repeat-x;
  color: #ffffff;
  font: 11px Tahoma, Verdana, Arial, sans-serif;
  line-height: 1.7;
}
a {
  color: #ff3101;
}
a:hover {
  color: #951c00;
}
hr {
  border: none;
  border-bottom: 1px solid #ff3101;
  height: 0;
}
h1, h3 {
  color: #ff3101;
}
h1, h3 {
  background: #181818;
  margin-top: 30px;
  padding: 3px 10px;
}
.collapse-content > *:first-child {
  margin-top: 0;
}
.collapse-content > *:last-child {
  margin-bottom: 0;
}

#wrapper {
  width: 940px;
  margin: auto;
  padding-bottom: 10px;
}
#header {
  height: 350px;
  overflow: hidden;
  position: relative;
}
#header-flags {
  position: absolute;
  top: 10px;
  right: 20px;
}
#header-flags img {
  margin-left: 5px;
}
#menu {
  position: absolute;
  left: 25px;
  top: 62px;
}
#menu2 {
  position: absolute;
  left: 500px;
  top: 95px;
}
#menu img, #menu2 img {
  float: left;
}
#menu a, #menu2 a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#menu a:hover, #menu2 a:hover {
  color: #999;
}
#container {
  width: 100%;
  overflow: hidden;
}
#content {
  float: left;
  width: 610px;
  padding-left: 30px;
  padding-top: 10px;
  min-height: 200px;  
}
#content p {
  padding-left: 10px;
}
#sidebar {
  float: right;
  width: 280px;
}
#sidebar-top1 {
  background: url(../images/sidebar-bg1.gif) no-repeat right top;
  margin-bottom: 20px;
}
#sidebar-top2 {
  background: url(../images/sidebar-bg2.gif) no-repeat right bottom;
  padding-top: 10px;
  padding-left: 70px;
  padding-bottom: 50px;
}
#sidebar-top2 h2 {
  margin-top: 0;
  font-size: 15px;
}
#sidebar-top2 a {
  color: #fff;
}
#sidebar-top2 a:hover {
  color: #ccc;
}
#footer {
  margin-top: 20px;
  padding: 10px 20px;
  background: #090909;
  color: #5f1706;
  font-size: 10px;
}
#footer a {
  color: #6a1b09;
}
#footer-btns {
  width: 580px;
  overflow: hidden;
  margin: auto;
  margin-top: 10px;
}
#footer-btns img {
  float: left;
}
.video object, .video embed {
  margin: auto;
}
#news-image {
  border: 1px solid #ff3101;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px; 
}
#fbbox {
  position: fixed;
  width: 224px;
  padding-left: 8px;
  height: 410px;
  padding-top: 10px;
  left: -205px;
  top: 77px;
  background: url(../images/fbbox.png) no-repeat right;
  overflow: hidden;  
}
.foto {
  text-align: center;
  border-top: 20px solid #181818;
  padding-top: 10px;
}
.foto img {
  border: 1px solid #333;
  padding: 1px;
  margin-right: 15px;
}
