
/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:980px;
	color:#34160c;
	font-size:14px;
	line-height:16px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:100;
}
html {
	background:#dedbcd url(../images/bg.jpg) top left no-repeat;
}
body {
	width:980px;
	margin:0 auto;
}

a {			color:#34160c; text-decoration:none; }
a:hover {	
	text-decoration:none;
	background:#34160c;
	color:#fff; }

strong, b { font-weight:bold;}

.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }



h1 {
	font-size:20px;
	line-height:28px;
	font-weight: 100;
}


/* ----------------------------------- header ----------------------------------- */
#header {
	margin:0 auto;
	padding:0;
	width:980px;
	height:70px;
	overflow:hidden;
}
#header h1 {
	margin:30px 0 0;
	padding:0;
	width:200px;
	display:inline-block;
	float:left;
}
#header h1 a:hover {
	background:none;
}

#header ul {
	display:inline-block;
	float:right;
	width:600px;
}
#header ul li {
	display:inline;
}
#header ul li a {
	display:inline-block;
	padding:5px 10px;
	margin:15px 15px 0 0;
	font-size:18px;
	line-height:20px;
}



/* ----------------------------------- gallery ----------------------------------- */

.wrap{
	position:relative;
	margin:0 auto;
	padding:0;
	width:980px;
}

	
#main_image{
	margin:0 0 15px;
	padding:0;
	height:600px;
	width:600px;
	text-align:center;
}
#main_image img{
	margin-bottom:10px;
	padding:5px;
	border:1px solid #c4c0b0;
}
	/*
.info{
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}*/
.caption{font-style:italic;color:#887;}




h2 {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:355px;
	font-size:18px;
	line-height:20px;
	font-weight: 100;
}

.nav{
	display:block;
	position:absolute;
	top:20px;
	right:0;
	width:355px;
}
.nav a {
	display:inline-block;
	padding:1px 5px;
	margin:0 5px 0 0;
	width:auto;
	font-size:12px;
	line-height:18px;
}
.nav a:hover {
}

.text {
	position:absolute;
	top:150px;
	right:0;
	width:355px;
}



.galleria{list-style:none;width:200px;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


.gallery_wrap{
	margin:0;
	display:block;
	position:absolute;
	top:45px;
	right:0;
	width:355px;
}
.gallery_wrap li{
	width:65px;
	height:50px;
	margin: 0 2px 2px;
	border:1px solid #c4c0b0;
	display:inline;
}
.gallery_wrap li img,
.gallery_wrap_unstyled li img{
	width:65px !important;
	height:50px !important;
}
.gallery_wrap li div{/*
	left:240px*/
}
.gallery_wrap li div .caption{/*
	font:italic 0.7em/1.4 georgia,serif;*/
}
