@charset "utf-8";
/* CSS Document */



body {
  margin:0;
  background-color: rgb(239, 239, 239);   
}

.outermain {
	position:relative;
	width:1166px;
	height:auto;
	margin:auto;
	background-color: rgb(196, 175, 150);
	font-family:Arial, Helvetica, sans-serif;
}

/* POPUP */
.popupbg {
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
}


.popup {
	position:absolute;
    top: 300px;
    left: 280px;
	z-index:100;
	box-shadow: 0 0 40px #ffffff;
}

.closebutton {
	position:absolute;
	top:0;
	right:0;
	z-index:101;
	cursor:pointer;
}


.main {	
  position: relative;
  max-width: 1008px;
  margin:auto;
  background-color: #FFF;
  margin-top: 0;
  height: auto; /* Used in this example to enable scrolling */
  	font-family:Arial, Helvetica, sans-serif;
}



/* The navigation bar */
.menudivcontain {
	margin-left:172px;
}

.div {
	background-color: transparent;
	width:120px;
	height:130px;
	float:left;
	text-align: center;
}

.divlogo {
	background-color: transparent;
	width:180px;
	height:130px;
	float:left;
	text-align: center;
}

.div p {
	font-size:12px;
	font-weight:bold;
	margin-top:85px;
	color:#666;
}

.menulogocontain {
	margin-top:25px;
}

.menucss {
	display:none;
	position:absolute;
	background-color:#FFF;
	width:1004px;
	height:auto;
	top:130px;
	left:0px;	
}

.menucssdrop {
	display:none;
	position:absolute;
	background-color:#FFF;
	width:1004px;
	height:auto;
	top:50px;
	left:-70px;	
}

.menucssWC {
	display:none;
	position:absolute;
	background-color:#FFF;
	width:1004px;
	height:auto;
	top:47px;
	right:-31px;
	text-align:center;	
}


.menutablecontain1 {
	width:660px;
	height:auto;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.menutablecontain1 td {
  height:25px;
  vertical-align: central;
  text-align:left;
  padding-left:15px;
  font-size:13px;
  font-weight:bold;
}

.menutablecontain1 td a {
	text-decoration:none;
	color: #66CC99;

background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s;
}

.menutablecontain1 td a:hover, a:focus {
    background-size: 100% 2px;
}

.menutablecontain2 {
	width:150px;
	height:auto;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.menutablecontain2 td {
  height:25px;
  vertical-align:central;
  text-align:left;
  padding-left:15px;
  font-size:13px;
  font-weight:bold;
}

.menutablecontain2 td a {
	text-decoration:none;
	color: #000;

background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s;
}

.menutablecontain2 td a:hover, a:focus {
    background-size: 100% 2px;
}

.menutablecontain3 {
	width:210px;
	height:auto;
	margin-left:30px;
	padding-top:20px;
	padding-bottom:20px;
}

.menutablecontain3 td {
  height:25px;
  vertical-align:central;
  font-size:13px;
  font-weight:bold;
}

.menutablecontain3 td a {
	text-decoration:none;
	color:rgb(196, 175, 150);

background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s;
}

.menutablecontain3 td a:hover, a:focus {
    background-size: 100% 2px;
}

.menutablecontain4 {
	width:660px;
	height:auto;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.menutablecontain4 td {
  height:25px;
  vertical-align: central;
  text-align:left;
  padding-left:15px;
  font-size:13px;
  font-weight:bold;
}

.menutablecontain4 td a {
	text-decoration:none;
	color: #000;

background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s;
}

.menutablecontain4 td a:hover, a:focus {
    background-size: 100% 2px;
}

.menutablecontain5 {
	width:660px;
	height:auto;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}

.menutablecontain5 td {
  height:25px;
  vertical-align:top;
  text-align:left;
  padding-left:15px;
  font-size:13px;
  font-weight:bold;
}

.menutablecontain5 td a {
	text-decoration:none;
	color:#99999;

background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s;
}

.menutablecontain5 td a:hover, a:focus {
    background-size: 100% 2px;
}

#HeadBanner {
  position: fixed;
  width:1004px;
  height: 130px;
  background-color:#FFF;
  box-shadow: 0 0 30px #D5D5D5 inset;
    border-left:2px solid #FFF;
      border-right:2px solid #FFF;
	  border-bottom:2px solid #FFF;
	  z-index:5;
}


#TopBlank {
	  position: relative;
	  width:1008px;
  height: 130px;
    background-color:#FFF;
	border-bottom:2px solid #FFF;
}

.FBicon {
	position:absolute;
	bottom:30px;
	left:900px;
}


.IGicon {
	position:absolute;
	bottom:30px;
	left:925px;
}

.WCicon {
	position:absolute;
	bottom:30px;
	left:955px;
}

.chinese {
	position:absolute;
	bottom:22px;
	left:25px;
}

.linesdrop {
	position:absolute;
	width:30px;
	height:50px;
	bottom:0px;
	left:70px;
}

.div a {
	text-decoration:none;
	color: #666;

background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s;
}

.div a:hover, a:focus {
    background-size: 100% 2px;
}


/* index page */




/* table */


.fortable {
	position:relative;
}

.noborder {
	border-collapse:collapse;
}

table {
	border-bottom:2px solid #FFF;
	border-right:2px solid #FFF;
	border-collapse: collapse;
}

td {
	padding-left:2px;
}

.container {
  position: relative;
    font-size:26px;
  font-weight:bold;
    text-align: center;
}

.container a {
	text-decoration:none;
	color: #000;
}

.center300 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width:240px;
  padding:25px 0;
    top: 40%;
	left:10%;
	transition:all .3s ease-in;
}

.container:hover .center300 {
	opacity:0;
}

.center695 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width:240px;
  padding:25px 0;
    top: 40%;
	left:30%;
	transition:all .3s ease-in;
}

.container:hover .center695 {
	opacity:0;
}


/* product page */
.divider {
  width:1004px;
  height: 30px;
  background-color:#000;
	  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
}

.dividertext {
	color: #FFF;
	text-align:center;
	padding-top:10px;
}

.containerGreen {
  position: relative;
}

.bottomleft {
  position: absolute;
  background-color: rgb(166, 212, 193);
  width:120px;
  padding:4px 0;
  bottom:0;
  left:0;
      color: #000;
  font-size:13px;
  font-weight:bold;
    text-align: center;
}

.bottomright {
	position:absolute;
	width:332px;
	height:188px;
	bottom:0;
	right:0;
	  border-left:2px solid #FFF;
  	  border-top:2px solid #FFF;
}

.title1 {
	position:absolute;
	top:132px;
	left:402px;
	width:200px;
	background-color:rgb(166, 212, 193);
	color: #FFF;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
	z-index:1;
}

.title2 {
	position:absolute;
	top:544px;
	left:392px;
	width:220px;
	background-color:rgb(166, 212, 193);
	color: #FFF;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
	z-index:1;
}

.title3 {
	position:absolute;
	top:958px;
	left:392px;
	width:220px;
	background-color:rgb(166, 212, 193);
	color: #FFF;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
	z-index:1;
}

/* room scene page */


/* Position the image container (needed to position the left and right arrows) */
.RScontainer {
  position: relative;
  border-left:2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom:2px solid #FFF;
}

.Topnav {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width:280px;
  top:0;
  left:362px;
  color: #000;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
}

.Topnav a {
	text-decoration:none;
	color: #FFF;
}

.TopnavDT {
	position:absolute;
	bottom:3px;
	left:2px;
	width:69px;
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	background-color:rgb(195, 153, 109);
	padding-top:2px;
	padding-bottom:2px;
}


.TopnavS {
	position:absolute;
	bottom:3px;
	left:73px;
	width:67px;
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	background-color:rgb(102, 102, 102);
		padding-top:2px;
	padding-bottom:2px;
}

.TopnavC {
	position:absolute;
	bottom:3px;
	left:142px;
	width:67px;
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	background-color:rgb(166, 212, 193);
		padding-top:2px;
	padding-bottom:2px;
}

.TopnavB {
	position:absolute;
	bottom:3px;
	left:211px;
	width:67px;
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	background-color:rgb(158, 36, 60);
		padding-top:2px;
	padding-bottom:2px;
}


/* Hide the images by default */
.mySlides {
	width:1004px;
	height:780px;
  display: none;
}

.mySlides img {
	width:100%;
	height:100%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  position: absolute;
  bottom: 10%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container1 {
  text-align: center;
  background-color: #000;
  color: white;
  border-left:2px solid #FFF;
  border-right:2px solid #FFF;
  padding-top:16px;
  font-size:23px;
  font-weight:bold;
}

.caption-container2 {
  text-align: center;
  background-color: #000;
  color: white;
  padding-bottom:16px;
  border-bottom:2px solid #FFF;
  border-left:2px solid #FFF;
  border-right:2px solid #FFF;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {

}

/* Add a transparency effect for thumnbail images */
.demo {

}

.active,
.demo:hover {
  opacity: 1;
}

.CaptionDiv {
	  width:auto;
  height: auto;
  background-color:#000;
	  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
}

.CaptionDivcoffee {
	  width:auto;
  height: auto;
  background-color:rgb(195, 153, 109);
	  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
}

.CaptionDivgrey {
	  width:auto;
  height: auto;
  background-color:rgb(102, 102, 102);
	  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
}

.CaptionDivgreen {
	  width:auto;
  height: auto;
  background-color:rgb(166, 212, 193);
	  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
}

.CaptionDivred {
	  width:auto;
  height: auto;
  background-color:rgb(158, 36, 60);
	  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
}



.CaptionTitle {
	color:#FFF;
	font-size:28px;
	text-align:center;
	font-weight:bold;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
}

.Caption {
	color:#FFF;
	text-align:center;
	margin:0;
	padding-bottom:20px;
}

/* side nav */
#SNcontainer {
	position:fixed;
	top:0;
	height:auto;
}

button:focus {outline:0;}

.square {
  height: 7px;
  width: 7px;
  background-color: #000;
  border: none;
  cursor: pointer;
}

.SNbtn1 {
	position:absolute;
	top:140px;
	left:60px;
}

#SN1 {
	position:absolute;
	top:130px;
	left:80px;
  width: 100px;
  text-align: center;
    background-color: #FFF;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  color:#666;
}

#SN1 a {
	text-decoration:none;
	color:#666;
}

.SNbtn2 {
	position:absolute;
	top:167px;
	left:60px;
}

#SN2 {
	position:absolute;
	top:157px;
	left:80px;
  width: 100px;
  text-align: center;
  background-color: #FFF;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  color:#666;
}

#SN2 a {
	text-decoration:none;
	color:#666;
}

.SNbtn3 {
	position:absolute;
	top:194px;
	left:60px;
}


#SN3 {
	position:absolute;
	top:184px;
	left:80px;
  width: 100px;
  text-align: center;
  background-color: #FFF;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  color:#666;
}

#SN3 a {
	text-decoration:none;
	color:#666;
}

.SNbtn4 {
	position:absolute;
	top:221px;
	left:60px;
}


#SN4 {
	position:absolute;
	top:211px;
	left:80px;
  width: 100px;
  text-align: center;
  background-color: #FFF;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  color:#666;
}

#SN4 a {
	text-decoration:none;
	color:#666;
}

.SNbtn5 {
	position:absolute;
	top:248px;
	left:60px;
}


#SN5 {
	position:absolute;
	top:238px;
	left:80px;
  width: 100px;
  text-align: center;
  background-color: #FFF;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  color:#666;
}

#SN5 a {
	text-decoration:none;
	color:#666;
}

.SNbtn6 {
	position:absolute;
	top:275px;
	left:60px;
}


#SN6 {
	position:absolute;
	top:265px;
	left:80px;
  width: 100px;
  text-align: center;
  background-color: #FFF;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  color:#666;
}

#SN6 a {
	text-decoration:none;
	color:#666;
}

.SNbtn7 {
	position:absolute;
	top:302px;
	left:60px;
}


#SN7 {
	position:absolute;
	top:292px;
	left:80px;
  width: 100px;
  text-align: center;
  background-color: #FFF;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  color:#666;
}

#SN7 a {
	text-decoration:none;
	color:#666;
}

/* IS prev n next */
.ISButtonContainer {
	position: absolute;
	bottom:0;
	height:210px;
}

.ISPrevButton {
	position:absolute;
	left:55px;
}

.ISNextButton {
	position:absolute;
	left:1096px;
}

.triangle-left {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #000;
	border-bottom: 15px solid transparent;
	cursor: pointer;
}

.triangle-right {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid #000;
	border-bottom: 15px solid transparent;
	cursor: pointer;
}

.triangle-rightsmall {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #000;
	border-bottom: 10px solid transparent;
	cursor: pointer;
}

.triangle-rightsmallwhite {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #FFF;
	border-bottom: 10px solid transparent;
	cursor: pointer;
}

.triangle-leftsmallwhite {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid transparent;
	cursor: pointer;
}

/* Photo Nav slide */
#exampleSlider, #exampleSlider2 {
  position: absolute;
  bottom:30px;
  right:30px;
   width: 220px;
  height:110px;
  background-color:#FFF;
}

#exampleSlider .MS-content, #exampleSlider2 .MS-content {
  margin: 5px;
  overflow: hidden;
  white-space: nowrap;
}

#exampleSlider .MS-content .item, #exampleSlider2 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 100%;
}

#exampleSlider .MS-content .item p, #exampleSlider2 .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}

#exampleSlider .MS-content .item img, #exampleSlider2 .MS-content .item img {
	width: 185px;
	height:100px;
}

#exampleSlider .MS-controls button, #exampleSlider2 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  top: 43px;
}

#exampleSlider .MS-controls button:hover, 
#exampleSlider2 .MS-controls button:hover {
  cursor: pointer;
}



#exampleSlider .MS-controls .MS-left, #exampleSlider2 .MS-controls .MS-left {
  left: 10px;
}

#exampleSlider .MS-controls .MS-right, #exampleSlider2 .MS-controls .MS-right {
  right: 2px;
}


#exampleSlider3, #exampleSlider4 {
   width: 567px;
  height:378px;
  	position:absolute;
	top:75px;
	left:38px;
	box-shadow: 0 0 40px #CC9966;
}

#exampleSlider3 .MS-content, #exampleSlider4 .MS-content {
  margin:0;
  overflow: hidden;
  white-space: nowrap;
}

#exampleSlider3 .MS-content .item, #exampleSlider4 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 100%;
}

#exampleSlider3 .MS-content .item p, #exampleSlider4 .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}

#exampleSlider3 .MS-content .item img, #exampleSlider4 .MS-content .item img {
	width: 567px;
	height:378px;
}

#exampleSlider3 .MS-controls button, #exampleSlider4 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  bottom: 8px;
}

#exampleSlider3 .MS-controls button:hover, 
#exampleSlider4 .MS-controls button:hover {
  cursor: pointer;
}



#exampleSlider3 .MS-controls .MS-left, #exampleSlider4 .MS-controls .MS-left {
  left: 10px;
}

#exampleSlider3 .MS-controls .MS-right, #exampleSlider4 .MS-controls .MS-right {
  right: 10px;
}

#exampleSlider5, #exampleSlider6 {
   width: 826px;
  height:636px;
  	position:absolute;
	top:75px;
	left:85px;
	box-shadow: 0 0 40px #CC9966;
}

#exampleSlider5 .MS-content, #exampleSlider6 .MS-content {
  margin:0;
  overflow: hidden;
  white-space: nowrap;
}

#exampleSlider5 .MS-content .item, #exampleSlider6 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 100%;
}

#exampleSlider5 .MS-content .item p, #exampleSlider6 .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}

#exampleSlider5 .MS-content .item img, #exampleSlider6 .MS-content .item img {
	width: 826px;
	height:636px;
}

#exampleSlider5 .MS-controls button, #exampleSlider6 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  bottom: 8px;
}

#exampleSlider5 .MS-controls button:hover, 
#exampleSlider6 .MS-controls button:hover {
  cursor: pointer;
}



#exampleSlider5 .MS-controls .MS-left, #exampleSlider6 .MS-controls .MS-left {
  left: 10px;
}

#exampleSlider5 .MS-controls .MS-right, #exampleSlider6 .MS-controls .MS-right {
  right: 10px;
}


/* about page */
.aboutbg793 {
	position:relative;
	width:1004px;
	height:793px;
		  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	background-image:url(img/about/About-1004x793.jpg);
}

.aboutbg530 {
	position:relative;
	width:1004px;
	height:530px;
		  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	background-image:url(img/about/About-1004x530.jpg);
}

.aboutbg350 {
		position:relative;
	width:1004px;
	height:350px;
		  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	background-image:url(img/tansu/CM-1004x350.jpg);
}

.abouttitle {
	position:absolute;
	top:0;
	left:440px;
	background-color:rgb(166, 212, 193);
	color: #FFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:7px 15px;
	z-index:1;
}

.abouttitle2 {
	position:absolute;
	top:0;
	left:420px;
	background-color:rgb(166, 212, 193);
	color: #FFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:7px 15px;
	z-index:1;
}

.notchedboxbutton {
	position:absolute;
	bottom:130px;
	left:130px;
	background-color:#FFF;
	width:120px;
	height:30px;
	text-align:center;
	cursor: pointer;
}

.notchedboxbutton p {
	margin-top:7px;
	font-size:13px;
	font-weight:bold;
}

.notchedboxbutton.active {
	background-color: #C96;
}

.notchedbox {
	position:absolute;
	bottom:165px;
	left:130px;
	width:370px;
	height:230px;
	background-image: url(img/inset%20box1.png);
}

.notchedboxinner {
	position:absolute;
	top:20px;
	left:30px;
	width:310px;
	height:190px;
	overflow-y: scroll;
	cursor: n-resize;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

::-webkit-scrollbar {
	display:none;
}

.notchedboxinner p, .notchedboxinnerlong p {
	font-size:12px;
	margin-top:-.10px;
	line-height: 1.8;
	word-spacing: 2px;
	text-align: justify;
}

.scrollbutton {
		position:absolute;
	bottom:3px;
	right:50px;
  width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #000 transparent transparent transparent; 
}

.notchedboxlong {
	position:absolute;
	top:75px;
	right:38px;
	width:320px;
	height:378px;
	background-image:url(img/inset%20box2.png);
}

.notchedboxinnerlong {
	position:absolute;
	top:20px;
	left:30px;
	width:260px;
	height:330px;
	overflow-y: scroll;
	cursor: n-resize;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.cominfo {
	position:absolute;
	top:60px;
	right:30px;
	width:348px;
	height:378px;
}

.cominfo p {
	font-size:14px;
}

.mapcontainer {
	width:auto;
	height:auto;
	position:relative;
}

#map {
	position:relative;
	width:310px;
	height:90px;
	background-color:#30C;
	float:right;
	border:5px solid #000;
}

.pad10px {
	padding-top:90px;
}

.anchor {
  position: relative;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -130px;
}


/* tansu section */
.tansutitle {
	position:absolute;
	top:0;
	left:380px;
	background-color:rgb(166, 212, 193);
	color: #FFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:7px 15px;
	z-index:1;
}

.tansutitle2 {
	position:absolute;
	top:40px;
	left:130px;
}

.CMrow {
	width:904px;
	position:absolute;
	top:30px;
	left:60px;
}

.CMcolumn {
  float: left;
  width: 25%;
}

.CMcolumn a {
	text-decoration:none;
	color:#000;
	font-size:7px;
}

/* Clear floats after the columns */
.CMrow:after {
  content: "";
  display: table;
  clear: both;
}

.CMimgbox {
	width: 210px;
    height:163px;
	box-shadow: 0 0 10px #CC9966;
}

.CMimgbox img {
    width:100%;
	height:100%;
}

.tansuTopnav {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width:270px;
  top:0;
  left:360px;
  color: #000;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.celecontainer {
  position: relative;
  width:1004px;
  height:685px;
  border-left:2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom:2px solid #FFF;
  background-image: url(img/tansu/CELE-1004x685.jpg)
}

.CeleSlides {
	display: none;
}

.CeleSlidesBox {
	position:absolute;
	top:100px;
	left:75px;
	width:500px;
	height:500px;
	box-shadow: 0 0 30px rgb(196, 175, 150);
}

.CeleSlidesBox img {
	width:100%;
	height:100%;
}

.CeleText {
	position:absolute;
	top:100px;
	right:40px;
	width:302px;
	height:auto;
}

.CeleText p {
	font-size:18px;
}

.tansuproductcontainer {
	position: relative;
  width:1004px;
  height:642px;
  border-left:2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom:2px solid #FFF;
  background-image: url(img/tansu/product%20bg.jpg)
}

.tansuproductSlides {
	display: none;
}

.tansuproductSlidesBox {
	position:absolute;
	bottom:80px;
	left:188px;
	width:604px;
	height:415px;
	box-shadow: 0 0 30px #CC6633;
}

.tansuproductSlidesBox img {
	width:100%;
	height:100%;
}

.TPTopnav {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width:260px;
  height:50px;
  top:0;
  left:372px;
  color: #000;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
}

.TPTopnav a {
	text-decoration:none;
	color: #FFF;
}

.TPTopnavs {
	position:absolute;
	top:60px;
	left:6px;
	width:77px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	background-color: #999;
	padding-top:2px;
	padding-bottom:2px;
}


.TPTopnavm {
	position:absolute;
	top:60px;
	left:90px;
	width:77px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	background-color:#999;
		padding-top:2px;
	padding-bottom:2px;
}

.TPTopnavl {
	position:absolute;
	top:60px;
	left:175px;
	width:77px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	background-color:#999;
		padding-top:2px;
	padding-bottom:2px;
}

.TPTopnavD1 {
	position:absolute;
	width:7px;
	height:7px;
	top: 90px;
	left:105px;
	background-color: #900;
}

.TPTopnavD2 {
	position:absolute;
	width:7px;
	height:7px;
	top: 90px;
	left:125px;
	background-color: #C63;
}

.TPTopnavD3 {
		position:absolute;
	width:7px;
	height:7px;
	top: 90px;
	left:145px;
	background-color: #000;
}

.TPtext {
	 border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	color:#FFF;
	text-align:center;
	line-height:1.8;
	padding-top:30px;
	padding-bottom:30px;
}

.red {
	background-color:#900;
}

.brown {
	background-color:#C63;
}

.black {
	background-color:#000;
}

/* furniture section */
.youtubebutton {
	position:absolute;
	top:350px;
	left:432px;
}

/* one plate section */
.OPTopnavD1 {
	position:absolute;
	width:7px;
	height:7px;
	top: 65px;
	left:60px;
	background-color: #900;
}

.OPTopnavD2 {
	position:absolute;
	width:7px;
	height:7px;
	top: 65px;
	left:82px;
	background-color: #800;
}

.OPTopnavD3 {
	position:absolute;
	width:7px;
	height:7px;
	top: 65px;
	left:104px;
	background-color: #450;
}

.OPTopnavD4 {
	position:absolute;
	width:7px;
	height:7px;
	top: 65px;
	left:126px;
	background-color: #965;
}

.OPTopnavD5 {
	position:absolute;
	width:7px;
	height:7px;
	top: 65px;
	left:148px;
	background-color: #370;
}

.OPTopnavD6 {
	position:absolute;
	width:7px;
	height:7px;
	top: 65px;
	left:170px;
	background-color: #770;
}

.OPTopnavD7 {
	position:absolute;
	width:7px;
	height:7px;
	top: 65px;
	left:192px;
	background-color: #840;
}

.OPTopnavD8 {
	position:absolute;
	width:7px;
	height:7px;
	top: 65px;
	left:214px;
	background-color: #280;
}

.circle {
	position:absolute;
	bottom:50px;
	left:50px;
}

.circletext {
	position:absolute;
	bottom:80px;
	left:62px;
	text-align:center;
	font-weight:bold;
}

.circletext a {
	text-decoration:none;
	color:#000;
}


/* Furniture section */
.FURnotchedbox {
	position:absolute;
	bottom:40px;
	left:40px;
	width:370px;
	height:230px;
	background-image: url(img/inset%20box1.png);
}

/* Discount page */
.distitle {
	margin:auto;
  width:150px;
  height: 35px;
	background-color:rgb(196, 175, 150);
	color: #FFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	z-index:1;
}

.distext {
	display: flex;
  justify-content: center;
  align-items: center;
  height: 793px;
  font-size:20px;
	font-weight:bold;  
}

/* Event page */
.eventbg793 {
	position:relative;
	width:1004px;
	height:793px;
		  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid rgb(196, 175, 150);
	background-image:url(img/about/About-1004x793.jpg);
}

.eventbg793jpg {
	position:relative;
	width:1004px;
	height:auto;
		  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	border-bottom:2px solid rgb(196, 175, 150);
}

.eventtext {
	position:absolute;
	top:150px;
	left:512px;
	width:400px;
	height:auto;
}

.eventtext2 {
	position:absolute;
	top:540px;
	left:512px;
	width:400px;
	height:auto;
}

.event {
	overflow: hidden;
}

.event img{
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

.image1 {
	position:absolute;
	top:150px;
	left:75px;
	width:420px;
	height:380px;
	box-shadow: 0 0 20px #CC6633;
}

.image2 {
	position:absolute;
	top:300px;
	left:512px;
	width:280px;
	height:230px;
}

.image3 {
	position:absolute;
	top:300px;
	left:795px;
	width:160px;
	height:112px;
}

.image4 {
	position:absolute;
	top:415px;
	left:795px;
	width:160px;
	height:115px;
}
	
	
/* footer */
.foot {
	  background-color: rgb(196, 175, 150);
	  position:relative;
	  width:1004px;
	height:80px;
	color: #FFF;
	text-align: center;
	padding-top: 60px;
	  border-left:2px solid #FFF;
    border-right:2px solid #FFF;
	font-size:12px;
}
