/* main.css project */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend {
	margin: 0; 
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align: left;
	vertical-align: baseline;
}
header, nav, section, article, aside, footer {
  display: block
}
a img, :link img, :visited img {
	border:0;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
h1 {
	font-weight: normal;
	color: #444;
	font-family: Arial;
	font-size: 22px;
}
h2 { 
	font-weight: normal;
	color: #333;
	font-family: Arial;
	font-size: 18px;	
}
h3 {
	font-weight: normal;
	color: #222;
	font-family: Arial;
	font-size: 16px;	
}
a {
	text-decoration: none;
	color: #253abb;
}
html {
	height: 100%;
}
body {
	height: 100%;
	color: #333;
	background: #a6b9d5 url(img/body.gif) repeat-x;
/*	background: #bbbbbb url(img/grid.gif) center repeat-y;*/
}	
#page {
	width: 972px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
header {
	width: 972px;
	height: 285px;
	padding: 15px 0px 0 0;
	font-size: 16px;
	background: url(img/line.jpg) no-repeat 599px 7px;
}
header #logo {
	float: left;
	margin: 00 0 10px 0;
}
header #tel {
	float: left;
	width: 410px;
	height: 60px;
	margin: -7px 0 0 30px;
/*	padding: 0 0 0 25px;*/
	font-size: 14px;
	line-height: 34px;
/*	background: url(img/tel.gif) no-repeat 0 11px;*/
}
header #tel span {
	font-size: 25px;
	text-shadow: 1px 2px #ccc;
}
header #lang {
	float: right;
	width: 52px;
	height: 60px;
}
header #lang a {
	display: block;
	width: 52px;
	height: 23px;
	padding: 0 1px 0 0;
	line-height: 23px;
	text-align: right;
	font-size:12px;
	background: url(img/en.gif) 8px 3px no-repeat;
}
header #lang a.en { background: url(img/ru.gif) 8px 3px no-repeat; }
header #tools {
	float: right;
	width: 310px;
	padding: 0 0 0 10px;
}
header #tools a {
	float: left;
	line-height: 23px;
	padding: 0 10px;
	font-weight:normal;
	font-size:15px;
}
header #h_bottom {
	float: left;
	width: 972px;
	height: 223px;
	background: url(img/viz_r.jpg) right ;
}
header #visual {
	float: left;
	width: 599px;
	height: 175px;
	background: url(img/visual.jpg);
	border-right: #556392 solid 1px;
}
header #h_right {
	float: right;
	height: 223px;
	width: 372px;
	text-align: center;
	color: #ffffff;
}
header #h_right a {
	color: #ffffff;
}

#video {
	width: 328px;
	height: 52px;
	margin: 20px 20px;
	background: url(img/video.png) right no-repeat;
	cursor:pointer;
}
#video div {
	width: 266px;
	height: 48px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding: 4px 10px 0 0;
	text-shadow: -1px -2px #151a29;
}
#video div span {
	color: #dfd299;
	font-weight: normal;
	font-size: 14px;
}
#video a {
	display: block ;
	width: 52px;
	height: 52px;
}
.video_overlay { 
    display:none; 
    z-index:10000; 
    background-color:transparent; 
    background-image:url(/snapp/jsm/jqtools/apple.png);
    color:#fff; 
    width:500px;     
    min-height:425px; 
    border:none; 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
.video_overlay .close { 
    background-image:url(/snapp/jsm/jqtools/overlay_close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

header nav {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	background: #555;
}
header nav ul {
	float: left;
	height: 48px;
	margin: 0;
	padding: 0;
	list-style: none;
}
header nav ul li {
	float: left;
	height: 48px;
	margin: 0 0 0 0px;
	background: url(img/nav.jpg);
}
header nav ul li.active, header nav ul li:hover {
	background: url(img/nav.jpg) 0 -48px;
}
header nav ul li a, header nav ul li.active span {
	display: block;
	text-decoration: none;
	padding: 6px 0;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-family: arial;
	text-align: center;
	text-shadow: -1px -2px #151a29;
	background: url(img/nav_a.png) right 0 no-repeat;
}
header nav ul li a strong, header nav ul li.active span strong {
	font-size: 16px;
}
aside {	
	float: right;
	width: 373px;
	font-size: 15px;
	padding: 0;
	margin: 0px 0 20px 0;
	background: url(img/aside0.jpg) left repeat-y;
}
aside nav table {
	background-color:#ECECEC;
	margin:-5px 0 0 37px;
	width:270px;
}
aside nav table td {
	text-align: center;
	height: 17px;
	vertical-align: middle;
}
/* aside nav span {
	margin-left: 5px;
} */	
aside nav, aside #news {
	width: 333px;
	margin: 0;
	padding: 20px 20px 20px 21px;
	background: url(img/aside.jpg) left bottom no-repeat;
}
aside nav h2, #news h2 {
	padding: 0 0px 10px 0px;
	color: #333;
}
aside nav ul {
	list-style: none;
	padding: 0;
	margin: 0 ;
}
aside nav .dat {
	margin:0;
	padding:2px 4px 2px 3px;
	font-size:11px;
	font-weight:bold;
	background:#344A80;
	color:#fff;
}
aside nav ul li {
	padding: 0;
	margin: 0;
	text-indent: 0px;
	border-bottom: #ccc solid 1px;
}
aside nav ul a, aside nav ul {
	display: block;
	line-height: 30px;
	padding: 0;

}
	
aside nav div a {
	font-size:11px;
}		
	
aside nav #frmContact {
	width: 333px;
	padding: 15px 0;
	font-size: 14px;
}
aside nav #frmContact label {
	display: block;
	width: 333px;
	padding: 10px 0 3px 0;
}
aside nav #frmContact label span {
	color: red;
	font-size: 12px;
}
aside nav #frmContact input {
	width: 321px;
	padding: 5px 3px;
}
aside nav #frmContact textarea {
	width: 324px;
	padding: 5px 3px;
}
aside nav #frmContact input#btnSend {
	width: 170px;
	margin: 10px 0 0 161px;
}
input#btnSend {
	padding: 3px 0;
	height: 28px;
	font-size: 13px;
	background: #a6b9d5;
	border: 2px outset #a6b9d5;
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
}
input#btnSend:active {
	background: #9bb0cf;
	border: 2px inset #b5ccdf;
}
aside nav #frmContact img.captcha {
	float: left;
	width: 120px;
	height: 60px;
	margin: 2px 0 0 0;
}
section {
	width: 559px;
	padding: 20px 0 20px 20px;
	color: #444444;
	font-size: 15px;
	line-height: 1.2;
	float:left;
}
section h1 {
	margin: 0 0 20px 0;
}
section #frmGift {
	width: 365px;
	padding: 15px 20px;
	font-size: 14px;
	background: #fdf9da;
	border: 2px solid #edebd4;
	margin: 20px 84px ;
}
section #frmGift table {
	margin: 0 0 0 -6px;
}
section #frmGift th {
	font-size: 15px;
	font-weight: normal;
}
section #frmGift input {
	width: 188px;
	padding: 5px 3px;
}
section #frmGift span {
	font-size: 12px;
	color:red
}
section #frmGift textarea {
	width: 357px;
	padding: 5px 3px;
	margin: 3px 0 10px 0;
}
section #frmGift select {
	border: 1px solid #888888;
	height: 28px;
	width: 200px;
	padding: 3px;
	line-height: 28px;
}
section #frmGift input#btnSend  {
	width: 150px;
	margin: 0 0 0 213px;
	padding: 0;
}
section #frmDisc {
	width: 365px;
	padding: 15px 20px;
	font-size: 14px;
	background: #fdf9da;
	border: 2px solid #edebd4;
	margin: 20px 84px ;
}
section #frmDisc table {
	margin: 0 0 0 -6px;
}
section #frmDisc th {
	font-size: 15px;
	font-weight: normal;
}
section #frmDisc input {
	width: 180px;
	padding: 5px 3px;
}
section #frmDisc span {
	font-size: 12px;
	color:red
}
section #frmDisc textarea {
	width: 357px;
	padding: 5px 3px;
	margin: 3px 0 10px 0;
}
section #frmDisc select {
	border: 1px solid #888888;
	height: 28px;
	width: 190px;
	padding: 3px;
	line-height: 28px;
}
section #frmDisc input#btnSend  {
	width: 150px;
	margin: 0 0 0 213px;
	padding: 0;
}
section #frmCinema {
	width: 365px;
	padding: 15px 20px;
	font-size: 14px;
	background: #fdf9da;
	border: 2px solid #edebd4;
	margin: 20px;
}
section #frmCinema table {
	margin: 0 0 0 -6px;
}
section #frmCinema th {
	font-size: 15px;
	font-weight: normal;
}
section #frmCinema input {
	width: 180px;
	padding: 5px 3px;
}
section #frmCinema span {
	font-size: 12px;
	color:red
}
section #frmCinema textarea {
	width: 357px;
	padding: 5px 3px;
	margin: 3px 0 10px 0;
}
section #frmCinema select {
	border: 1px solid #888888;
	height: 28px;
	width: 190px;
	padding: 3px;
	line-height: 28px;
}
section #frmCinema input#btnSend  {
	width: 150px;
	margin: 0 0 0 213px;
	padding: 0;
}

section .gbmessage {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: #ccc 1px solid;
}
section .gbmessage .author {
	padding: 0 0 8px 0;
	font-size: 15px;
	color: #888;
}
section .gbmessage .reply {
	padding: 0 0 8px 25px;
	line-height: 18px;
}
section .gbmessage .response {
	padding: 0 0 0 50px;
	color:#888;
	font-size: 13px;
}
section .gbmessage .response p {
	padding: 3px 0 0 0px;
	line-height: 14px;
}
section .gbmessage b {
	font-size: 15px;
}
section .scroller {
	float: left;
	height: 38px;
	padding: 0 43px 0 0;
	line-height: 38px;
	color: #888;
	background: url(img/scrol0.gif) right no-repeat;
}
section .scroller span, section .scroller a  {
	display: block;
	float: left;
	height: 38px;
	padding: 0 15px;
	line-height: 38px;
}
section .scroller a {
	background: url(img/scrol_l.gif) no-repeat;
}
section .scroller span, section .scroller a:hover {
	background: url(img/scrol_a.gif) no-repeat;
	
}
section .scroller span.scrol_left{
	padding: 0 7px;
	background: url(img/scrol_r.gif) no-repeat;
}
section .scroller {
	
}

#clear {
	width: 999px;
	height: 0;
	clear: both;
}
#rasporka {
	height: 70px;
}	
footer {
	clear: both;
	width: 972px;
	height: 70px;
	margin-top: -70px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0px 0 0px;
	font-size: 12px;
	background: #a6b9d5 url(img/footer.gif) no-repeat;
}
footer #copyright {
	width: 320px;
	padding: 20px 10px 0 20px;
	line-height: 16px;
}
footer #copyright a { color:gray; }

aside dl, .guestboard dl { margin:0 0 10px 0;}
aside dt, .guestboard dt { font-weight:bold; }
aside dd, .guestboard dd { font-size:12px; color:gray; padding:5px 0 10px 20px; }

img.left { float:left; margin:0 10px 5px 0; }
img.right { float:right; margin:0 0 5px 10px; }

/* articles */
a.rss {
	display:block;
	height:20px;
	padding:3px 0 10px 20px;
	background:url(img/rss.gif) 1px left no-repeat;
	font-size:12px;
	color:gray;
}

ul#rss li {
	border:none;
}
ul#rss li a {
	padding:3px 0 10px 3px; 
	font-size:12px;
	line-height:1.3;
	text-decoration:none;
	border:none;
}

.article-in-list {
	margin:0 0 20px 0;
}

small { font-size:5px; }
