body {
	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: 66px 0 0 227px;
	overflow: hidden;
	text-indent: -5000px;
	width: 239px;
	height: 31px;
	background: url(../images/home/shop-catalog.png);
}

#cats {
	padding: 42px 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 {
	position: absolute;
	height: 130px;
	bottom: 0;
	width: 100%;
	left: 0;
}

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

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

#footer li.contact { background: none; }

#footer li a * {
  display: none;
}

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

/* individual footer items */
#footer li a.news {
	background-position: 0 -22px;
	width: 125px;
}

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

#footer li a.about {
	background-position: -210px -22px;
	width: 100px;
}

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

#footer li a.contact {
	background-position: -400px -22px;
	width: 120px;
}

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


.news a {
	width: 105px;
	background: url(../images/home/news.png) no-repeat center center;
}

.about a {
	width: 65px;
	background: url(../images/home/about.png) no-repeat center center;
}

.contact a {
	width: 78px;
	background: url(../images/home/contact.png) no-repeat center center; 
}

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

#subfooter p {
	position: absolute;
}

#subfooter p.center {
	top: 0;
	left: 400px;
	width: 124px;
	height: 22px;
	background: url(../images/home/number.png) no-repeat;	
}

#subfooter p.right {
	right: 100px;
	top: -8px;
	width: 124px;
	height: 22px;
}

#subfooter form {
	position: relative;
	width: 350px;
	z-index: 1;
}

#subfooter form input.text {
	color: #a1a1a1;
	font-size: 10px;
	width: 150px;
}

#subfooter form  input.submit {
	position: relative; 
	top: 8px;
}

#subfooter img#sign_up {
	position: absolute;
	top: -3px;
	left: 50px;
	z-index: 0;
}