/* -= Constants =- */
/* Colors */
/* Measures */
/* Typography */
/* -= Mixins =- */
/* -= Common =- */
a {
  color: #ee4811;
}
input[type=submit], input[type=button] {
  padding: 5px 10px;
  margin: 4px 0;
}
textarea {
  padding: 9px 9px;
  margin: 5px 0;
}
input[type=text] {
  padding: 4px;
  margin: 5px 0;
}
input[type=text], textarea {
  border: solid 1px #89837f;
}
input.invalid, textarea.invalid {
  border-color: Red;
  border-style: solid;
}
input.valid, textarea.valid {
  border-color: Green;
  border-style: solid;
}
/* -= Framework =- */
body {
  background-color: #c8c8c8;
  color: #3d2d1f;
  font-family: Tahoma, "Trebuchet MS", Sans-serif;
  line-height: 20px;
  font-size: 13px;
}
a {
  color: #ee4811;
}
h1 a, h2 a, h3 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
}
#page {
  width: 960px;
  margin: 0 auto 20px;
  padding: 0;
  background-color: #dededc;
  background: #dededc url(/Style/Images/big-vertical-gray-gradient.png) repeat-y right center;
  overflow: auto;
  /* zoom:1;
                                filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0', Direction=135, Strength=3);*/

  -moz-box-shadow: 1px 1px 3px #999999;
  -webkit-box-shadow: 1px 1px 3px #999999;
  box-shadow: 1px 1px 3px #999999;
}
#header, #main, #footer {
  float: left;
  width: 960px;
}
#header {
  background: #807b75 url(/Style/Images/dark-gradient.png) repeat-x top left;
  border-bottom: solid 1px #D3D3D0;
  position: relative;
}
#main h1 {
  font-size: 48px;
  font-family: Tahoma, "Trebuchet MS", Sans-serif;
  line-height: 60px;
  margin-bottom: 20px;
}
#footer {
  float: left;
  padding: 0 10px;
  width: 940px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #89837f;
  color: White;
}
#footer p {
  margin-bottom: 0;
}
#footer a {
  color: #ffa071;
  text-decoration: underline;
  font-weight: bold;
}
/* -= Items =- */
#logo {
  float: left;
  padding: 0 10px;
  width: 220px;
  background: White url(/Style/Images/logo.png) no-repeat center center;
  text-indent: -999em;
}
#logo a {
  display: block;
  line-height: 160px;
}
#contact {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  text-decoration: none;
  background-color: Transparent;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
}
#contact span {
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#contact span.big-text {
  line-height: 30px;
  padding-top: 10px;
}
#contact span.small-text {
  line-height: 15px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-size: 11px;
  color: Black;
}
#contact .middle {
  background: Transparent url(/Style/Images/big-button-middle.png) repeat-x left center;
  line-height: 60px;
  position: relative;
  color: #3d2d1f;
  font-size: 32px;
  padding: 0 10px;
}
#contact .right, #contact .left {
  width: 10px;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
}
#contact .right {
  background: Transparent url(/Style/Images/big-button-right.png) no-repeat left center;
  right: -10px;
}
#contact .left {
  background: Transparent url(/Style/Images/big-button-left.png) no-repeat right center;
  left: -10px;
}
#contact.dim {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
#contact-form {
  padding: 20px 0;
}
#contact-form fieldset label {
  display: block;
  line-height: 15px;
  padding-top: 5px;
}
#contact-form fieldset label span {
  display: block;
}
#contact-form fieldset label span.error {
  display: inline;
  color: Red;
}
#contact-form fieldset label .error.invisible {
  display: none;
}
#contact-form .personal {
  float: left;
  padding: 0 10px;
  width: 380px;
}
#contact-form .message {
  float: left;
  width: 320px;
}
#contact-form .message .error {
  display: block;
}
#contact-form .info-text {
  margin-left: 40px;
  float: left;
  padding: 0 10px;
  width: 140px;
  margin-right: 40px;
  margin-top: 20px;
}
#contact-form .buttons {
  display: block;
  text-align: center;
  clear: both;
  padding-top: 20px;
}
#contact-form textarea {
  height: 120px;
}
#contact-success, #contact-failure {
  text-align: center;
  padding: 20px 40px;
}
#contact-success p, #contact-failure p {
  margin-bottom: 20px;
}
#main-menu.no-js > li:hover {
  /* zoom:1;
                                filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0', Direction=135, Strength=3);*/

  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
}
#main-menu.no-js > li:hover ul {
  display: block;
}
#main-menu {
  /*white-space: nowrap;*/

  cursor: default;
  float: left;
  padding: 0 10px;
  width: 700px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #89837f;
  border-top: solid 1px #938D89;
  color: #3d2d1f;
}
#main-menu li.opened {
  background-color: #83280a;
}
#main-menu li.opened > ul {
  background-color: #83280a;
  border-top: solid 1px #a54a2c;
}
#main-menu li.opened span.selected {
  display: block;
  padding: 10px;
  padding-right: 15px;
  margin-right: 10px;
  color: White;
  font-weight: bold;
  background: transparent url(/Style/Images/white-small-arrow-down.png) no-repeat right center;
}
#main-menu li.opened li a {
  background-color: transparent;
}
#main-menu li.opened a:hover {
  background: #aa340c url(/Style/Images/reverse-red-vertical-red-gradient.png) repeat-y left top;
}
#main-menu li.selected a {
  background: #aa340c !important;
}
#main-menu li {
  display: block;
}
#main-menu > li {
  position: relative;
  float: left;
  margin-right: 20px;
}
#main-menu > li ul {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #89837f;
}
#main-menu > li > a, #main-menu h2 {
  font-size: 18px;
  font-family: Tahoma, "Trebuchet MS", Sans-serif;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin: 0;
  padding: 10px;
  display: block;
  color: White;
  text-decoration: none;
}
#main-menu li:hover a {
  background-color: #9a9490;
}
#main-menu li a:hover {
  background-color: #aba5a1;
}
#main-menu a {
  color: White;
  padding: 10px;
  display: block;
  text-decoration: none;
}
#language-menu > li {
  padding: 10px;
  float: left;
}
#language-menu a {
  color: White;
}
#sub-column {
  font-size: 11px;
  line-height: 18px;
  float: left;
  width: 240px;
}
#sub-column h2 {
  font-size: 18px;
  font-family: Tahoma, "Trebuchet MS", Sans-serif;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin: 9px 0;
}
#sub-column > div {
  padding: 10px;
}
#main-column {
  float: left;
  width: 480px;
  padding-left: 80px;
  padding-right: 160px;
  min-height: 400px;
  background-color: White;
  padding-bottom: 80px;
  padding-top: 80px;
}
.news-container h2 {
  font-size: 18px;
  font-family: Tahoma, "Trebuchet MS", Sans-serif;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.news-container h3 {
  font-size: 18px;
  font-family: Tahoma, "Trebuchet MS", Sans-serif;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.offer {
  background: #83280a url(/Style/Images/vertical-red-gradient.png) repeat-y left top;
  color: White;
}
.offer a {
  color: #ffa071;
  font-weight: bold;
}
.text {
  /*apture enbedded youtube*/

}
.text h2 {
  font-size: 32px;
  font-family: Tahoma, "Trebuchet MS", Sans-serif;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.text h3 {
  font-size: 18px;
  font-family: Tahoma, "Trebuchet MS", Sans-serif;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.text p {
  margin-bottom: 20px;
}
.text strong {
  font-weight: bold;
}
.text em {
  font-style: italic;
}
.text ul {
  list-style-type: disc;
}
.text ul ul {
  list-style-type: circle;
}
.text ol {
  list-style-type: decimal;
}
.text ul, .text ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.text > p > span {
  display: block;
  margin: 20px 0;
}
.text .new-line {
  clear: both;
}
img.left,
img.left-no-top-margin,
img.left-no-bottom-margin,
img.left-no-margin {
  float: left;
  clear: left;
  margin: 20px 20px 20px -80px;
  width: 240px;
}
img.left-no-top-margin, img.left-no-margin {
  margin-top: 0;
}
img.left-no-bottom-margin, img.left-no-margin {
  margin-bottom: 0;
}
img.right,
img.right-no-top-margin,
img.right-no-bottom-margin,
img.right-no-margin {
  float: right;
  clear: right;
  width: 400px;
  margin: 20px -160px 20px 20px;
}
img.right-no-top-margin, img.right-no-margin {
  margin-top: 0;
}
img.right-no-bottom-margin, img.right-no-margin {
  margin-bottom: 0;
}
img.big, img.top-big {
  display: block;
  width: 720px;
  margin: 20px -160px 20px -80px;
}
img.top-big {
  margin-top: -80px;
}
/* IE 7 */
* + html #contact .right, * + html #contact .left {
  top: 2px !important;
}

