* {
  margin: 0;
  padding: 0;
}

body {
  background: #12120d url('../img/top.png') repeat-x top;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #555;
}

#header {
  position: relative;
  background: #12120d;
  width: 960px;
  height: 120px;
  margin: 0 auto 112px auto;
  text-align: left;
}

.subpage #header {
  margin-bottom: 70px;
}

#header #logo {
  float: left;
  width: 200px;
  height: 80px;
  margin: 20px 0 0 20px;
  background: url('../img/finebrands.png') no-repeat 50% 50%;
  text-indent: -1000px;
  overflow: hidden;
}

#header #logo a {
  display: block;
  height: 100%;
  cursor: pointer;
}

#header #topnavi {
  float: right;
  margin: 63px 25px 0 0;
  list-style-type: none;
  font-size: 17px;
  line-height: 40px;
}

#header #topnavi li {
  float: left;
  margin-left: 10px;
}

#header #topnavi a {
  display: block;
  padding: 0 7px 0 7px;
  color: #96da3d;
  text-decoration: none;
}

#header #topnavi a:hover {
  color: #fff;
}

#header #topnavi li.selected a {
  color: #fff;
}

#header .slogan {
  position: absolute;
  top: 10px;
  right: 32px;
  color: #6b5e43;
  font-size: 16px;
  font-style: italic;
  font-family: 'Georgia', serif;
}

#header .slogan span {
  font-size: 28px;
  font-weight: bold;
}

#content-area {
  background: #fff url('../img/content-bg.png') repeat-x bottom;
  min-height: 400px;
}

#content {
  position: relative;
  top: -7px;
  width: 960px;
  border-top: 7px solid #91d041;
  margin: 0 auto 25px auto;
  text-align: left;
}

#teaser {
  position: relative;
  height: 320px;
  overflow: hidden;
}

#teaser img.image {
  position: absolute;
}

#teaser ul {
  position: absolute;
  left: 15px;
  bottom: 15px;
  list-style-type: none;
}

#content #teaser ul {
  margin: 0;
}

#teaser li {
  float: left;
  width: 22px;
  line-height: 22px;
  background: #000;
  color: #fff;
  text-align: center;
  margin-right: 3px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}

#teaser li.selected {
  background: #fff;
  color: #000;
}

#content #italia-navi {
  position: absolute;
  list-style-type: none;
  top: -45px;
  right: 0;
  font-size: 14px;
  line-height: 36px;
  margin: 0;
}

#content #italia-navi li {
  float: left;
  margin-left: 3.5px;
}

#content #italia-navi a {
  background: #12120d;
  display: block;
  padding: 0 13px 2px 13px;
  color: #fff;
  text-decoration: none;
}

#content #italia-navi a:hover {
  color: #ddd;
}

#content #italia-navi li.selected a {
  background: #91D041;
  color: #12120d;
}

#subpage-header {
  position: relative;
  height: 150px;
  margin-bottom: 7px;
}

.italy #subpage-header {
  height: 58px;
}

#subpage-header .h-liner {
  background: url('../img/h-liner-bg.png');
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 55px;
  line-height: 55px;
  padding: 5px 18px 5px 23px;
  color: #fff;
}

#subpage-header .h-liner h1 {
  float: left;
  font-size: 30px;
  line-height: 55px;
  margin: 0;
  color: #fff;
  text-shadow: 0 -1px 1px #8ab847;
}

#subpage-header .h-liner a.back {
  float: right;
  background: #12120d url('../img/black-arrow.png') no-repeat 10px 50%;
  line-height: 32px;
  margin: 10px 0 0 50px;
  padding: 0 10px 0 25px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

#subpage-header .h-liner a.back:hover {
  background-color: #3a3325;
}

#content h1, #content h2 {
  font-family: 'Georgia', serif;
  font-weight: normal;
  margin: 1em 0 0.5em 0;
  color: #12120d;
}

#content h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0.75em;
}

#content h2 {
  font-size: 22px;
  font-style: italic;
}

#content h2.hr {
  clear: both;
  margin: 0.5em -46px 1em -46px;
  border-bottom: 1px solid #eee;
  padding: 0 46px 5px 46px;
}

#content h3 {
  font-size: 16px;
  font-weight: normal;
  color: #554930;
  margin: 1.5em 0 1em 0;
}

#content h3.toggle-next {
  background: url('../img/arrows.png') no-repeat bottom left;
  cursor: pointer;
  margin: 0.5em 0 0.5em 0;
  padding-left: 24px;
}

#content h3.toggle-next.toggled {
  background-position: top left;
  font-weight: bold;
}

#content h3.toggle-next:hover {
  color: #856f42;
}

#content .toggle-container div.text {
  font-size: 11px;
  color: #999;
  margin-left: 24px;
}

#content p {
  margin: 0.5em 0 1em 0;
}

#content ul {
  margin: 0.5em 0 1em 20px;
}

#content .front-column {
  width: 290px;
  float: left;
  margin: 10px 0 25px 23px;
}

#content .front-column h2 {
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 0.6em;
}

#content .front-column ul {
  margin-left: 10px;
}

#content .front-column ul li {
  margin-bottom: 8px;
}

#content .front-column ul a {
  color: #555;
  text-decoration: none;
}

#content .front-column ul li a:hover {
  text-decoration: underline;
}

#content a {
  color: #72c800;
}

#content a:hover {
  color: #88ed00;
}

#content .front-products {
  margin: 0;
  list-style-type: none;
  font-size: 15px;
  font-family: 'Georgia', serif;
  font-style: italic;
}

#content .front-products li {
  width: 45%;
  float: left;
  margin: 0 4% 3px 0;
}

#content .front-products a {
  text-decoration: none;
}

#content .sidebar-column {
  float: left;
  width: 146px;
  margin: 10px 23px 40px 23px;
}

#content .content-column {
  background: url('../img/content-column-bg.png') no-repeat top left;
  float: right;
  width: 676px;
  min-height: 220px;
  margin: 1px 0 0 0;
  padding: 15px 46px 20px 46px;
  position: relative;
}

#content .sidebar-column h4 {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1.25em 0 0.5em 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
  color: #999;
}

#content .sidebar-column h2 {
  font-size: 20px;
  color: #555;
  margin-bottom: 0.25em;
}

#content .wine-search {
  margin: 0 -1px 0 -1px;
}

#content .wine-search input {
  width: 93%;
  border: 1px solid #aaa;
  font: normal 15px arial, sans-serif;
  padding: 5px;
  color: #aaa;
}

#content .sidenavi {
  margin: 0.5em 0 2em 0;
  list-style-type: none;
  font-size: 15px;
  line-height: 1.5em;
}

#content .sidenavi a {
  display: block;
  color: #12120d;
  text-decoration: none;
}

#content .sidenavi a:hover {
  color: #96da3d;
}

#content .sidenavi li.selected a {
  color: #aaa;
}

#content .half-image {
  width: 275px;
  float: right;
  margin: 25px 0 40px 40px;
  text-align: center;
}

#content .product-image {
  position: relative;
  border: 4px solid #eee;
  padding: 20px 0 20px 0;
}

#content p.tilausvalikoima {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  background: url('../img/tilausvalikoima.png') no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  margin: 0;
}

#content .half-text {
  width: 345px;
  float: left;
}

#content .product {
  position: relative;
  float: left;
  width: 265px;
  padding: 0 10px 0 60px;
  height: 65px;
  margin: 0 0 10px 0;
}

#content .product h4 {
  font-size: 16px;
  font-weight: normal;
}

#content .product a {
  text-decoration: none;
  color: #70b21d;
}

#content .product a:hover {
  color: #88ed00;
}

#content .product p {
  margin: 0;
  font-size: 11px;
}

#content .product span.price {
  font-weight: bold;
  margin-left: 5px;
}

#content .product p.image {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  line-height: 0;
  text-align: center;
  margin: 0 0 0 -2px;
  border: 2px solid #eee;
  padding: 1px;
}

#content .product p.image img {
  margin: auto;
}

#content dl {
  margin: 1em -10px 1.5em -10px;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 3px solid #eee;
}

#content dt {
  position: absolute;
  color: #888;
  padding: 5px 0 0 10px;
}

#content dd {
  padding: 5px 10px 5px 140px;
  border-bottom: 1px solid #eee;
  color: #4a402c;
  min-height: 20px;
}

#content .map-left {
  width: 345px;
  float: left;
  margin: 5px 0 23px 23px;
}

#content .map-right {
  width: 546px;
  float: right;
}

#map-italy {
  height: 610px;
  margin: 0 0 40px 0;
}

#content .content-left {
  width: 420px;
  float: left;
  margin: 5px 0 25px 23px;
  padding-top: 30px;
}

#content .content-right {
  width: 420px;
  float: right;
  margin: 5px 23px 25px 0;
  padding-top: 30px;
}

#content .producer {
  position: relative;
  width: 280px;
  padding-left: 140px;
}

#content .producer h3 {
  margin-top: 0;
}

#content .producer img {
  position: absolute;
  top: 25px;
  left: 0;
}

#content hr {
  clear: both;
  margin: 1em 0 0.5em 0;
  color: #eee;
  background: #eee;
  height: 1px;
  border: 0;
}

#content .first-in-slot {
  margin-top: 0;
}

div.hidden {
  display: none;
}

#footer {
  margin: 40px 0 40px 0;
}

#footer p {
  font-size: 13px;
  font-family: 'Georgia', serif;
  font-style: italic;
  width: 960px;
  margin: auto;
}

#footer span {
  margin: 0 15px 0 15px;
}

.clear {
  clear: both;
}

#imgcol {
  position: absolute;
  right: 0px;
  top: 46px;
  
}

#imgcol img {
  border: 4px solid #eee;
  margin-bottom: 10px;
}
#textcol {
  width: 400px;
  min-height: 400px;
}

#icon {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 10px;
}

a img {
 border: none;
}
