::-moz-selection {
	color: #08090b;
}

::selection { 
	color: #08090b;
}

html { 
	margin:0;
	padding:0;
	height:100%;
	border:none 
}

table, tr, td { 
	margin:0;
	padding:0;
	border:none 
}

form { 
	margin:0;
	padding:0; 
	border:none
}

body { 
	background: #ffffff url(/images/bg_lite.gif) repeat fixed top left;
	margin:0; 
	padding:0; 
	height:100%; 
	border:none 
	overflow-y:scroll;
	bottom: 0;
}

.logo { 
	position: fixed;
 	top: 0px; left: 176px;
 	max-width: 720px; height: 180px;
 	z-index: 5;
 	fixed;
}

.top {
	position: fixed;
 	top: 0px; left: 0px;
 	max-width: 100%; height: 162px;
 	background-color: #ffffff;
 	z-index: 4;
}

.shadow {
	position: fixed;
 	top: 220px; left: 0px;
 	width: 100%; height: 5px;
 	z-index: 3;
}

.social {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}

.menu {
	position: fixed;
	width: 156px;
 	top: 180px;
 	display:block;
 	text-align: right;
 	font-size: 18pt;
  	z-index: 7;
	height:100%;
}

section {
	position: fixed;
	width: 100%;
 	top: 0px; left: 0px;
	overflow-x:hidden;
	overflow-y:scroll;
	bottom: 0;
}

.site {
	position: absolute;
 	top: 180px; left: 176px;
 	padding-left: 100px;
 	max-width: 600px;
	padding: 60px;
	
	font-family: "area-normal", Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-weight: 200;
	font-size: 10pt; 
	color:#5f5d5d;
	background-color: #ffffff;
}

.dot {
	position: relative;
	border-bottom:dotted 1px;
}

.title {
	font-weight: normal; 
	font-size: 13pt; 
}

.head {
	font-weight: normal; 
	font-size: 17pt; 
}

a { 
	font-family: "area-normal", Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-weight: 100;
	color: #6B767F; 
	border-style: none; 
}

a:link {
	font-family: "area-normal", Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-weight: 100;
	color: #6B767F; 
	border-style: none; 
}

a:hover{
	font-family: "area-normal", Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-weight: 100;
	color: #08090b; 
	border-style: none; 
}

.menu a {
	text-decoration: none; 
}

.selected a {
	font-weight:400;
	color: #08090b;
}

img a:hover{
	border: 2; 
	border-style: #ffffff;
}

input, textarea { 
	padding: 3px 3px 3px 3px;
	color: #6B767F;
	border: 1px solid #6B767F;
	background: #ffffff;
	font-family: "area-normal", Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-weight: 100;
	font-size: 9pt; line-height: 100%;
}

textarea { line-height:150%; }

input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	color: #08090b;
	background: #ffffff;
	border: 1px solid #08090b;
}

select, select:hover, select:focus {
	padding: 3px 3px 3px 3px;
	color: #08090b;
	border: 1px solid #6B767F;
	background: #ffffff;
	font-family: "area-normal", Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-weight: 100;
	font-size: 9pt; line-height: 100%;
}

.button { 
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.radio {
	position: relative;
 	top: -5px;
}

.shop {
	padding: 3px 3px 3px 3px;
	color: #6B767F;
	border: 1px solid #6B767F;
	background: #ffffff;
	font-family: "area-normal", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt; line-height: 100%;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.shop:focus, .shop:hover {
	color: #08090b;
	background: #ffffff;
	border: 1px solid #08090b;
}

.date {
	font-size: 7pt;
	letter-spacing: 4pt;
}

.thumbs {
	overflow: auto;
	width: 100%
}

.thumbs .l {
	float: left;
	padding: 0px 0px 10px 0px;
}

.thumbs .r {
	float: right;
	padding: 0px 0px 10px 0px;
}

.thumbs .b {
	float: left;
	padding: 0px 0px 10px 0px;
}

.hardalign {
	overflow: auto;
	width: 100%
}

.hardalign .l {
	float: left;
}

.hardalign .r {
	float: right;
}

.hover {
	transition: filter .25s ease-in-out;
	-webkit-transition: -webkit-filter 1s ease-out;
	-moz-transition: -moz-filter 1s ease-out;
	-ms-transition: -ms-filter 1s ease-out;
	-o-transition: -o-filter 1s ease-out;
}

.hover:hover {
	-webkit-filter: brightness(150%);
	-moz-filter:Ębrightness(150%);
	-ms-filter:Ębrightness(150%);
	-o-filter:Ębrightness(150%);
}

.credit {
	float: right;
	font-size: 7pt; 
}

.anchor{
  display: block;
  height: 163px; /*same height as header*/
  margin-top: -163px; /*same height as header*/
  visibility: hidden;
}