div.letitsnow{
              -webkit-border-radius: 50%;
	      -moz-border-radius: 50%;
	      border-radius: 50%;
       	      z-index: 10000;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #cccccc;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 75%;
	text-align: center;
	overflow-x: hidden;
}

div.main {
	position: relative;
	margin: 0px auto;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: #00b9ff;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

div.content {
	width: 100%;
	float: left;
}

div.content div.text {
	margin: 17px 23% 0px 23%;
	text-align: left;
}

div.left {
	float: left;
	width: 23%;
	margin-left: -100%;
	text-align: left;	
}

div.left div.text {
	margin: 24px 20px 0px 10px;
}

div.right {
	float: left;
	width: 23%;
	margin-left: -23%;
	text-align: left;
}

div.right div.text {
	margin: 24px 10px 0px 20px;
}

div.logo {
	width: 180px;
	height: 160px;
	position: relative;
	margin: 7px auto 0px auto;
}

div.logo a{
	color: #000;
}

div.menu {
	position:relative;
	margin-top: 10px;
	height: 40px;
	border-bottom: 3px solid #00b9ff;
	z-index:1000;
}

div.menu ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

div.menu ul li {
	float:left;
	height:40px;
	position:relative;
	text-align:center;
	width:20%;
	margin: 0px;
}

div.menu ul li p{
	font-size: 15px;
	position:absolute;
	z-index:50;
	display: block;
	margin: 0px;
	top: 11px;
}

div.menu ul li p {
	font-size:15px;
	position: absolute;
	top:11px;
	width: 100%;
	left: 0px;
	z-index:50;
	margin: 0px !important;
}

div.menu ul li a {
	height:40px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:52;
	background-image: url(../img/blank.gif);
}

div.menu ul li a:hover {
	text-decoration: none;
}

div.menu ul li ul li a:hover {
	text-decoration: underline;
}

div.menu ul li ul {
	padding-bottom:9px;
	padding-top:4px;
	position:absolute;
	top:40px;
	display: none;
	z-index:60;
	border-bottom: 3px solid #00b9ff;
	border-left: 3px solid #00b9ff;
	border-right: 3px solid #00b9ff;
	background-color: #000;	
	width: 174px;	
}


div.menu ul li ul {

}



div.menu ul li ul li {
	clear:both;
	display:block;
	float:none;
	height:auto;
	margin:0.85em 15px;
	text-align: center;
	width:auto !important;
}

div.menu ul li ul li a {
	background:none repeat scroll 0 0 transparent;
	height:auto;
	left:auto;
	position:static;
	top:auto;
}

h1 {
	margin: 0px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

p {
	margin-bottom:1.2em;
	margin-top:0.9em;
}

div.flash {
	background-color: #fff;
	height: 200px;
	margin-top: 1px;
	overflow: hidden;
}

span.date {
	font-size: 90%;
	display: block;
	margin: 0px;
	margin-top: -0.9em;
}

p.date {
	font-size: 90%;
	margin-top: 0.2em;
}

p.small {
	font-size: 90%;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
}

div.right p.small {
	margin-bottom: 1.3em !important;
}

div.left div.item {
	margin-bottom: 1.1em;
}

div.copy {
	font-size: 90%;
	text-align: left;
	margin-top: 1.25em;
	/*margin-left: 23%;*/
}

div.left p b{
	color: #fff;
}

div.locator {
	margin-top: 0.9em;
	margin-bottom: 1.25em;
	font-size: 80%;
}

div.clear {
	float: none;
	clear: both;
	font-size: 1px;
}

h2 {
	font-weight: normal;
	margin: 0px;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 1em;
}

h4 {
	font-weight: normal;
	margin: 0px;
	font-size: 14px;
	margin-bottom: 1.15em;	
}

div.content h1 {
	margin-bottom: 0.5em;
}

div.content div.item {
	margin-top: 1em;
	margin-bottom: 1.5em;	
}

div.content span.date {
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}

p.announce {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}

div.pager {
	margin:1.2em 0;
}

div.pager form {
	height:22px;
}

div.pager span.top {
	display:inline;
	float:left;
	font-size:80%;
	margin-right:7px;
}

div.pager span.active, div.pager a.active {
	background-image:none !important;
	color:#fff !important;
	cursor:default;
	display:inline;
	float:left;
	font-size:75%;
	height:21px;
	line-height:21px;
	margin:0 5px;
	text-align:center;
	text-decoration:none !important;
	width:21px;
}

div.pager a.active:hover {
	background-image:none !important;
}

div.pager a.num {
	background-image: url("../img/bg_pager.gif");
	color:#00b9ff;
	display:inline;
	font-size:75%;
	height:21px;
	line-height:21px;
	margin:0 5px;
	text-decoration:none;
	width:21px;
	text-align: center;
	float: left;
}

div.pager a.num:hover {
	background-image: url("../img/bg_pager-hover.gif");
	color: #fff !important;
}

span.top a:hover {
	text-decoration: none;
}

input.send {
	background-color: #000;
	border: 3px solid #00b9ff;
	color: #00b9ff;
	padding-bottom: 2px;
}

input.input-text {
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
	font-family: Tahoma, Geneva, sans-serif;
}

textarea {
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12.5px;
}

div.tab_block {
	height:555px;
	overflow:hidden;
}

div.popup {
	height:630px;
	text-align:center;
}

div.image {
	height:540px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

div.image img {
	position:absolute;
	visibility:hidden;
}

div.navig {
	background-image:url("../img/load.gif");
	background-position:444px center;
	background-repeat:no-repeat;
	cursor:pointer;
	height:540px;
	left:0;
	position:absolute;
	top:0;
	z-index:50;
}

div.preview {
	height:60px;
	margin:10px auto 0;
	overflow:hidden;
	position:relative;
	text-align:center;
	visibility:hidden;
}

div.zapl-left {
	display:inline;
	height:120px;
	width:23px;
}

div.preview div.pr {
	display:inline;
}

div.preview div.pr a  {
	display:inline;
	margin:0 5px;
	position:relative;
}

div.preview div.pr a img {
	position:relative;
}

div.right_foto  {
	background-image:url("../img/right-big.gif");
	background-position:-100px center;
}

div.right_foto, div.left_foto {
	float: right;
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	height:540px;
	text-decoration:none;
}

div.left_foto {
	background-image:url("../img/left-big.gif");
	background-position:-100px center;
	left:0;
}

div.gall div.content div.text {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

div.nodis {
	display: none !important;
}

div.preview div.pr a:hover img {
	top: -60px;
}

a.left-prev, a.right-prev {
	color: #000 !important;
}

a.left-prev:hover, a.right-prev:hover {
	color: #000 !important;
}
.fuck_sign{
	width:32px;
	height:32px;
	background-image:url("../img/sing_move.gif");
	float:left;
	margin-left:5px;
	margin-right:10px;
	margin-top: 3px;
}
.book_pict{
	width:200px;
	height:200px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	margin-top:0px;
	display:inline;
}
.book_date{
	font-size:10px;
}
.book_title{
	font-weight:bold;
	color:white;
}
ul li {
	margin: 0.75em 0em;
}

div.image-block div.item{
	position: relative;
	float: left;
	display: inline;
	width: 180px;
	height: 120px;
	padding: 1px;
	background-color: #000;
	border: 3px solid #00b9ff;
	margin: 10px;
	text-align: center;
}

div.image-block {
	position: relative;
	margin: 0px auto;
	width: 624px;
}

div.image-block div.item img {
	position: relative;
	margin: 0px auto;
}

div.face {
	float: left;
	display: inline;
	width: 210px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.aImg img {
	padding: 1px;
}

a.aImg {
	float: left;
	display: inline;
	border: 3px solid #00a9ec;
}

a.aImg:hover {
	border-color: #fff;
}

a.aTxt {
	float: left;
	display: inline;
	margin-left: 10px;
}

div.bTxt {
	float: left;
	position: relative;
	top: -3px;
	display: inline;
	margin-left: 10px;
	font-size: 90%;
	width: 96px;
}

div.bTxt span{
	display: block;
}

div.margin div.big_pict {
	float: left;
	width: 280px;
	text-align: left;
}

div.margin div.info_content {
	float: left;
	text-align: left;
	width: 320px;
	margin-top: 10px;
}

div.margin div.info_content h3{
	font-size: 160%;
	font-weight: normal;
	margin: 0px;
	color: #fff;
}

div.image-block div.item p {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 15px;
	bottom: 0px;
	margin-bottom: -20px;
	left: 0px;
}
.rc{
    font-size:10px;
    margin-top:-10px;
}
}
