html,textarea,.d-scroll {
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #939292;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #373737;
	scrollbar-shadow-color: #373737;
	scrollbar-track-color: #191919;
}

.CustomScroller {float:left;display:inline;overflow:hidden;font-size:0px;padding:0px;}
.CustomScroller * {font-size:0px;margin:0px;padding:0px;}

input {
	color:white;
	background:#000000;
	border:1px solid #262626;
	width:198px;
	height:18px;
}

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:arial;
	background:#000000;
	padding-top:44px;
	color:#a09f9f;
	word-spacing:1px;
	letter-spacing:1px;
}

a {
	color:#a09f9f;
	text-decoration:none;
}

img {
	border:none;
	vertical-align:top;
}

.MainBox {
	width:980px;
	margin:auto;
	text-align:left;
}

.Footer {
	width:980px;
	text-align:center;
	margin:auto;
}

.LeftPane,.ContentPane {
	height:587px;
}

.LeftPane {
	float:left;
	position:relative;
	display:inline;
	width:194px;
	background:url(../images/pettern.gif);
}

.MenuCont {
	border-top:1px solid black;
	height:391px;
}

.MenuCont ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	background:black;
}

.MenuCont ul li {
	width:100%;
	height:22px;
	border-bottom:1px solid black;
}

.MenuCont ul li a {
	background:#191919 url(../images/bg-menu.gif) 20px 10px no-repeat;
	color:#a09f9f;
	padding-top:4px;
	height:18px;
	padding-left:42px;
	width:152px;
	display:block;
	text-decoration:none;
}

.MenuCont ul li a img, .MenuCont ul li a.selected img{
	float:left;
	-moz-opacity:0.62;
	opacity:0.62;
	filter:alpha(opacity:62);
}

.MenuCont ul li a.selected img,.MenuCont ul li a:hover img {
	-moz-opacity:100;
	filter:alpha(opacity:100);
}

.MenuCont ul li a.selected,.MenuCont ul li a:hover {
	background:#2d2d2d url(../images/bg-menu-hover.gif) 20px 10px no-repeat;
	color:white;
}

.bgLogo {
	height:139px;
	background:url(../images/bg-logo.gif);
}

.bgLogo img {
	margin-top:27px;
	margin-left:20px;
}

.ContentPane {
	float:left;
	display:inline;
	width:776px;
	margin-left:10px;
}

.ContentPane h1.Title {
	margin:0px;
	padding:0px;
	font-size:14px;
	width:495px;
	color:#908f8f;
	margin-bottom:14px;
}

.ContentPane div.d-scroll {
	color:#b1b0b0;
	width:448px;
	padding-right:29px;
	height:295px;
	overflow:hidden;
	float:left;
	display:inline;
}

.SmallInfo {
	width:100%;
	height:16px;
	background:#313131;
	border-bottom:1px solid black;
}

.SmallInfo a 
{
    width:100%;
    display:block;
    cursor:pointer;   
}

.SmallInfo a span
{
    display:block;
    direction:rtl;
    float:left;
    text-align:left;
    white-space:nowrap;
    width:0px;
    height:16px;
    overflow:hidden;
    color:#ffffff;
}
.SmallInfo .Letter {
	margin-left:5px;
	margin-top:2px;
	padding-right:4px;
	float:left;
}

.BottomGradiant {
	height:37px;
	border-top:2px solid black;
	background:url(../images/bg-bottom.gif);
}

.BottomGradiants {
    clear:both;
	border-top:2px solid black;
	height:37px;
}

.BottomGradiants div 
{
    height:100%;
}

.BottomGradiants .G {
	margin:0px;
	float:left;
	display:inline;
	width:121px;
	margin-right:10px;
	background:url(../images/bg-bottom.gif);
}

.BottomGradiants .G2-2 {
	width:617px;
}

.BottomGradiants .G2-3 {
	width:18px;
	margin:0px;
}

.BottomGradiants .G3-1 {
	width:190px;
}

.BottomGradiants .G3-2 {
	width:576px;
	margin:0px;
}

.BottomGradiants .G4-1 {
	width:190px;
}

.BottomGradiants .G4-2 {
	width:408px;
}

.BottomGradiants .G4-3 {
	width:157px;
	margin:0px;
}

.BottomGradiants .G5-1 {
	width:190px;
}

.BottomGradiants .G5-2 {
	width:576px;
	margin:0px;
}


.Links,.Links a {
	color:#6a6868;
}

.Links img {
	margin-top:4px;
	margin-right:8px;
	margin-left:8px;
}

.Links,.Links a:hover {
	color:white;
}

.Links a {
	text-decoration:none;
}

.Copyright {
	margin:auto;
	width:800px;
	margin-top:3px;
	border-top:1px solid #1a1a1a;
	text-align:center;
	color:#6a6868;
}

.about_bg {
	width:627px;
	height:438px;
	padding-left:149px;
	padding-top:110px;
	background:url(../images/about.jpg);
}

.contact_bg {
	width:627px;
	height:350px;
	padding-left:149px;
	padding-top:198px;
	background:url(../images/contact.jpg);
}

.contact_bg .FormBlock {
	float:left;
	display:inline;
	width:281px;
	margin-left:8px;
}

.contact_bg .Field {
	min-height:24px;
	_height:24px;
}

.contact_bg .FieldName {
	float:left;
	display:inline;
	width:78px;
	font-weight:bold;
	padding-top:2px;
}

.contact_bg .Control {
	float:left;
	display:inline;
	width:200px;
}

.contact_bg .Control textarea {
	border:1px solid #262626;
	background:black;
	width:198px;
	overflow:auto;
	height:58px;
}

.contact_bg .button {
	clear:both;
	float:right;
	width:59px;
	height:17px;
	background:#000000 url(../images/bg-menu.gif) 7px 6px no-repeat;
	padding-right:6px;
	color:#a09f9f;
	text-align:right;
	cursor:pointer;
	margin-top:1px;
	margin-right:2px;
}

.contact_bg .Seperator {
	margin-top:2px;
	margin-left:20px;
	margin-right:18px;
	float:left;
	display:inline;
	width:1px;
	height:141px;
	background:#a09f9f;
}

.contact_bg .UsefulInfo {
	float:left;
	display:inline;
	width:160px;
	font-weight:bold;
}

.contact_bg .UsefulInfo a {
	font-weight:bold;
}

.ContentArea {
	width:776px;
	height:548px;
}

.CatArea 
{
	overflow:hidden;
    width:757px !important;
    float:left;
    display:inline;
}

.Categories {
	overflow:hidden;
	height:100%;
}

.Categories .Category {
	height:83px;
	margin-bottom:10px;
}

.Categories .Prev {
	float:left;
	display:inline;
	width:121px;
	height:83px;
	background:#0f0f0f;
	margin-right:10px;
	filter:Alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
}

.Categories .Text {
	float:left;
	display:inline;
	width:594px;
	height:66px;
	padding-top:17px;
	padding-left:23px;
	background:#191919;
}

.Categories .Text .headline {
	margin:0px;
	padding:0px;
	font-size:14px;
	margin-bottom:5px;
	float:left;
	display:inline;
	font-weight:bold;
}

.Categories .Text p.Cnt,.GalleryExhibition p.Cnt {
	clear:both;
	margin:0px;
	width:570px;
}

.GalleryExhibition p.Cnt {
	width:130px;
}

.Categories .CategorySelected .Text {
	background:#2c2c2c;
}

.Categories .CategorySelected .Prev {
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.NH .Prev {
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background:#0f0f0f !important;
}

.NH .Text {
	background:#0f0f0f !important;
}

.GalleryCont {
	float:left;
	display:inline;
	width:190px;
	margin-right:10px;
	height:530px;
	white-space:nowrap;
	overflow:hidden;
	padding:0px !important;
}

.GalleryCont .col {
	width:90px;
	padding-right:10px;
	text-align:left;
}

.GalleryCont .last {
	padding-right:0px;
}

.GalleryCont .col .item {	
	width:90px;
	height:66px;
	padding-bottom:10px;
	text-align:left;
}

.GalleryCont .col .item a {
	width:90px;
	height:66px;
	display:block;
}

.GalleryCont .col .item img {
	width:90px;
	height:66px;
	filter:Alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	padding:0px !important;
	margin:0px !important;
}

.GalleryCont .col .item a:hover img, .GalleryCont .col .item a.selected img {
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.Gallery1,.Gallery {
	float:left;
	display:inline;
	width:576px;
	height:548px;
	text-align:left;
}

.Gallery1 .GalleryExhibition {
	position:relative;
	float:left;
	display:inline;
	height:528px;
	padding-top:20px;
	width:157px;
	background:#191919;
}

.Gallery .GalleryExhibition {
	height:157px;
	width:562px;
	padding-top:11px;
	padding-left:14px;
	background:#191919;
	overflow:auto;
	position:relative;
}

.Gallery .GalleryExhibition .ETop {
	height:133px;
}

.buttons {
	position:absolute;
	top:8px;
	right:7px;
}

.buttons a.right,.buttons a.left {
	float:right;
	display:inline;
	margin-left:7px;
	margin-top:0px;
	width:17px;
	height:17px;
}

.buttons a.right {background:url(/images/btnNav/right.gif);}
.buttons a.right:hover {background:url(/images/btnNav/right-hover.gif);}
.buttons a.left {background:url(/images/btnNav/left.gif);}
.buttons a.left:hover {background:url(/images/btnNav/left-hover.gif);}

.Gallery .Skin2 .ETop {
    height:57px;
}

.EBottom 
{
    clear:both;
	height:24px;
}

.EBottom .button {
	float:left;
	display:inline;
	width:114px;
	height:16px;
	background:#000000 url(../images/bg-menu.gif) 7px 6px no-repeat;
	padding-left:29px;
	color:#a09f9f;
	text-align:left;
	padding-top:1px;
	cursor:pointer;
	margin-right:2px;
}

.EBottom .button:hover {
	background:#000000 url(../images/bg-menu-hover.gif) 7px 6px no-repeat;
	color:white;
}


.Gallery .GalleryExhibition p.Cnt {
	width:500px;
}

.ExhibitionNotes 
{
	float:right;
	display:inline;
	width:576px;
	height:529px;
	background:#191919 url(../images/bg-scroller.gif) center right no-repeat;
	text-align:right;
	padding-top:19px;
}


.ExhibitionNotes span 
{
    margin-left:14px;
    margin-top:27px;
}

input,textarea {
	color:#a09f9f;
}

.ExhibitionNotes h4,.GalleryExhibition h4 {
	margin:0px;
	padding:0px;
	color:#515151;
	margin-right:44px;
	font-size:12px;
	margin-bottom:18px;
	direction:rtl;	
}

.GalleryExhibition h4 {
	direction:ltr;
}

.GalleryExhibition h4 {
	margin-bottom:10px;
	font-size:14px;
}

.ExhibitionNotes .Text {
 	float:right;
 	display:inline;
	overflow:hidden;
	height:445px;
	width:511px;
	padding-right:29px;
}

.ExhibitionNotes .RTL {
	height:100%;
	direction:rtl;
}

.ExhibitionNotes .thumb {
	float:right;
	display:inline;
	margin-left:5px;
}

.Gallery1 .BigPic {
	float:left;
	display:inline;
	width:408px;
	height:548px;
	margin-right:10px;
	background:#191919;
}

.Gallery .BigPic {
	width:576px;
	height:370px;
	margin-bottom:10px;
	background:#191919;
}

.Gallery .BigPic.Skin2 {
	height:446px;
}

.Gallery .BigPic.Skin2 .MainImage {
	height:446px;
}

.Gallery .GalleryExhibition.Skin2 {
	height:81px;
}

.GalTop {
	width:145px;
	padding-left:12px;
	height:483px;
}

.ExhibitionSideButtons
{
	width:149px;
	padding-left:8px;
	height:38px;
}

.ExhibitionSideButtons span {
	background:black url(../images/bg-menu.gif) 7px 7px no-repeat;
	display:block;
	width:113px;
	padding-top:2px;
	padding-left:30px;
	height:18px;
	color:white;
	margin-bottom:2px;
	color:#a09f9f;
	cursor:pointer;
}

.ExhibitionSideButtons span.hover {
	background:#333333 url(../images/bg-menu-hover.gif) 7px 7px no-repeat;
	color:white;
}


