/* General */
body {
	background: url('../images/bg.jpg') repeat-y center top;
	margin: 0 auto;
    padding: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333;
    background-color: #000;
	text-align: center;
}
a:link {
	color: #600;
}
a:active {
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #494949;
}
.clear {
	clear: both;
}
h1 {
	font-size: 25px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}

/* Main */
#main {
	width: 896px;
	position: relative;
}

/* Header */
#header {
	height: 190px;
}
.logo {
	position: absolute; top: 10px; left: 0;
	z-index: 1;
}
.fb {
	position: absolute; top: 130px; left: 240px;
	z-index: 2;
}
.blog {
	position: absolute; top: 130px; left: 740px;
	z-index: 5;
}
.twitter {
	position: absolute; top: 110px; left: 620px;
	z-index: 5;
}
#new {
	background: url('../images/bg_whatsnew.png') no-repeat;
	position: absolute; top: 0; left: 390px;
	z-index: 3;
	width: 493px;
	height: 210px;
    text-align: left;
}
#new div{
	padding: 10px 90px 0 103px;
	color: #fff;
	text-align: left;
    line-height: 16px;
}

/* Nav */
#nav-main {
	background: url('../images/main_top.png') no-repeat;
	height: 70px;
	width: 896px;
	z-index: 4;
}
#nav {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 60px;
	list-style: none;
}
#nav li {
	float: left;
}

/* Content */
#content-main {
	text-align: left;
	background-color: #fff;
	width: 867px;
	margin-top: -17px;
}
#content {
	text-align: left;
	padding: 0 20px 20px 20px;
}
#content-ftr {
	background: url('../images/main_bot.png') no-repeat;
	height: 70px;
	width: 896px;
}
.presslist-col {
    float: left;
    width: 23%;
    text-align: center;
    padding: 0 5px 0 5px;            
}
.shoplist-col {
    float: left;
    width: 49%;            
}
.shoplist-col h3{
    font-weight: bold;
    font-size: 14px; 
    margin: 0;           
}

/* Products */
.prodlist-col {
    float: left;
    width: 30%;
    text-align: center;
    padding: 0 10px 0 10px;            
}
.prodlist-col h2{
    font-weight: bold;
    font-size: 14px; 
    margin: 0;
    padding: 0;           
}
.prodlist-col h3{
    font-weight: normal;
    font-size: 10px; 
    margin: 0;
    padding: 0;           
}
.buy {
    padding: 5px 0 0 0;
}
 

/* Footer */
#footer-main {
	background: url('../images/bg_footer.png') no-repeat center top;
	width: 896px;
	height: 195px;
	margin-top: 5px;
	text-align: left;
	line-height: 20px;
}
#footer-main h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
#footer-main a{
	text-decoration: none;
}
#footer-main a:hover{
	text-decoration: underline;
}
#footer-col1 {
	width: 25%;
	float: left;
}
#footer-col1 div{
	padding: 20px 0 0 40px;
}
#footer-col2 {
	width: 25%;
	float: left;
}
#footer-col2 div{
	padding: 40px 0 0 30px;
}
#footer-col3 {
	width: 25%;
	float: left;
}
#footer-col3 div{
	padding: 24px 0 0 20px;
}
#footer-col4 {
	width: 25%;
	float: left;
}
#footer-col4 div{
	padding: 50px 0 0 0;
}

/*  Nav dropdown */
/* remove the list style */
	#drop {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#drop li {
			float:left; 
			display:block; 
			width:130px; 
			position:relative;
			z-index:500; 
		}
		
		/* this is the parent menu */
		#drop li a {
			display:block;   
			height:30px; 
		}

		/* submenu, it's hidden by default */
		#drop ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0; 
			padding:0; 
			list-style:none;
			border-right: 1px solid #000;
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;
            margin: 0 0 0 20px;
		}
		
		#drop ul li {
			width:130px; 
			float:left; 
			border-top:1px solid #000;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #drop ul {
			margin:0;
		}

		
.prod-listitem1 a {
  	height: 30px;
  	width: 130px;
  	background: url('../images/prod_bracelets.gif') no-repeat;
}
.prod-listitem1 a:hover {background: url('../images/prod_bracelets_hover.gif') no-repeat;}

.prod-listitem2 a {
  	height: 30px;
  	width: 130px;
  	background: url('../images/prod_earrings.gif') no-repeat;
}
.prod-listitem2 a:hover {background: url('../images/prod_earrings_hover.gif') no-repeat;}

.prod-listitem3 a {
  	height: 30px;
  	width: 130px;
  	background: url('../images/prod_necklaces.gif') no-repeat;
}
.prod-listitem3 a:hover {background: url('../images/prod_necklaces_hover.gif') no-repeat;}

.prod-listitem4 a {
  	height: 30px;
  	width: 130px;
  	background: url('../images/prod_rings.gif') no-repeat;
}
.prod-listitem4 a:hover {background: url('../images/prod_rings_hover.gif') no-repeat;}

