html * {
  padding: 0;
  margin: 0;

}

img {
  border: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.both {
  clear: both;
}

a {
  outline: none;
}

#entire-page, .overflow_hid {
  min-width: 940px;
  overflow: hidden;
}

body {
  background: #000000;
  font-family: Helvetica, Arial, sans-serif;
}

.body_background {
  background: url(images/bg_light.jpg) no-repeat top #000;
  position: absolute;
  left: -295px;
  top: -136px;
  width: 1476px;
  height: 841px;
  z-index: -1;
}

/* Preload hover images */
body:after {
  content: url('images/avatar_hover.png');

  display: none;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********** HEADER **********/

#head #nav_area {
  height: 41px;
  text-shadow: none;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.6em;

}

#head #nav_area a {
  color: white;
  text-decoration: none;
  display: inline-block;
  float: right;
  margin-top: 26px;
  margin-left: 15px;
  font-weight: bold;
}

#head #product_menu a {
  color: white;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-top: 13px;
  cursor: pointer;
}

#head #nav_area a:hover, #head #product_menu a:hover {
  color: #E02621;
  text-shadow: 1px 1px 2px #391919;
}

#head #nav_area a.selected, #head #product_menu a.selected {
  color: #E02621;
  text-shadow: 1px 1px 2px #391919;
}

#product_menu {
  width: 99px;
  height: 0px;
  background: url(images/bg_dropdown.png) 0 34px no-repeat;
  text-shadow: none;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.6em;
  text-align: center;
  margin-left: 144px;
  opacity: 0;
  position: absolute;
  top: 15px;
  z-index: 900;
}

/****************************************************/

#product_menu_2 {
  overflow: hidden;
  width: 107px;
  height: 0px;
  background: url(images/bg_dropdown.png) top center no-repeat;
  background-size: cover;
  text-shadow: none;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.6em;
  text-align: center;
  margin-left: 144px;
  opacity: 0;
  position: absolute;
  top: 40px;
  z-index: 900;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;

}

#product_menu_2 a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  /* margin-top:13px;*/
  cursor: pointer;
  letter-spacing: -0.02em;
  font-size: 9px;
  line-height: 24px;

}

#head #product_menu_2 a:hover {
  color: #E02621;
  text-shadow: 1px 1px 2px #391919;
}

#head #product_menu_2 a.selected {
  color: #E02621;
  text-shadow: 1px 1px 2px #391919;
}

#menu {
  padding-top: 8px;
}

#sub_menu {
  display: none;

}

#first_product_item {
  margin-top: 34px;
}

#last_product_item {
  margin-top: 1px;
}

#head #nav_area #login {
  margin-top: 22px;
  margin-left: 20px;
  font-size: 0.9em;
}

#head #nav_area .avatar {
  background: url('images/avatar.png') no-repeat;
  width: 18px;
  height: 19px;
  display: inline-block;
}

#head #nav_area #login > span {
  color: #BBB;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 4px;
  vertical-align: bottom;
  text-shadow: none !important;
}

#head #nav_area #login:hover .avatar {
  background: url('images/avatar_hover.png') no-repeat;
}

#head #nav_area #login:hover > span {
  color: white;
}

#head #banner {

  width: 191px;
  height: 138px;
  display: inline-block;
  margin-right: 8px;
}

#head #banner img {
  /* width: 159px;
	height: 126px;*/
}

.wrapper_header {
  width: 920px;
  margin: 0 auto;
  position: relative;
  height: 132px;
}

.wrapper_header .left {
  width: 260px;
  float: left;
  margin: 0 40px 0 0;
}

.wrapper_header .right {
  width: 428px;
  float: right;
}

#shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

#press-modal {
  box-shadow: 0px 2px 5px 1px black;
  font-family: Verdana, sans-serif;
  position: absolute;
  background: #FFFFFF;
  width: 320px;
  padding: 20px;
  top: 0;
  z-index: 200;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 1;
}

#press-modal td {
  padding: 5px;
}

#press-modal h2 {
  color: #666666;
  line-height: 20px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
}

#press-modal h2 span {
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  padding: 0px 5px;
  background: #CC0000;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#press-modal h2 span:hover {
  background: #FF0000;
}

#press-modal img {
  margin-top: 15px;
  border: 0px;
}

#press-modal ul {
  border-top: 1px solid #CCCCCC;
}

#press-modal ul li {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#press-modal ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #44c9aa;
  display: block;
  position: relative;
  padding: 10px 10px;
}

#press-modal ul li a:hover {
  background: #EFEFEF;
}

#press-modal ul li a span {
  padding-top: 2px;
  position: absolute;
  right: 20px;
  color: #999999;
  font-size: 12px;
}

/********** FOOTER **********/

.footer {
  height: 53px;
  border-top: 1px solid #333333;

  top: -112px;
}

.footer_container {
  width: 920px;
  margin: 0 auto;
  margin-top: 23px;
}

.footer_container .social {
  float: right;
  margin-top: -8px;
  margin-right: 0px;
}

.copyright {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: bold;

}

.twitter {
  margin-right: 9px;
  margin-left: 8px;
  margin-top: 7px;
}

.twitter img {
  width: 22px;
  height: 17px;

}

.facebook img {
  width: 18px;
  height: 18px;
}

.links {
  margin-top: 10px;
  margin-left: 2px;
}

.links a, .links {
  color: #9d9c9c;
  font-size: 9px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.links a:hover {
  color: #acacac;
}

.links a {
  color: #9d9c9c;
  font-size: 9px;
}

.links em {
  margin-left: 3px;
  margin-right: 6px;
}

/* Envelope contact popup */

.global_contact_form {
  display: none;
}

.global_contact_form .envelope {
  width: 730px;
  height: 537px;
  background: url(images/envelope.png) no-repeat;
  padding-top: 80px;
  padding-left: 70px;
  position: absolute;
}

.global_contact_form .envelope input {
  border: none;
  height: 27px;
  width: 410px;
  background: none;
  margin-bottom: 4px;
  padding-left: 10px;
  color: #63686a;
  font-family: Helvetica, Arial;
  font-size: 13px;
  letter-spacing: -0.02em;
  font-style: italic;
  text-shadow: 0.03em 0.03em 0.03em #ffffff;
}

.global_contact_form .envelope textarea {
  border: none;
  height: 95px;
  width: 400px;
  background: none;
  margin-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  color: #63686a;
  font-family: Helvetica, Arial;
  font-size: 13px;
  letter-spacing: -0.02em;
  font-style: italic;
  text-shadow: 0.03em 0.03em 0.03em #ffffff;
  resize: none;
}

.global_contact_form .envelope label {
  color: #63686a;
  font-family: Helvetica, Arial;
  font-size: 13px;
  letter-spacing: -0.02em;
  font-style: italic;
  text-shadow: 0.03em 0.03em 0.03em #ffffff;
  position: absolute;
  margin-top: 6px;
  margin-left: 11px;
}

.global_contact_form .envelope .error {
  font-family: helvetica;
  color: red;
  margin-left: 5px;
  font-size: 10px;
  font-weight: bold;
  display: none;
}

.global_contact_form .envelope .send_button {
  width: 126px;
  height: 53px;
  background: url(images/submit_button.png) no-repeat;
  display: block;
  cursor: pointer;
  margin-top: 190px;
  margin-left: 266px;
}

.global_contact_form .envelope .send_button:hover {
  width: 126px;
  height: 53px;
  background: url(images/submit_button_hover.png) no-repeat;
}

.fancybox-skin {
  background: none !important;
}

.global_contact_form .thanks {
  width: 806px;
  height: 394px;
  background: url(images/thanks.png) no-repeat;
  opacity: 0;
  position: absolute;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.error_text {
  position: absolute;
  color: #888;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 158px 0 0 -185px;
  position: absolute;
  text-shadow: 1px 1px 0 #fff;
  opacity: 0;
}

.ajax_loader {
  position: absolute;
  left: 389px;
  top: 362px;
  display: none;
}

