html {
	height: 100%;

}
body {
	font-family: "Trebuchet MS";
	font-size: 75%;
	line-height: 100%;
	height: 100%;
}
a {
	font:12px/14px "Trebuchet MS";
	text-decoration: underline;
	color: #b21010;
}
.wrapper {
	min-width: 1200px;
	min-height: 100%;
}
*html .wrapper {
	height: 100%;
	width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 1006 ? '1006px' : '100%') : (document.body.clientWidth < 1006 ? '1006px' : '100%'));
}

.header {
	background: url(../images/header.jpg) no-repeat;
	height: 288px;
	display: block;
	position: relative;
	width: 100%;
}

.cart_info {
	position: absolute;
	top: 13px;
	left: 798px;
	width: 154px;
	list-style:none;
	float:right;
}
.cart_info li {
	padding: 11px 10px 0 28px;
	_padding: 13px 10px 0 28px;
	background: url(../images/cart_micro.gif) no-repeat 7px 12px;
	float: left;
	
	font:11px Arial, Helvetica, sans-serif;
	color: #949494;
}
.cart_info li a {
	text-decoration: none;
	color: #949494;
}.cart_info li a:hover {
	color: #B21010;
}

.top-img {
	position: absolute;
	display: block;
	font: 12px "Trebuchet MS";
	color: #8d7263;
	text-decoration: none;
	background-repeat: no-repeat;
}
.top-img:hover, .top-img-active{
	position: absolute;
	display: block;
	font: 12px "Trebuchet MS";
	color: #b21010;
	text-decoration: none;
	background-repeat: no-repeat;
}

.logo {
	position: absolute;
	top: 75px;
	left: 414px;
	width: 400px;
}
.logo a {
	font:39px/35px "Trebuchet MS";
	color: #8d7263;
	text-decoration: none;
}
.logo a span {
	display: block;
	font:25px/25px "Trebuchet MS";
	color: #9f897b;
	padding-left: 25px;
}

.painting {
	background-image: url(../images/painting.png);
	width: 73px;
	height: 27px;
	padding: 108px 0 0 17px;
	right: 343px;
	top: 125px
}
.graphic {
	background-image: url(../images/graphic.png);
	width: 67px;
	height: 36px;
	padding: 112px 0 0 21px;
	right: 213px;
	top: 98px;
}
.painting-furniture {
	background-image: url(../images/painting-furniture.png);
	width: 117px;
	height: 27px;
	padding: 153px 0 0 20px;
	right: 62px;
	top: 100px;
}

.menu-top {
	position: absolute;
	left: 400px;
	top: 190px;
}
.menu-top li {
	float: left;
	padding: 0 10px;
	color: #8d7263;
	font:12px "Trebuchet MS";
	list-style: none;
}
.menu-top li a {
	color: #8d7263;
	font:13px "Trebuchet MS";
	text-decoration: none;
}
.menu-top li a:hover, .menu-top li a.active {
	color: #b71f1f;
	text-decoration: none;
}


.content {
	border: 7px solid #e2dcce;
	display: block;
	height: 420px;
}
.content-wrap {
	border: 1px solid #fefefe;
	background: #fdfdfd;
	padding: 1px;
	width: 86%;
	margin: 0 auto;
}
.content-wrap1 {
	border: 1px solid #fcfcfc;
	background: #fbfbfb;
	padding: 1px;
	display: block;
}
.content-wrap2 {
	border: 1px solid #fafafa;
	background: #f9f9f9;
	padding: 1px;
	display: block;
}
.content-wrap3 {
	border: 1px solid #f8f8f8;
	background: #f7f7f7;
	padding: 1px;
	display: block;
}
.content-wrap4 {
	border: 1px solid #f6f6f6;
	background: #f5f5f5;
	padding: 1px;
	display: block;
}

.scroll-pane-wrap {
	height: 420px;
	overflow: hidden;
	position: relative;
}
.scroll-pane {
	overflow: hidden;
	height: 360px;
	position: relative;
	padding: 30px;
}
.middle {
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}
.left {
	float: left;
	width: 74%;
}
.right {
	float: right;
	width: 21%;
	padding-left: 4%;
}

h1 {
	font:30px/30px "Trebuchet MS";
	color: #b21010;
}
.content p {
	font:12px/16px "Trebuchet MS";
	color: #8d7263;
	padding: 5px 0;
}
.right-menu li {
	list-style: none;
	padding: 3px 0;
	display: block;
}
.works {
	overflow: hidden;
	border-top: 1px solid #cccccc;
	padding-top: 3px;
	clear: both;
}
.works-cat {
	overflow: hidden;
	padding-bottom: 7px;
	width: 100%;
}
.works-cat li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
.works-cat li a {
	color: #8d7263;
	font:bold 18px "Trebuchet MS";
	text-decoration: none;
}
.works-cat li a:hover, .works-cat li a.active {
	color: #b21010;
}

.work-item {
	width: 310px;
	display: block;
	padding-bottom: 10px;
}
.work-item-left {
	float: left;
}
.work-item-right {
	float: right;
}
.work-item-middle {
	margin: 0 auto;
}
.work-item h2 {
	font:12px "Trebuchet MS";
	color: #b21010;
	margin-top: 10px;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	display: block;
}
.work-item span {
	display: block;
	font: italic 10px "Trebuchet MS";
	color: #707070;
}

.content-inner {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
.content-inner .work-inner-left {
	float: left;
	width: 350px;
}
.content-inner .work-description {
	float: right;
	width: 350px;
	margin-top: 70px;
}
.content-inner a.back {
	font: italic 12px/14px "Trebuchet MS";
	color: #8d7263;
}
.content-inner .work-inner-left img {
	width: 350px;
	display: block;
	margin-top: 10px;
}
.content-inner .image-data {
	position: relative;
	margin-top: 20px;
	padding-top: 60px;
	border-top: 1px solid #ccc;
}
.content-inner .image-data span {
	display: block;
	padding-right: 50px;
	font: italic 10px "Trebuchet MS";
	color: #707070;
}
.content-inner .showbig {
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../images/show-big.gif) no-repeat;
	width: 16px;
	height: 16px;
}
.content-inner .work-description h1 {
	font-style: italic;
	float: left;
	margin-right: -100%;
	padding-right: 70px;
	width: 280px;
}
.content-inner .price {
	float: right;
	font:bold 20px "Trebuchet MS";
	color: #aa958a;
}
.content-inner p {
	clear: both;
	padding-top: 10px;
	display: block;
	font:12px/14px "Trebuchet MS";
	color: #8d7263;
}
.content-inner .buy {
	float: right;
	margin-top: 20px;
}

.footer {
	background: url(../images/footerbg.jpg) repeat-x;
	height: 68px;
	width: 100%;
	display: block;
	margin-top: -68px;
}
.footer div {
	background: url(../images/footer-left.jpg) no-repeat 0 -1px;
	width: 100%;
	
}
.footer div div {
	background: url(../images/footer-right.jpg) no-repeat 100% -1px;
	height: 68px;
	display: block;
}
.footer .vcard {
	float: left;
	padding-top: 15px;
	margin-left: 7%;
	padding-left: 10px;
	white-space: nowrap;
	width: 350px;
	font:10px "Trebuchet MS";
	color: #8d7263;
}
.footer .vcard .tel, .footer .vcard .adr {
	display: block;
}
.footer .copyright {
	white-space: nowrap;
	float: right;
	padding-top: 15px;
	margin-right: 7%;
	padding-right: 10px;
	font:10px "Trebuchet MS";
	color: #8d7263;
}
.footer .copyright a {
	font: 10px "Trebuchet MS";
	color: #000;
}

.footer-change {
	height: 78px;
	width: 100%;
	display: block;
}






.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: url(../images/scrollbar.gif) no-repeat 100% 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/scroll-drag.gif) no-repeat 50% 0;
	height:79px;
	min-height:50px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height:18px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height:18px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

