html, body {
  /*background-color: rgb(245, 246, 247);*/
  color: #707070;
  background-image: url(../images/bg-noise.png);
  background-repeat: repeat;
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  
  font-family: 'ITCFranklinGothicStd-BkCd', Arial, Helvetica,sans-serif;
  font-size: 14px;
}

::selection { /* Safari */
  background: #e6e6e6;
  color: #000;
  /*text-shadow: 1px 1px 0px #000;*/
}
::-moz-selection { /* Firefox */
  background: #e6e6e6;
  color: #000;
  /*text-shadow: 1px 1px 0px #000;*/
}

@font-face {
  font-family: 'ITCFranklinGothicStd-BkCd';
  src: url('../fonts/ITCFranklinGothicStd-BkCd.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ITCFranklinGothicStd-BkCd.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ITCFranklinGothicStd-BkCd.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ITCFranklinGothicStd-BkCd.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ITCFranklinGothicStd-BkCd.svg') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCFranklinGothicStd-BkXCp';
  src: url('../fonts/ITCFranklinGothicStd-BkXCp.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ITCFranklinGothicStd-BkXCp.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ITCFranklinGothicStd-BkXCp.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ITCFranklinGothicStd-BkXCp.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ITCFranklinGothicStd-BkXCp.svg') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BodoniStd-BookItalic';
  src: url('../fonts/BodoniStd-BookItalic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BodoniStd-BookItalic.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BodoniStd-BookItalic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BodoniStd-BookItalic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/BodoniStd-BookItalic.svg') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

img {
  border: none;
}

.glass-effect {
  background: #fff;
  
  box-shadow: 0 2px 6px rgba(0,0,0,0.5),
              inset 0 1px rgba(255,255,255,0.3),
              inset 0 10px rgba(255,255,255,0.2),
              inset 0 10px 20px rgba(255,255,255,0.25),
              inset 0 -15px 30px rgba(0,0,0,0.3);
  -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5),
                 inset 0 1px rgba(255,255,255,0.3),
                 inset 0 10px rgba(255,255,255,0.2),
                 inset 0 10px 20px rgba(255,255,255,0.25),
                 inset 0 -15px 30px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5),
                      inset 0 1px rgba(255,255,255,0.3),
                      inset 0 10px rgba(255,255,255,0.2),
                      inset 0 10px 20px rgba(255,255,255,0.25),
                      inset 0 -15px 30px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5),
                   inset 0 1px rgba(255,255,255,0.3),
                   inset 0 10px rgba(255,255,255,0.2),
                   inset 0 10px 20px rgba(255,255,255,0.25),
                   inset 0 -15px 30px rgba(0,0,0,0.3);
}

.box-gradient1 {
  background: -moz-linear-gradient(center bottom , rgb(223, 223, 223) 0%, rgb(242, 242, 242) 66%, rgb(242, 242, 242) 100%) repeat scroll 0% 0% transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(223, 223, 223, 1)), color-stop(66%, rgba(242, 242, 242, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
  border-bottom: 1px solid rgb(235, 235, 235);
}

.rounded-corners {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.rounded-corners-top {
  border-radius: 4px 4px 0px 0px;
  -khtml-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

.rounded-corners-bottom {
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

.semi-transparent {
  opacity: 0.5;
}

.shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.inner-shadow-top {
  box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.3); 
}

.inner-shadow {
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3); 
}

.engraved-text {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.column {
  position: relative;
  float: left;
}

.columns-two {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-rule-color:  #ccc;
  -moz-column-rule-style:  solid;
  -moz-column-rule-width:  1px;
  -webkit-column-rule-color:  #ccc;
  -webkit-column-rule-style: solid ;
  -webkit-column-rule-width:  1px;
}

.required {
  color: #b50000;
}

a:link, a:visited{
  color: #707070;
  text-decoration: none;
}
a:hover, a:active{
  color: #d46400;
  text-decoration: underline;
}

h1{
  font-size: 1.75em;
  font-weight: normal;
}
h2{
  font-size: 1.4em;
  font-weight: normal;
}
h3{
  font-size: 1.15em;
  font-weight: normal;
}


#page {
  min-width: 590px;
  max-width: 980px;
  
  padding: 10px;
  margin: auto;
}

#header-wrapper {
  margin: 0 auto;
}

#header {
  position: relative;
  min-width: 100%;
  margin: 0 auto;
}

#container {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 130px;
  border-bottom: 0px solid #d4d4d4;
  margin-bottom: 5px;
  
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.05);
  -moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.05);
  box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.05);
}

#languages-wrapper {
  display: inline-block;
  margin: 10px 20px;
  top: 0;
  position: absolute;
}
#languages-wrapper a {
  opacity: .3;
  
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity  0.2s ease;
}
#languages-wrapper a.active, #languages-wrapper a:hover {
  opacity: 1;
}

#currencies-wrapper {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 35px 10px;
}
#top-bar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 999999999;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow-y: hidden;
}
#top-bar {
  position: relative;
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  height: 130px;
  border-bottom: 0px solid #d4d4d4;
  margin-bottom: 5px;
  
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.05);
  -moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.05);
  box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.05);
}

#cart-wrapper {
  position: absolute;
  right: 0;
  height: 40px;
  padding: 0 15px;
  display: inline-block;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
#cart-wrapper .block {
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0px 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

#search-wrapper {
  display: inline-block;
  float: left;
  margin: 0 auto;
}
#search-wrapper .block {
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0px 15px 0px 0px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
#search {
  display: inline-block;
  padding-top: 2px;
}
#links-wrapper {
  display: inline-block;
  margin: 0 auto;
}
#links-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#links-wrapper li {
  float: left;
  display: inline-block;
  border-right: 1px solid #eee;
  padding: 0px 15px;
  line-height: 40px;
}
#links-wrapper li a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #000;
  
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color  0.2s ease;
}
#links-wrapper li a:hover {
  color: #d46400;
  text-decoration: underline;
}

#middle-bar {
  position: relative;
  width: 100%;
  top: 40px;
  height: 90px;
}
#middle-bar .container {
  max-width: 980px;
  margin: 0 auto;
}
#logotype-wrapper {
  display: inline-block;
  float: left;
  margin: 0 auto;
}
#logotype-wrapper .block {
  display: inline-block;
  height: 87px;
  /*
  width: 253px;
  */
  margin-top: 0px;
  padding: 0;
}
#logotype {
  display: inline-block;
  padding: 30px 0px 0px 20px;
}

#information-wrapper {
  display: inline-block;
  float: right;
  margin: 0 auto;
  height: 87px;
}
#information-wrapper .block {
  display: inline-block;
  height: 87px;
}
#information-wrapper ul {
  padding: 0;
  margin: 0;
}
#information-wrapper li {
  list-style: none;
  padding: 0 20px;
  margin: 15px 0px;
  float: right;
  text-align: center;
  height: 60px;
}
#information-wrapper p.heading {
  margin: 0;
  padding-top: 7px;
  color: #000;
  font-size: 24px;
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
}
#information-wrapper p.text {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  margin: -4px 0px 0px 0px;
  font-style: italic;
  font-size: 14px;
  color: #999;
}
#gradient-border {
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 37px;
  height: 3px;
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#bottom-bar {
  position: relative;
  width: 100%;
  height: 61px;
  margin-top: -5px;
}
#bottom-bar .container {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.20);
  -moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.20);
  box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.20);
}
#navigation-outer-wrapper {
  position: relative;
  margin: auto;
  height: 50px;
  border-bottom: 1px #000 solid;
  background-color: #4c4c4c;
  
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius:  5px;
  -moz-border-radius-bottomright:     5px;
  -moz-border-radius-bottomleft:      5px;
  border-bottom-right-radius:         5px;
  border-bottom-left-radius:          5px;

  /*background-image: url(../images/bg-footer.png); background-repeat: repeat;*/
}
#navigation-inner-wrapper {
  position: relative;
  margin: auto;
  height: 47px;
  max-width: 980px;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  border-bottom: 1px solid #8e8e8e;
  border-top: 0px solid #4c4c4c;
  
  background-image: url(../images/bg-nav.png);
  background-repeat: repeat;
  
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius:  4px;
  -moz-border-radius-bottomright:     4px;
  -moz-border-radius-bottomleft:      4px;
  border-bottom-right-radius:         4px;
  border-bottom-left-radius:          4px;  
}
#navigation {
  position: relative;
  height: 47px;
  max-width: 980px;
  margin: auto;
}
#site-menu-wrapper {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
#site-menu {
}
#site-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-menu ul li{
  display: inline-block;
  /*white-space: nowrap;*/
}
#site-menu ul li a {
  display: block;
  padding: 0px 15px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 2px solid #808080;
  text-shadow: 1px 1px 0px #4c4c4c;
  text-align: center;
  line-height: 47px;
  color: #fff;
}
#site-menu ul li a:hover {
  background-color: #8e8e8e;
  text-decoration: underline;
  color: #fff;
}
#top-menu {
  /* see separate file */
}

#main-wrapper {
  max-width: 980px;
  margin: 10px auto 20px auto;
}
#main {
  margin: 0;
}

#sidebar {
  margin-right: 10px;
	width: 200px;
  padding: 15px;
  background-color: #fff;
  border-top: 2px #ccc solid;
  border-bottom: 1px #e8e8e8 solid;
}
#sidebar h3 {
  padding: 0;
  margin: 6px 0px -4px 0px;
  text-align: center;
  color: #000;
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
#sidebar h3.filter {
  padding: 5px;
  margin: 15px 0px 5px 0;
  background-image: url(../images/bg-light-noise.png);
  background-repeat: repeat;
  border-bottom: 1px #e8e8e8 solid;
  border-top: 1px #ccc solid;
}
#sidebar em {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #999;
}

#support-links-wrapper {
}
#support-links-wrapper ul {
  list-style: none;
  margin: 0px 0px 10px 10px;
  padding: 0;
}
#support-links-wrapper ul li a {
  line-height: 1.5;
  padding-left: 3px;
  
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color  0.2s ease;
} 
  

@media screen and (max-width: 480px) {
}
@media screen and (max-width: 900px) {
}

#content-wrapper {
  max-width: 980px;
  margin: 0 auto;
  border-top: 2px #CCC solid;
  border-bottom: 1px #E8E8E8 solid;
  background-color: #fff;
  overflow: hidden;
}
#content {
  /*margin-left: 270px;*/
  /*min-height: 400px;*/
  /*padding: 20px;*/
}
.page {
  text-align: justify;
  width: 70%;
  margin: 30px auto;
  padding: 0;
}
.page h1 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 34px;
  color: #d46400;
  margin: 0;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
}
.page h2 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page ul {
  list-style-type: square;
}
.page ul li {
  padding: 0;
}
.page ol li {
  padding: 5px;
}

.page-cases {
  margin-top: 30px;
}
.page-cases h2 {
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px #ccc solid;
}
.page-cases img {
  width: 80px;
}
.page-cases ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-cases li {
  min-height: 80px;
  width: 150px;
  display: inline-block;
}


.casespage-column {
  width: 33%;
  float: left;
}
.casespage-column ul {
  margin: 0px 0px 30px 0px;
  padding: 0;
  list-style: none;
}
.casespage-column ul li {
  height: 100px;
  border-right: 1px #ccc solid;
}
.casespage-column h2 {
  text-align: left;
  font-size: 24px;
}

.cases-group {
  float: left;
  width: 158px;
  list-style: none;
  border-top: 2px #ccc solid;
  margin: 0px 7px 0px 7px;
}
.cases-group li {
  padding: 4px 0px 4px 0px;
  border-top: 0px #e8e8e8 solid;
  height: 100px;
}
.cases-group h2 {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 34px;
  color: #d46400;
}

table.delivery-charges-shipping-area {
  font-size: 14px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.delivery-charges-shipping-area th {
  padding: 8px;
  color: #000;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  background-image: url(../images/bg-light-noise.png);
  border-top: 2px solid #ccc;
  border-right: 0px solid #e8e8e8;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #e8e8e8;
}
table.delivery-charges-shipping-area th:first-child {
  border-left: 0;
  text-align: left;
}
table.delivery-charges-shipping-area td {
  border-top: 1px solid #ccc;
  border-right: 0px solid #e8e8e8;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #e8e8e8;
  padding: 5px;
  text-align: center;
}
table.delivery-charges-shipping-area td:first-child {
  border-left: 0;
  text-align: left;
  padding-left: 7px;
}
table.delivery-charges-shipping-area td:nth-child(3), table.delivery-charges-shipping-area td:nth-child(4){
  color: #b50000;
}


#breadcrumbs-wrapper {
  position: relative;
  margin: auto;
  height: 40px;
  background-color: #fff;
  border-top: 1px #ccc solid;
  border-bottom: 4px #ccc solid;
}
#breadcrumbs {
  position: relative;
  height: 40px;
  max-width: 980px;
  margin: auto;
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumbs li:first-child {
  padding-left: 10px;
}
#breadcrumbs li {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border-right: 1px solid #eee;
}
#breadcrumbs .icon {
  display: inline;
  float: left;
  padding-left: 20px;
  border-left: 1px solid #eee;
  line-height: 40px;
}
#breadcrumbs li a {
  display: inline-block;
}
#breadcrumbs, #breadcrumbs a {
  color: #000;
  text-decoration: none;
  
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color  0.2s ease;
}
#breadcrumbs, #breadcrumbs a:hover {
  color: #d46400;
  text-decoration: underline;
}

#footer-wrapper {
  position: relative;
  margin: auto;
  background-image: url(../images/bg-footer.png);
}
#footer {
  max-width: 980px;
  margin: auto;
  color: #aaa;
}

#footer #information td {
  padding: 35px 0;
}
#footer #social-media td {
  padding-bottom: 35px;
}
#footer #social-media td h4 {
  font-size: 20px;
  padding-bottom: 5px;
}
#footer #social-media .box {
  background-color: #fff;
  padding: 10px 15px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#footer #about-us td {
  padding-bottom: 35px;
}

#footer h4 {
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
#footer a {
  color: #aaa;
  text-decoration: none;
  
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color  0.2s ease;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer td ul {
  text-align: justify;
  padding-left: 0;
  margin: 14px 0 0 0;
  list-style: none;
}
#footer td ul li a {
  line-height: 1.5;
  padding-left: 3px;
}

/*#footer * {
  color: rgb(136, 136, 136);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}*/
#footer strong {
  font-weight: normal;
  color: #fff;
}
#footer .categories ul {
  padding: 0 15px;
}
#footer .categories ul li {
  list-style: none;
}
#footer .information ul {
  padding: 0;
}
#footer .information ul li {
  list-style: none;
}
#footer h1 {
  font-size: 1.2em;
}

#copyright-wrapper {
  position: relative;
  margin: auto;
  background-image: url(../images/bg-footer.png);
}
#copyright {
  max-width: 980px;
  margin: auto;
  border-top: 1px #444 solid;
  color: #aaa;
  text-align: center;
  padding: 10px 0;
}

.content-separator {
  height: 10px;
  border-top: 1px #e8e8e8 solid;
  background: url(../images/bg-noise.png);
}