body {
	margin: 0;
	padding: 0;
	background: url('images/bg.jpg');
	font-family: Helvetica, Arial, Verdana;
	font-size: .8em;
	color: #3f3b35;
}

* {
	outline: none;
}

p {
	margin: 0;
	padding: 0;
}

a img {
	border: 0px;
}

.clear_div {
	display: block;
	height: 1px;
	clear: both;
}

#container {
	position: absolute;
	left: 50%;
	margin: 50px 0 0 -418px;
	width: 836px;
}

h1#header {
	margin: 0;
	padding: 0;
	height: 106px;
	background: url('images/content_header.png') no-repeat;
	text-indent: -9999px;
}

h1#header a {
	display: block;
	width: 205px;
	height: 100px;
	margin: 0 auto;
}

#content_container {
	margin-left: 8px;
	padding: 0 11px 0 10px; /* NOTE FOR BOX MODEL */
	width: 799px;
	background: url('images/content_bg.png') repeat-y;
}

ul#menu_top {
	margin: 0;
	padding: 0 62px;
	height: 61px;
	list-style: none;
	background: url('images/menu_bg.gif') no-repeat center center;
}

ul#menu_top li {
	float: left;
	margin: 21px 10px 0 0;
	height: 21px;
	background: url('images/menu_top_sprite.gif');
}

ul#menu_top li a {
	display: block;
	height: inherit;
	text-indent: -9999px;
}

ul#menu_top li#about {
	width: 34px;
}

ul#menu_top li#about:hover {
	background-position: 0 -21px;
}

ul#menu_top li#stores {
	width: 46px;
	background-position: -34px 0;
}

ul#menu_top li#stores:hover {
	background-position: -34px -21px;
}

ul#menu_top li#press {
	width: 42px;
	background-position: -80px 0;
}

ul#menu_top li#press:hover {
	background-position: -80px -21px;
}

ul#menu_top li#events {
	width: 47px;
	background-position: -122px 0;
}

ul#menu_top li#events:hover {
	background-position: -122px -21px;
}

ul#menu_top li#policies {
	width: 57px;
	background-position: -169px 0;
}

ul#menu_top li#policies:hover {
	background-position: -169px -21px;
}

ul#menu_top li#weddings {
	width: 71px;
	background-position: -226px 0;
}

ul#menu_top li#weddings:hover {
	background-position: -226px -21px;
}

ul#menu_top li#contact_us {
	width: 76px;
	background-position: -296px 0;
}

ul#menu_top li#contact_us:hover {
	background-position: -296px -21px;
}

ul#menu_top li#my_cart {
	float: right;
	margin: 21px 0 0 0;
	width: 75px;
	background-position: -384px 0;
}

ul#menu_top li#my_cart:hover {
	background-position: -384px -21px;
}

ul#menu_left {
	float: left;
	margin: 5px 0;
	padding: 5px 0 0 0;
	width: 190px;
	list-style: none;
}

ul#menu_left li {
	margin: 0 5px 17px 0;
	padding: 0;
	height: 13px;
	background: url('images/menu_left_sprite.gif') no-repeat top right;
}

ul#menu_left li a {
	display: block;
	height: inherit;
	text-indent: -9999px;
}

ul#menu_left li#bracelets:hover {
	background-position: right -14px;
}

ul#menu_left li#bracelets.active {
	background-position: right -14px;
}

ul#menu_left li#earrings {
	background-position: right -30px;
}

ul#menu_left li#earrings:hover {
	background-position: right -44px;
}

ul#menu_left li#earrings.active {
	background-position: right -44px;
}

ul#menu_left li#necklaces {
	background-position: right -59px;
}

ul#menu_left li#necklaces:hover {
	background-position: right -73px;
}

ul#menu_left li#necklaces.active {
	background-position: right -73px;
}

ul#menu_left li#rings {
	background-position: right -90px;
}

ul#menu_left li#rings:hover {
	background-position: right -104px;
}

ul#menu_left li#rings.active {
	background-position: right -104px;
}


#content {
	float: right;
	position: relative;
	margin: 5px 0 12px 0;
	padding: 3px 20px 0 15px;
	width: 574px;
	background: url('images/menu_left_border.gif') repeat-y;
}

#content h2 {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 125%;
}

#content p {
	padding: 5px 0;
	line-height: 1.3em;
}

#content a {
	color: #8d2b00;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#content > .min_height {
	float: right;
	top: 0;
	right: 0;
	width: 0;
	height: 300px;
}

/* HOME Start */
#content.home {
	display: block;
	float: none;
	position: relative;
	margin: 10px 0 12px 0;
	padding: 3px 0 0 33px;
	width: 775px;
	text-align: center;
}

#content.home ul li {
	width: 170px !important;
	margin-right: 17px !important;
}

#content.home ul li a, #content.home ul li a strong {
	color: #463b1c;
	text-decoration: none;
	font-size: 120%;
}

#content.home ul li a:hover strong {
	color: #8d2b00;
}

#content.home ul li strong span {
	float: right;
	visibility: hidden;
}

#content.home ul li:hover strong span {
	visibility: visible;
}

#content.home p {
	clear: both;
	font-family: Georgia;
	font-size: 120%;
}
/* HOME End */

/* ABOUT Start */
ul#menu_top li#about.active {
	background-position: 0 -42px;
}

#content.about p {
	padding: 5px 180px 5px 0;
	line-height: 1.3em;
	text-align: justify;
}

#content.about > img.portrait {
	position: absolute;
	top: 32px;
	right: 25px;
}

#content.about > img.necklace {
	position: absolute;
	top: 205px;
	right: 25px;
}
/* ABOUT End */

/* STORES Start */
ul#menu_top li#stores.active {
	background-position: -34px -42px;
}
/* STORES End */

/* PRESS Start */
ul#menu_top li#press.active {
	background-position: -80px -42px;
}

#content.press > ul {
	margin: 5px 0 0 17px;
	padding: 0;
	list-style: square outside url('images/bullet.gif');
}

#content.press > ul li {
	padding: 8px 0;
	border-bottom: 1px dotted #ccc;
}

#content.press > ul img {
	padding: 2px 5px 5px 0;
}
/* PRESS End */

/* EVENTS Start */
ul#menu_top li#events.active {
	background-position: -122px -42px;
}

#content.events > ul {
	margin: 5px 0 0 17px;
	padding: 0;
	list-style: square outside url('images/bullet.gif');
}

#content.events > ul li {
	padding: 8px 0;
	border-bottom: 1px dotted #ccc;
}

#content.events > ul img {
	padding: 5px 5px 0 0;
}
/* EVENTS End */

/* POLICIES Start */
ul#menu_top li#policies.active {
	background-position: -169px -42px;
}

#content.policies > ul {
	margin: 5px 0 0 17px;
	padding: 0;
}

#content.policies > ul img {
	padding: 2px 5px 5px 0;
}
/* POLICIES End */

/* WEDDINGS Start */
ul#menu_top li#weddings.active {
	background-position: -226px -42px;
}

#content.weddings > ul {
	margin: 5px 0 0 17px;
	padding: 0;
	list-style: square outside url('images/bullet.gif');
}

#content.weddings > ul li {
	padding: 8px 0;
	border-bottom: 1px dotted #ccc;
}

#content.weddings > ul img {
	padding: 5px 5px 5px 0;
}
/* WEDDINGS End */

/* CONTACT US Start */
ul#menu_top li#contact_us.active {
	background-position: -296px -42px;
}

#content.contact_us .text {
	padding: 3px;
	width: 300px;
	border: 1px solid #312D27;
	color: #8d2b00;
	font-size: 110%;
}
/* CONTACT US End */

/* PRODUCTS Start */
#content.products #pager {
	position: absolute;
	top: 5px;
	right: 40px;
	font-size: 90%;
}

#content.products #pager a {
	margin-left: 10px;
	text-decoration: none;
}

#content.products #pager a.prev, #content.products #pager a.next, #content.products #pager_bottom a.prev, #content.products #pager_bottom a.next {
	font-weight: bold;
}

#content.products #pager #nav a.activeSlide {
	color: #000;
	font-weight: bold;
}

#content.products #pager_bottom {
	float: right;
	margin-right: 20px;
	font-size: 90%;
}

#content.products #pager_bottom a {
	margin-left: 10px;
	text-decoration: none;
}

#content.products #pager_bottom #nav2 a.activeSlide {
	color: #000;
	font-weight: bold;
}

#content.products ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

#content.products ul li {
	float: left;
	margin: 0 10px 15px 0;
	padding: 0;
	width: 180px;
}

#content.products ul li.first {
	clear: left;
}

#content.products ul li div {
	border: 1px solid #bab4ac;
	border-radius: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#content.products ul strong {
	display: block;
	margin: 3px;
	padding: 3px;
	background: #b7b3a1;
	font-size: 14px;
	color: #463b1c;
}

#content.products ul img {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
}

#content.products ul small {
	display: block;
	margin: 0 0 3px 0;
	padding: 0 4px;
}

#content.products ul form {
	display: block;
	margin: 0 auto;
	padding: 0 0 4px 4px;
	color: #736f63;
	font-size: 85%;
	line-height:2.3em;
}

#content.products ul form select {
	padding: 0px;
}

#content.products ul em {
	padding: 0 5px 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	color: #3f3b35;
}

#content.products ul li.row_clear {
	display: block;
	margin: 0;
	width: 560px;
	height: 0;
}
/* PRODUCTS End */

#footer {
	margin-left: 8px;
	height: 75px;
	background: url('images/content_footer.png') no-repeat;
	text-align: center;
}

#footer p {
	padding-top: 60px;
	background: url('images/footer_border.gif') no-repeat top center;
	font-size: 85%;
	color: #a99882;
}

#footer p a {
	color: #a99882;
}

#footer p a:hover {
	color: #7c674d;
}