@charset "utf-8";
/* CSS Document */


.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}





header {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	width:auto;
	height: 50px;
	margin-left: auto;
	margin-right: auto;	

}

body{
	width: auto;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: auto;
    padding: 0;;
	height:100%;
}






.fullmainWrapper{
	height: 800px;
	text-align: justify;

}

#fullimageWrapper{
	width: 1200px ;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
}

#fullimage {
	width: 1200px;
	display: block;
	float: center;
	height: 800px;
	overflow: hidden;
	position: absolute;
}

#fullimage a img{
 filter: grayscale(50%);
 opacity: 0.8;
    -webkit-filter: grayscale(50%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}


#fullimage a img:hover {
    	    filter: grayscale(0%);
			opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: none;
}

#fullprev {
	opacity: 1;
	background-image: url(../images/icons/left_arrow_ol.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 100px;
	width: 100px;
	position: relative;
	z-index: 99;
	top: 325px;
}







#fullprev:hover {
	opacity: 0.5;

}




#full:hover{
	background:#999;
}

.fullImgLnk{
	display:compact;
	position: relative;
	z-index: 0;
}


#fullimage .fullImgLnk  #fullmid  {
	opacity: 0.8;
	background-image: url(../images/icons/3ds.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 712px;
	width: 624px;
	position: relative;
	z-index: 99;
	left: 188px;
}




#fullnext {
	opacity: 1;
	background-image: url(../images/icons/right_arrow_ol.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 100px;
	width: 100px;
	position: relative;
	z-index: 99;
	top: 325px;
}

#fullnext:hover {
	opacity: 0.5;
}




#fulltextWrapper{
	font:Arial, Helvetica, sans-serif;
	width: 1200px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 300px;
	margin-top: auto;
	
}

#fulltextWrapper h1{
	font-weight:normal;	
	letter-spacing: 6px;	
}

#fulltextWrapper h2{
	font-weight: lighter;	
}


#fulltextWrapper p{
	color: #999;
	line-height: 1.4;
	margin-right:600px;
	margin-left: auto;
}

p i{
	color: #999;
}


p a:link{
	color: #000;
	text-decoration: none;
}

p a:visited{
	text-decoration: overline;
}


p a:hover{
	color: #999;
	text-decoration: underline;
}












