/* @group Site */

#showcasepage {
	position: absolute;
}


html {
	background: #f0f0f0 repeat;
}

body {
	width: 610px;
	margin: auto;
	height: 520px;
	vertical-align: middle;
	bottom: 30px;
	position: relative;
}

#logo  {
	width: 61px;
	height: 30px;
	background: url(images/logo.png) no-repeat;
	display: block;
	margin: 80px auto auto 0;
	position: relative;
	top: 10px;
}



/* @end */

/* @group Index.html image */

#central {
	width: 610px;
	height: 480px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	vertical-align: middle;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group About */

#header {
	width: 610px;
	height: 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	background: #313238 no-repeat;
}

#title {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	position: relative;
	text-shadow: rgba(255,254,255,0.5) 0 1px 0;
	background-color: rgba(48,50,56,0.15);
	line-height: 23px;
}



#quote {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-right: 2px;
	padding-left: 2px;
	position: absolute;
	text-shadow: rgba(255,254,255,0.5) 0 1px 0;
	background-color: rgba(36,37,42,0);
	text-align: center;
	width: 610px;
	font: 10pt LaurenScript;
	top: -15px;
	display: none;
}

#infos {
	font: 9pt "Lucida Grande";
	src: url("lucidaGrande.ttc"); 
	color: #313238;
	text-shadow: rgba(255,254,255,0.9) 0 1px 0;
	width: 610px;
	/*width: 373px;*/
	height: 480px;
	list-style-type: disc;
	position: absolute;
	word-spacing: 1px;
	text-align: left;
	margin: auto;
	display: none;
}


/* @group Link in about */

.conn:link {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	src: url("lucidaGrande.ttc"); 
	color: #e2e2e2;
	text-shadow: rgba(0,0,0,0.9) 0 -1px 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	background-color: #302f36;
	padding-right: 2px;
	padding-left: 2px;
	font: normal 8pt "Lucida Grande";
	padding-bottom: 1px;
	-webkit-transition: all 0.2s ease-in-out;
}

.conn:visited {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	src: url("lucidaGrande.ttc"); 
	color: #e2e2e2;
	text-shadow: rgba(0,0,0,0.9) 0 -1px 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	background-color: #302f36;
	padding-right: 2px;
	padding-left: 2px;
	font: normal 8pt "Lucida Grande";
	padding-bottom: 1px;
}

.conn:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	src: url("lucidaGrande.ttc"); 
	color: #e2e2e2;
	position: relative;
	text-align: left;
	text-decoration: none;
	background-color: #3f4047;
	padding-right: 2px;
	padding-left: 2px;
	font: normal 8pt "Lucida Grande";
	padding-bottom: 1px;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;

}

.conn:active {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	src: url("lucidaGrande.ttc"); 
	color: #e2e2e2;
	text-shadow: rgba(0,0,0,0.9) 0 -1px 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font: normal 8pt "Lucida Grande";
	background-color: #050507;
}



#available:hover {
	background-color: #2e6722;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	-webkit-transition: all 0.2s ease-in-out;

}

#available:active {
	background-color: #1f4816;

}

#available:hover {
	background-color: #b10b1b;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	-webkit-transition: all 0.2s ease-in-out;

}

#available:active {
	background-color: #820504;

}



/* @end */

/* @end */

/* @group Blackbox  */

.bb, .last {
	font: normal 10pt/29px "Lucida Grande";
	position:absolute;
	left: 0;
	bottom:0px;
	color: #e2e2e2;
	opacity:1;
	width:100%;
	z-index:89;
	background: #000 no-repeat 0 -415px;
	height: 30px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
	text-indent: 5px;
}

link, link:over, link:active {
	text-decoration: none;
}




.wip {
	font: normal 10pt/48px "Lucida Grande";
	src: url("lucidaGrande.ttc"); 
	width: 610px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	vertical-align: middle;
	text-indent: 10px;
	color: #fffeff;
	text-shadow: rgba(0,0,0,0.5) 0 -1px 0;
	display: block;
	position: absolute;
	height: 45px;
	top: 565px;
	z-index: 1;
	text-decoration: none;
	bottom: 130px;
	background: url(images/WIP.png) no-repeat 0 -435px;
	margin: -130px auto 0;
}


/* @end */

/* @group Showcase */

#slider {
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
		top: 0px;
	position: absolute;
}

.show {
	bottom: 40px;
	display: none;
	}

#img1 {
	width: 610px;
	height: 480px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url(images/img1.png);
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	position: absolute;
}
#img2 {
	width: 610px;
	height: 480px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url(images/img2.png);
	text-decoration: none;
	position: absolute;
}

#img3 {
	width: 610px;
	height: 480px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url(images/img3.png);
	text-decoration: none;
	position: absolute;
}

#img4 {
	width: 610px;
	height: 480px;
	-webkit-border-radius: 4px;
	background-image: url(images/img4.png);
	-moz-border-radius: 4px;
	text-decoration: none;
}

#img5 {
	width: 610px;
	height: 480px;
	-webkit-border-radius: 4px;
	background-image: url(images/img5.png);
	-moz-border-radius: 4px;
	text-decoration: none;
}

#img6 {
	width: 610px;
	height: 480px;
	-webkit-border-radius: 4px;
	background-image: url(images/img6.png);
	-moz-border-radius: 4px;
	text-decoration: none;
}

#img7 {
	width: 610px;
	height: 480px;
	-webkit-border-radius: 4px;
	background-image: url(images/img7.png);
	-moz-border-radius: 4px;
	text-decoration: none;
	position: absolute;
	z-index: 1;
	display: none;
}

/* @end */

/* @group top buttons */

.navigator {
	font: normal 8pt/15pt "Lucida Grande";
	src: url("lucidaGrande.ttc"); 
	width: 60px;
	height: 20px;
	color: #e2e2e2;
	text-shadow: rgba(0,0,0,0.9) 0 -1px 0;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 1px 1px 0px #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #302f36;
	position: relative;
	bottom: 10px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 5px;
	left: 412px;
}

.navigator:hover {
	width: 60px;
	height: 20px;
	font: normal 8pt/15pt "Lucida Grande";
	src: url("lucidaGrande.ttc"); 
	position: relative;
	color: #e2e2e2;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	text-decoration: none;
	display: inline-block;
	margin: auto 5px auto auto;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #3f4047;
	bottom: 10px;
	left: 412px;
}

.navigator:active {
	display: inline-block;
	font: normal 8pt/15pt "Lucida Grande";
	src: url("lucidaGrande.ttc"); 
	width: 60px;
	height: 20px;
	position: relative;
	margin: auto 5px auto auto;
	color: #e2e2e2;
	text-shadow: rgba(0,0,0,0.9) 0 -1px 0;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	left: 412px;
	background-color: #050507;
	background-image: url(images/bu tton.png);
	bottom: 10px;
}



#contacts:hover {
	background-color: #2e6722;
	-webkit-transition: all 0.2s ease-in-out;

}

#contacts:active {
		background-color: #1f4816;
	-webkit-transition: all 0.2s ease-in-out;

}

#donate:hover {
		background-color: #c1771d;
	-webkit-transition: all 0.2s ease-in-out;
	text-shadow: rgba(0,0,0,0.4) 0 -1px 0;
}

#donate:active {
		background-color: #9f642a;
	-webkit-transition: all 0.2s ease-in-out;
}


/* @end */

/* @group navigator in showcase */

#nav a { text-decoration: none;
	margin: auto 5px auto auto;
	background: url(images/nav.png) no-repeat 0 0;
	color: rgba(36,36,36,0);
	width: 10px;
	height: 10px;
	text-align: center;
	top: 0;
	position: relative;
	display: inline-block;
	font: normal normal 0/5px serif;
	z-index: auto;
}
#nav a.activeSlide {
	background: url(images/navhover.png) no-repeat 0;
	width: 10px;
	height: 10px;
	color: rgba(51,51,51,0);
	display: inline-block;
	font-size: 0;
}

#nav {
	font-size: 0;
	width: 10px;
	height: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: inline;
	position: relative;
	text-align: center;
	top: 445px;
	list-style-position: inside;
	margin-right: auto;
	margin-top: auto;
	margin-left: auto;
	margin: auto;
	left: 262px;
}

/* @end */




 