@import "form.css";

body {
	background: #707173;
	background: #dfdfdf;
	color: #5e5d60;
  font-size: 12px;
  font-family: 'Soho Gothic W01 Regular', arial;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  /*
  background:-moz-radial-gradient(top, #999, #dfdfdf);
  background:-webkit-radial-gradient(top, #707173, #dfdfdf);
  background:-o-radial-gradient(top, #707173, #dfdfdf);
  background:-ms-radial-gradient(top, #707173, #dfdfdf);
  background:linear-gradient(top, #707173, #dfdfdf);
  */
}

img {
  display: block;
}
div.clear {
  height: 1px;
  font-size: 1px;
  clear: both;
  border: 0;
}

a {
  color: #5e5d60;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a.more {
  background: #5e5d60;
  color: #fff;
  font-size: 8px;
  padding: 0 6px;
  font-family: 'Soho Gothic W01 Bold';
  display: inline-block;
  margin: 8px 0 0 0;
  text-align: center;
}
a.more:hover {
  background: #97bf0d;
  color: #fff;
}
a.filter {
  font-size: 10px;
  display: inline-block;
  padding: 0 2px;
  text-decoration: underline;
}
a.filter-active {
  font-size: 10px;
  background: #97bf0d;
  color: #fff;
  text-decoration: none;
}
a.back {
  float: right;
  text-decoration: underline;
}

a.next {
  background: #f0f1f2 url(../images/next.png) right top no-repeat;
  font-size: 12px;
  line-height: 12px;
  padding: 14px 50px 13px 14px;
  font-family: 'Soho Gothic W01 Regular';
  display: block;
  margin: 4px 0 0 0;
  text-align: left;
}
a.next strong {
}
a.next:hover {
  background: #f0f1f2 url(../images/next.png) right bottom no-repeat;
}

p {
  margin: 0;
}
ul {
  padding: 8px 8px 8px 16px;
  margin: 0 4px;
}
hr {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  border: 0;
  border-top: 1px dotted #58585a;
  margin: 12px 0;
}

h1, h2, h3, h4 {
  color: #5e5d60;
  margin: 0;
  line-height: 2.1em;
  text-transform: uppercase;
	font-family: Soho Gothic W01 Bold;
  font-weight: normal;
}
h1 {
  font-size: 35px;
  font-family: 'Soho Gothic W01 Light';
  font-weight: normal;
  line-height: 1.2em;
}
h2 {
  font-size: 15px;
  font-family: 'Soho Gothic W01 Bold';
  font-weight: normal;
  line-height: 1.2em;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 12px;
  padding: 8px;
  background: #f0f1f3 url(../images/box-light-corner.png) right top no-repeat;
  color: #707173;
  font-family: Soho Gothic W01 Regular;
  font-weight: normal;
}
h6 {
  font-size: 12px;
  padding: 8px;
  background: #707173 url(../images/box-dark-corner.png) right top no-repeat;
  color: #f0f1f3;
  font-family: Soho Gothic W01 Regular;
  font-weight: normal;
}

h2 em, h3 em, h4 em, h2 a {
  font-style: normal;
  font-family: Soho Gothic W01 Regular;
  font-weight: normal;
}
h2 a {
  float: right;
  font-size: 10px;
  text-decoration: underline;
}

p.descr, b, strong {
  font-family: "Soho Gothic W01 Bold";
  font-weight: normal;
}

#viewport {
  background: #fff;
	width: 980px;
  margin: 40px auto 0 auto;
  padding: 0 0 40px 0;
  position: relative;
  box-shadow: 0 8px 8px #707173;
}

#head {
  height: 140px;
}
#head div.content {
  padding: 0 0 0 40px;
}
#head div.content a.logo {
  float: left;
  margin: 40px 0 0 0;
}
#head div.top-links {
  margin: 20px 30px 0 0;
  float: right;
}
#head p a {
  font-family: 'Soho Gothic W01 Regular';
  font-size: 10px;
  text-decoration: none;
}
#head p a.active {
  font-size: 10px;
  color: #97bf0d;
  text-decoration: none;
}
form.searchform {
  width: 139px;
  height: 26px;
  padding: 0;
  margin: 0 0 0 16px;
  background: url("../images/searchfield.gif") no-repeat;
}
form.searchform input.text {
  background-color: #ffffff;
  box-shadow: none;
  border: 0;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0 0 4px;
  padding: 0;
  width: 100px;
}
form.searchform input.submit {
  background-color: transparent;
  border: 0;
  color: #000000;
  float: right;
  margin: 4px 2px 0 0;
}


#left {
  width: 190px;
  padding: 0;
  float: left;
  position: relative;
  z-index: 100;
}
#left div.content {
  width: 170px;
  float: right;
}


#main {
  width: 790px;
  float: right;
  position: relative;
}
#main .shadow {
  background: url("../images/shadow-left.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 540px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 111;
  line-height: 1.3em;
}
#main div.content {
  padding: 17px 0 20px 15px;
  min-height: 600px;
}
#main div.right {
  width: 630px;
  min-height: 600px;
  margin: 0 0 0 165px;
  z-index: 10;
}
#main div.footer {
  padding: 20px 40px 20px 0;
}
#main div.footer h3 {
  font-size: 11px;
}
#main div.footer td {
  font-size: 11px;
}
#main div.footer td a {
  font-size: 10px;
}

/* breadcrumb */
ul.breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 10px 40px 10px 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  border: 1px solid #aeaeaf;
  border-width: 1px 0;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li a {
  font-size: 10px;
  text-decoration: underline;
  margin: 0 4px 0 0;
}

/* navi */
ul.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 0;
  font-size: 16px;
  text-transform: uppercase;
}
ul.navigation li a {
  display: block;
  border-top: 1px solid #AEAEAF;
  font-family: 'Soho Gothic W01 Light';
  padding: 11px 6px 7px;
  text-align: right;
}
ul.navigation li a:active, ul.navigation li.active a {
  background-color: #97bf0d;
  color: #fff;
}
ul.navigation li:first-child a {
  border: 0;
}
#main div.navigation {
  height: 540px;
  width: 164px;
  background: url(../images/sub-navi.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0 15px 0 0;
}
#main div.navigation ul.navigation li a:active, #main div.navigation ul.navigation li.active a {
  background: none;
  color: #97bf0d;
}
ul.sub-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 0;
}
ul.sub-navigation li a {
  background: #dfdfdf;
  display: block;
  border: 0;
  font-family: 'Soho Gothic W01 Bold';
  font-size: 10px;
  padding: 3px 7px;
  margin: 1px 0 0 0;
  text-align: right;
  text-transform: uppercase;
}
#main div.navigation ul.sub-navigation li a:active, #main div.navigation ul.sub-navigation li.active a {
  background-color: #5e5e60;
  color: #fff;
}


/* slider */
div.slider-wrapper {
  position: relative;
}
div.slider-wrapper .slider-text {
  background: url("../images/green-box.png") repeat scroll 0 0 transparent;
  background: #97be0d none;
  height: 180px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 30px;
  width: 320px;
  z-index: 11;
}
div.slider-wrapper .slider-text div {
  color: #fff;
  padding: 20px;
  width: 320px;
  position: absolute;
  top: 0;
  left: 0;
}
div.slider-wrapper .slider-text div h1 {
  font-family: 'Soho Gothic W01 Light';
  color: #fff;
  line-height: 35px;
  font-size: 30px;
  margin: 0 0 8px 0;
}
div.slider-wrapper .slider-text div p {
	font-size: 14px;
	line-height: 20px;
}
div.slider-wrapper .slider-text-big {
  background: #752718;
  height: 340px;
  top: 137px;
  width: 474px;
  z-index: 11;
}
div.slider-wrapper .slider-text-big div {
  width: 400px;
}

/* culture */
.culture div.slider-wrapper .slider-text {
  background: url("../images/culture-bg.png") repeat-x;
  height: 260px;
  left: 0;
  position: absolute;
  top: 312px;
  width: 550px;
  z-index: 11;
}
.culture div.slider-wrapper .slider-text div {
  color: #5e5c60;
  width: 550px;
  padding: 0;
}
.culture div.slider-wrapper .slider-text div div {
  width: auto;
  padding: 60px 40px 0 40px;
  text-transform: none;
}
.culture div.slider-wrapper .slider-text div p {
  font-size: 12px;
  text-transform: none;
}
.culture div.slider-wrapper a.prev, .culture div.slider-wrapper a.next {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 327px;
  background: url("../images/culture-arrows.png") no-repeat;
  z-index: 20;
  margin: 0;
  padding: 0;
}
.culture div.slider-wrapper a.prev {
  left: 15px;
}
.culture div.slider-wrapper a.next {
  right: 15px;
  background: url("../images/culture-arrows.png") 0 -12px no-repeat;
}

/* local to global */
div.local-to-global {
  position: relative;
  left: -40px;
  top: -40px;
}
div.local-to-global a {
  font-size: 11px;
  background: #5e5c60;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #fff;
  z-index: 11;
}
div.local-to-global a:hover, div.local-to-global a:active {
  background: #97BF0D;
}
div.local-to-global a span {
  padding: 4px;
  text-align: center;
  display: block;
}

/* catalog */
div.catalog {}
div.catalog a.product {
  width: 100px;
  height: 120px;
  margin: 4px 8px;
  float: left;
  text-align: center;
  line-height: 1em;
  font-size: 10px;
}
div.catalog a.product span {
  display: inline-block;
  padding: 4px 4px;
}
div.catalog div.row {
	width: 504px;
	height: 130px;
	position: relative;
	padding: 8px 0;
}
div.catalog div.wrapper {
	width: 464px;
	border: 0px solid red;
	height: 130px;
	overflow: hidden;
	margin: 0 20px;
	position: relative;
}
div.catalog div.wrapper div.inner {
	width: auto;
	border: 0px solid green;
	height: 124px;
	position: absolute;
	left: 0;
}
div.catalog a.arrow-left, div.catalog a.arrow-right {
	position: absolute;
	background: url(../images/arrows.png);
	width: 12px;
	height: 12px;
	top: 65px;
}
div.catalog a.arrow-left {
  left: 0;
}
div.catalog a.arrow-right {
  right: 0;
  background-position: left -12px;
}

/* catalog logos */
div.logos a.arrow-left, div.logos a.arrow-right {
  top: 55px;
}
div.logos a.logo {
  width: 98px;
  height: 98px;
  margin: 4px 8px 12px 8px;
  float: left;
  border: 1px solid #aeadaf;
  position: relative;
}
div.logos a.logo h4 {
  width: 98px;
  line-height: 1.5em;
  padding: 4px;
  color: #fff;
}

/* qtip */
.qtip {
  border: 0;
}
.qtip-tip {
  z-index: 100;
}
.qtip-wrapper {
  box-shadow: 0 0 4px #999999;
  -webkit-box-shadow: 0 0 4px #999999;
  -moz-box-shadow: 0 0 4px #999999;
  background: #a3c9eb;
}
.qtip-contentWrapper {
  border: 0 !important;
  margin: 0;
}
.qtip .qtip-content img {
}

/* products */
div.product {
  font-size: 10px;
}
div.product div.data {
  float: right;
  font-size: 10px;
  margin: 20px 20px 0 0;
}
div.product a.image {
  position: relative;
  width: 250px;
  height: 250px;
  float: left;
}
div.product a.image span.magnify {
  background: url(../images/magnifier.gif);
  width: 19px;
  height: 19px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

div.product div.banner {
	float: right;
	width: 151px;
	margin: 20px 0 0 0;
}

/* news summary box */
div.news-summary {
  margin: 10px 0 0 0;
  position: relative;
  width: 760px;
  height: 237px;
}
div.news-summary-content {
  position: absolute;
  left: -220px;
  width: 980px;
  height: 237px;
  background: url(../images/news-bg.jpg) no-repeat;
}
div.news-summary div.news-wrapper {
  border: 0 solid red;
  width: 320px;
  margin: 0 0 0 580px;
}
div.news-summary a.news-intro {
  border: 0 solid red;
  width: 320px;
  margin: 0 0 0 220px;
  float: left;
  color: #fff;
}
div.news-summary a.news-intro h4 {
  font-size: 100px;
  line-height: 100px;
  margin: 0;
  color: #fff;
}
div.news-summary a.news-intro p {
  padding: 4px;
  font-size: 36px;
  line-height: 1.1em;
  font-family: 'Soho Gothic W01 Regular';
}
div.news-summary a.news-intro:hover, div.news-summary a.news-intro:hover h4 {
  color: #97BF0D;
}

/* news */
div.news a.image {
  width: 125px;
  height: 125px;
  float: left;
}
div.news div.text {
  margin: 0 0 0 140px;
}
div.news a.more {
  font-size: 9px;
  font-family: 'Soho Gothic W01 Regular';
}

div.news-start {
  height: 110px;
  font-size: 12px;
  float: left;
  margin: 0 0 16px 0;
  padding: 0 !important;
}
div.news-start h3 {
  font-size: 12px;
  line-height: 1.2em;
  margin: 10px 0 4px 0;
}
div.news-start a {
  text-decoration: underline;
  font-size: 9px;
  font-weight: bold;
}
div.news-start a.image {
  width: 110px;
  height: 110px;
  float: left;
}

div.news-box {
  width: 350px;
  height: 116px;
  font-size: 11px;
  float: left;
  margin: 8px 20px 8px 0;
  padding: 0 !important;
}
div.news-box h3 {
  font-size: 11px;
  line-height: 1.3em;
  margin: 12px 0 4px 0;
}
div.news-box a {
  text-decoration: underline;
  font-size: 8px;
  font-weight: normal;
}
div.news-box a.image {
  float: left;
}

/* contact */
div.contact {
  float: left;
  margin: 0 0 32px 0;
}
div.contact a.image {
  display: block;
}
div.contact div.text {
  margin: 0 0 0 84px;
  background: #cb7e6d;
  color: #fff;
  height: 84px;
  padding: 8px;
}
div.contact div.text p {
  color: #fff;
  font-size: 11px;
  line-height: 1.3em !important;
}
div.contact div.text h3 {
  color: #fff;
  line-height: 1.5em !important;
}
div.contact a.more {
  margin: 4px 0 0 0;
  font-size: 9px;
  padding: 2px 0;
  width: 80px;
  font-family: 'Soho Gothic W01 Regular';
}

/* teaser */
div.teaser div.image {
  float: right;
  width: 260px;
}
div.teaser div.text {
  
}

/* tinymce */
div.tinymce ul {
  padding: 8px 8px 8px 12px;
  list-style-image: url(../images/bullet.png)
}

/* media */
div.documents {
  padding: 4px 0;
}
div.media div.document {
  color: #6f7072;
  background: #f0f1f2;
  height: 39px;
  margin: 12px 0 0 0;
}
div.media div.document p {
  padding: 4px 8px 0 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px !important;
}
div.media div.document span {
  font-weight: normal;
}
div.media div.document a {
  float: right;
  width: 39px;
  height: 39px;
  margin: 0;
  border-left: 1px solid #fff;
}
div.media div.document a.image {
  float: left;
  width: 26px;
  height: 26px;
  margin: 4px 6px;
}
div.media div.document a.cart-add {
  background: url(../images/download-icons.png) no-repeat 0 -234px;
}
div.media div.document a.cart-add:hover {
  background: url(../images/download-icons.png) no-repeat 0 -273px;
}
div.media div.document a.cart-remove {
  background: url(../images/download-icons.png) no-repeat 0 -312px;
}
div.media div.document a.cart-remove:hover {
  background: url(../images/download-icons.png) no-repeat 0 -351px;
}
div.media div.document a.download {
  background: url(../images/download-icons.png) no-repeat 0 -156px;
}
div.media div.document a.download:hover {
  background: url(../images/download-icons.png) no-repeat 0 -195px;
}

#main div.gallery {
  margin: 16px 0;
}
#main div.gallery a.image {
  float: left;
  background: url(../images/bg-thumb.png) no-repeat;
  width: 86px;
  height: 86px;
  margin: 0 8px 8px 0;
}
#main div.gallery a.image img {
  margin: 7px 0 0 7px;
}

/* box */
div.light-box {
  background: #f0f1f3 url(../images/box-light-corner.png) right top no-repeat;
  color: #707173;
  padding: 20px;
}
div.dark-box {
  background: #707173 url(../images/box-dark-corner.png) right top no-repeat;
  color: #f0f1f3;
  padding: 20px;
}
div.light-box ul, div.dark-box ul {
  list-style-type: none;
  padding: 8px 8px 8px 12px;
  list-style-image: url(../images/box-light-bullet.png) !important;
}
div.dark-box ul {
  list-style-image: url(../images/box-dark-bullet.png) !important;
}

/* inset */
div#inset {
  position: absolute;
  z-index: 121;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  top: 540px;
  left: 0;
  background: #97bf0d;
  width: 290px;
  overflow: visible;
  -webkit-border-top-right-radius: 32px;
  -moz-border-radius-topright: 32px;
  border-top-right-radius: 32px;
}
div#inset div.shade {
  height: 100%;
  position: absolute;
  width: 4px;
  left: -4px;
  top: -4px;
  background: #97bf0d;
}
div#inset div.content {
  color: #fff;
  padding: 32px;
  font-size: 14px;
}

/* overlay */
div#overlay {
  position: absolute;
  z-index: 200;
  top: 140px;
  left: 220px;
  background: #000;
  width: 720px;
  height: 450px;
}
div#overlay a.close {
  background: url("../images/close.png") no-repeat scroll 0 0 transparent;
  height: 36px;
  width: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
}

/* cart */
div.blue-box {
  background: #a3c9eb;
  margin: 0;
  padding: 20px 8px;
  width: 123px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  float: right;
  text-align: center;
}
div.blue-box a {
  font-weight: normal;
  text-decoration: underline;
  color: #fff;
}
#sample {
  background: #c2d5f2;
}

/* mask */
div#mask {
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  z-index: 10000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 0 0 40px 0;
}

/* quick contact */
div#quick-contact {
  position: absolute;
  display: block;
  left: 50%;
  top: 180px;
  margin: 0 0 0 250px;
  width: 240px;
  height: 32px;
  z-index: 10010;
}
div#quick-contact a.button {
  display: block;
  background: url("../images/contact.png") right 0 no-repeat scroll;
  position: fixed;
  margin: 0 0 0 201px;
  width: 39px;
  height: 24px;
}
div#quick-contact div.menu {
  background: #fff;
  position: fixed;
  width: 240px;
}
div#quick-contact div.menu h2 {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  padding: 6px 16px;
  background: #98ce00 url("../images/contact-close.png") 216px 3px no-repeat scroll;
}

/* content */
#main div.content p, #main div.content td {
}


/* tinymce */
body.mceContentBody {
  padding: 8px;
  background: #fff none;
  font-size: 12px !important;
  color: #4b4b4d;
}