/*html{
	background: url('../images/background.jpg) no-repeat top left fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 100%;
	height: 100%;
	overflow:hidden;

	}*/
	
body{
	margin: 0;
	width: 100%;
	height: 100%;
	user-select: none;
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */


	overflow:hidden;
	}
	
a{
	outline: none;	
	}

img
{
border-style: none;
text-decoration: none;
} 

#wrapper{
	position: relative;
	width:100%;
	height: 100%;
	margin-bottom: -30px;
	
	
	}


#topbar{
	height: 10px;
	width: 100%;
	position: absolute;
	z-index: 2;

	}
	
#footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 30px;
	z-index: 135;
	}


#footer ul{
	margin:0;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	}	
#footer ul li{
	float: right;
	color: white;
	font-size: 11px;
	display: inline-block;
	padding-right: 6px;
	padding-left: 5px;
	cursor: pointer;
	letter-spacing: 1px;
	}
#about{
	border-right: 1px solid white;
	
	}

#about-info,
#contact-info{
	user-select: text;
	-webkit-user-select: text;  /* Chrome all / Safari all */
    -moz-user-select: text;     /* Firefox all */
    -ms-user-select: text;      /* IE 10+ */
	
	position: absolute;
	bottom: 12px;
	z-index: 130;
	display: none;
	}

#about-arrow,
#contact-arrow{
	width: 100%;
	position: absolute;
	bottom: 17px;
	height: 15px;
	background: url('../images/arrow.png')  no-repeat right;
	}
	
#about-text,
#contact-text{
	color: #b0b0b0;
	position: absolute;
	border-radius: 5px 5px 4px 5px;
	width: 275px;
	bottom: 32px;
	background: url('../images/cayan.png')  no-repeat top right;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.82);
	padding: 45px 20px 20px 20px;
	cursor: default;
	}
	
#contact-text{
	width: 151px;
	}
	
#about-text a,
#contact-text a{
	color: white;
	font-style: oblique;
	text-decoration: none;
	
	}
	
#about-pointer,
#contact-pointer{
	width: 41px;
	bottom: 0;
	right: 0;
	height: 15px;
	cursor: pointer;
	position: absolute;
	}

.outer{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	}	
	
.inner{
	min-width: 400px;
	max-width: 1000px;
	margin-left: 100px;
	margin-right:100px;

	}	
	
#fadeTop{
	height: 70px;
	position: absolute;
	top: 135px;
	width: 100%;
	z-index: 120;
	pointer-events:none;
	
	}	
	
#fadeBottom{
	height: 100px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 120;
	pointer-events:none;
	
	}	
	
	
#graphics{
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 1100px;
	bottom:0;
	pointer-events:none;
	z-index: 130;
	}	
	
noindex:-o-prefocus, #graphics {
  z-index: 0;
}

#graphics img{
   position: absolute;
	bottom: 30px;
	}


	
#logo{
	top:35px;
	position: absolute;
	position: fixed;
	z-index: 5; 
	}
#logo img{
	position: relative; 

	}
	
#menu{
	position: absolute;
	position: fixed;
	z-index: 2;
	float: left;
	top: 110px;
	}	
#menu ul{
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	}	
#menu li{
	float: left;
	padding-right: 10px;
	padding-left:  10px;
	border-left: 2px solid;
	}
#menu li:first-child{
	border: 0;
	padding-left: 0;
	}
#menu a{
	text-decoration: none !important;
	}

	
#window {
	clear: both;
	position: absolute;
	position: fixed;
   top: 135px;
	margin-bottom: 30px;
	height:450px;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	cursor: default;
		
	}
	
#window-inner {
	overflow-y:auto;
   min-height:100%;
	}

#window-inner a{
	text-decoration: none;
	font-style: italic;	
	}

.title{
	border-bottom: 1px solid;
	padding-bottom: 4px;
	padding-top: 30px;
	margin-bottom:0px;
	clear: both;
	}
	
.categoty_title{
	clear: both;
	padding-bottom: 4px;
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 10px;

	}

.subcategory_desc{
	margin-bottom: 10px;}	
	
.collection-inner{
	padding-left: 30px;
	
	
	}

.collection-inner ul,
.collection-inner p {
	margin:0;
   padding-bottom:4px;
	}

.thumbs{
	position: relative;
}