@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
DEFAULTS
LAYOUT

blue: #026D80;

*/

/* ---- DEFAULTS ----- */
body {
	margin:0;
	padding:0;
	font:14px/150% helvetica, Geneva, sans-serif;
	background:#026D80;
}
i {
	display:none;
}
div {
	overflow:hidden;
}
h1, h2, h3, h4 {
	font-weight:bold;
	margin-bottom:10px;
	line-height:130%;
}
p {
	margin-bottom:10px;
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.6em;
}
a {
	color:#026D80;
	font-weight:bold;
}
/* ----- LAYOUT ----- */
#wrap {
	padding:0 2% 10px 2%;
	background-color:#f7fafb;
}
#banner {
  min-height:75px;
  margin:20px 0 0 0;
}
	#logo {
		background-repeat:no-repeat;
		 min-height:75px;
		width:60%;
	}
	#address {
		float:right;
		text-align:right;
		width:40%;
	}
		#address p {
			text-align:right;
			font-size:.8em;
			line-height:100%;
			display:block;
			float:right;
			margin-right:10px;
		}
	#facebook {
		width:60px;
		float:right;
	}
#nav, .categories {
	clear:both;
	margin:20px 0;
}
.categories {
	padding:1% 0 1% 1%;
	background-color:#eee;
	border-radius:10px;
}
	#nav ul, #nav li, .categories ul, .categories li {
		margin:0;
		padding:0;
		overflow:hidden;
	}
	#nav li, .categories li {
		display:inline;
	}
	.categories li {
		overflow:hidden;
		height:77px;
		position:relative;
	}
	#nav a, .categories a, #searchbox div, .b_back, .searchbutton  {
		text-decoration:none;
		border-radius: 10px;
		font-size:1.4em;
	}
	.searchbutton {
		border:1px solid #000;
		cursor:pointer;
	}
	#nav a {
		display:inline-block;
		margin-left:1%;
		height:50px;
		line-height:50px;
		text-align:center;
		background: url(images/nav2-back.png);
	}
	.categories a {
			display:table;
			float:left;
			margin:0 1% 1% 0;
			border:1px solid #222;
			height:75px;
			font-weight:normal;
			font-size:1.6em;
			width:32%;
			
	}
	.b_back {
		border:1px solid #222;
		padding: 10px 15px ;
		font-size:1.2em;
		float:right;
	}
	.categories p {
		padding:0 10px;
	}
	.categories p, #searchbox p {
		display:table-cell;
		vertical-align:middle;
		margin:0;
		overflow:hidden;
		height:75px;
	}
	
	
	#nav li:first-child a {
		margin:0;
	}
		#nav a:link, #nav a:visited, .b-view:link, .b-view:visited {
			background: url(images/nav-back.png);
			color:#FFF;
			text-shadow: 1px 1px 2px #333;
		display:inline-block;
		}
		#nav a:hover, #nav a:active, .b-view:hover, .b-view:active{
			background: url(images/nav-back2.png);
			text-shadow: 2px 2px 4px #333;
		display:inline-block;
		}
		#nav a:active {
			background: url(images/nav-back2.png);
			text-shadow: 2px 2px 4px #333;
		display:inline-block;
		}
		.categories a:link, .categories a:visited, .b_back:link, .b_back:visited, .searchbutton {	
			background: url(images/nav2-back.png);
			color:#000;
			text-shadow: 1px 1px 2px #FFF;
		display:inline-block;
		}
		.categories a:hover, .categories a:active, .b_back:hover, .b_back:active {
			background: url(images/nav2-back2.png);
			color:#333;
			text-shadow: 1px 1px 3px #FFF;
		display:inline-block;
		}
		.categories a:active {
			background: url(images/nav2-back2.png);
			color:#333;
			text-shadow: 1px 1px 3px #FFF;
		display:inline-block;
		}
	
#nav ul li:first-child a {
	margin-left:0;
}
	
#c-rings p {
	background: url(images/rings.png) no-repeat 15px center;
	padding-left:130px;
}
#c-bracelets p {
	background: url(images/bracelets.png) no-repeat 10px center;
	padding-left:100px;
}
#c-necklace p {
	background: url(images/necklace.png) no-repeat 0 center;
	padding-left:100px;
}
#c-earrings p {
	background: url(images/earrings.png) no-repeat 10px center;
	padding-left:120px;
}
#c-pendants p {
	background: url(images/pendant.png) no-repeat 15px center;
	padding-left:100px;
}
#c-watch p {
	background: url(images/watch.png) no-repeat 10px center;
	padding-left:110px;
}
#c-beads p {
	background: url(images/beads.png) no-repeat 15px center;
	padding-left:110px;
}
#c-logo p {
	background: url(images/logo.png) no-repeat 10px center;
	padding-left:130px;
}
#c-diamond p {
	background: url(images/diamonds.png) no-repeat 15px center;
	padding-left:100px;
}
#slideshow {
	float:right;
	width:570px;
	height:110px;
	background: url(images/slideshow.png);
	border-radius: 10px;
	margin-left:1%;
}

#featured {
	background:#b3d3d9;
	border-radius:10px;
	margin:0 0 10px 0;
	padding:0;
}
	#featured h2 {
		background: #026d80 url(images/featured-back.png) repeat-x top;
		height:117px;
		width:50px;
		color:#FFF;
		border-top-left-radius:10px;
		border-bottom-left-radius:10px;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-bottomleft:10px;
		float:left;
		margin:0;
		padding:0;
	}
		#featured h2 span {
			background:url(images/h_featured.png) no-repeat center;
			display:block;
			height:117px;
			width:50px;
		}
	#featured div {
		text-align:center;
	}
	#featured img {
		width:95px;
		height:95px;
		border:1px solid #333;
		margin:10px 0 0 1%;
	}
#search {
	background: #026d80 url(images/nav-back.png) repeat-x top;
	border-radius: 10px;
}
	#search h2 {
		color:#FFF;
		font-size:1.4em;
		line-height:50px;
		margin:0 20px 0 10px;
		float:left;
	}
	#searchform {
		float:left;
	}
	#searchtxt {
		border-radius:15px;
		font-size:1.6em;
		width:150px;
		background: #FFF url(images/searchtxt2.gif) no-repeat top right;
		margin-top:6px;
	}
#content2 {
	width:59%;
	margin-right:1%;
}
#column2 {	
	width:40%;
	float:right;
}



#footer {
	background: url(images/nav-back.png);
	height:39px;
	color:#FFF;
	padding:5px 10px;
}
	#footer div {
		float:right;
	}
	#footer a {
		color:#FFF;
		display:block;
		background:url(images/jc-logo.png) no-repeat right;
		height:27px;
		padding-right:215px;
		text-decoration:none;
	}
	#footer p {
		line-height:100%;
	}

/* ----- CONTACT ----- */
.google div {
	overflow:visible;
}
#map {
	height:400px;
	border:1px solid #026D80;
	margin-bottom:10px;
	float:left;
}
#contactinfo, #map {
	width:45%;
	float:left;
	margin:0 2%;
}
#contactinfo div {
	width:50%;
	float:left;
}

	#contactinfo p {
		margin-left:20px;
	}
	.marker{
	height:26px;
	width:33px;
	position:absolute;
	z-index:0;
	border:0;
}

/* ----- ABOUT ----- */
.aboutimg {
	float:left;
	border:1px solid #026D80;
	max-width:200px;
	margin:0 20px 20px 0;
}

/* ----- BROWSE ----- */

#searchbox {
	border-radius:10px;
	background:#b3d3d9;
	padding:10px;
	padding:1%;
	margin:0 1% 0 0;
	text-shadow: 1px 1px 2px #FFF;
}
	#searchbox a {
		line-height:100%;
	}
	#searchbox div {
		color:#000;
		text-shadow: 1px 1px 2px #FFF;
		vertical-align:middle;
		margin-right:10px;
	}
	.searchoption {
		display:inline-block;
	}
		.searchoption label {
			float:left;
			vertical-align:middle;
		}
		#select1 {
			font-size:16px !important;
			display:inline !important;
			margin:0 !important;
			padding:0 !important;
			vertical-align:middle !important;
			width:400px;
		}
	.selcat {
		width:50%;
	}
	#searchbox select, #searchbox input {
		font-size:1.2em;
		border-radius:10px;
		border:1px solid #000;
		margin:5px;
		padding:0;
	}
	#searchbox input {
		padding:3px;
		font-size:1.4em;
		font-weight:bold;
		cursor:pointer;
		float:right;
		
	}
#results {
	padding:0;
	margin:0;
}
	.itemdiv {
		width:31%;
		margin-right:1%;
		float:left;
		border-bottom:2px solid #b3d3d9;
		padding:5px;
		margin-bottom:5px;
		font-size:1.2em;
	}
	.resulttxt {
		height:70px;
		width:200px;
		margin:0 auto;
	}
	
	.resulttxt p {
		font-size:1em;
		line-height:100%;
		font-weight:bold;
	}
	.rtspecial {
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
		text-align:center;
		padding:3px 0;
		background:#B3D3D9;
		height:64px;
	}
	.rtspecial h3 {
		margin:0;
		padding:0;
		font-size:1.3em;
	}
	.rtspecial strong {	
		color:#358A99;
		font-size:1.2em;
	}
	.resulttxt a {
		white-space:nowrap;
		display:block;
	}
	.resultthumb {
		text-align:center;
		height:235px;
		margin-bottom:5px;
	}
	.noimage {
		display:block;
		height:200px;
		background:#B3D3D9;
		width:200px;
		line-height:200px;
		text-decoration:none;
		margin:0 auto;
	}
	.b-view {
		height:30px;
		text-decoration:none;
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
		width:204px;
	}
	.resultthumb img {
		width:200px;
		height:200px;
		border:1px solid #026D80;
		margin:2px 2px 0 2px;
		-moz-box-shadow: 0 0 2px #026D80;
		-webkit-box-shadow: 0 0 2px #026D80;
		box-shadow: 0 0 2px #026D80;
	}
.pagination {
	clear:both;
	padding:10px 1%;
}
.pagination a {
	font-size:1.2em;
	font-weight:bold;
}
.itemt, .itemi {
	float:left;
	display:inline-block;
}
.itemt {	
	margin-right:1%;
	width:40%;
}
.itemi {	
	width:58%;
}
.itemt img {
	width:90%;
		border:1px solid #026D80;
		margin:2px;
		-moz-box-shadow: 0 0 2px #026D80;
		-webkit-box-shadow: 0 0 2px #026D80;
		box-shadow: 0 0 2px #026D80;
}
.b_back {
	float:right;
	display:inline-block;
}

.buttons {
	border:1px solid #026D80;
	padding:5px;
		margin:10px 2px 2px 2px;
		-moz-box-shadow: 0 0 2px #026D80;
		-webkit-box-shadow: 0 0 2px #026D80;
		box-shadow: 0 0 2px #026D80;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		display:inline-block;
		background:#FFF;
		font-weight:bold;
		font-size:1.2em;
		text-align:right;
		line-height:64px;
	
}
	.buttons img {
		vertical-align:top;
		margin:0 10px;
	}


@media only screen and (orientation:portrait) and (min-width:490px), (orientation:landscape) and (max-width:801px) {	

body {
	font-size:18px;
}
	#slideshow {
		width:435px;
		background: url(images/slideshow2.png);
	}
	.categories a {
		width:48%;
	}
	.categories {
		padding:2% 0 2% 2%;
	}
	.categories #c-diamond {
		width:97%;
	}
#column2 {
	width:44%;
}
#content2 {
	width:55%;
}

	#searchtxt {
		font-size:1.3em;
		margin-top:3px;
	}
	#featured img {
		width:90px;
		height:90px;
	}
#map {
	height:500px;
}
#contactinfo, #map  {
	width:98%;
	float:none;
	margin:0 auto;
}
#contactinfo div {
	width:24%;
	margin-right:1%;
	margin-top:10px;
	float:left;
}
	.resultthumb {
		height:225px;
	}
	.resultthumb img {
		width:220px;
		height:220px;

	}



} /* DO NOT DELETE */



@media only screen and (orientation:portrait) and (max-width:489px), mobile {
#slideshow {
	display:none;
}
	.categories a, .categories #c-diamond {
		width:97%;
	}
	#featured img {
		width:95px;
		height:95px;
	}
	#content2, #column2 {
		clear:both;
		float:none;
		width:100%;
	}
	#column2 {
		margin-bottom:10px;
	}
	#address p {
		font-size:.6em;
	}
	#nav a {
		font-size:1em;
	}
	.itemdiv { 
	width:45%;
	}
	#logo {
		width:150px;
		background-size:contain;
	}
	#searchtxt {
	width:220px;
}
}
#mediaswitch {
	display:none;

}
.siteversion {
	float:right;
	width:75px;
	margin:0 0 0 5px;
	text-align:right;
}
	.siteversion p {
		font: bold .6em Arial, sans-serif;
		margin:0;
		padding:0;
		text-align:left;
	}
	.siteversion a {
		display:inline-block;
		height:15px;
		width:56px;
		padding:2px 5px 0 0;
		font: .7em Arial, Helvetica, sans-serif;
		text-decoration:none;
		margin-top:3px;
	}
	.sv0 {
		background: url(/store/images/sv0.png) no-repeat;
	}
	.sv1 {
		background: url(/store/images/sv1.png) no-repeat;
	}
