/* **** ACCESSIBLITY */
#accessibility {
	display: none;
	position: absolute;
	left: -2000px;
	top: -2000px;
}

/* **** GLOBAL CONTENT */
#global_content { margin: 0 auto; padding: 0.5em 0; }

.wide { width: 985px; }
.wide #mainmenu, .wide #footer { 	width: 970px; }

.wide #topcontent {					width: 970px; }
.wide .sidecol #topcontent {		width: 320px; }
.wide #content {					width: 950px; }	/* + padding: 20 */
.wide #contentcol #content {		width: 618px; } /* + padding: 12 */
.wide #sidecontent {				width: 320px; }

.wide #sidefooter {					width: 970px; }
.wide .mainmodule {					width: 970px; }
.wide .colseperator .mainmodule {	width: 638px; }
.wide .colseperator #sidefooter {	width: 320px; }

.wide #footer {	background-position: 640px 0px; }


/* **** TEMPLATES STYLES */

h1 {
	margin: 0;
	font: normal 20px "Myriad Pro","Trebuchet MS",Verdana;
	font-weight: bold;
	color: #035ccb;
}
img {
	border: 0;
}

.img-btn {
	width: 100%;
	height: 100%;
}

.clear { clear: both; }

.lfloat { float: left; }
.rfloat { float: right; }

.spacer { margin: 10px 0 0 0; }

.background { 
	background: url(../images/bg2.png) no-repeat 40% 40%;
	height: 930px;
}
.bground {
	background-color: #f3f0eb;
	background-repeat: repeat;
	background-position: 50% 0; 
	background-attachment: scroll;
	background-image: url(../images/bg.png);
}


/* **** HTML TAGS */

html, body { 
	height: 100%; 
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;    
	color: #333333;
	background-color: #f3f0eb;
}

table {	font-size: 1em; }
h1, h2, h3, h4, ol, ul, li, form {
	padding: 0px;
	margin: 0px;
}
ul li { list-style-type: none; }

a:link, a:visited {
	color: #988675;
	text-decoration: none;
}

a:hover {
	color: #ad784a;
	text-decoration: none;
}

a.un:link, a.un:visited {
	border-bottom: 1px dashed #988675;
}

a.un:hover {
	border-bottom: 1px dashed #ad784a;
}

a.un-h:link, a.un-h:visited {
	border-bottom: 1px dashed #4b87d5;
	color: #4b87d5;
}

a.un-h:hover {
	border-bottom: 1px dashed #035ccb;
	color: #035ccb;
}

hr {
	height: 1px;
	border: 0px;
	color: #AEB5BE;	
	background-color: #AEB5BE;
}

img { border: 0px; }


input, select, textarea {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 1px;
	border-width: 1px;
}


/* CONTENT */

#usermenucol {
	margin: 0px 0 40px 0;
}
/* * html #usermenucol { margin: 5px 0; } */

#frontcontent { 
	float: left; 
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0px;
	background-color: G#reen;
	width: 100%;
	height: 250px;
}

#menu-fabr {
	position: absolute;
	width: 56px;
	height: 101px;
	top: 80px;
	left: 0px;
	background: url(../images/menu-fabr.png) no-repeat 0px 0;
}

#menu-fabr-a {
	position: absolute;
	width: 30px;
	height: 81px;
	top: 89px;
	left: 8px;
}

#menu-doors {
	position: absolute;
	width: 566px;
	height: 68px;
	top: 0px;
	left: 345px;
	background: url(../images/menu-doors.png) no-repeat 0 -1px;
}

#menu-doors-a {
	position: absolute;
	width: 332px;
	height: 18px;
	top: 38px;
	left: 355px;
	text-align: center;
}

#menu-doors-a a:link, #menu-doors-a a:visited {
	color: #ad784a;
	text-decoration: none;
	margin: 0 5px;
	font-size: 13px;
}

#menu-doors-a a:hover {
	color: #8e5421;
	border-bottom: 1px dashed #ad784a;
	text-decoration: none;
}

.menu-active {
	font-weight: bold !important;
	color: #8e5421 !important;
	border-bottom: 1px dashed #ad784a !important;
}

#menu-doors-b {
	position: absolute;
	width: 108px;
	height: 30px;
	top: 26px;
	left: 698px;
}

#menu-doors-c {
	position: absolute;
	width: 79px;
	height: 30px;
	top: 26px;
	left: 815px;
}


#menu-right {
	position: absolute;
	width: 67px;
	height: 494px;
	top: 64px;
	right: 0px;
	background: url(../images/menu-right.png) no-repeat 0 0;
}

#menu-right-a {
	position: absolute;
	width: 35px;
	height: 108px;
	top: 75px;
	right: 19px;
}

#menu-right-b {
	position: absolute;
	width: 35px;
	height: 103px;
	top: 190px;
	right: 19px;
}

#menu-right-c {
	position: absolute;
	width: 30px;
	height: 138px;
	top: 313px;
	right: 24px;
}

#menu-right-d {
	position: absolute;
	width: 30px;
	height: 84px;
	top: 460px;
	right: 24px;
}

#menu-map {
	position: absolute;
	width: 209px;
	height: 102px;
	top: 545px;
	left: 50px;
	background: url(../images/map.png) no-repeat 0 0;
}

#menu-copy {
	position: absolute;
	width: 460px;
	height: 52px;
	top: 650px;
	left: 40px;
}

.opaque {
   opacity: .3;
   filter: alpha(opacity=30);
}
.opaque:hover {
   opacity: 1;
   filter: alpha(opacity=100);
}

#paper-shadow {
	position: absolute;
	top: 50px;
	left: 35px;
	width: 900px;
	height: 518px;
	background: url(../images/paper-shadow.png) no-repeat 0 0;
}

#paper-delimiter {
	position: absolute;
	top: 51px;
	left: 156px;
	width: 295px;
	height: 518px;
	background: url(../images/paper-delimiter.png) no-repeat 0 0;
}

#paper-skrepka {
	position: absolute;
	top: 160px;
	left: 288px;
	width: 9px;
	height: 15px;
}

#paper-zavitushki-left {
	position: absolute;
	top: 70px;
	left: 39px;
	width: 171px;
	height: 195px;
	background: url(../images/paper-zavitushki-left.png) no-repeat 0 0;
}

#paper-zavitushki-right {
	position: absolute;
	top: 70px;
	left: 320px;
	width: 603px;
	height: 252px;
	background: url(../images/paper-zavitushki-right.png) no-repeat 0 0;
}

#leftcol {
	position: absolute;
	top: 65px;
	left: 48px;
	width: 220px;
	height: 485px;
}

#rightcol {
	position: absolute;
	top: 65px;
	left: 310px;
	width: 605px;
	height: 485px;
}

#logo-big {
	padding: 50px 0px 40px 120px;
}

#hp-img-big {
	padding: 0px 0px 0px 20px;
}

#add-bgr {
	width: 100%;
	background: url(../images/add_bgr.png) repeat-y 0 0;
}

#add-bgr-top {
	width: 100%;
	height: 21px;
	background: url(../images/add_bgr-top.png) no-repeat 0 0;
}

#add-bgr-bottom {
	width: 100%;
	background: url(../images/add_bgr-bottom.png) no-repeat 0 0;
	height: 50px;
}

div.group {
	width: 100%;
	background: url(../images/group-rl.png) repeat-y 0 0;
	color: #7d7c7b;
}
div.group-r {
	background: url(../images/group-rl.png) repeat-y 100% 0;
}
div.group-t {
	background: url(../images/group-tb.png) repeat-x 0 0;
}
div.group-b {
	background: url(../images/group-tb.png) repeat-x 0 100%;
}

div.group-tl {
	background: url(../images/group-tl.png) no-repeat 0 0;
}

div.group-tr {
	background: url(../images/group-tr.png) no-repeat 100% 0;
}

div.group-bl {
	background: url(../images/group-bl.png) no-repeat 0 100%;
}

div.group-br {
	background: url(../images/group-br.png) no-repeat 100% 100%;
}



.highslide-html {
    background-color: #eeeef7;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #eeeef7;
    
    padding-left: 22px;
    background-image: url(./includes/js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #283885;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: #eeeef7;
}
.highslide-wrapper .highslide-html-content {
    width: 800px;
	height: 520px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
	
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #283885;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: #283885;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(./includes/js/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
	padding: 0;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

