/************************************
*		RESET SECTION
***********************************/
	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,
	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-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	
/************************************
*		UTILITY SECTION
***********************************/
	.hidden{
		display:none;
	}

	.clear{
		float:none;
		clear:both;
		overflow:hidden;
		height:1px;
		width: 1px;
		display:block;
	}

	.clickable{		cursor:pointer;	}
	.handle{		cursor:move;		}
	#lightboxOverlay{
		position:absolute;
		top:0;
		left:0;
		z-index:90;
		width:100%;
		height:500px;
		background: url(../graphics/lightbox-overlay.png);
	}

/*=======================
 * 		global styles
 *=======================*/
	body, div, a, p, li{
		font-family: 'Copse', serif;
		font-size: 14px;
		line-height: 18px;
	}
	h1{
		font-size: 22px;
		line-height: 28px;
	}
	h2{
		font-size: 20px;
		line-height: 25px;
	}
	h3{
		font-size: 18px;
		line-height: 22px;
	}
	a{
		color:#dc3dea;
	}
	
	div.message{
		margin: 0 0 20px 0;
		padding: 10px 20px;
		border:1px solid #393;
		background:#eee;
		color:#393;
		font-size:16px;
	}

/*=======================
*		OVERALL LAYOUT
*========================*/	
	body{
		text-align:center;
	}
	#outerContainer{
		width:1000px;
		margin:0 auto;
	}
	#header{
		position:relative;
		height:203px;
		background:transparent url(../graphics/header-bg.jpg) no-repeat top left;
	}
	#header h1{
		text-align:left;
		padding-top: 20px;
	}
	#pageBody{
		position:relative;
		margin: 20px 0;
		height: auto !important;
		height: 500px;
		min-height: 500px;
		text-align:left;
	}
	#footer{
		position:relative;
		height: 59px;
		background:transparent url(../graphics/header-bg.jpg) no-repeat 0 -106px;
	}
	
/*=======================
*		TOP MENU
*========================*/		
	#menu{
		position:absolute;
		top:154px;
		left: 20px;
	}
	#menu li{
		float:left;
		margin-right:53px;
	}
	#menu a{
		display:block;
		background-image: url(../graphics/menu-sprite.gif);
		height: 50px;
	}
	#menu a span{
		display:none;
	}
	#ringsLink{
		width:90px;
		background-position:0 0;
	}
	#ringsLink:hover,#ringsLink.current{
		background-position:0 49px;
	}
	#necklacesLink{
		width:146px;
		background-position:-150px 0;
	}
	#necklacesLink:hover,#necklacesLink.current{
		background-position:-150px 49px;
	}
	#braceletsLink{
		width:147px;
		background-position:-350px 0;
	}
	#braceletsLink:hover,#braceletsLink.current{
		background-position:-350px 49px;
	}
	#earringsLink{
		width:137px;
		background-position:-550px 0;
	}
	#earringsLink:hover,#earringsLink.current{
		background-position:-550px 49px;
	}
	#blogLink{
		width:75px;
		background-position:-750px 0;
	}
	#blogLink:hover,#blogLink.current{
		background-position:-750px 49px;
	}
	#aboutLink{
		width:92px;
		background-position:-900px 0;
	}
	#aboutLink:hover,#aboutLink.current{
		background-position:-900px 49px;
	}
	#menu li.about{
		margin-right:0;
	}
	
/*=======================
*		FOOTER
*========================*/
	#contactInfo{
		text-align:left;
		padding: 6px 0 0 18px;
	}
	#contactInfo a{
		color:#eee;
		font-size:12px;
	}
	
/*=======================
*		BEGIN PAGES
*========================*/
		
/*=======================
*		INDEX PAGE
*========================*/
	#mainText, #newsOne, #newsTwo{
		float:left;
		width:282px;
		margin-right:18px;
		text-align:justify;
		line-height: 20px;
	}
	#mainText{
		font-size:15px;
		line-height: 23px;
	}
	#mainImage{
		float:left;
		width:700px;
	}
	#indexBottom{
		margin-top: 18px;
	}
	#miniEtsyContainer{
		float:left;
		width:400px;
		height:216px;
		overflow:hidden;
	}
	#miniEtsyContainer h2{
		padding-left: 4px;
	}

/*=======================
*		COMING SOON PAGE
*========================*/
	#comingSoonText{
		font-size:15px;
		line-height: 23px;
	}
