/* CSS RESET fara tagul <p>*/
html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, pre, code, address,
variable, form, fieldset, blockquote {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th, caption {
  font-weight: normal;
  text-align: left;
}
img, fieldset {
  border: 0;
}
ol {
  padding-left: 1.4em;
  list-style: decimal;
}
ul {
  padding-left: 1.4em;
  list-style:square;
}
q:before, q:after {
  content:'';
}

/* The real CSS */
body {
  /*color: #b7a02c; #871f1f*/
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: red;
  padding: 0;
  margin: 0;
  border: 0;
}

a:hover{
 color: white;
}

p {
  text-align: justify;
  color: white;
  text-indent: 3em;
}

ul {
  color: white;
}

li {
  list-style: none;
  background-image: url(images/note04.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 13px;
}

img {
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
}

.continut {
  position: relative;
  background-color: #871f1f;
  color: #871f1f;
  height: 416px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

#indemn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: black;
  text-align: center;
  font-size: 1.1em;
}

#contact {
  text-align: left;
  color: black;
  font-size: 1.8em;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 0.7em;
}

#border_bottom {
  background-image: url(images/border_bottom.gif);
  background-repeat: repeat-x;
}

.footer {
  font-size: 0.8em;
  text-align: right;
  background-color: #212021;
  color: red;
}

.footer a, #cyr{
  padding-right: 1.5em;
}

.leftbar {
  font-size: 0.77em;
  text-align: right;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 5px;
  background-color: #E7DFBD;
  background-image:url(images/guitar_footer_01.gif);
  background-position:bottom;
  background-repeat:no-repeat;
  width: 179px;
}
 
.smalltd{
  color: white;
  padding: 3px;
  vertical-align: top;
}

.ultrasmall{
  font-size: 0.7em;
  color: white;
  padding: 0px;
  vertical-align: top;
}

.topmenu {
  background-image: url(images/menu00.gif);
  text-align: right;
  font-size: 0.9em;
  font-weight: bold;
}

.topmenulink {
  color: black;
  padding-right: 1.5em;
  text-decoration: none;
}


