body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #767171;
	font-size: 11px;
	padding: 35px 0;
}

#wrap {
	width: 961px;
	height: 569px;
	margin: 0 auto;
	background: url(../images/home/back.png) no-repeat;
	position: relative;
}

h1 {
	background: url(../images/home/logo.png) no-repeat 65px 55px;
	width: 681px;
	height: 59px;
	padding: 55px 0 0 65px;
	overflow: hidden;
	text-indent: -5000px;
}

h2 {
	margin: 80px 0 0 43px;
	overflow: hidden;
	text-indent: -5000px;
	width: 872px;
	height: 31px;
	background: url(../images/home/browse-collection.png);
}


/*
**	THUMBNAILS { Browse Collection }
*/
#cats { padding: 30px 0 0 36px; }

#cats li { float: left; }

#cats a * { display: none; }

#cats a,
#cats a .hover {
    position: relative;
	display: block;
	padding-right: 6px;
	height: 126px;
	width: 170px;
    background: url(../images/home/thumbs-home.jpg) 0 0 no-repeat;
}

/* individual cats items */
#cats a.rings {
	background-position: -15px -15px;
}

#cats .highlight a.rings:hover,
#cats a.rings .hover {
	background-position: -14px -150px;
}

#cats a.bracelets {
	background-position: -194px -15px;
	
}

#cats .highlight a.bracelets:hover,
#cats a.bracelets .hover {
 	background-position: -193px -150px;
}

#cats a.necklaces {
	background-position: -374px -15px;
}

#cats .highlight a.necklaces:hover,
#cats a.necklaces .hover {
	background-position: -373px -150px;
}

#cats a.earrings {
	background-position: -554px -15px;
}

#cats .highlight a.earrings:hover,
#cats a.earrings .hover {	
	background-position: -553px -150px;
}

#cats a.custom-bridal {
	background-position: -733px -15px;
}

#cats .highlight a.custom-bridal:hover,
#cats a.custom-bridal .hover {	
	background-position: -732px -150px;
}





/*
** FOOTER
*/

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
}

#footer ul {
	margin: 0 20px 0 19px;
	background: #bab8d8;
	border: 1px solid #c5c4d6;
	border-width: 1px 0;
	height: 45px;
	padding-left: 80px;
}

#footer li {
	float: left;
	padding: 12px 47px;
	background: url(../images/home/divider.gif) no-repeat right center;
}

#footer li.studio-musings { background: none; }

#footer li a * { display: none; }

#footer li a,
#footer li a .hover {
    position: relative;
    display: block;
	height: 10px;
	padding: 6px 0;
    background: url(../images/home/nav-home.png) 0 0 no-repeat;
}




/* individual footer items */
#footer li a.news {
	background-position: -8px 2px;
	width: 45px;
}

#footer li .highlight a.news:hover,
#footer li a.news .hover {
	background-position: -8px -31px;
}

#footer li a.about {
	background-position: -152px 2px;
	width: 77px;
}

#footer li .highlight a.about:hover,
#footer li a.about .hover {
 	background-position: -152px -31px;
}

#footer li a.contact {
	background-position: -264px 2px;
	width: 85px;
}

#footer li .highlight a.contact:hover,
#footer li a.contact .hover {
	background-position: -264px -31px;
}

#footer li a.studio-musings {
	background-position: -377px 2px;
	width: 180px;
}

#footer li .highlight a.studio-musings:hover,
#footer li a.studio-musings .hover {
	background-position: -377px -31px;
}






/*
** SUB FOOTER
*/

#subfooter { position: relative; margin-top: 20px; text-align: center; }

#subfooter p { position: absolute; }

#subfooter #phone {
	text-indent: -5000px;
	margin-left: 42px;
	height: 88px;
	width: 200px;
	background: url(../images/home/number.png) no-repeat;	
}

#subfooter p.right {
	right: 40px;
	top: 12px;
}

#subfooter p.right a {
	margin-right: 10px;
}

#subfooter a {
	font-size: 10px;
	color: white;
	text-decoration: none;
}

#subfooter a:hover {
	color: #49385F;
}
