* {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: black;
	color: #969696;
}

img {
	border: 0;
}

a {
	outline-style: none;
}

div.clear {
	clear: both;
}

h1 {
	font-size: 16px;
	color: white;
}

#page-title {
	font-size: 16px;
	color: white;
	font-weight: bold;
}

#page-title a {
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

#header-content-container {
	min-height: 100%;
	width: 100%;
	min-width: 1100px;
	position: relative;
}

* html #header-content-container {
	height: 100%;
	width: 1100px;
}

#header {
	background: url('/images/header-gradient-background.jpg');
	height: 170px;
	/*width: 100%;*/
}

#header-content {
	background: url('/images/header-backround.jpg') no-repeat;
	/*width: 1040px;*/
	/*width: 100%;*/
	height: 170px;
}

.end-content {
	height: 100px;
	position: relative;
}

#footer {
	background: url('/images/footer-backround.jpg') no-repeat;
	height: 26px;
	margin-top: -26px;
	position: relative;
	width: 1040px;
}

#footer-content {
	margin-left: 130px;
	padding-top: 7px;
	color: #ffffff;
}

#footer-content a {
	color: #ffffff;
}

#content-container {
	width: 100%;
	background: #101010;
}

#content {
	/*width: 890px;*/
	padding-bottom: 20px;
	text-align: justify;
	/*padding-left: 125px;*/
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#page-text {
	line-height: 18px;
}

#page-text p {
	line-height: 18px;
}

.content-normal {
	width: 650px;
	padding-left: 350px;
}

.content-gallery {
	width: 915px;
	margin-left: 100px;
	padding-top: 50px;
}

.content-slideshow {
	width: 1015px;
	padding-left: 0px;
}

.content-slideshow #page-text p {
	padding-left: 28px;
}

#content #page-title {
	padding-top: 50px;
	padding-bottom:10px;
}

#content strong {
	color: white;
}

#content ol {
	padding-left: 20px;
}

#content ul {
	padding-left: 20px;
}

#content table.bordered {
	border: 1px solid #969696;
}

#content table.bordered td {
	padding: 10px;
}

.content-gallery #page-title {
	padding-top: 0px !important;
}

#gallery-container {
	display: inline;
	float:left;
	padding-top:2px;
	margin-right:28px;
	background-color: #0a0a0a;
	width: 540px;
}

#gallery-items-container {
	width: 540px;
	padding-top: 15px; 
	padding-bottom: 15px; 
	position: relative; 
	height: 70px; 
	overflow: hidden;
}

#gallery-container ul {
	position: absolute;
	list-style: none;
	white-space:nowrap;
}

#gallery-container ul li {
	display: inline;
}

#gallery-slider-container {
    width: 540px;
    height: 13px;
    /*padding: 1px;*/
    background: url(/images/gallery-scrollbar-background.gif);
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#gallery-slider {
	position: relative;
	width: 520px;
	height: 5px;
}

#gallery-slider a.ui-slider-handle {
	position: absolute;
	cursor: move;
	height: 13px;
	width: 19px;
	left:0px;
	outline-style: none;
	top: 0;
	background: url(/images/gallery-scrollbar-handle.gif) no-repeat;
}

#slideshow-image-container {
    position:relative;
    height:420px;
	width: 540px;
	display: inline;
	float:left;
	padding-top:2px;
	padding-right:28px;	
}

#slideshow-image-container img {
	position:absolute;
	top:2px;
	left:0;
	z-index:8;
}

#slideshow-image-container img.active {
	z-index:10;
}

#slideshow-image-container img.last-active {
	z-index:9;
}

#images-count {
	float: left;
	width: 50px;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}

#image-zoom-container {
	float: left;
	width: 50px;
	height: 20px;
	color: white;
	padding-top: 3px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#image-zoom-container a {
	color: white;
	text-decoration: none;
}

a#logo {
	position: absolute;
	left: 127px;
	top: 60px;
}

a#logo img {
	border: 0;
}

#home-sitemap-container {
	position: absolute;
	left: 346px;
	top: 48px;
}

#home-sitemap-container div.item-container {
	float: left;
	height: 20px;
	line-height: 20px;
	padding-right: 17px;
}

#home-sitemap-container div.item-container a {
	padding-left: 24px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #6a6a6a;
	text-decoration: none;
}

#home-sitemap-container div.item-container a:hover {
	text-decoration: underline;
}

#home-sitemap-container div.item-container a.home {
	background: url(/images/home-icon.gif) no-repeat;
}

#home-sitemap-container div.item-container a.sitemap {
	background: url(/images/sitemap-icon.gif) no-repeat;
}

#login-form-container {
	position: absolute;
	left: 814px;
	top: 44px;
}

#welcome-user {
	margin-top: 8px;
	font-size: 11px;
}

#welcome-user a {
	font-size: 11px;
	color: #6A6A6A;
}

div#main-submenu-container {
	position: absolute;
	left: 572px;
	top: 170px;
	height: 30px;
	width: 500px;
	padding-top: 5px;
}

div#login-form-container {
	width: 214px;
}

input.login {
	font-size: 11px;
	line-height: 11px;
	height: 15px;
	background: url(/images/login-form-input-background.gif);
	border: 1px solid #474747;	
}

div#login-form-container form input.input {
	width: 92px;
	margin-right: 7px;
	padding-left: 2px;
}

div#login-form-container form div.submit-container {
	text-align: right;
	padding:0px;
}

div#login-form-container form input.submit {
	background: url(/images/login-form-submit-background.jpg);
	border: 0px;
	padding: 0px;
	width: 94px;
	height: 17px;
	color: #929292;
	font-size: 11px;
	margin-right: 11px;
	margin-top: 4px;
}

div#login-form-container form div.labels-container div.label {
	float: left;
	width: 103px;
	padding-right: 4px;
}

div#login-form-container form label {
	font-size: 11px;
	color: #656565;
}

form#login-form p {
	margin-bottom: 10px;
}

form#login-form label {
	display:block; 
	float:left; 
	width: 75px;
}

form#login-form input.submit {
	background: url(/images/login-form-submit-background.jpg);
	border: 0px;
	width: 94px;
	height: 17px;
	color: #929292;
	font-size: 11px;
}

form#login-form p.error {
	color: red;
}

div#main-menu-container {
	position: absolute; 
	top: 141px; 
	left: 544px;
}

div#main-menu-container .item {
	float:left;
	background:#0e0e0e;
	height:29px;
}

div#main-menu-container .item a img {
	margin-right:1px;
}

div#main-menu-container div a img.about {
	width: 129px;
	height: 29px;
	background: url(/images/menu_about.jpg) no-repeat;
}

div#main-menu-container div a img.about:hover {
	background: url(/images/menu_about_over.jpg) no-repeat;
}

div#main-menu-container div a img.about-current {
	background: url(/images/menu_about_current.jpg) no-repeat;
}

div#main-menu-container div a img.gallery {
	width: 97px;
	height: 29px;
	background: url(/images/menu_gallery.jpg) no-repeat;
}

div#main-menu-container div a img.gallery:hover {
	background: url(/images/menu_gallery_over.jpg) no-repeat;
}

div#main-menu-container div a img.gallery-current {
	background: url(/images/menu_gallery_current.jpg) no-repeat;
}

div#main-menu-container div a img.portfolio {
	width: 135px;
	height: 29px;
	background: url(/images/menu_portfolio.jpg) no-repeat;
}

div#main-menu-container div a img.portfolio:hover {
	background: url(/images/menu_portfolio_over.jpg) no-repeat;
}

div#main-menu-container div a img.portfolio-current {
	background: url(/images/menu_portfolio_current.jpg) no-repeat;
}

div#main-menu-container div a img.contacts {
	width: 112px;
	height: 29px;
	background: url(/images/menu_contacts.jpg) no-repeat;
}

div#main-menu-container div a img.contacts:hover {
	background: url(/images/menu_contacts_over.jpg) no-repeat;
}

div#main-menu-container div a img.contacts-current {
	background: url(/images/menu_contacts_current.jpg) no-repeat;
}

div#main-menu-container .last-item {
	float:left;
	height:29px;
}

ul.main-submenu li {
	display: inline;
}

ul.main-submenu li a {
	color: #f82438;
	padding-right: 25px;
	text-decoration: none;
}

.opacity {
	background: url(/images/alpha.png);
	background: rgba(0, 0, 0, 0.9);
}

.opacity65 {
	background: url(/images/alpha65.png);
	background: rgba(0, 0, 0, 0.70);
}

#left-menu-outer-container {
	position:absolute;
	top:172px;
	left:123px;
	color:white;
	width:210px;
	z-index: 11;
}

#left-menu-inner-container {
	padding-left:18px;
	padding-right:12px;
	/*padding-bottom: 20px;*/
}

#left-menu-inner-container #left-menu-content {
	margin-top: 10px;
	/*overflow:hidden;
	position: absolute;
	height: 300px;*/
	/*position: relative;
	overflow: hidden;
	height: 300px;
	margin-top: 20px;
	padding-bottom: 25px;*/
}

#left-menu-inner-container #left-menu-items-container-outer {
	position: relative;
	overflow: hidden;
	height: 300px;
	/*margin-top: 20px;*/
	padding-bottom: 25px;
}

#left-menu-inner-container #left-menu-items-container {
	left: 10px;
	width: 160px;
	position: absolute;
}

#left-menu-inner-container a.ui-slider-handle {
	position: absolute;
	cursor: move;
	height: 19px;
	width: 6px;
	outline-style: none;
	/*top: 0px;*/
	background: url(/images/left-scrollbar-handler.gif) no-repeat;
}

#left-menu-inner-container #left-menu-content ul {
	list-style: none;
	/*position: absolute;*/
	left: 20px;
	.left: 0px;
}

#left-menu-inner-container #left-menu-content ul li {
	margin-bottom: 2px;
	/*vertical-align: bottom;*/
}

#left-menu-inner-container #left-menu-content ul li a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}

#left-menu-inner-container #left-menu-content ul li a:hover {
	text-decoration: underline;
}

#left-menu-inner-container #left-menu-content ul li a:visited {
	/*color: rgb(205,0,0);*/
}

#left-menu-inner-container #left-menu-content ul ul {
	.margin-top: -10px;
}

#left-menu-inner-container #left-menu-content ul ul li {
	margin-top: 1px;
	margin-bottom: 0px;
	/*vertical-align: bottom;*/
}

#left-menu-inner-container #left-menu-content ul ul li a {
	display: block;
	margin-left: 10px;
	color: red;
	font-size: 11px;
	text-decoration: none;
}

#left-menu-inner-container #left-menu-content ul ul li a:hover {
	text-decoration: underline;
}

#left-menu-inner-container #left-menu-content ul ul li a:visited {
	color: rgb(205,0,0);
}

#left-menu-inner-container #left-menu-content ul li.divider {
	height: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(/images/left-menu-divider.gif) repeat-x left bottom;
}

#left-menu-inner-container #left-menu-expander {
	padding-top:2px;
	height:20px;
	text-align:right;
}

#left-menu-inner-container #left-menu-expander a {
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold;
	/*padding-right: 15px;*/
}

#left-menu-inner-container #left-menu-expander a img {
	width: 14px;
	height: 9px;
	margin-left: 5px;
}

#left-menu-inner-container #left-menu-expander a.expanded {
	/*background: url(/images/left-menu-arrow-up.gif) no-repeat right 4px;*/
	color: white; 
}

#left-menu-inner-container #left-menu-expander a.expanded img {
	background: url(/images/left-menu-arrow-up.gif) no-repeat left top;
}

#left-menu-inner-container #left-menu-expander a.collapsed {
	/*background: url(/images/left-menu-arrow-down.gif) no-repeat right 4px;*/
	color: white;
}

#left-menu-inner-container #left-menu-expander a.collapsed img {
	background: url(/images/left-menu-arrow-down.gif) no-repeat left top;
}

.sitemap a {
	color: #969696;
} 

.r1, .r2, .r3 {
	display: block;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

