* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: #000;
	background-image: url(/images/headerbg.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 13px;
	width: 100%;
	height: 100%;
	white-space: normal;
	color:#7D7D7D;
	/*display:table;*/
	height: 100%;
}

.en {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.zh-TW{
	font-family: "Microsoft JhengHei", "PMingLiu", "Heiti TC",  LiHeiPro, Arial, Helvetica, sans-serif;
}


.zh-CN{
	font-family: "Microsoft YaHei", "SimHei", "Heiti SC", STXihei, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
	margin-bottom: 13px;
}

h1 input {
	font-size: 1em;
}

a {
	color: #fff;
}

#header {
	margin: 29px auto 0 auto;
	width: 920px;
	height: 154px;
	background-image: url(/images/header.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#searchForm {
	display: none;
	padding-top: 27px;
	height: 22px;
	width: 100%;
}

#searchText {
	width: 131px;
	height: 19px;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 750px;
	background-image: url(/images/search.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 3px;
}

#searchSubmit {
	border: none;
	height: 22px;
	width: 22px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}

#languageForm {
	padding-top: 67px;
	margin-left: 750px;
	height: 22px;
	width: 131px;
}

#languageForm select {
	width: 80px;
}

#menu {
	padding-top: 14px;
	padding-left: 1px;
	list-style: none;
	height: 51px;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	width: 100px;
	height: 31px;
	text-align: center;
	padding-top: 20px;
	border-right: 1px solid black;
	background-image: url(/images/menu_item.png);
	color: #a28385;
	text-decoration: none;
}

#menu li a.first {
	width: 104px;
	border-left: 1px solid #170a0b;
}

#menu li a.last {
	width: 103px;
	border-right: 1px solid #170a0b;
}

#menu li a.active {
	color: #f6921e;
	background-image: url(/images/menu_item_active.png);
}

#menu li a:hover {
	color: #f6921e;
}

#bannerWrapper {
	width: 920px;
	height: 160px;
	margin: 0 auto;
}

#content_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	/*min-height: 1000px;
	background-image: url(/images/mainframebg_new8.png);
	background-position: top left;
	background-repeat: repeat-y;*/
}

#content_wrapper2 {
	margin: 0 auto;
	width: 920px;
	min-height: 320px;
	background-image: url(/images/mainframebg_new5.png);
	background-position: top left;
	background-repeat: repeat-y;
}

#mainFrameHeader {
	width: 920px;
	height: 20px;
	margin: 0 auto;
	background-image: url(/images/mainframe_headerbg.png);
	background-repeat: no-repeat;
}

#mainFrameWrapper {
	width: 920px;
	padding-top: 20px;
	/*min-height: 876px;*/
	background-image: url(/images/mainframebg_new7.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#mainFrameWrapper2 {
	width: 920px;
	padding-top: 20px;
	min-height: 280px;
	background-image: url(/images/mainframebg_new3.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#mainFrame {
	margin: 0 auto;
	width: 876px;
	padding: 10px 22px;
	color: #9A8479;
	background-image: url(/images/mainframebg_new8.png);
	background-repeat: repeat-y;
	background-position: bottom left;
	position: relative;
	left: 0px;
	top: 0px;
	/*min-height: 876px;*/
}

#mainFrame2 {
	margin: 0 auto;
	width: 876px;
	padding: 10px 22px 0 22px;
	background-image: url(/images/mainframebg_new4.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #9A8479;
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 280px;
}

#col1 {
	width: 240px;
	float: left;
}

#cart {
	text-align: center;
}

#cart h2 {
	text-align: justify;
	font-size: 1.2em;
	font-weight: bold;
}

#cartTable {
	border-bottom: 1px solid #999999;
	padding-bottom: 1em;
	width: 100%;
	margin: 0 auto 1em 0;
	text-align: justify;
}

#cartTable th {
	text-align: justify;
	vertical-align: top;
}


#cartTable td {
	vertical-align: top;
}

.cartAmount {
	text-align: right;
}

.cartButton {
	width: 121px;
	height: 30px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 0.5em;
}

#checkoutButton {
	background-image: url(/images/checkout.png);
	color: #2D0309;
}
#retrieveButton {
	background-image: url(/images/checkout.png);
	color: #2D0309;
}
#emptyButton {
	background-image: url(/images/empty_cart.png);
	color: #fff;
}

#col1 a {
	text-decoration: none;
	color: #9A8479;
}

#col1 a:hover {
	text-decoration: underline;
}

#col2 {
	position:relative;
	float: left;
	margin-left: 240px;
	width: 605px;
	padding-left: 19px;
	border-left: 2px solid #1f1e1e;
	text-align: justify;
}


#left_col {
	float: left;
	margin-top: 10px;
	width: 240px;
}


#left_col a {
	text-decoration: none;
	color: #9A8479;
}

#left_col a:hover {
	text-decoration: underline;
}

#web_menu h2 {
	font-size: 1.2em;
	font-weight: bold;
}

#right_col {
	margin-bottom: 20px;
	margin-left: 250px;
	margin-top: 10px;
	position: relative;
	width: 605px;
	padding-left: 19px;
	border-left: 2px solid #1f1e1e;
	text-align: justify;
}

#mainmenu {
	/*position: relative;*/
}

.productItems {
	width: 567px;
	height: 177px;
	margin: 0 0 10px 6px;
	background-image: url(/images/productbg.png);
	padding: 9px 9px 4px 9px;
	color: #fff;
}

.panel .productItems {
	margin: 0 0 10px 0;
}

.productImages {
	float: right;
	vertical-align: top;
	margin-right: 9px;
	width: 146px;
}

.productInfo {
	width: 409px;
	float: right;
}

.productIntros {
	height: 115px;
	margin-bottom: 2px;
	overflow: hidden;
}

.addToCart {
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
}

.addToCart input {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.productNames {
	clear: right;
	padding-top: 6px;
	width: 100%;
	font-size: 1em;
	text-align: right;
}

#checkOutArea {
	width: 605px;
	min-height: 350px;
	background-image: url(/images/formbg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#checkOutArea h2 {
	color: #C3996B;
	font-size: 16px;
	font-weight: normal;
	width: 580px;
	padding: 32px 25px 0 0;
	text-align: right;
}

#checkOutArea form {
	margin: 25px 89px 0 83px;
	width: 418px;
	min-height: 231px;
	padding: 26px 4px;
	background-color: #000;
	background-image: url(/images/formbg2.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #000;
}

#checkOutArea form p {
	margin: 0 0 1em 15px;
	width: 100%;
	text-align: left;
	color: #fff;
}

#checkOutArea form label {
	color: #fff;
	font-weight: bold;
	width: 120px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#checkOutArea form input, #checkOutArea form textarea, #checkOutArea form select {
	text-align: left;
	width: 260px;
	padding: 2px;
}

#checkOutArea form textarea {
	height: 5em;
	scrollbar-face-color: #6d0b17;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #6d0b17;
	scrollbar-shadow-color: #6d0b17;
	scrollbar-3dlight-color: #6d0b17;
	scrollbar-darkshadow-color: #6d0b17;
}

#checkOutArea form input#placeOrderButton {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 0.5em;
	width: 121px;
	height: 30px;
	padding: 0;
	background-image: url(/images/checkout.png);
	margin-top: 1em;
	cursor: pointer;
	text-align: center;
	color: #2D0309;

}

#checkOutArea #cancelButton {
	background-image: url(/images/empty_cart.png);
	text-align: center;
	color: #fff;
	width: 120px;
}

#panel {
	clear: both;
	width: 880px;
	height: 120px;
	padding: 1px 1px 1px 1px;

}

#mainFrameFooter {
	margin: 0 auto;
	width: 920px;
	padding: 28px 0 10px 0;
	height: 36px;
	text-align: center;
	background-image: url(/images/mainframe_footerbg.png);
	color: #9A8479;
}

#terms {
	margin-bottom: 3px;
}

#terms a {
	color: #9A8479;
	text-decoration: none;
}

#terms a:hover {
	text-decoration: underline;
}

#mainFrameFooter2 {
	margin: 0 auto;
	width: 920px;
	padding: 31px 0 10px 0;
	height: 1em;
	text-align: center;
	background-image: url(/images/mainframe_footerbg2.png);
	color: #9A8479;
}

#checkOutForm .validation-advice {
	text-align: justify;
	background-color: #ff0000;
	color: #fff;
	margin: 0 auto 0 138px;
	font-weight: bold;
	width: 260px;
	padding: 3px;
}

div.works {
	float: left;
	width: 199px;
	height: 281px;
	text-align: center;
	background: transparent url(/images/workbg.png) top left no-repeat;
	padding-top: 14px;
	margin-right: 26px;
}

div.lastWorks {
	margin: 0;
}

div.workImage {
	width: 199px;
	height: 232px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	line-height: 210px;
	font-size: 210px;
}

div.workImage img {
	vertical-align: middle;
}

div.works h2 {
	color: #fff;
	text-align: right;
	width: 199px;
	margin-top: 33px;
	font-size: 11px;
}

div.panelItem {
	width: 155px;
	height: 85px;
	padding: 10px 10px 33px 10px;
	margin-right: 1px;
	background: transparent url(/images/panel_itembg.png) top left repeat-x;
	float: left;
	color: #231F20;
	text-align: center;
}
div.panelItem a {
	color: #a28385;
	text-decoration: none;
}
div.panelItem a:hover {
	color: #f6921e;
}
div.focused {
	background-image: url(/images/panel_item_focusbg.png);
}

div.lastPanelItem {
	margin: 0;
}

#work2 {
	margin: 0 auto;
	width: 472px;
	height: 297px;
}

#work2Content {
	width: 472px;
	height: 271px;
	background: transparent url(/images/work2bg.png) top left no-repeat;
}

#work2 h2 {
	font-size: 11px;
	color: #fff;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

#work2 h2 img {
	vertical-align: middle;
}

#work2 h2 a {
	color: #fff;
	text-decoration: none;
}

#work2 h2 a:hover {
	text-decoration: underline;
}

#homeCol1 {
	width: 492px;
	float: left;
	padding-bottom: 31px;
}

#homeContent1 {
	width: 492px;
	min-height: 275px;
	background: transparent url(/images/home_content1bg.png) top left no-repeat;
}

#homeContent1 h2 {
	padding-top: 14px;
	font-size: 16px;
	color: #C3996B;
	width: 167px;
	text-align: justify;
	padding-left: 315px;
}

#homeContent1Body {
	text-align: justify;
	color: #fff;
	width: 348px;
	margin: 20px 66px 0 65px;
	padding: 5px 8px 25px 9px;
	min-height: 231px;
	background: transparent url(/images/home_content1bg2.png) bottom left no-repeat;
}

#homeCol2 {
	width: 372px;
	float: left;
	padding: 2px 0 31px 0;
}

.homeContent2 {
	width: 361px;
	min-height: 133px;
	background: transparent url(/images/home_content2bg2.png) top left repeat-y;
	margin: 0 0 10px 10px;
}

.homeContent2 h2 {
	background: transparent url(/images/home_content2bg1.png) top left no-repeat;
	padding: 8px 0 0 250px;
	height: 35px;
	width: 111px;
	font-size: 11px;
	color: #C3996B;
	text-align: justify;
}

.homeContent2Body {
	width: 351px;
	padding: 0 10px 25px 10px;
	background: transparent url(/images/home_content2bg3.png) bottom left no-repeat;
	text-align: justify;
	color: #fff;
	min-height: 90px;
}

div.text p {
	margin-bottom: 1em;
}

div.text ol {
	margin: 1em 0;
	padding-left: 19px;
}

div.text ol li {
	margin-bottom: 1em;
}

#product-list table {
	width: 605px;
}

#product-list table td {
	vertical-align: top;
	padding: 2px;
}

#product-list table {
	border-collapse: collapse;
}

#product-list table tr.list-line-odd {
	background-color: #9A8479;
	color: #000;
}

#product-list a {
	text-decoration: none;
	color: #9A8479;
}

#product-list a:hover {
	text-decoration: underline;
}

#product-list tr.list-line-odd a {
	color: #000;
}

.edit_product input, #new_product input, .edit_product select, #new_product select {
	margin-bottom: 0.5em;
}

.edit_product textarea, #new_product textarea {
	margin-bottom: 1em;
}

.errorExplanation {
	margin-bottom: 1em;
}

.depot-form fieldset {
	border: 2px groove threedface;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	padding:0.35em 0.625em 0.75em;
}

.depot-form label {
	display: inline-block;
	width: 70px;
}

.depot-form fieldset div {
	margin-bottom: 0.5em;
}
