* {
  font-family: Arial, "MS Trebuchet", sans-serif;
}

body {
  font-size: 10pt;
  background-image: url(img/pageback.png);
  background-repeat: repeat-x;
}

a, a:hover {
  color: #b02026;
}

p {
  padding: 5px 0;
}
h1#logo {
  font-size: 0px;
  line-height: 0px;
  background-image: url(img/logo.png);
  width: 250px;
  height: 70px;
}

h3 {
  margin-top: 5px;
  color: #b02026;
}

#movie { cursor: pointer; }
.simplemodal-close { font-size: 15px; }
#wrapper {
  margin: 0 auto;
  width: 1022px;
  background-image: url(img/background.png);
  background-repeat: repeat-y;
}

#head {

}

#head .left {
  height: 150px; 
}

#head .right {
  margin-left: 1px;
  height: 150px;
  background-color: #fff;
  width: 771px;
  background-image: url(img/headerback.png);
  background-repeat: no-repeat;
}

#head .left ul,
#main .left ul {
  margin-right: 20px;
}
#main .left ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.left ul li a {
  color: #444;
  text-decoration: none;
}

.left ul li a span {
  font-size: 13pt;
  line-height: 14pt;
  font-weight: bold;
}

#headerback h2 {
  position: relative;
  font-size: 18pt;
  font-weight: normal;
  top: 112px;
  left: 15px;
  text-transform: uppercase;
  color: #444;
}

#imagebar {
  height: 150px;
  background-color: #b02026;
}

#imagebar img {
  border: 1px solid #fff;
}

#imagebar ul {
  padding-top: 20px;
}
#imagebar ul li {
  float: left;
  margin-left: 40px;
}
#main {
  
}

#main .left {
}

#main .left .address {
  margin-right: 20px;
  line-height: 11pt;
}
#main .left .images {
  margin-top: 20px;
  margin-right: 20px;
}
#content {
  float: left;
  text-align: left;
  width: 572px;
  color: #444;
  line-height: 12pt;
}

#content img {
  margin: 5px;
}
#content ul {
  list-style: disc;
  margin-left: 20px;
}
#content ul ul {
  list-style: circle;
}

#sidebar {
  float: left;
  text-align: left;
  width: 200px;
  font-size: 9pt;
  text-align: center;
}

.innerwrapper {
  padding: 20px 10px 10px 10px;
}
#footer {
  
}

.clear {
  line-height: 0px;
  text-indent: -999px;
  font-size: 0px;
  clear: both;
  float: none;
}

.left {
  float: left;
  text-align: right;
  width: 250px;
}

.right {
  float: left;
  width: 772px;
}

.address {
  font-size: 10pt;
}

.wf_widget {
  display: none; 
}

.contact-form label {
  width: 100px;
  display: block;
  float: left;
}

.contact-form input,
.contact-form textarea {
  width: 300px;
}

.contact-form .submit input {
  width: auto;
}
