html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}

body {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	background: #FFF;
	color: #000;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(/_images/progress.gif);
}
#supersize{
	position:fixed;
}

.wrapper {margin: 0 auto; width: 720px;}

.clear {clear:both}	
/* remove the list style */
#nav {
	margin: 0 auto; 
	padding: 0;
	list-style:none;
}

ul#nav {display: block; position: relative; top: 13px; z-index: 5;}	

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	float:left; 
	display:block; 
	height: 40px;
	position:relative;
	z-index:500; 
	text-indent: -9999px;
}

/* this is the parent menu */
#nav li a {
	display:block; 
	padding:0; 
	font-weight:700;  
	height:40px; 
	text-decoration:none; 
	color:#fff; 
	text-align:center; 
	color:#333;
}

#nav li a:hover {
	color:#fff;
}


/* you can make a different style for default selected value */
#nav a.selected {
	color:#f00;
}

/* submenu, it's hidden by default */
#nav ul {
	position:absolute; 
	left: -15px; 
	display:none; 
	margin: 0 0 0 -1px; 
	padding: 0; 
	list-style:none;
	background: #ccc;
}

#nav ul li {
	width:150px; 
	float:left; 
	border-top: 1px solid #fff;
	text-indent: 0;
	background-image: none;
}

/* display block will make the link fill the whole area of LI */


#nav ul a:hover {text-decoration:underline; z-index: 5;}

#nav_home a {left: 0; width: 118px; background: url(/_images/nav.jpg) no-repeat 0 0;}
#nav_collection a {width: 73px; left: 141px; background: url(/_images/nav.jpg) no-repeat -141px 0; margin-left: 23px;}
#nav_collection a:hover {background: url(/_images/nav.jpg) no-repeat -141px -40px;}
body#collection #nav_collection a {background: url(/_images/nav.jpg) no-repeat -141px -80px;}

#nav_shop a {width: 33px; background: transparent url(/_images/nav.jpg) no-repeat -237px 0; margin-left: 23px;}
#nav_shop a:hover {background: url(/_images/nav.jpg) no-repeat -237px -40px;}

#nav_about a {width: 41px; background: url(/_images/nav.jpg) no-repeat -290px 0; margin-left: 21px;}
#nav_about a:hover {background: url(/_images/nav.jpg) no-repeat -290px -40px;}
body#about #nav_about a {background: url(/_images/nav.jpg) no-repeat -290px -80px;}

#nav_journal a {width: 58px; background: url(/_images/nav.jpg) no-repeat -351px 0; margin-left: 20px;}
#nav_journal a:hover {background: url(/_images/nav.jpg) no-repeat -351px -40px;}
body#journal #nav_journal a {background: url(/_images/nav.jpg) no-repeat -351px -80px;}


#nav_stocklist a {width: 66px; background: url(/_images/nav.jpg) no-repeat -431px 0; margin-left: 21px;}
#nav_stocklist a:hover {background: url(/_images/nav.jpg) no-repeat -431px -40px;}
body#stocklist #nav_stocklist a {background: url(/_images/nav.jpg) no-repeat -431px -80px;}

#nav_press a {width: 40px; background: url(/_images/nav.jpg) no-repeat -517px 0; margin-left: 21px;}
#nav_press a:hover {background: url(/_images/nav.jpg) no-repeat -517px -40px;}
body#press #nav_press a {background: url(/_images/nav.jpg) no-repeat -517px -80px;}

#nav_bridal a {width: 44px; background: url(/_images/nav.jpg) no-repeat -577px 0; margin-left: 20px;}
#nav_bridal a:hover {background: url(/_images/nav.jpg) no-repeat -577px -40px;}

#nav_contact a {width: 56px; background: url(/_images/nav.jpg) no-repeat -642px 0; margin-left: 20px;}
#nav_contact a:hover {background: url(/_images/nav.jpg) no-repeat -642px -40px;}
body#contact #nav_contact a {background: url(/_images/nav.jpg) no-repeat -642px -80px;}

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

body#collection #nav_collection ul a, #nav_collection ul a, #nav_collection ul a:hover {background-image: none;}
ul#nav {width: 720px; height: 40px; background: url(/_images/nav.jpg) 0 0;}
#nav li {}

#nav ul a {
	height:15px;
	width: 150px; 
	text-align: center;
	color:#666;
	background-image: none;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0;
	text-transform: uppercase;
}

/* HOME PAGE */
body#home .wrapper {position: relative;}
.wrapper img {margin: 10px 0 0 0;}

#footer {background: #fff; width: 297px; height: 35px; border-top:4px solid #000; bottom: 0; position: fixed; margin-left: 423px;}
#footer span {margin: 5px 0 0 10px; display: block; float: left;}
#footer .ml input {color: #ccc; width: 140px;}
#footer .button {
	width: 35px; 
	height: 19px; 
/**	background: url(/_images/mailing_list_button.png); **/
	display: block; 
	float: left;
	margin: 8px 0 0 6px;
	border: none;
}

.container { width:720px; height: 558px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:720px; display: none;}

.slides div div {display: block;}
#loopedSlider {margin:18px auto; width:720px; position:relative; clear:both;}
a.previous {position:absolute; top:526px; left:0px; width: 30px; height: 30px; text-indent: -9999px; background-image: url(/_images/collection_triangle_left.jpg);}
a:hover.previous {background: transparent url(/_images/collection_triangle_left.jpg) 0 -30px;}
a:active.previous {background: transparent url(/_images/collection_triangle_left.jpg) 0 -60px;}
a.next {position:absolute; top:526px; right:0px; width: 30px; height: 30px; text-indent: -9999px; background-image: url(/_images/collection_triangle_right.jpg);}
a:hover.next {background: transparent url(/_images/collection_triangle_right.jpg) 0 -30px;}
a:active.next {background: transparent url(/_images/collection_triangle_right.jpg) 0 -60px;}

.slides .collection_info {width:359px; margin: 526px 0 0 0; font-size: 1.1em; padding: 8px 0 0 0; display:block; position:absolute; height: 22px; background: #e1e1e1; color: #000;text-align: center; font-weight: bold;}
.slides div .d_left {width: 359px; float: left; text-align: left;}
.slides div .d_right {width: 359px; float: right; text-align: left; margin: 0 0 0 362px;}

.slides div .d_left .collection_info, .slides div .d_right .collection_info {width: 359px; text-align: center;}

.wrapper.about {margin: 30px auto;}

.wrapper.about img {margin-bottom: 20px;}

.wrapper.about p {font-size: 1.2em; margin-bottom: 10px; line-height: 1.5em; text-align: justify;}

#googleMap {
	margin: -385px 0 0 0;
	z-index: 1;
	left: 0;
	display: fixed;
	height: 1600px;
	width: 100%;
}

body#contact {overflow: hidden;}

#contact-wrapper {width: 230px; z-index: 1; position: absolute; background: #fff; padding: 20px; text-align: left; margin-top: 50px;}

.contact-item {
	margin: 0 0 25px 0;
	line-height: 1.4em;
}

.contact-title {font-size: 1.2em; font-weight: bold; margin: 0 0 10px 0;}

ul.press {margin: 50px 0 0 55px; padding: 0;}
ul.press li {float: left; margin: 0px 0px 12px;}

li.store-entry {display: block; float: left; width: 150px;}
.region ul {margin: 50px 0 0 25px;}
.region ul li.store-entry {float: left; margin: 0 0 20px 10px;}
.region ul li.store-entry p {margin: 0 0 7px 0;}
.region ul li.store-entry p {font-style: italic;}
.region ul li p.store-name {font-weight: bold; font-style: normal;}

#facebook_icon a, #twitter_icon a {
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 7px 5px 0;
}

#facebook_icon a {background-image: url(/_images/facebook-icon.png);}
#facebook_icon a:hover {background-image: url(/_images/facebook-icon.png) 0 -20px;}

#twitter_icon a {background-image: url(/_images/twitter-icon.png);}
#twitter_icon a:hover {background-image: url(/_images/twitter-icon.png) 0 -20px;}

input.hide {display: none;}

/* Tumblr */

#journal-wrapper {float: left; width: 720px; margin: 10px auto; }
#journal-wrapper p {font-size: 1.2em;}
#side-bar {float: right; width: 130px;}

.top {margin-left: 13px; margin-top: 2px;}
.top a {padding: 0 2px;}
.bottom {display: none;}
