/* css reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  -collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0px;
  padding: 0px;
}
/* mizu reset */
strong,
b {
  font-weight: bold;
}
.content ul li,
.content ol li {
  margin: 3px 0px 3px 20px;
  list-style: circle;
}
.content ol li {
  list-style: decimal;
}
.content p,
.content .txt div {
  margin-bottom: 5px;
}
.clear {
  clear: both;
}
/* custom css */
a {
  text-decoration: none;
}
.adminBox {
  color: black;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  font-size: 18px;
}
body,
.dfont {
  font-family: "Myriad Pro", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.sfont,
.content h1,
.content h2,
.content h3,
.content h4,
.nav,
.lng,
.btn {
  font-family: 'Ovo', serif;
}
.wrap {
  width: 995px;
  position: relative;
  margin: auto;
  min-height: 100%;
}
.maincol {
  width: 213px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.maincol-bg {
  width: 213px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.maincol-bg.closed {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.maincol.closed .cnt {
  top: -700px;
}
.maincol.closed .lng {
  display: none;
}
.maincol .cnt {
  width: 200px;
  margin: auto;
  margin-top: 77px;
  height: 748px;
  background: url("../cache/../inc/../img/struct/bottle.png") no-repeat;
  position: relative;
}
.homeLink {
  position: absolute;
  bottom: 30px;
  background: url("../cache/../inc/../img/struct/logo.png") no-repeat center center;
  width: 100%;
  height: 96px;
}
.nav {
  padding: 255px 0 0 0;
}
.nav li {
  padding: 0 0 18px 0;
}
.nav li a {
  display: block;
  text-align: center;
  color: white;
  font-size: 18px;
}
.nav a:hover,
.nav a.on {
  text-decoration: underline;
}
.nav li ul {
  padding: 10px 0 0 0;
}
.nav li ul li {
  padding: 0 0 10px 0;
}
.nav li ul li a {
  font-size: 14px;
}
.lng {
  margin-top: 30px;
  text-align: center;
}
.lng,
.lng a {
  color: white;
  font-size: 18px;
}
.lng a:hover {
  text-decoration: underline;
}
.content {
  width: 600px;
  float: left;
  min-height: 500px;
  margin: 177px 0 0 235px;
}
.tpl {
  width: 490px;
}
.content h1 {
  font-size: 46px;
  color: white;
  text-shadow: 0px 0px 10px #000;
  margin-bottom: 15px;
}
.content h1 span {
  font-size: 20px;
}
.content .box {
  background: rgba(0, 0, 0, 0.7);
  background: url("../cache/../inc/../img/struct/bg.png");
  border: 1px solid #9fa1a7;
  color: white;
  line-height: 140%;
  padding: 5px;
  min-height: 30px;
}
.img.wine {
  float: left;
  width: 155px;
  text-align: center;
}
.tpl.wine {
  margin-top: 80px;
  float: left;
  margin-left: 20px;
  width: 400px;
}
.prev-next-box {
  padding-top: 7px;
}
.prev-next-box a {
  margin-right: 7px;
}
.btn {
  display: block;
  float: left;
  color: white;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.7);
  background: url("../cache/../inc/../img/struct/bg.png");
  border: 1px solid #9fa1a7;
  padding: 5px;
  cursor: pointer;
}
.btn:hover {
  padding: 3px 5px 7px 5px;
  background: #000;
}
.mailform .submit {
  position: absolute;
  margin: 38px 0 0 -5px;
}
.myscroll {
  clear: both;
  width: 100%;
  height: 211px;
  position: relative;
}
.myscroll .scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.myscroll .scrollWrapper .scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}
.myscroll .scrollWrapper .scrollableArea a.item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding: 0 3px;
}
.myscroll .scrollingHotSpotLeft,
.myscroll .scrollingHotSpotRight {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 20px;
  min-width: 10px !important;
  color: #aaa;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  display: block !important;
  z-index: 50;
  opacity: .2;
  background: white;
}
.myscroll .scrollingHotSpotLeft .fa,
.myscroll .scrollingHotSpotRight .fa {
  position: relative;
  top: 50%;
  margin-top: -15px;
  display: block;
}
.myscroll .scrollingHotSpotLeft:hover,
.myscroll .scrollingHotSpotRight:hover {
  opacity: .6;
}
.myscroll .scrollingHotSpotRight {
  left: auto;
  right: 0px;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url("../inc/fancybox/fancybox.png");
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url("../inc/fancybox/fancybox.png") -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url("../inc/fancybox/blank.gif");
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url("../inc/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url("../inc/fancybox/fancybox-y.png");
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url("../inc/fancybox/fancybox-x.png");
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url("../inc/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url("../inc/fancybox/fancy_title_over.png");
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url("../inc/fancybox/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url("../inc/fancybox/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url("../inc/fancybox/fancybox.png") -55px -90px no-repeat;
}

﻿test {
	
}


div.scrollingHotSpotLeft
{
	
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url("../inc/SmoothDivScroll/css/../images/big_transparent.gif");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url("../inc/SmoothDivScroll/css/../images/cursors/cursor_arrow_left.cur"), url("../inc/SmoothDivScroll/css/../images/cursors/cursor_arrow_left.cur"),w-resize;
}


/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url("../inc/SmoothDivScroll/css/../images/arrow_left.gif");				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url("../inc/SmoothDivScroll/css/../images/big_transparent.gif");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url("../inc/SmoothDivScroll/css/../images/cursors/cursor_arrow_right.cur"), url("../inc/SmoothDivScroll/css/../images/cursors/cursor_arrow_right.cur"),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url("../inc/SmoothDivScroll/css/../images/arrow_right.gif");
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


