* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

a {
	outline: none;
	color: #000;
}

.left {
	float: left ;
}

.right {
	float: right;
}

body {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

#intro {
	width: 744px;
	height: 484px;
	margin: 0px auto;
	margin-top: 63px;
	margin-bottom: 121px;
}

#canvas {
	width: 812px;
	margin: 0px auto;
	margin-top: 49px;
}

/* @group top */
#top {
	height: 83px;
	margin-bottom: 49px;
}

#top img {
	float: left;
}

#logo {
	margin-left: 8px;
	margin-right: 170px;
}
/* @end */

/* @group middle */
#middle {
	height: 357px;
	margin-bottom: 131px;
}

/* @group nav */
#nav {
	width: 155px;
	float: left;
	height: 100%;
	position: relative;
}

#nav ul {
	list-style-type: none;
	position: absolute;
}

#nav ul li {
	height: 8px;
	line-height: 8px;
	margin-bottom: 17px;
}

#nav ul li.last {
	margin-bottom: 0;
}

#nav ul li a {
	/*width: 106px;
	height: 8px;
	line-height: 8px;*/
	width: 124px;
	height: 10px;
	line-height: 10px;
	display: block;
	text-indent: -5000px;
}

#nav ul#main-nav li,
#nav ul#main-nav li a {
	height: 9px;
	line-height: 9px;
}

#collections {
	top: 0;
	/*left: 0px*/;
	left: -18px;
}

#main-nav {
	bottom: 25px;
	left: 0;
}

li#everlastings a {
	background: url(../images/nav/everlastings.gif) no-repeat 0 0;
}

li#trends a {
	background: url(../images/nav/trends.gif) no-repeat 0 0;
}

li#new-items a {
	background: url(../images/nav/new-items.gif) no-repeat 0 0;
}

li#bestsellers a {
	background: url(../images/nav/bestsellers.gif) no-repeat 0 0;
}

li#specials a {
	background: url(../images/nav/specials.gif) no-repeat 0 0;
}

li#queen-of-egypt a {
	background: url(../images/nav/queen-of-egypt.gif) no-repeat 0 0;
}

li#bubble a {
	background: url(../images/nav/bubble.gif) no-repeat 0 0;
}

li#couture a {
	background: url(../images/nav/couture.gif) no-repeat 0 0;
}

li#rainbow a {
	background: url(../images/nav/rainbow.gif) no-repeat 0 0;
}

li#art-deco a {
	background: url(../images/nav/art-deco.gif) no-repeat 0 0;
}

li#byzance a {
	background: url(../images/nav/byzance.gif) no-repeat 0 0;
}

li#bubble a {
	background: url(../images/nav/bubble.gif) no-repeat 0 0;
}

li#collections-nav-item a {
	background: url(../images/nav/collections.gif) no-repeat 0 0;
}

li#philosophy a {
	background: url(../images/nav/philosophy.gif) no-repeat 0 0;
}

li#buyers a {
	background: url(../images/nav/buyers.gif) no-repeat 0 0;
}

li#press a {
	background: url(../images/nav/press.gif) no-repeat 0 0;
}

li#contact a {
	background: url(../images/nav/contact.gif) no-repeat 0 0;
}

#nav ul li a:hover,
#nav ul li a.selected {
	background-position: 0 -10px;
}

#nav ul#main-nav li a:hover,
#nav ul#main-nav li a.selected {
	background-position: 0 -9px;
}

/* @end */

#content {
	width: 494px;
	float: left;
}

#pictures-nav {
	width: 441px;
	height: 13px;
	padding-top: 11px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}

#pictures-nav.press {
	width: 385px;
}

#pictures-nav a {
	color: #000;
	text-decoration: none;	
}

#pictures-nav a:hover {
	text-decoration: underline;
}

#legend {
	/*width: 162px;*/
	width: 155px;
	float: left;
	color: #707070;
	font-size: 9px;
	line-height: 1.6em;
	margin-top: -3px;
}

#legend h1 {
	margin-bottom: 1px;
	color: #000;
	font-size: 9px;
}

#slides {
	position: relative;
}

#slides img {
	position: absolute;
	left: 0;
	top: 0;
}

#collection-item-frame {
	width: 441px;
	height: 332px;
	overflow: hidden;
}

p.philosophy {
	width: 190px;
	margin-right: 15px;
	font-size: 10px;
	margin-bottom: 20px;
	color: #000;
	line-height: 1.4em;
}

p.contact {
	margin-bottom: 21px;
	line-height: 1.4em;
}

img.contact-us {
	margin-top: 27px;
}

div.press {
	float: left;	
	margin-bottom: 15px;
}

div.buyers {
	float: left;	
	margin-bottom: 20px;
}

.press img {
	float:  left;
	margin-right: 15px;
	width: 85px;
	height: 109px;
}

.buyers .doc {
	float:  left;
	margin-right: 34px;
	width: 70px;
	height: 120px;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
}

.buyers img {
	padding-bottom: 3px;
}
/* @end */

/* @group footer */
#footer {
	font-size: 9px;
	color: #dbdcdc;
	width:  740px;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
}

#footer a {
	text-decoration: none;
	color: #dbdcdc;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */


