/*index*/

/*-------------------------------------- Expand pics ----------------------------------------*/
#links img {
    -moz-transition: all 1s;
	-webkit-transition: 1s;
}

#links img:hover {
    -moz-transform: scale(1.1) rotate(0deg);   
	-webkit-transform: scale(1.1) rotate(0deg);
}

body  {    
    background-color: #cccccc;
	
}
/*-------------------------------------- boxes ---------------------------------------------*/
p.logo {
    border-style: solid;
    border-color: black;
	border-width: 7px;	
	background-color: #ffffff;
}

p.coins {
    border-style: solid;
    border-color: black;
	border-width: 7px;	    
	position: fixed;
	top: 400px;
    right: 950px;
	height: 210px;
    width: 400px;
}

p.contact {
    border-style: solid;
    border-color: black;
	border-width: 7px;	    
	position: fixed;
	top: 700px;
    right: 525px;
	height: 210px;
    width: 400px;
}
p.map{
    border-style: solid;
    border-color: black;
	border-width: 7px;	
	position: fixed;
    top: 400px;
    right: 525px;
	height: 210px;
    width: 400px;
}


p.info {
    border-style: solid;
    border-color: black;
	border-width: 7px;	
	position: fixed;
	top: 400px;
    right: 100px;
	height: 210px;
    width: 400px;
}

p.order {
    border-style: solid;
    border-color: black;
	border-width: 7px;	
	position: fixed;
	top: 700px;
    right: 100px;
	height: 210px;
    width: 400px;
}

p.new_additions {
    border-style: solid;
    border-color: black;
	border-width: 7px;	
	position: fixed;
	top: 700px;
    right: 950px;
	height: 210px;
    width: 400px;
}

p.intro {    
    font: bold 16px Comic Sans MS;
}	

/*--------------------------link animations-----------------------------------------*/
 /* unvisited link */
a.coin:link {
    font-size: 35px;
    font-family:"Comic Sans MS"; 
    text-decoration: none;	
	font-weight: bold;
    color:#000000;
}

/* visited link */
a.coin:visited {
    font-size: 35px;
    font-family:"Comic Sans MS";
    font-weight: bold;	
	color:#000000;
}

				/* unvisited link */
a.mint:link {
    font-size: 35px;
    font-family:"Comic Sans MS";
    text-decoration: none;
    color:#000000;
}

/* visited link */
a.mint:visited {
    font-family:"Comic Sans MS";
    color:#000000;
}

				/* unvisited link */
a.scroll:link {
    font-size: 25px;
    font-family:"Comic Sans MS";
    text-decoration: none;
    color:#000000;
}

/* visited link */
a.scroll:visited {
    font-family:"Comic Sans MS";
    color:#000000;
}

				/* unvisited link */
a.email:link {
    font-size: 40px;
    font-family:"Comic Sans MS";
    text-decoration: none;
    color:#000000;
}

/* visited link */
a.email:visited {
    color:#000000;
}

     			/* unvisited link */
a.ship:link {
    font-size: 40px;
    font-family:"Comic Sans MS";
    text-decoration: none;
    color:#000000;
}

/* visited link */
a.ship:visited {
    color:#000000;
}

/* unvisited link */
a.new:link {
    font-size: 40px;
    font-family:"Comic Sans MS";
    text-decoration: none;
    color:#000000;
}

/* visited link */
a.new:visited {
    color:#000000;
}


/*-------------------------------------- coins ----------------------------------------*/
.coin {    
    position: absolute;
    left: 11%;
    top: 56%;    
    } 
/*-------------------------------------- map ----------------------------------------*/	
.mint {    
    position: absolute;
    left: 42%;
    top: 56%;    
    }	
/*-------------------------------------- scrolls ----------------------------------------*/	
.scroll {    
    position: absolute;
    left: 66%;
    top: 57%;    
    }		
/*-------------------------------------- contact ----------------------------------------*/	
.email {    
    position: absolute;
    left: 43%;
    top: 75%;    
    }	
/*-------------------------------------- CR ----------------------------------------*/	
.cr {
	position: absolute;
    left: 80%;
    top: 94%;    	
}	
/*-------------------------------------- shipping ----------------------------------------*/
.ship {
	position: absolute;
    left: 73%;
    top: 74%;    	
}	

/*-------------------------------------- new additions ----------------------------------------*/
.new {
	position: absolute;
    left: 10%;
    top: 84%;    	
}	