/*##############################
Name: Eden Desing
Date: 10-08-2009
Author: Ilya Levkov
URL: http://iLevkov.com

© content. Do not use or modify.
################################*/

/* Common */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #9C7B53;
	text-decoration: none;
}
a:hover {
	color: #BB5A34;
	text-decoration: none;
}
body {
	background: #0A0A0A url(img/bg_big.jpg) repeat fixed;
	color: #684721;
	margin: 20px 0;
	text-align: right;
	font: normal 1em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-right: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #444444;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}

/* Main */
.big {
	
	border: 0px; 
	margin: 10px auto 20px auto;
	width: 772px; 
	height: auto;
}
.logo {
	background: url(img/logo.png);
	border: 0px; 
	margin: 0px 0px 0px 0px;
	width: 100%; 
	height: 225px;
}

/* Menu */
.menubig {
	background: url(img/menu.png);
	border: 0px; 
	margin: 0px 0px 0px 0px;
	width: 100%; 
	height: 33px;
	position: relative;
}
.menu {
	border: 0px; 
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	float: right;
	width: 690px; 
	height: 100%;
}
.menu a {
	background: url(img/bgmenu.png) repeat-x;
	margin: 0px 0px 0px 0px;
	color: #63371B;
	font-size: 1.2em;
	float: right;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	width: auto; height: 33px;
}
.menu a span {
	/*padding-right: 20px;
	margin-right: 20px;*/
}
.menu a:hover {
	background-position: right bottom;
	color: #A55E2D;
}
.menu a:active {
	color: #A55E2D;
}
.menu a#last {
	width: 150px;
}

/* Content*/
.main {
	background: url(img/main.png);
	border: 0px;
	text-align: right;
	width: 771px;
	height: auto;
	margin: 0px 0px 0px 0px;
	position: relative;
}
.gfx1 {
	float: none;
	z-index: 3;
	background: url(img/ur.png) no-repeat;
	border: 0px;
	margin: 0px 10px 0px 0px; 
	text-align: right;
	width: 74px;
	height: 62px;
	clear: both;
	position: absolute;
	right: 0px;
}
.gfx2 {
	background: url(img/dl.png) no-repeat;
	z-index: 4;
	border: 0px; 
	margin: 0px 0px 0px 11px; 
	text-align: right;
	width: 74px; 
	height: 62px;
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.gfx3 {
	background: url(img/llfs.png) no-repeat;
	z-index: 5;
	border: 0px; 
	margin: 0px 0px 0px 30px; 
	text-align: right;
	width: 386px; 
	height: 164px;
	clear: both;
	position: absolute;
	left: 0px;
	top: 0px;
}
.gfx4 {
	background: url(img/rlfs.png) no-repeat;
	z-index: 6;
	border: 0px; 
	margin: 0px 30px 0px 0px; 
	text-align: right;
	width: 133px; 
	height: 78px;
	clear: both;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.goup {
	/*background: url(img/up.png) no-repeat;*/
	z-index: 7;
	border: 0px; 
	margin: 0px 0px 0px 0px; 
	text-align: right;
	width: 30px; 
	height: 22px;
	clear: both;
	position: absolute;
	right: 48%;
	bottom: 0px;
}
.ptitle {
  z-index: 10;
	border: 0px; 
	margin: 0px 100px 0px 0px;
	padding: 80px 0px 0px 0px;
	text-align: right;
	width: 650px; 
	height: 62px;
	line-height: 62px;
	font: bold 2em sans-serif,Arial;
	color: #A55E2D; /*684721*/
	text-decoration: none;
	vertical-align : middle; 
	clear: both;
}
.goup * img	{
border:0;
text-decoration:none;
}
.content {
  z-index: 8;
	width: 80%; 
	margin: 0px auto 0px auto;
	height: 100%;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #54381B;
}
.content p {
	margin: 0 0 12px;
}
.item {
    z-index: 9;
    margin: 0px 0px 0px 0px;
	height: 100%;
	clear: both;
	padding: 0px 10px 70px 0px;
}

/* Footer */
.copy {
	background: url(img/copy.png);
	border: 0px; 
	margin: 0px 0px 0px 0px;
	width: 100%; 
	height: 30px;
	font: bold 0.8em sans-serif,Arial;
	color: #684721;
	text-decoration: none;
	text-align: center;
	vertical-align : middle; 
	line-height: 30px;
}
.down {
	background: url(img/down.png);
	border: 0px; 
	margin: 0px 0px 0px 0px;
	width: 100%; 
	height: 55px;
	font: normal 0.8em sans-serif,Arial;
	color: #ffffff;
	text-align: center;
	vertical-align : middle; 
	line-height: 15px;
}
.down a {
	color: #ffffff;
	text-decoration: none;
}
.down a:hover {
	color: #ffcc99;
	text-decoration: none;
}
.footer {
	padding: 5px;
	background: #1a1a1a;
	color: #666;
	text-align:center;
} 

/* Album */
.album	{
/*border:1px solid #E0C4A6;*/
text-align:right;
margin:0 auto;
font: normal 0.6em sans-serif,Arial;
padding:0px 0px 0px 0px;
}
.album	td {
width: 48%;
}
.album	td.images {
	background: url(img/trans-shadow.png) no-repeat bottom right; 
}
.album  td.images * img	{
/*border:0;*/
text-decoration:none;
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 0px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */

}
.album  * img	{
/*border:0;*/
text-decoration:none;
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 0px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */

}
.album i	{

font-size:small;

}	