html {

}
body {
	font-family: "Trebuchet MS";
	font-size: 75%;
	line-height: 100%;
}
a {
	font:12px/14px "Trebuchet MS";
	text-decoration: underline;
	color: #b21010;
}
.wrapper {
	min-width: 1200px;
}
*html .wrapper {
	width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 1006 ? '1006px' : '100%') : (document.body.clientWidth < 1006 ? '1006px' : '100%'));
}

.header {
	
	height: 288px;
	display: block;
	position: relative;
	width: 100%;
}
.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;
}

.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 {
	
	width: 73px;
	height: 27px;
	padding: 108px 0 0 17px;
	right: 343px;
	top: 125px
}
.graphic {
	
	width: 67px;
	height: 36px;
	padding: 112px 0 0 21px;
	right: 213px;
	top: 98px;
}
.painting-furniture {
	
	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;
}
.work-item span {
	display: block;
	font: italic 10px "Trebuchet MS";
	color: #707070;
}
.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
}
.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;*/
}


