body{
margin: 0; 
padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 18px;
position: relative;
width: 900px;
background: url(../art/bg.jpg) no-repeat top left #fff;
}

#logo{
display: inline;
float: left; 
position: relative;
width: 200px;
}

/* Nav */

ul#topnav{
list-style-type: none;
padding: 62px 0 0 591px;
margin: 0;
}

ul#topnav li{
display: inline;
float: left;
position: relative;
padding: 0 47px 0 0;
margin: 0;
}

ul#topnav li a{
text-decoration: none;
color: #000;
padding: 3px 4px 5px;
display: block;
}

ul#topnav li a:hover, 
ul#topnav li a#active,
#content a:hover,
#footer a:hover{
background: #441400;
color: #fff;
}

#products{
margin: 30px 0 0;
padding: 15px 25px 15px 9px;
width: 87px;
float: right;
display: inline;
position: relative;
background: url(../art/products-bg.jpg) no-repeat top left;
}

#products h2{
background: url(../art/products.gif) no-repeat top left;
text-indent: -5000px;
height: 29px;
width: 103px;
margin: 0; 
padding: 0;
}

#products ul{
border-bottom: 3px dotted #ebc6ab;
margin: 0; 
padding: 0;
text-align: center;
}

#products ul li{
list-style-type: none;
border-top: 3px dotted #ebc6ab;
margin: 0; 
padding: 0;
}

#products a{
text-decoration: none;
color: #000;
line-height: 26px;
padding: 5px 15px;
}

#products a:hover, 
#products a#active{
color: #fff;
background: url(../art/arrow.gif) no-repeat top left;
}

/* Content */

#content{
background: url(../art/content_bg.gif) no-repeat bottom left;
margin: 65px 0 0 0;
padding: 0 175px 50px 35px;
}

#content ul{
margin: 0;
padding: 0 0 20px 15px;
list-style-type: circle;
}

#content li{
margin: 0;
padding: 0 0 2px;
}

a, 
a:link, 
a:visited, 
a:active{
color: #441400;
}

h1{
margin: 0;
padding: 0;
text-indent: -5000px;
height: 70px;
width: 370px;
}

h1#necklace{
background: url(../art/necklace_hd.gif) no-repeat top left;
}

h1#bracelets{
background: url(../art/bracelet_hd.gif) no-repeat top left;
}

h1#earrings{
background: url(../art/earrings_hd.gif) no-repeat top left;
}

h1#contact{
background: url(../art/contact_hd.gif) no-repeat top left;
}

h1#info {
background: url(../art/artist_hd.gif) no-repeat top left;
}

h2{
margin: 0;
padding: 0 0 2px;
font-size:  14px;
color: #441400;
font-family: 'Trebuchet MS', arial, Verdana, sans-serif;
}

p{
margin: 0; 
padding: 0 300px 10px 0;
}

.images{
float: right;
position: relative;
display: inline;
text-align: right;
}

.images img{
padding: 0 9px;
}

.images img.rightimg{
padding: 0 50px 0 0;
}

#col2{
float: right; 
display: inline;
position: relative;
padding: 80px 0;
width: 250px;
}

/* Footer */

p#footer{
clear: both;
font-size: 9px;
text-transform: uppercase;
color: #9e6f40;
letter-spacing: 1px;
padding: 0 0 10px 460px;
margin: 0;
}

#footer a, 
#footer a:link, 
#footer a:visited, 
#footer a:active{
color:#9e6f40;
text-decoration: none;
border-bottom: 1px dotted #9e6f40;
}

/*Forms*/

form{
padding: 0 0 15px;
}

form div{
padding: 5px 0;
}

fieldset{
padding: 15px;
border: 3px dotted #ebc6ab;
}

legend{
font-weight: bold;
background: #fff;
padding: 3px;
margin: 0;
font-size:  14px;
color: #441400;
font-family: 'Trebuchet MS', arial, Verdana, sans-serif;
}

textarea,
input{border: 1px solid #9e6f40;
color: #441400;
}

textarea:focus,
input:focus{
border: 1px solid #441400;
}

label{
padding-right: 3px; 
width: 100px; 
display: block; 
float: left; 
text-align: right; 
position: relative; 
font-size:  14px;
color: #441400;
font-family: 'Trebuchet MS', arial, Verdana, sans-serif;
}

.button{
margin: 0 0 0 103px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 4;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 5;
}

.lbLoading {
	background: #fff url(../art/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 6;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../art/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../art/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../art/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
