/* reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, small, strong, sub, sup, 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;
}
a{
	color: #543c27;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* main */
html{
	background-color: #fff;
	color:#543c27;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
}
button{
	cursor:pointer;
}
#splashContainer{
	height:720px;
	margin:2% auto;
	width:970px;
}
#splashContainer img{
	border:none;
}
#container{
	background-color:#fff;
	margin: 1.5em auto;
	position:relative;
	width: 966px;
}
#leftSide{
	float:left;
	text-align:center;
	width:270px;
}
#leftSide p{
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}
#leftSide a img{
	border:none;
}
#rightSide{
	float:left;
	width:696px;
}
#header{
	overflow:hidden;
	position:absolute;
	right:-14px;
	text-align:right;
	top:-8px;
	width:770px;
	z-index:999;
}
#header ul{
	float:right;
	height:35px;
	width:770px;
}
#header ul li{
	display:inline;
	margin-left:9px;
}
#header ul li a{
	color:#543c27;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;	
}
#fbIcon{
	margin:0 0 -9px 0;
}
#mainNav{
	margin:54px 0 35px;
	overflow:hidden;
}
#mainNav ul{
	float:left;
	width:700px;
}
#mainNav ul li{
	float:left;
	margin-left:7px;
	text-align:center;
	width:104px;
}
#mainNav ul li a{
	color:#543c27;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;	
}
#mainNav ul li a:hover{
	text-decoration:none;
}
.navImg_off{
	border:1px solid #543c27;
	margin:1px 0px;
}
.navImg_on{
	border:2px solid #00abce;
	margin:0px;
}
#main{
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#main a{
}
#cycleDiv{
	margin:0;
	height:420px;
	width:480px;
}
#cycleDiv img{
	margin:0;
	height:420px;
	width:480px;
}
#rightImage{
	float:right;
	margin:0px 0px 15px 25px;
	width:245px;
}
#rightImage span{
	font-size:12px;
}
#subnav{
	border-bottom:2px solid #998b80;
	border-top:2px solid #998b80;
	height:18px;
	margin-bottom:50px;
}
#subnav ul{
	float:left;
	height:18px;
	margin-left:59px;
	width:700px;
}
#subnav ul li{
	float:left;
	margin-left:-4px;
	text-align:center;
	width:150px;
}
#subnav ul li a{
	color:#543c27;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;	
}
#subnav ul li a:hover{
	font-weight:bold;
	text-decoration:none;
}
#catnav{
	border-bottom:2px solid #998b80;
	border-top:2px solid #998b80;
	height:18px;
	margin-bottom:17px;
}
#catnav ul{
	height:18px;
	margin:0 auto;
}
#catnav ul li{
	float:left;
	margin-left:-4px;
	text-align:center;
	width:150px;
}
#catnav ul li a{
	color:#543c27;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;	
}
#catnav ul li a:hover{
	font-weight:bold;
	text-decoration:none;
}
#welcomeText{
	font-size:14px;
	line-height:16px;
}
#welcomeText p{
	margin-bottom:15px;
}
.articleDiv{
	margin-bottom:25px;
	overflow:hidden;
}
.articleImage{
	float:left;
	margin-right:15px;
	text-align:center;
	width:145px;
}
.articleText{
	float:left;
	font-size:14px;
	line-height:16px;
	width:540px
}
.articleText a{
	text-decoration:underline;
}
.showDiv{
	font-size:14px;
	line-height:16px;
	margin-bottom:25px;
	overflow:hidden;
}
.showDiv a{
	text-decoration:underline;
}
.teamDiv{
	margin-bottom:25px;
	overflow:hidden;
}
.teamImage{
	float:left;
	margin-right:15px;
	width:145px;
}
.teamText{
	float:left;
	font-size:14px;
	line-height:16px;
	width:540px
}
.teamText a{
	text-decoration:underline;
}
.artistDiv{
	margin-bottom:25px;
	overflow:hidden;
}
.artistImage{
	float:left;
	margin-left:45px;
	width:223px;
}
.artistImage span{
	font-size:12px;
}
.artistText{
	float:left;
	font-size:14px;
	line-height:16px;
	margin-left:35px;
	width:380px
}
.artistText p{
	margin-bottom:16px;
}
#contactText{
	float:left;
	font-size:14px;
	line-height:16px;
	margin-left:35px;
	width:380px
}
#contactText p{
	margin-bottom:16px;
}
#contactImage{
	float:left;
	margin-left:45px;
	width:227px;
}
#contactForm{
	width:335px;
}
#contactForm th{
	text-align:right;
}
#contactForm td input{
	width:200px;
}
#contactForm td input[type='checkbox']{
	width:20px;
}
#locatorDiv{
	margin:0 0 0 33px;
	width:650px;
}
.storeStateDiv{
	font-size:14px;
	line-height:16px;
}
.storeDiv{
	float:left;
	font-size:14px;
	line-height:16px;
	margin:0 15px 25px 25px;
	width:285px;
}
#rightVideo{
	float:right;
	width:323px;
}
#videoText{
	float:left;
	font-size:14px;
	line-height:16px;
	margin:0 0 0 33px;
	width:285px;
}
#product{
	font-size:14px;
	line-height:16px;
	margin:0 0 0 33px;
}
.prodDiv{
	float:left;
	font-size:14px;
	line-height:16px;
	margin:0 15px 25px 25px;
	width:285px;
}
.catBox{
	float:left;
	line-height:20px;
	margin:0 7px 75px;
	text-align:center;
	width:218px;
}
.catBox h2{
	font-size:16px;
}
.catBox a{
	font-weight:bold;
}
.bagBox{
	float:left;
	height:310px;
	line-height:20px;
	margin:0 1px 0px 1px;
	position:relative;
	text-align:center;
	width:228px;
}
.jewlBox{
	float:left;
	height:203px;
	line-height:20px;
	margin:0 1px 0px 1px;
	position:relative;
	text-align:center;
	width:228px;
}
.beltBox{
	float:left;
	height:210px;
	line-height:20px;
	margin:0 1px 40px 1px;
	position:relative;
	text-align:center;
	width:230px;
}
.decorBox{
	float:left;
	height:235px;
	line-height:20px;
	margin:0 1px 40px 1px;
	position:relative;
	text-align:center;
	width:230px;
}
.bottomFeeder{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.bagBox a{
	font-weight:bold;
}
#detail-img-div{
	float:left;
	font-size:12px;
	position:relative;
	text-align:center;
	width:320px;
}
#thumbTable{
	margin:35px 0 0 0;
}
.thumbs{
	padding:0 15px 20px 0;
	text-align:center;
	width:100px;	
}
.thumbs img{
	width:100px;
}
#detail-buy-div{
	float:right;
	line-height:18px;
	position:relative;
	width:324px;
}
#detail-buy-div a{
	text-decoration:underline;
}
#detail-buy-div h2{
	font-size:16px;
}
#detail-buy-div p{
	margin:0 0 15px 0;
}
#orderForm{
	border:1px solid;
	margin:30px 0 0 0;
	padding:11px;
}
#artworkOptionLink{
	line-height:35px;
}
#artworkOptionLink:link{
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
}
#artworkOptionLink:hover{
	text-decoration:underline;
}
#orderButton{
	background-color:transparent;
	background-image:none;
	border:none;
	color: #543c27;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:57px;
	margin:0 0 0 -10px;
	width:108px;
}
#cartButton{
	background-color:transparent;
	background-image:none;
	border:none;
	color: #543c27;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:57px;
	margin:0 0 0 -10px;
	width:215px;
}
#footer{
	clear:both;
	margin-bottom:1.5em;
}
#footer p{
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	text-align:center;
}