/* reset */
* {
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,strong,b {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* layout */
#fbg-wrapper {
	width: 100%;
	margin: 0 auto;
	background: url("/i/f-bg.png") repeat-x center bottom;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	background: url("/i/bg.jpg") repeat center top;
}

/*Header styles
----------------------------------------------------------------*/
#siteheader {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
}
#siteheader #h-logo {
	float: left;
	width: 300px;
}
#siteheader #h-logo img {
	display: inline-block;
}
#siteheader #schedule {
	float: left;
	width: 255px;
	padding: 30px 80px 0 0;
}
#schedule .sc-inner {
	float: right;
	text-align: left;
}
#siteheader #address {
	width: 255px;
	float: right;
	padding: 30px 0 0 80px;
}

/*Top banner styles
----------------------------------------------------------------*/
#topban {
	position: relative;
	overflow: hidden;
	width: 970px;
	height: 372px;
	clear: both;
	padding: 0;
	margin: 0 auto;
}
#topban #tb-fg {
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 372px;
	background: url('/i/tb-fg.png') no-repeat center top;
	z-index: 2;
}
#topban #tb-content {
	width: 970px;
	height: 372px;
	margin: 0;
	z-index: 1;
}

#main {
	overflow: hidden;
	clear: both;
	width: 970px;
	margin: 60px auto 0;
	padding: 0;
}

/*Left side styles
----------------------------------------------------------------*/
#main #leftside {
	float: left;
	width: 144px;
	margin: 0;
	padding: 0;
}
ul.l-nav {
	overflow: hidden;
	margin-left: 15px;
}
ul.l-nav li{
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 12px;
	background: url('/i/lnav-arr.gif') no-repeat left center;
}
ul.l-nav li a{
	font-size: 13px;
	line-height: 17px;
	font-style: italic;
}
.side-img1 {
	margin: 50px auto 0;
}
.side-img2 {
	margin: 20px auto 0;
}
/*Right side styles
----------------------------------------------------------------*/
#main #rightside {
	float: right;
	width: 164px;
	margin: 0;
	padding: 0;
}
.side-img3 {
	margin: 0 auto;
}
#news {
	margin: 35px 0 0;
}
#news .news-item {
	margin: 0 0 20px;
	font-size: 11px;
}
#news .news-item p {
	margin: 0;
	font-size: 11px;
}

/*Content styles
----------------------------------------------------------------*/
#main #content {
	float: left;
	width: 522px;
	margin: 0;
	padding: 0 70px;;
}

/*Footer styles
----------------------------------------------------------------*/
#sitefooter {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 70px 0 0;
	padding-top: 20px;
	background: url("/i/f-bg.png") repeat-x center bottom;
}
#sitefooter .f-inner {
	width: 970px;
	height: 50px;
	margin: 0 auto;
}
#sitefooter #about {
	float: left;
	width: 350px;
	text-align: left;
}
#sitefooter #counters {
	float: left;
	width: 210px;
	padding-left: 60px
}
#counters .counter {
	float: left;
	width: 88px;
	height: 31px;
	margin-right: 10px;
}
#counters .last {
	margin: 0;
}
#sitefooter #author {
	float: right;
	width: 350px;
	text-align: right;
	line-height: 30px;
}

.w100p {
	width: 100%;
}
.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}
.replaced {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

/* type */
body {
	font: 12px/18px Arial, sans-serif;
	color: #cacaca;
	text-align: left;
	background: #656565 url("/i/bg.jpg") repeat center top;
}
a:link, a:visited {
	color: #cacaca;
	text-decoration: underline;
}
a:hover {
	color: #cacaca;
	text-decoration: none;
}
a:focus, a:active {
	color: #cacaca;
	text-decoration: none;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
p {
	margin-bottom: 1.5em;
}
h1 {
	margin-bottom: 10px;
	font-size: 2em;
	line-height: 32px;
}
h2 {
	margin-bottom: 1.2em;
	font-family: Georgia;
	font-size: 2em;
	font-style: italic;
}

.paragraph {
	margin-top: 1.2em;
}

.lightbg {
position:absolute;
top:0px;
left:50%;
width:1240px;
height:591px;
background:url(/i/light.png) no-repeat;
margin-left:-620px;
}

.formbuilderform label {display:block;}
.formbuilderform input,
.formbuilderform textarea{width:500px;}

.posadka {
color: gray;
    font-size: 150%;
    font-style: italic;
    position: absolute;
    right: 178px;
    top: 0px;
    z-index: 1001;
}

h3 {font-size:1.8em;padding:5px 0px;font-style:italic;}
.ngmenu {float:left;width:250px;margin:5px;text-align:center;font-weight:bold;font-size:16px;}
.ngmenu img {max-width:250px;}