/* -------------------------
   Author: Sebastian Krzyska
   -------------------------
*/



* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #888;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
  font-family: Verdana, sans-serif;
  font-size: small;
  color: #fff;
}

img {
  display: block;
}

#intro {
  margin: 102px auto 0 auto;
  width: 770px;
  height: 450px;
  text-align: center;
}

#intro p a{
  font-family: Verdana, sans-serif;
  color: #fff;
}

#content {
  margin: 0 auto;
  background: #000;
  width: 774px;
}

#header {
  width: 774px;
  height: 152px;
  background: #000 url(../img/header.png) no-repeat top left;
}

#cont {
  width: 774px;
  background: #000 url(../img/cont-bg.png) repeat-y top left;
}

#main {
  width: 578px;
  float: left;
}

#slogan {
  width: 578px;
  height: 152px;
  background: #000 url(../img/slogan.png) no-repeat top left;
}

#sidebar {
  width: 196px;
  float: right;
  background: #000 url(../img/sidebar.png) repeat-y top right;
}


#menu_up {
  width: 184px;
  float: left;
  background: #621908 url(../img/menu_up.png) repeat-y top left;
}

#shoe {
  width: 18px;
  height: 19px;
  position: relative;
  top: 109px;
  background: url(../img/shoe.gif) no-repeat top left;
}

#menu {
  width: 159px;
  float: right;
  margin-bottom: 19px;
  background-color: #621908;
}

#no_script_menu {
  margin-top: 20px;
  list-style: none;
}

#no_script_menu a {
  display: block;
  color: #fff;
  font-size: 110%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 40px;
  background: #621908 url(../img/arrow.png) no-repeat 10px 2px;
}

#sidebar_spacer {
  width: 184px;
  height: 37px;
  float: left;
  background: #999 url(../img/sidebar-spacer.png) no-repeat top left;
}

#address {
  width: 184px;
  float: left;
  background: #172C54 url(../img/address-bg.png) repeat-y top left;
}

#address_in {
  width: 159px;
  float: right;
  font-family: "Tahoma";
  background-color: #172C54;
  margin: 19px 0;
  text-align: center;
}

#address_in h4 {
  font-size: 85%;
  margin: 10px 0;
}

#address_in p {
  font-size: 85%;
  margin: 10px 0;
}

#address_in img {
  border: none;
  margin: 19px auto;
}

#slogan_swf h2 {
  padding: 30px 0 0 30px;
  font-weight: normal;
}

#slogan h3 {
  font-family: Verdana, sans-serif;
  font-size: 110%;
  padding: 20px 0 0 40px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#slogan h3 strong {
  color: #999;
}

#main_text_outter {
  float: left;
  width: 578px;
  background: #000 url(../img/main_text-bg.png) repeat-y top left;
}

#main_text {
  width: 535px;
  float: right;
}

#main_text .main_row {
  float: right;
  width: 520px;
  padding: 7px 2px 7px 0;
  margin-right: 10px;
  border-top: 1px dotted #999999;
}

#main_text .main_row p {
  width: 385px;
  float: right;
  font-family: "Tahoma", sens-serif;
  font-size: 85%;
  color: #666;
  line-height: 1.5em;
  text-indent: 1.8em;
  text-align: justify;
}

#main_text .main_row p.alt {
  color: #999;
}

#main_text .main_row_bottom {
  float: right;
  width: 520px;
  padding: 7px 2px 7px 0;
  margin-right: 10px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}

#main_text .main_row_bottom p {
  width: 385px;
  float: right;
  font-family: "Tahoma", sens-serif;
  font-size: 85%;
  color: #999;
  line-height: 1.5em;
  text-indent: 1.8em;
  text-align: justify;
}

#main_text .main_row img {
  float: left;
  margin-right: 10px;
  border: 1px solid #999999;
}

#main_text .main_row_bottom img {
  float: left;
  margin-right: 10px;
  border: 1px solid #999999;
}

#footer {
  width: 750px;
  clear: both;
  margin: 0 12px;
  padding-top: 30px;
  background: #000 url(../img/footer-bg.png) repeat-x bottom left;
}

#footer_in {
  float: left;
}

#footer_in img {
  float: left;
  width: 111px;
  margin: 0 40px;
}

#footer_in p {
  font-family: "Tahoma", sans-serif;
  float: left;
  width: 450px;
  margin-left: 30px;
  font-size: 85%;
  color: #fff;
  line-height: 1.5em;
}

#copyright {
  width: 750px;
  clear: both;
}

#copyright p {
  font-family: "Tahoma", sans-serif;
  width: 720px;
  font-size: 68%;
  padding-right: 3px;
  padding-bottom: 2px;
  text-align: right;
}