html, body {
	width: 100%;
	height: 100%;
	background: #393d42 url("../img/bg.jpg") center center no-repeat;
}
sup,sub {line-height:-1px;vertical-align: text-top;}
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 62.5%;
	min-width: 988px;
	color: #adadad;
}
* {
	margin: 0px;
	padding: 0px;
}
.clearfix {
   zoom: 1;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}

.container {
	min-height: 100%;
	width: 100%;
	overflow: hidden;
}
.footer {
	position: relative;
	overflow: hidden;
	height: 25px;
	margin-top: -25px;
	background-color: #000;
	color: #999;
}
.footer-left {
	float: left;
	height: 25px;
	padding: 5px 0px 0px 30px;
}
.footer-right {
	float: right;
	height: 25px;
	padding: 5px 30px 0px 0px;
}

.menu-container {
	width: 420px;
	margin: 0px auto;
}
.menu {

}
.menu ul {
	list-style: none;
	background: url("../img/menu.png") top repeat-x;
	padding: 0px 0px 0px 10px;
	height: 32px;
	float: left;
}
.menu li {
	float: left;
	position: relative;
}
.menu a {
	display: block;
	font-family: Arial;
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 5px 0px 5px;
	margin-right: 10px;
	height: 22px;
	background: url("../img/menu-hover.png") 0px -32px repeat-x;
}
.menu li.c a {
	background-position: 0px 0px;
}
.menu a:hover {	
	text-decoration: none;
}

.submenu {

}
.submenu ul {
	list-style: none;
	padding-top: 5px;
}
.submenu li {
	float: left;
	font-family: Arial;
	font-size: 1em;
	color: #fff;
	background: url("../img/sub.png") left top no-repeat;
	padding: 0px 0px 1px 16px;
}
.submenu li.f {
	background: none;
	padding-left: 0px;
}
.submenu a {
	text-transform: uppercase;
	padding: 0px 6px 0px 0px;
}
.submenu li.c a, .submenu a:hover {	
	color: #e22740;
	text-decoration: none;
}

.page-container {
	display: none;
	width: 960px;
	height: 590px;//650px;
	margin: 0px auto;
	background: url("../img/content.png") left top no-repeat;	
	position: relative;
}
.page {
	width: 800px;
	height: 490px;
	padding: 55px 80px 45px 80px;//55px 80px 105px 80px;
}
.page-bg {
	width: 800px;
	height: 430px;
	padding: 30px 0px;
	background-color: #000;	
}
.page-bg0 {
	background: url("../img/autor_index_0.jpg") left top no-repeat;
}
.page-bg1 {
	background: url("../img/autor_index_1.jpg") left top no-repeat;
}
.page-bg2 {
	background: url("../img/autor_index_2.jpg") left top no-repeat;
}
.page-bg3 {
	background: url("../img/autor_index_3.jpg") left top no-repeat;
}

.scrollbox {
	width: 800px;
	height: 430px;
	position: relative;
	overflow: hidden;
}
.scrollpane {
	width: 800px;
	height: 430px;
	overflow: auto;
}
.title {
	position: absolute;
	z-index: 2;
	left: 63px;
	top: 12px;
}
.title h1, .title h2 {
	color: #fff;
	background-color: #e22740;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	float: left;
}
.title h1 {
	font-size: 2.8em;
	padding: 5px 10px 1px 10px;
}
.title h2 {
	clear: left;
	font-size: 1.7em;
	padding: 5px 10px 5px 10px;
}

/* scroll pane */
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e22740;
}
.jScrollPaneDrag {
	position: absolute;
	background: #393d42;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
/* /scroll pane */



.content-text {
	padding: 0px 30px 0px 30px;
}
.text {
	padding-top: 20px;
}
.text p {
	font-size: 1.3em;
	padding-bottom: 10px;
}
.content-text li{font-size:1.3em; list-style: none;}
.content-text ul {padding-bottom:10px}
.half{float: left;  margin-right: 20px}
.clear{clear: both; font-size: 0}

.content-catalog {
	padding: 0px 0px 0px 30px;
}


.catalog {

}
.catalog ul {
	list-style: none;
	clear: left;
}
.catalog li {
	display: inline-block;
	vertical-align: bottom;
	*display: inline;
	zoom: 1;
	width: 250px;
   margin-top: 15px;
}
.catalog a {
	display: block;
	padding-right: 10px;
	font-size: 1.3em;
	color: #adadad;
}
.catalog a:hover {
	color: #fff;
	text-decoration: none;
}
.catalog a img {
	display: block;
	margin-top: 5px;
	border: 1px solid #353638;
}
.catalog a:hover img {
	border: 1px solid #adadad;
}

.catalog-in {

}
.catalog-item {
	/* background-color: #fff; */
	margin: 10px 26px 0px 0px;
	position: relative;
}
.catalog-item-image {
	float: right;
	width: 744px;
	margin-left: -430px;
}
.catalog-item-text {
	margin-right: 400px;
	padding: 40px 0px 0px 25px;
	z-index: 2;
	position: relative
}
.catalog-item-text p {
	font-size: 1.3em;
	line-height: 1.7em;
	color: #fff;
	padding-bottom: 10px;
}

.catalog-photo-list ul {
	list-style: none;
}
.catalog-photo-list li {
	float: left;
	width: 124px;
	height: 92px;
	overflow: hidden;
	position: relative;
}
.catalog-photo-list li div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5px;
	width: 124px;
	background-color: #e22740;
	display: none;
}
.catalog-photo-list li.c div {
	display: block;
}

.catalog-photo {
	margin-top: 10px;
	width: 744px;
	overflow: hidden;
	position: relative;
}
.catalog-photo-info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
	width: 30px;
	height: 30px;
	background: url("../img/i.png") left top no-repeat;
	cursor: pointer;
	display: none;

}

.catalog-photo-text {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	width: 280px;
	padding: 10px 10px 10px 30px;
	background-color: #e22740;
}
.catalog-photo-text p {
	font-size: 1.3em;
	line-height: 1.7em;
	color: #fff;
	padding-bottom: 10px;
}


.main-text {
	padding-top: 20px;
}
.main-text p {
	font-size: 1.3em;
	padding-bottom: 10px;
	width: 430px;
}
.main-text p.comment {
	font-size: 1.3em;
	color: #fff;
	font-style: italic;
	padding: 10px 0px 20px 0px;
	width: 370px;
	margin-left: 40px;
}

h3 {
	color: #fff;
	font-weight: normal;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 1.1em;
}
.partner-list {
	float: right;
	width: 250px;
	padding-top: 20px;
	
}
.partner-list ul {
	list-style: none;
	margin: 15px 20px 0px 10px;
	
}
.partner-list li {
	padding: 7px 0px;
	border-bottom: 1px solid #353638;
}
.partner-list li p {
	padding: 0px 15px;
	font-size: 1.3em;
	cursor: pointer;
}
.partner-list li div {
	padding: 13px 0px 5px 0px;
	display: none;
}
.partner-list img{margin-bottom: -5px; margin-top:-5px;}
.partner-text {
	padding-top: 20px;
	margin-right: 300px;
}
.partner-text p {
	font-size: 1.3em;
	padding-bottom: 10px;
	width: 330px;
}
.partner-text p.comment {
	font-size: 1.3em;
	color: #fff;
	font-style: italic;
	padding: 10px 0px 20px 0px;
	width: 370px;
	margin-left: 20px;
}
.partner-text-block {
	display: none;
}
#partner0-text {
	display: block;
}

.media-list {
	padding-top: 10px;
}
.media-list ul {
	list-style: none;
}
.media-list li {
	padding-top: 10px;
	clear: left;
}
.media-list li h3 {
	float: left;
	width: 140px;
	color: #fff;
	font-family: Georgia;
	text-transform: none;
	font-size: 1.4em;
}
.media-list li p {
	float: left;
	width: 460px;
	font-size: 1.3em;
	color: #adadad;
	text-decoration: none;
}

.opinions-container {
	width: 960px;
	margin: 100px auto 0px auto;
	position: relative;
}

.submenu-container {
	padding: 0px 30px;
	height: 30px;
}

.sub-scroll {
	
}
.sub-scroll .main-text {
	padding-top: 0px;
}
.sub-scroll .scrollbox, .sub-scroll .scrollpane {
	height: 400px;
}  


