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


body{}

html{
	font-family:"Times New Roman", Times, serif;
	color:black;}

/* global */


/*typography */

p{}

a{}

#leftCol a.grey{ color:#ccc;}
/* structure */

#container{
    display: table;
    margin: 30px auto;
    padding: 0 36px;
    width: 952px;
}


#leftCol{
	 float:left;
	 width: 190px;
	 position: fixed;}

#leftCol p {
 display: inline-block;
    font-size: 15px;
    line-height: 18px;
    margin: 22px 0 0;
    text-align: left;
	}

#leftCol a{
color: black;
    font-family: times new roman;
    font-size: 12px;
    text-decoration: none;
}

#leftCol a:hover{
	text-decoration:underline;}




#rightCol{
    float: right;
    height: 100%;
    position: relative;
    width: 805px;
}


/* items */

.collections{	  
 background-position: left top;
    background-repeat: no-repeat;
    padding: 43px 0 79px 130px;
}

#rightCol p {
 font-size: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: right;
	}

.collections div{}

.collections img{ }

#collection1{  margin: 0px;}
#collection2{  padding: 25px 0px 138px 108px; margin:0px; }
#collection3{  padding:25px 0px 131px 26px;   margin: 0px;}
#collection4{ padding:30px 0 140px 204px; margin: 0px;}
#collection5{ padding:36px 20px 137px 38px; margin: 0px;}
#collection6{ padding:34px 20px 156px 203px; margin: 0px;}
#collection7{ padding: 50px 19px 148px 43px; margin: 0px;}


.Cyclecollections {     height: 575px;   position: relative;}


.Cyclecollections div div{
}

.Cyclecollections div img{ background-image: url("img/GUYHASTIE-slate-bg.png");
background-position: left top;
background-repeat: no-repeat;
cursor: pointer;
padding: 25px 36px 34px 18px;
position: absolute;
 }
 

.img1{     left: 108px; top: 49px; z-index:6;}
.img2{  left: 150px; top: 5px; z-index:5;}
.img3{  left: 167px; top: 90px; z-index:4;}
.img4{ left: 60px;  top: 95px; z-index:3}
.img5{ left: 30px; top: 20px; z-index:2;}
.img6{ left: 10px;  top: 55px; z-index:1;}


/* forms */

/* Footer */

#footer{ 
clear: both;
    margin: 0 auto;
    padding: 0 20px 30px;
    width: 952px;}

#footer p {
  font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: left;
	}
#footer a{
	color: black;
    font-style: italic;
    text-decoration: none;}	
	