@charset "UTF-8";
.page {
	width: auto;
	margin-right: -10px;
	margin-left: -10px;
}
.navBar {
	width: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.navLinks {
	width: auto;
}
a.navLink, p.navLink {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.navLink:hover, .serviceElements:hover {
	color: #039;
}
div.imgDiv {
	min-width: 1205px;
	width: 100%;
	height: 550px;
	 
    background-image: url(Images/RockBlack.jpg);
	background-image: url(Images/RockWatch.jpg);
	background-image: url(Images/RockWhite.jpg);
	background-image: url(Images/RockClasp.jpg);
	background-image: url(Images/RockPink.jpg);
	
	background-color: #999;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 75%;
	transition: background 1s ease-in-out;
	
	/*-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);*/
}
.bodyElements {
	width: auto;
	min-width: 1180px;
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.headerImage {
	width: 100%;
}
.collectionDiscription {
	max-width: 350px;
	margin: auto;
}

#serviceDropDown {
	display: none; 
	background-color: #FFF; 
	margin-left: -1%; 
	padding-left: 0%;
	padding-right: 4%; 
	position: absolute; 
	width: auto; 
	height: auto; 
	border: solid 1px black;  
	text-align: left;
}
.serviceElements {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
#necklaceHeader, #braceletHeader, #earringHeader, #claspHeader, #specialsHeader {
	font-size: 24px;
	font-style: italic;	
}
#necklacesDiscription, #braceletsDiscription, #earringsDiscription, #claspsDiscription, #specialsDiscription {
	font-size: 20px;
	padding-top: 10px;
	border:solid 1px;
	margin-left: 25px;
	/*display: none;*/
}


h1 {
	font-size: 40px;
}
h2 {
	font-size: 40px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;	
}
h3 {
	font-size: 24px;
	font-style: italic;
}
p {
	font-size: 20px;	
}

table.navLink {
	border-spacing: 40px 0px;
}
