@charset "utf-8";
/* CSS Document */

html, body {
	
}

body {
	background: #000 url('../img/header-image2.gif') top center repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	list-style: none;
}

button {
	border: none;
}

select {
	border: 1px solid #333333;
	margin-bottom: 10px;
	width: 150px;
	padding: 3px;
	color: #999999;
	background: #000;
}

hr {
	margin-right: 10px;
}

th {
	text-align: left;
	padding-left: 20px;
}

address {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

h1, h2, h3, h4, h5 {
	color: #FFEDCB;
	margin-bottom: 10px;
}

p {
	line-height: 1.4em;
	font-size: 16px;
	padding: 0 10px 0 0;
}

a, a:visited {
	color: #FF6600;
}

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

#container {
	min-height: 100%;
	height: auto !important;
	overflow: hidden;
	margin-bottom: 20px;
}

#header {
	text-align: center;
	margin-bottom: 10px;
}

#top-nav {
	text-align: left;
	margin-left: 10px;
	
	list-style: none;
	font-size: 15px;
	font-weight: bold;
}

#top-nav li {
	padding-top: 15px;
	display: inline;
}

#top-nav li.active, #top-nav li:hover {
	/*background: url('../img/crown-nav-bug-2.png') top center no-repeat;*/
	border-bottom: 1px solid #DBB777;
}

#top-nav a, top-nav a:visited {
	color: #d8be73;
	text-decoration: none;
}

#main-container {
	background: #000;
}

#main-content {
	color: #FFF;
	/*margin-top: 10px;*/
}

#sidebar h1, #sidebar p {
	padding-left: 10px;
}

#sidebar {
	
}

#footer-container {
	overflow: hidden;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #DBB777;
	padding: 0px 0 10px 0;
	/*border-top: 1px #FFF solid;*/
	/*background: url(../img/inner-footer-top.gif) top left repeat-x;*/
	padding-top:20px;
}

#footer-items {
	padding: 0 10px 0 10px;
}

#footer-items td {
	width: 220px;
}

#footer-links a, #footer-links a:visited {
	color: #DBB777;
	text-decoration: none;
}

#footer-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#address {
	font-size: 12px;
}

#showcase-controls {
	margin-top: 0px;
}

#showcase-nav {
	list-style: none;
	height: 30px;
	width: 100%;
	background: url('../img/showcasenavbg.gif') top left repeat-x;
}

#showcase-nav li {
	float: left;
	display: block;
	padding: 4px 20px 3px 0px;
	text-align: center;
	background: url('../img/showcase-glyph.gif') top right no-repeat;
	margin-right: 2px;
	margin-left: 0px;
	width: 135px;
}

#showcase-nav li.last {
	background: none;
	margin-right: 0px;
}

#showcase-nav a, #showcase-nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #333333;
	padding: 8px 5px 5px 5px;
}

#showcase-nav-img li {
}

#jewelry-category-info {
	padding: 10px 0;
	/*background: #161616;*/
}

#jewelry-category-info h1, #jewelry-category-info p {
	padding-left: 10px;
	padding-right: 10px;
}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	height: 30px;
	background: url('../img/showcasenavbg.gif') top left repeat-x;
	margin-bottom: 5px;
	margin-left: 10px;
}

#breadcrumbs li {
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	margin: 0 0;
	display: block;
	background: url('../img/breadcrumb-glyph.gif') top right no-repeat;	
}

#breadcrumbs li.last-crumb {
	background: none;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
	display: block;	
	
}

#breadcrumbs a:hover {
	color: #006600;
}

#showcase-search {
	list-style: none;
	margin-left: -10px;
	margin-bottom: 50px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#showcase-search a {
	font-size: 16px;
}

#showcase-search li {
	float: left;
	display: block;
}

#search-submit {
	margin-top: -2px;
	width: 75px;
}

#jewelry-results {
	text-align: center;
}

#jewelry-results td {
	padding: 20px 0 20px 0;

}

#product-info {
	padding-top: 40px;
	z-index: 300;
}

#product-image {
	height: 400px;
	margin-bottom: 20px;
}

#product-image img {
	margin-top: 10px;
	opacity:0.1;
	filter:alpha(opacity=0);
}

#display-services {
	margin: 0 0;
	padding: 0 0;
}

#display-services li {
	display: inline;
	margin: 0 5px 0 0;
}

#display-services a, #display-services a:visited {
	color: #FFF;
}

#more-items {
	margin-top: 20px;
	margin-bottom: 40px;

}

#more-items ul li {
	
}

.press-list {
	list-style: none;
	text-align: left;
}

.press-list li {
	margin-bottom: 10px;
}

.press-highlight {
	color: #FF8D40;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.text-left {
	text-align: left;
}

/*Form Styling*/
/*.submit {
	width: 100px;
	background: #000;
	border: 1px solid #333333;
	color: #FFF;
}*/

.submit {
background: #222 url(../img/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 4px 10px 5px 10px; 
	color: #FFF; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
/*	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);*/
	position: relative;
	cursor: pointer;
}

.blue.submit {
	background-color: #2daebf;
}

.blue.submit:hover {
	background-color: #007d9a;
}

.orange.submit {
	background-color: #ff5c00;
}
.orange.submit:hover {
	background-color: #d45500; 
}

.gray.submit {
	background-color: #666666;
}
.gray.submit:hover {
	background-color: #333333; 
}


fieldset {
	border: none;
	padding-left: 10px;
}
label {
	font-size: 16px;
	display: block;
	margin-top: 10px;
}

input {
	border: none;
	padding: 5px;
	width: 220px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

textarea {
	border: none;
	height: 60px;
	width: 220px;
	padding: 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom: 10px;
}
#nameInfo, #emailInfo, #messageInfo {
	font-size: 16px;
	margin-left: 10px;
}
.error {
	color: #FF3300;
}
.valid {
	padding-left: 20px;
	background: url('../img/checkmark.png') left no-repeat;
	color: #00CC33;
}

left-indent {
	padding-left: 10px;
}

.form-element {
	padding: 5px;
	margin: 5px;
	color: #FFF;
}

#modal-form {
	margin: 0 auto;
	padding: 10px;
	width: 340px;
	
}

.modal-header {
	padding-left: 50px;
}

a.colorbox, a:visited.colorbox {
	color: #FFF;
	text-decoration: none;
}

#footer-wrapper {
	overflow: hidden;
	padding-top: 0px;
	background: #052810 url(../img/footer-bg.gif) top left repeat-x;
	height: 280px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.first {
	padding-left: 10px;
}

.last {
	padding-right: 10px;
}

#footer-nav {
	
}

#more {
}

#more ul li {
 display: inline;
}

.next {
	float: right;
	height: 140px;
	width: 25px;
	padding: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #111111;
	border: 1px solid #999999;
	cursor: pointer;
}

.prev {
	float: left;
	height: 140px;
	width: 25px;
	padding: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #111111;
	border: 1px solid #999999;
	cursor: pointer;
}

.jewel-desc {
	display: none;
	position: absolute;
	z-index: 3;
	background: #000;
	width: 150px;
	padding: 5px 5px 5px 5px;
	border: 6px solid #333333;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.more-details {
	color: #FF6600;
	font-size: 12px;
}

.more-nav {
background: #222 url(../img/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #FFF; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

#sendtofriend, #pricing {
	background: #000 url(../img/modal-bg.gif) top left repeat-x;
	display: none;
	position: absolute;
	z-index: 200;
	padding: 8px;
	border: 8px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#pricing input, #sendtofriend input {
	width: 150px;
}

#pricing textarea, #sendtofriend textarea {
	width: 315px;
}

.button-forms td.spacer {
	padding-right: 15px;
}

.form-error {
	display: none;
	position: absolute;
	z-index: 5;
	background: #000;
	width: 250px;
	padding: 5px 5px 5px 5px;
	border: 6px solid #900101;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	top: -7px;
	left: -280px;
}

.contact-error {
	display: none;
/*	position: absolute;
	z-index: 5;*/
	background: #000;
	width: 250px;
	padding: 5px 5px 5px 5px;
	border: 6px solid #900101;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	top: 200px;
	left: 320px;
}

#splash {
	width: 100%;
	padding: 0 0;
	margin: 0 0;
	text-align: center;
}

.shutter {
	position: absolute;
	z-index: -5;
	opacity:0.0;
	filter:alpha(opacity=0);
}

#pricing-form, #sendtofriend-form {
}

.orange-highlight {
	color: #FF6633;
}

label .required {
	color: #FF0000;
}

.jewelry-quote {
	text-align:center;
	font-style: italic;
	margin-top: 0px;
}

.press-caption {
	font-style: italic;
	font-size: 12px;
}

.press-photo {
	float: left;
	margin-left: -140px;
}

.photo-caption {
	display: block;
}

#social {
	margin-top: 200px;
	float: right;
}

#home-content {
	background: #000 url(../img/home-content-bg.jpg) top left no-repeat;
	height: 335px;
	padding-top: 30px;
}

#home-main-text p {
	padding-right: 20px;
}

#home-main-text h1 {
	font-size: 28px;
}

#home-showcase-nav {
	padding-bottom: 60px;
}

#home-showcase-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

#home-showcase-nav ul li {
	float: left;
	width: 138px;
	height: 20px;
	margin: 0;
	padding: 6px 10px 10px 10px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	z-index: 200;
}

.overlay {
	background:  #222 url(../img/button-overlay.png) repeat-x;
	position: relative;
	display: inline-block;
}

#home-showcase-nav ul li a, #home-showcase-nav ul li a:visited {
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
	
}

#home-showcase-nav ul li a:hover {
	color: #FF6633;
}

.rings.overlay {
	background-color: #021F0B;
	
}
.earrings.overlay  {
	background-color: #032a0F;
	left: 158px;
}
.brooches.overlay  {
	background-color: #043a15;
	left: 313px;
}
.bracelets.overlay  {
	background-color: #05481a;
	left: 468px;
}
.necklaces.overlay  {
	background-color: #06551F;
	left: 623px;		
}
.engagement.overlay  {
	background-color: #076123;
	left: 780px;
}

#left-sub-home, #right-sub-home {
	padding-bottom: 10px;
}

#left-sub-home h2, #left-sub-home p {
	padding-left: 10px;
}
#right-sub-home h2, #right-sub-home p {
	padding-right: 10px;
	
}

.home, a.home, a:visited.home{
	font-size: 16px;
	height: 30px;
	padding: 7px 20px 3px 20px;
	color: #FFF;
}

.social-buttons a, .social-buttons a:visited {
	text-decoration: none;
}

.social-buttons {
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	height: 32px;
}

.social-buttons.facebook {
	background: url(../img/social/facebook_32.png) top left no-repeat;
}
.social-buttons.twitter {
	background: url(../img/social/twitter_32.png) top left no-repeat;
}
.social-buttons.email {
	background: url(../img/social/email_32.png) top left no-repeat;
}
.social-buttons.youtube {
	background: url(../img/social/youtube_32.png) top left no-repeat;
}
