body {
	margin: 0px;
	padding: 0px;
	background: transparent url('/images/bg.gif') left top repeat;
}
img.logo {
	position: absolute;
	left: 0px;
	top: 72px;
}
div.contentBlock {
	position: absolute;
	top: 72px;
	left: 308px;
	width: 723px;
	height: 650px;
	background: transparent url('/images/bg-content.gif') left top repeat;
}
/**/
#paneScroll {
	overflow: visible; height: auto; width: 647px; padding-right: 5px; position: absolute;
}
/**/
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #625A50;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: #FF7700;
}
.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: 9px;
}
a.jScrollArrowUp:hover {
}

a.jScrollArrowDown, a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width: 15px;
	height: 15px;
}

a.jScrollArrowUp {
	background: url('/images/arrow_up.gif') repeat-x 0 0;
	width: 15px;
	height: 15px;
}
a.jScrollArrowUp:hover {
	background-position: 0 0px;
}
a.jScrollArrowDown {
	background: url('/images/arrow_down.gif') repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 0px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 0px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 662px;
	height: 562px;
	margin: 40px 0px 0px 30px;
}
.scroll-pane {
	width: 662px;
	height: 562px;
	overflow: auto;
	float: left;
}
.home {
	position: absolute;
	left: 955px;
	top: 20px;
}
.feedback {
	position: absolute;
	left: 985px;
	top: 20px;
}
div.phone {
	position: absolute;
	left: 28px;
	top: 630px;
}
table.mainMenu {	
	position: absolute;
	left: 28px;
	top: 270px;
}
table.mainMenu td {	
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px;
}
table.mainMenu td.act {	
	font-size: 20px;
	text-transform: uppercase;
	background: #1B1814;
	padding: 5px;
}
table.mainMenu td a{	
	text-decoration: none;
	color: #FFF;
}