@charset "UTF-8";
/* CSS Document */

/*html, body {
	padding: 0;
	background-color: #000000;
	margin: 0px;
	overflow-y: auto;
	
}*/

html {
	padding: 0;
	background-color: #000000;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	
}

#container{
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#header{
	height: 109px;
	margin: 0px;
	background-image: url(../images/header_bg.gif);
	width: 900px;
	background-repeat: no-repeat;
	background-position: center top;
}
#header img {
	margin: 0px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	float: left;
}
#headerlink {
	float: right;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#headerlink p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#headerlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f6f2cd;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#headerlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

#nav{
	height: 50px;
	background-image: url(../images/nav/nav_bg.gif);
	background-color: #847361;
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#main {
	padding: 0px;
	background-color: #FFFFFF;
	width: 900px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
}
#side {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../images/main_bg.gif);
}
#side p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330000;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
#side p.script {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}
#side img {
	margin-top: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
#side_gallery_img  {
	margin-left: 40px;
}
#side ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#side li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side a    {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-color: #8C2C2C;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 3px;
	font-weight: normal;
	padding-right: 5px;
}
#side a:hover {
	color: #f6f2cd;
	background-color: #822828;
}
#side ul li ul {
	padding-right: 0px;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#side ul li ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
	background-color: #cccc99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C2C2C;
	margin: 0px;
}
#side ul li ul li a:hover {
	color: #f6f2cd;
	background-color: #8C2C2C;
}
#side a.current, #side a:hover.current {
	color: #FFFFFF;
	background-color: #847361;
}
#contents {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 615px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-image: url(../images/kudafy.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contents img {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 7px;
}
.content_img {
	display: block;
	height: 330px;
	width: 330px;
	float: right;
}
#contents p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#contents h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #882B2B;
	font-weight: bold;
	font-size: 28px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#contents h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#contents h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#contents li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 3px;
}
#contents  a   {
	font-size: 14px;
	color: #8C2C2C;
	text-decoration: none;
}
#contents a:hover {
	color: 867664;
	text-decoration: underline;
}

#contents  #media {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	border: 1px solid #666666;
}
#contents table {
	width: 610px;
}
#contents td {
	height: 150px;
	width: 25%;
	padding: 3px;
	border: 7px solid #CCCCCC;
	text-align: center;
}
#contents td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #847361;
	margin-top: 2px;
	margin-bottom: 1px;
	line-height: 1em;
}
#contents td a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8C2C2C;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents td a:hover {
	text-decoration: underline;
}
#contents td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents img.product {
	padding: 0px;
	margin-right: 10px;
	border: 4px solid #CCCCCC;
	margin-left: 0px;
}
#contents table.form {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents .form td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	height: 15px;
	width: auto;
}
#contents p.coockies {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-bottom: 8px;
}
#contents a.coockies {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-bottom: 8px;
}
#contents a:hover.coockies {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#product_photo {
	margin-right: 0px;
	border: 6px solid #CCCCCC;
	width: 335px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: right;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#product_photo p, #product_photo a{
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 0px;
	text-decoration: underline;
}
#product_photo img{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	padding-top: 28px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f6f2cd;
	text-decoration: none;
}
#footer  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E6D396;
	padding-left: 10px;
	margin: 0px;
}
.video {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 25px;
}
.vtour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.2em;
	margin-left: 10px;
	float: right;
	width: 270px;
	margin-top: 10px;
}
.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.status {color: #882B2B}
.product_id {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.red {
	color: #CC0033;
}
.green {
	color: #336600;
}
.border {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 1px;
	line-height: 0px;
}
.bolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.image {
	display: block;
	padding: 0px;
	float: left;
	height: 230px;
	width: 140px;
	margin-right: 13px;
	margin-bottom: 8px;
}
.imageName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 1em;
}
.printout {
	display: none;
	
}
.printThisPage {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: block;
	height: 22px;
	width: 100px;
	float: right;
}

#contentsProducts {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 615px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contentsProducts img {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

#contentsProducts p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#contentsProducts h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #882B2B;
	font-weight: bold;
	font-size: 28px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#contentsProducts h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#contentsProducts h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#contentsProducts li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 3px;
}
#contentsProducts  a   {
	font-size: 14px;
	color: #867664;
	text-decoration: none;
}
#contentsProducts a:hover {
	color: 867664;
	text-decoration: underline;
}

#contentsProducts  #media {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	border: 1px solid #666666;
}
#contentsProducts table {
	width: 610px;
}
#contentsProducts td {
	height: 150px;
	width: 25%;
	padding: 3px;
	border: 7px solid #CCCCCC;
	text-align: center;
}
#contentsProducts td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #847361;
	margin-top: 2px;
	margin-bottom: 1px;
	line-height: 1em;
}
#contentsProducts td a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #867664;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentsProducts td a:hover {
	text-decoration: underline;
}
#contentsProducts td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentsProducts img.product {
	padding: 0px;
	margin-right: 10px;
	border: 4px solid #CCCCCC;
	margin-left: 0px;
}
#contentsProducts table.form {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentsProducts table.form_contact {
	background-color: #CCCC99;
	border:1px solid #999999;
}
#contentsProducts .form td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	height: 15px;
	width: auto;
}
#contentsProducts p.coockies {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-bottom: 8px;
}
#contentsProducts a.coockies {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-bottom: 8px;
}
#contentsProducts a:hover.coockies {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.thumnail {
	display: block;
	margin-bottom: 3px;
	width: 100px;
	float: left;
	height: 90px;
	padding: 0px;
}
