@charset "UTF-8";
/* CSS Document
2 Angels Jewelry
Home CSS
©2009 2 Angels Jewelry
Created 9/8/09 12:23PM
Updated 9/8/09 12:23PM
Validated 9/8/09 12:23PM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
	
div#wrapperdiv {
	height: 1000px;
	background: #aa9167 url(../images/home8_18_12logo.jpg) top left no-repeat;
	position: relative;
	z-index: 0;
	visibility: visible;
	}

#splashpage {
    background: #aa9167 url(../images/newfinalpiece.png) top center repeat;
}

#splashpage #inner {
    background: url(../images/home8_18_12logo2.jpg) top center no-repeat;
    height: 900px;
}
	
div#navdiv {
	width: 878px;
	height: 25px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 26px;
	left: 37px;
}

div#socialdiv {
	width: 128px;
	height: 37px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	right: 40px;
	top: 76px;
}

div#blackfridaydiv {
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 38px;
	top: 54px;
	width: 324px;
	height: 241px;
	background: url(../images/blackfriday_03.jpg) top left no-repeat;
}


/* IMAGES */

img#facebookicon {
	padding: 0 10px 0 0;
}

img#instagramicon {
	padding: 0 0 0 10px;
}

#photos {
    position: relative;
    top: 500px;
    text-align: center;
}

#photos img {
    border: 2px solid #000;
}

#banner {
    font-size: 160%;
    text-align: center;
    color: #eee;
    font-family: "news-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #000;
    padding: 40px 0;
    position: relative;
    top: 550px;
    border-top: 5px solid #222;
    border-bottom: 5px solid #222;
}

#banner h1 {
    font-size: 150%;
    margin: 0 0 30px 0;
}

#banner p {
    margin: 0 0 15px 0;
}

#banner a {
    color: #ccc;
}

#banner a:hover {
    color: #222;
}
