* { 
	margin:0;
	padding:0;
}
	
html, body { 
	height:100%;
}
	
body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.25em;
	color:#CCC;
}
 
img {
	vertical-align:top;
	text-align:left;
}

/*
object { 
	vertical-align:top; 
	outline:none;
}
*/

ul, ol { 
	list-style:none;
}


/*
.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}
 
.col-1, .col-2, .col-3 { 
	float:left;
}
 
.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}
 
.wrapper { 
	width:100%;
	overflow:hidden;
}
*/

.container { 
	width:1025px;
	margin:0 auto;
	font-size:.9375em;
	position:relative;
}

/*==== GLOBAL =====*/

/*----- page sections start -----*/

#header {
	height:94px;
}

#content {
	min-height:675px;
	height:auto !important;
	height:675px;
}

#footer {
	padding:4px 0 7px 0;
	background:#191919;
}

/*----- page sections end -----*/
 
 
/*----- forms parameters -----*/
 
/*
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}
*/ 
 
/*----- other -----*/

/*
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	font-size:14px;
	line-height:18px;
	text-transform:none;
}
	.img-box img { 
		float:left; 
		margin:0 12px 0 0;
	}
	.img-box span {
		color:#fff;
	}
 
.extra-wrap { 
	overflow:hidden;
}
 
*/ 
 
/*----- txt, links, lines, titles -----*/

p {
	margin-bottom:20px;
}
 
/*----- a start -----*/

a {
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
}

a:hover{
	color:#CCC;
	text-decoration:none;
	font-weight: normal;
}
 
a:active{
	color:#FFF;
}

/*----- a end -----*/

/*----- h1 (header) start -----*/
 
h1 {
	padding:29px 0 0 41px;
	font-size:24px;
	line-height:1.2em;
}
	h1 a {
		display:block;
		text-indent:-10000em;
		background:url(../images/gifs/logo.gif) no-repeat left top;
		height:30px;
	}
	
	h1 span {
		font-size:10px;
		text-transform:uppercase;
		display:block;
		line-height: normal;
		margin-top: 1px;
	}

	h1 noscript {
		font-size:10px;
		color:#FF0000;
		text-transform:uppercase;
		display:block;
		margin-top:1px;
		line-height: normal;
	}
	

/*----- h1 end -----*/
 
h2 {
	font-size:17px;
	color:#FFF;
	font-weight:normal;
	margin-bottom:18px;
	text-transform:uppercase;
}

/*
	h2.alt {
		margin-bottom:27px;
	}

.link1 { 
	color:#5e5e5e;
}
 
.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(../style/images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(../style/images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}
 
.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(../style/images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}
*/	
 
.title { 
	margin-bottom:20px;
}

/* 
.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:12px;
		}
*/ 
 
/*===== content =====*/
#content .indent {
	padding:0 0px 0 41px;
}
	#content ul.nav {
	position:absolute;
	left:41px;
	top:80px;
	width: 358px;
	height: auto;
	}
		#content ul.nav li {
			margin-bottom:0;
		}
 
 		#content ul.nav li menu{
 		font-size:3.75em;
 		font-weight:normal;
 		line-height: 0.75em;
 		letter-spacing: -0.1em;
 		font-family: Arial, Helvetica, sans-serif;
 		font-style: normal;
 		font-variant: normal;
 		text-transform: capitalize;
 		color: #5e5e5e;
		}

 		#content back, current, previous{
 		font-size:0.9em;
 		font-weight:normal;
 		line-height: 0.75em;
 		letter-spacing: -0.1em;
 		font-family: Arial, Helvetica, sans-serif;
 		font-style: normal;
 		font-variant: normal;
 		text-transform: capitalize;
 		color: #C90;
		}


 
/*--- sliderGallery ---*/
.sliderGallery {
    overflow: hidden;
    position: relative;
    height: 644px;
    width: 945px;
}
 
.sliderGallery ul {
    position: absolute;
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
	 width: 7588px;
}
 
.sliderGallery ul li {
    display: inline;
}
 
.handle {
    position: absolute;
    cursor: move;
    top: 0;
    z-index: 100;
    height: 17px;
    width: 181px;
}
 
.slider {
	width: 941px;
	height: 9px;
	position: relative;
	padding:0 2px;
	background:url(../style/images/slider-bg.gif) no-repeat left top;
	position:absolute;
	top:635px;
}
	.slider a {
		color:#000;
	}
 
.handle {
	position: absolute;
	cursor: move;
	height: 9px;
	width: 92px;
	top: 0;
	background:url(../style/images/handle.gif) no-repeat left top;
	z-index: 100;
}
 
.back {
	position:absolute;
	right:55px;
	top:-44px;
}

.current {
	position:absolute;
	right:347px;
	top:-45px;
}

.previous {
	position:absolute;
	right:281px;
	top:-45px;
}

.language {
	position:absolute;
	right:281px;
	top:-45px;
}
 
 
/*--- scroll-pane ---*/
.box {
	width:579px;
	position:absolute;
	left:409px;
	top:80px;
	height: inherit;
}
	.box .inner {
		padding:18px 10px 0 0;
	}
	.box .inner1 {
		padding:0 30px 0 0;
	}
	
	 		.box h3{
 		font-size:3.75em;
 		font-weight:normal;
 		line-height: 0.75em;
 		letter-spacing: -0.1em;
 		font-family: Arial, Helvetica, sans-serif;
 		font-style: normal;
 		font-variant: normal;
 		text-transform: capitalize;
 		color: #5e5e5e;
		}

	
.scroll-wrap{
	
}
.scroll-pane{
	width:530px;
	height:246px;
	overflow:auto
}
 
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
 
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../images/gifs/scroll.gif) no-repeat left top;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/gifs/drag.gif) no-repeat center top;
	height:58px;
	margin:2px 0;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height:18px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height:18px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
 
 
/*===== footer =====*/
#footer {
	font-size:.67em;
	text-transform:uppercase;
	color:#5e5e5e;
}

	#footer .indent {
		padding:0 0 0 41px;
	}

	#footer a {
		color:#5e5e5e;
		text-decoration:none;
	}

	#footer a:hover {
		text-decoration:none;
		color:#fff;
	}
 
.sac {
	position:absolute;
	right:55px;
	top:-85px;
}
 
/*----- forms -----*/

/*

#contacts-form fieldset {
	border:none;
	padding:34px 0 0 0;
	width:443px;
}
	#contacts-form label { 
		display:block;
		height:30px;
	} 
		#contacts-form label input { 
			width:435px;
			padding:3px 0 3px 6px;
			color:#5e5e5e;
			border:1px solid #383838;
			background:none;
		}
		#contacts-form textarea {
			width:435px;
			height:57px;
			padding:3px 0 3px 6px;
			margin-bottom:15px;
			color:#5e5e5e;
			overflow:auto;
			border:1px solid #383838;
			background:none;
		}

*/

/*==========================================*/

		#postAddr {
	margin-bottom: 10px;
	background-image: url(../images/img/about-img1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}

		#postAddr p {
	clip: rect(auto,auto,0px,auto);
	margin-bottom: 0px;
	padding-left: 240px;
		}
 
		#postAddr img {
	margin-right: 5px;
	text-align: left;
		}
 
		#thumbs {
	overflow: hidden;
	position: relative;
/*	height: 380px;
	top: 0px;
	left: 0px;
*/		}
		
		#pageContainer {
			width: 3900px;
		}
		
		#pagerContainer {
	float: right;
	width: 220px;
/*	margin-left: 0px;
*/	margin-right: 50px;
	height: 280px;
/*	left: 0px;
	position: relative;
	top: 80px;
*/		}
		
		.page {
	float: left;
	width: 330px;
	margin-bottom: 10px;
		}
		
		.thumbnail {
	float: left;
	margin: 0 15px 15px 0;/*	top: 0px;
*/
}
		
		pre {
			border: 1px solid #fff;
			background-color: #333;
			padding: 5px;
		}
		
		/* this is for the loading.gif */
		.thumbnail div img {
			margin: 36px;			
		}
		
		.thumbnail a img {
		}
		
		#bigimageContainer {
	float: left;
	position: relative;
		}
		
		#bigImage {
	border: 0px solid #fff;
		}
		
		#prev {
			float: left;
			outline: none;
		}
		
		#next {
			float: right;
			outline: none;
		}
		
		#title {
	float: none;
	outline-width: medium;
		}
		
		a img {
			border: 0px solid #fff;
		}

