/* 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 {	
	color:#000;
	text-decoration:none;
}
html {
	background:url("../inc/../img/struct/html.png") repeat-x;
}

body {
	font-family:'Myriad Pro', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#613c18;
	background:url("../inc/../img/struct/body-v2.png") no-repeat center 225px;
}



body {
    font-family: 'Raleway', sans-serif;
}


 
.wrap, .footer {
	width:929px;
	position:relative;
	margin:auto;
}


.header {
	height:380px;
	background:url("../inc/../img/struct/header.png") no-repeat left 30px;
}
 
.mainMedia {
	height:268px;
	width:655px;
	overflow:hidden;
	margin:auto;
	position:absolute;
	top:34px;
	right:4px;
	
	z-index:24;
}
	.mainMedia-pager {
		position:absolute;
		z-index:30;	
		bottom:5px;
		right:5px;
		opacity:.8;
		filter:alpha(opacity=80);
		display:none;
	}
		.mainMedia-pager a {
			display:block;
			height:1px;
			width:1px;
			padding:9px 9px 0 0;
			border-radius:10px;
			text-align:center;
			text-decoration:none;
			margin:0px 3px 3px 0px;
			float:left;
			font-size:10px;
			color:#000;
			background:#fff;
			overflow:hidden;
		}
		.mainMedia-pager a:hover, .mainMedia-pager a.activeSlide {
			background:#858585;
			color:#333;
		}
		.mainMedia .next, .mainMedia .prev {
		    position:absolute;
		    background:blue;
		    top:0px;
		    left:0px;
		    height:100%;
		    width:30px;
		    z-index:500;
		    background:url("../inc/../img/struct/prev.png") no-repeat center center;
		    opacity: 0.3;
		}
		.mainMedia:hover .next, .mainMedia:hover .prev {
		    opacity: 1;
		}
		.mainMedia .next {
		    left:auto;
		    right:0px;
		    background:url("../inc/../img/struct/next.png") no-repeat center center;
		}
	.mainMedia .slider {
		height:316px;
		overflow:hidden;
	}


	.lng {
		position:absolute;
		top:0px;
		right:0px;
		font-size:11px;
		z-index:29;
		background:rgba(255,255,255,.5);
		padding:10px 10px 9px 10px;
	}
	   .lng, .lng a {
	       color:#000;
	       text-transform: uppercase;
	   }

		.lng a:hover {
			color:#8ca542;  
		}
    .lng a.on {
        font-weight:bold;
    }
	.homeLink {
		position:absolute;
		top:34px;
		left:4px;
		width:267px;
		height:268px;
		background:url("../inc/../img/struct/logo.png") no-repeat center center;
		z-index:40;
	}
.home {
    position:absolute;
    top:329px;
    left:0px;
    width:50px;
    height:37px;
    background:url("../inc/../img/struct/home.png") no-repeat center center;
    z-index:40;
}
	
.nav {
	position:absolute;
	top:329px;
	left:20px;
    left:70px;
	text-align:center;
	width:900px;
	
}
	.nav li {
	   display:inline-block;
	   position:relative;
	   float:left;  	
	}
		.nav li a {
		    
			display:inline-block;
			
            line-height:37px;
            font-size:14px;
            color:#8ca542;  
            padding:0 13px;
		}
		
		.nav > li > a {
		    background:url("../inc/../img/struct/nav-li.png") no-repeat right center;
		    text-transform: uppercase;
		}
		.nav > li > a.last {
		    padding-right:0px;
		    background:none;
		}
		.nav > li > a.first {
		    padding-left:0px;
		}
		.nav li a:hover, .nav li a.on {
		    color:#fff;
		}
        .nav li ul {
            position:absolute;
            left:0px;
            top:37px; 
            
            z-index:40;
            display:none;
        }
        .nav li ul li {
            float:none;
            background:#ece4db;
        }
        .nav li ul li a {
            float:none;
            white-space: nowrap;
            background:url("../inc/../img/struct/subnav-li.png") no-repeat 10px center;
            padding-left:20px;
        }
        .nav li ul li a.on {
            font-weight:bold;
        }
        /*
        .nav li:hover ul {
            display:block;
        }
        */

.rNav {
    
}
    .rNav li a {
        display:block;
        background:url("../inc/../img/struct/right-nav-li.png") no-repeat left bottom;
    }
    .rNav li a span {
        display:block;
        font-size:12px;
        
        color:#7c7c7c;
        
        background:url("../inc/../img/struct/right-nav.png") no-repeat left center;
        padding:10px 0 10px 16px;
        text-transform: uppercase; 
    }
    .rNav li a:hover span, .rNav li a.on span {
        color:#8CA542;
    }
    .rNav ul li {
        padding-left:20px;
    }
    .rNav ul li a span {
        font-size:12px;
        text-transform: none;
        
    }
    

.middle {
	clear:both;
	margin:20px 0;
	padding:10px;
	background:url("../inc/../img/struct/content.png");
}
	.middle .col1 {
		float:left;
		width:200px;
	}
	.middle .col2 {
	    float:right;
	    
		width:645px;

	}

.footerWrap {
    background:url("../inc/../img/struct/footer.png") repeat-x;
    
    
    min-height:75px;
}
.footer {
	clear:both;
    padding-top:20px;
    text-align:right;
}
	.footer p {
		display:inline;
	}
	.footer, .footer a {
		color:#a8917f;
		font-size:12px;
		line-height:140%;
	}
	.footer a.on, .footer a:hover {
	    color:white;
		text-decoration: underline;
	}

.footer .banner {
    clear:both;    
    padding-top:20px;    
    
}
    .footer .banner img {
        margin:0 0 10px 10px;
    }


/* content */
html.nocontent .middle {
    display:none;
}
.content {
	clear:both;
	min-height:350px;
	padding-bottom:20px;
	color:#613c18;
}
	.content .tpl {
		clear:both;
	}
	.content h1, .content h2, .content h3 {
		color:#5f3d26;
		text-transform: uppercase;
	}
	.content h1 {
		font-size:24px;
		width:550px;
	}
	.content h2 {
		font-size:23px;
	}
	.content h3 {
		font-size:18px;
    
	}
	.content .txt {
	    
		line-height:170%;
	}
	.content .txt, .content .files, .content .gallery {
		clear:both;
		padding-top:15px;
	}
	.content .gallery2, .content .gallery {
	    
	}
	.content .gallery {
	    
	    
	}
	.content .gallery {
	    
	}
	.content .gallery .item img {
	    float:left;
	}
	.content .gallery .item {
	    display:block;
	    float:left;
	    border-right:3px solid white;
	    border-bottom:3px solid white;
	    
	}
	
.img-left .first-img {
  float:left;
  margin:5px 20px 20px 0px;
}
.img-right .first-img {
  float:right;
  margin:5px -20px 20px 20px;
}
/* list */
div.list-cnt {
	clear:both;
	padding-top:15px;
}
	.list-cnt .item {
		
		margin-bottom:10px;
		border-bottom:1px dotted #5f3d26;
		float:left;
		padding:0px 0px 10px 0;
	}
	.list-cnt .firstInRow {
		clear:both;
	}
	.list-cnt .lastInRow {
		margin-right:0px;
	}
	.list-cnt .item:hover .more {
		background:#5f3d26;
		color:white;	
	}
	.list-cnt h3, ..list-cnt .img, ..list-cnt .txt {
		display:block;
		
	}
	.list-cnt h3 {
	    font-size:26px;
      color:#5f3d26;
	}
	.list-cnt .img {
		float:left;
		width:280px;
	}
	.list-cnt .txt {
		float:left;
		clear:none;
		width:250px;
		padding:20px 10px 0px 20px;
	}
	
.list-cols {
    padding-top:20px;
}
    .list-cols .item {
        display:block;
        margin-bottom:10px;
        padding-bottom:10px;
        border-bottom:1px dotted #ada58b;
        min-height:125px;
        width:200px;
        margin-right:10px;
        float:left;
        position:relative;
    }
    .list-cols .item.firstInRow {
        clear:left;
    }
    .list-cols .txt {
        
        position:absolute;
        left:0px;
        bottom:10px;
        width:100%;
        display:none;
    }
    .list-cols .item:hover .txt {
        display:block;
    }
        .list-cols .txt h3 {
            background:white;
            padding-left:10px;
            opacity: 0.8;
            font-size:15px;
        }
    .list-cols .txt-cnt, .list-cols .price, .list-cols .more  {
        display:none;
    }
    .list-cols .img {
        display:block;
        width:200px;
        height:120px;
        background:no-repeat center center white;
    }
    .list-cols .img img {
        display:none;
    }




.list-cols2 {
    padding-top:20px;
}
    .list-cols2 .item {
        display:block;
        margin-bottom:10px;
        padding-bottom:10px;
        border-bottom:1px dotted #ada58b;
        min-height:125px;
        width:300px;
        margin-right:10px;
        float:left;
        position:relative;
    }
    .list-cols2 .item.firstInRow {
        clear:left;
    }
    .list-cols2 .txt {
        
        position:absolute;
        left:0px;
        bottom:10px;
        width:100%;
        display:none;
    }
    .list-cols2 .item:hover .txt {
        display:block;
    }
        .list-cols2 .txt h3 {
            background:white;
            padding-left:10px;
            opacity: 0.8;
            font-size:15px;
        }
    .list-cols2 .txt-cnt, .list-cols2 .price, .list-cols2 .more  {
        display:none;
    }
    .list-cols2 .img {
        display:block;
        height:150px;
    }


	


/* myscroll */
    .myscroll {
        width:100%;
        height: 211px;
        position: relative;
    }
    
    .myscroll div.scrollableArea a.item
    {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        padding: 0 10px;
    }
    .myscroll .scrollingHotSpotLeft, .myscroll .scrollingHotSpotRight {
        width:75px !important;
        display:block !important;
        min-width:3px;
        height:211px;
    }



table.price {
  border-collapse:collapse;
}
  table.price td, table.price th {
    border:1px solid #583614;
    vertical-align:middle;
  }
  
/* colors*/

.spc-bg, .mainMedia-pager a:hover, .mainMedia-pager a.activeSlide, .mailform .submit {
    background-color:#593923;
}

.crossids {
    padding-top:20px;
}
    .crossids .item {
        padding-bottom:10px;
    }
    .crossids .item ul, .crossids .item li {
        list-style:none !important;
        margin:0px;
    }
    .crossids .item a {
        color:#7c7c7c;
        display:block;
        padding-top:3px;
        padding-left:10px;
        background:url("../inc/../img/struct/right-nav.png") no-repeat left center;
    }
    .crossids .item a:hover {
        color:#8CA542;
    }

.spc1 {
    position:absolute;
    top:329px;
    left:0px;
    width:100%;
    background:url("../inc/../img/struct/spc1.png");
    height:37px;
}

html.tpl-list-carusel {
    
}
    html.tpl-list-carusel .col1, html.no-col1 .col1 {
        display:none;
    }
    html.tpl-list-carusel .col2, html.no-col1 .col2 {
        width:100%;
    }
    
  .list-carusel {
    width:100%;
    height: 200px;
   
  }
  .list-carusel img {
    display: none; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
  }
    
    
.no-bg {
    background:none;
}    
.search-box {
    padding:20px 0;
}
.search-box .sword {
    
    border:1px solid #aaa;
    width:150px;
    padding:2px 5px;
    float:left;
}
.search-box .submit {
    float:left;
    margin:2px 0 0 5px;;
}    
.search-link {
    display:block;
    width:18px;
    height:18px;
    position:absolute;
    right:5px;
    top:337px;
    background:url("../inc/../img/struct/icon-search-w.png");
    z-index:40;
} 

    
    
    
#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%;
}


