* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:url(images/main-bg.jpg) no-repeat 50% 0 #000;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:.9375em;
	color:#867d7d;
	text-transform:uppercase;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
blockquote {
background-color:#000000;
text-transform:none;
font-style:italic;
color:#999;
font-size:14px;
margin: 1em 3em;
border-left: 2px solid #999;
padding-left: 1em;
}
.fleft { 
	float:left;
	font-size:.625em;
}
.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:100%;
}




/*==== GLOBAL =====*/
#main {
	width:750px; 
	margin:0 auto;
	font-size:.725em;
	position:relative;
	overflow:hidden;
}

#header {
	height:243px;
	overflow:hidden;
}
#footer {
	padding:26px 0 80px 0;
}


/*----- 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;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:15px;
}
.p1 { 
	margin-bottom:7px;
}
.p2 { 
	margin-bottom:15px;
}
.p3 { 
	margin-bottom:22px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#eee; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:14px;
	line-height:1.5em;
	margin-bottom:24px;
}
h3 {
	font-size:1em;
	font-weight:normal;
	color:#eee;
}

	

.button {
	background:url(images/button.png) no-repeat 0 0;
	width:107px;
	height:46px;
	text-align:center;
	float:right;
	color:#605d5d;
	line-height:42px;
	text-decoration:none;
}
.button:hover {
	background-position:0 -46px;
	color:#0e0c0b;
}


/*==================box====================*/

.box .left-top-corner {
	background:url(images/left-top-corner.png) no-repeat 0 0;
	padding-left:15px;
}
.box .right-top-corner {
	background:url(images/right-top-corner.png) no-repeat 100% 0;
	padding-right:15px;
}
.box .border-top {
	background:url(images/box-bg.png) 0 0;
	height:15px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.box .left-bot-corner {
	background:url(images/left-bot-corner.png) no-repeat 0 0;
	padding-left:15px;
}
.box .right-bot-corner {
	background:url(images/right-bot-corner.png) no-repeat 100% 0;
	padding-right:15px;
}
.box .border-bot {
	background:url(images/box-bg.png) 0 0;
	height:15px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.box .inside {
	padding:9px 20px 13px 25px;
	background:url(images/box-bg.png) 0 0;
}


.address dt {
	margin-bottom:16px;
}
.address dd { 
	clear:both;
	text-align:right;
}
	.address dd span { 
		float:left;
		padding-right:5px;
	}


/*===== header =====*/
#header .nav {
	position:absolute;
	left:90px;
	top:30px;
}
	#header .nav li {
		float:left;
		padding:0 20px;
	}
		#header .nav li a {
			float:left;
			font-size:30px;
			line-height:1.2em;
			color:#3e3331;
			text-decoration:none;
			letter-spacing:-1px;
		}
		#header .nav li a:hover, #header .nav li a.current {
			color:#fff;
			text-decoration:none;
		}

#header .logo {
	position:absolute;
	left:155px;
	top:90px;
}




/*--- slider begin ---*/
#faded { 
	width:699px;
	height:448px;
	overflow:hidden;
}
	#faded .content {
		float:right;
		width:480px;
		height:448px;
		position:relative;
		overflow:hidden;
	}
	
			#faded dl dt{
				width:480px;
				height:352px;
				overflow:hidden;
			}
			#faded dd {
				background:url(images/description-bg.gif) no-repeat 0 0;
				width:479px;
				height:96px;
			}
				#faded dd .inner {
					padding:18px 24px 0 29px;
				}
					#faded dd .button {
						margin-top:9px;
					}
					#faded dd .fleft {
						width:290px;
						margin-right:28px;
					}
					#faded dd .inner p {
						margin-bottom:4px;
					}
					#faded dd span {
						color:#fff;
					}
					

ul.pagination {
	float:left;
	width:198px;
	padding:6px 0 0 0;
	height:466px;
	overflow:auto;
	position:relative;
}
ul.pagination li { 
	border-bottom:1px solid #201d1c;
	padding-bottom:2px;
	margin-bottom:5px;
	width:100%;
	vertical-align:top;
}
ul.pagination li a {
	display:block;
	padding:16px 0 25px 25px;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:#867d7d;
	text-decoration:none;
	position:relative;
	height:1%;
}
ul.pagination li.current a, ul.pagination li a:hover {
	background:url(images/pag-bg.png) no-repeat 6px 0;
	color:#0e0c0b;
}



/*--- gallery begin ---*/
#faded-gallery { 
	width:699px;
	height:448px;
	overflow:hidden;
}
	#faded-gallery .content {
		float:right;
		width:466px;
		height:448px;
		position:relative;
		overflow:hidden;
	}
	
		#faded-gallery .inner {
			position:relative;
			vertical-align:top;
			padding:0 0 0 25px;
		}
			#faded-gallery .content a {
				width:121px;
				height:121px;
				float:left;
				overflow:hidden;
				margin:20px 19px 0 0;
			}
			#faded-gallery .content img {
				display:block;
				width:121px;
				height:121px;
			}
					

#faded-gallery ul.pagination {
	width:214px;
	padding:6px 0 0 0;
	position:relative;
	overflow:visible;
	height:auto !important;
	float:none;
	margin:0;
}
#faded-gallery ul.pagination li { 
	border-bottom:1px solid #201d1c;
	padding-bottom:2px;
	margin-bottom:5px;
	width:198px;
	vertical-align:top;
}
#faded-gallery ul.pagination li a {
	display:block;
	padding:16px 0 25px 25px;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:#867d7d;
	text-decoration:none;
	position:relative;
	height:1%;
}
#faded-gallery ul.pagination li.current a, #faded-gallery ul.pagination li a:hover {
	background:url(images/pag-bg.png) no-repeat 6px 0;
	color:#0e0c0b;
}


/*--- scroll pane begin ---*/
.scroll-pane {
	width: 466px;
	height: 440px;
	overflow: auto;
	float: left;
}
.scroll-pane-alt {
	width: 230px;
	height: 440px;
	overflow: auto;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #221d1c;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background:url(images/pane-drag-bg.gif) no-repeat 0 0;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
/*--- scroll pane end ---*/
	

/*===== content =====*/
	
	.list1 {
		padding-bottom:8px;
	}
	.list1 li {
		background:url(images/arrow1.gif) no-repeat 0 6px;
		padding:0 0 7px 13px;
	}

/*===== footer =====*/
#footer {
	color:#867d7d;
	text-align:center;
	position:relative;
}
	#footer a {
		color:#eee;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	
	
	.social-services {
		width:100%;
		overflow:hidden;
		text-align:center;
		padding-bottom:24px;
	}
		.social-services li {
			display:inline;
			padding:0 3px;
		}
			.social-services li a {
				display:inline-block;
				width:65px;
				height:64px;
				overflow:hidden;
			}
		
		.social-services li.flickr a {
			background:url(images/icon-flickr.png) no-repeat 0 0;
		}
		.social-services li.flickr a:hover {
			background-position:0 -64px;
		}
		.social-services li.facebook a {
			background:url(images/icon-facebook.png) no-repeat 0 0;
		}
		.social-services li.facebook a:hover {
			background-position:0 -64px;
		}
		.social-services li.youtube a {
			background:url(images/icon-youtube.png) no-repeat 0 0;
		}
		.social-services li.youtube a:hover {
			background-position:0 -64px;
		}
		.social-services li.twitter a {
			background:url(images/icon-twitter.png) no-repeat 0 0;
		}
		.social-services li.twitter a:hover {
			background-position:0 -64px;
		}
		.social-services li.rss a {
			background:url(images/icon-rss.png) no-repeat 0 0;
		}
		.social-services li.rss a:hover {
			background-position:0 -64px;
		}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:30px;
		overflow:hidden;
	}
		#contacts-form input {
			background:url(images/form-bg.png);
			width:425px;
			padding:2px 5px 3px 5px;
			border:1px solid #332e2c;
			color:#867d7d;
			text-transform:uppercase;
		}
		#contacts-form textarea {
			width:425px;
			padding:2px 5px 2px 5px;
			height:240px;
			background:url(images/form-bg.png);
			overflow:auto;
			border:1px solid #332e2c;
			color:#867d7d;
			text-transform:uppercase;
			margin-bottom:25px;
		}
		#contacts-form .button {
			margin-left:15px;
		}

/*==========================================*/
