@charset "UTF-8";
/* CSS Document */
/* RULES ------------------------------------------------------------------------------------------------------------------------------*/
  *{
	margin:0;
	padding:0;
}

body{
	background-color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:1.4em;
	color:#B7B7B7;
}
	
a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#666;
	text-decoration:none;
	border:none;
	outline:none;
}

a:link{
}

a:visited{
}

a:hover{
}

a:active{
}

h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	line-height:1.4em;
	color:#FFF;
	margin:25px 0px 10px 20px;
}

h2{
	font-weight:bold;
	margin-left:20px;
	margin-bottom:5px;
	font-size:14px;
}



/* TEXT ------------------------------------------------------------------------------------------------------------------------------*/
.heading{
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color: #666;
	margin-left:20px;
	font-weight:bold;
}


.menu_link:link{
	color:#CCC;
	text-decoration:none;
}

.menu_link:visited{
	color:#CCC;
	text-decoration:none;
}

.menu_link:hover{
	color:#FFF;
	text-decoration:none;
}

.menu_link:active{
	color:#FFF;
	text-decoration:none;
}

.divider{
	font-size:16px;
	font-weight:bold;
	color:#999;
	margin:0px 15px;
}

.bottom_link1{
	font-weight:bold;
	float:left;
	text-align:left;
	position:relative;
	margin-top:60px;
	margin-left:30px;
	color:#999;
	z-index:4;
}

.bottom_link2{
	font-weight:bold;
	float:left;
	position:relative;
	text-align:left;
	margin-top:60px;
	color:#999;
	z-index:4;
}

.bottom_link3{
	font-weight:bold;
	float:left;
	position:relative;
	text-align:left;
	margin-top:60px;
	margin-left:30px;
	color:#999;
	z-index:4;
}

.arrows{
	font-size:10px;
	font-weight:bold;
}

.brochure_label{
	clear:both;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

.process title{
	display:none;
}

/* FORMATTING ------------------------------------------------------------------------------------------------------------------------------*/

#box{
	width:1000px;
}

.wrapper{
	max-width:1000px;
	z-index:3;
}
	
.menu{
	height:30px;
	width:100%;
	z-index:9;
	position:absolute;
	top:90px;
	background-color:#242929;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#CCC;
}

.menu_box{
	width:1000px;
	padding-top:6px;
}

.logo{
	margin-top:30px;
	margin-left:25px;
	position:relative;
	width:1000px;
	margin-bottom:70px;
}

.bottom{
	max-width:1000px;
	margin-top:5px;
	height:auto;
	min-height:235px;
	background-image:url(images/bottom_bg2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.footer{
	width:1000px;
	height:30px;
	margin-top:30px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	color:#666;
}

.column350{
	float:left;
	width:350px;
}

.column300{
	float:left;
	width:300px;
}

.column{
	float:left;
}

.column60{
	float:left;
	width:60%;
	margin-right:2.5%;
}

.column40{
	float:left;
	width:35%;
	margin-left:2.5%;
}

.clear{
	clear:both
}

.thumb_box{
	width:350px;
	position:relative;
}
/* IMAGES ------------------------------------------------------------------------------------------------------------------------------*/

.logo img{
	position:relative;
	margin-bottom:-5px;
	outline:none;
	border:none;
}

.necklace{
	position:relative;
	margin-top:-10px;
	float:left;
}

.column40 img{
	margin-top:25px;
}

.rings{
	position:relative;
	margin-top:-105px;
	float:left;
	margin-left:30px;
}

.textbox{
	/*background-color:#272928;*/
	width:975px;
	height:auto;
	min-height:800px;
	margin-top:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#B7B7B7;
	text-align:justify;

}

.textbox p{
	max-width:650px;
	margin-bottom:20px;
	margin-left:20px;
}

.thumb{
	height:60px;
	width:60px;
	margin:0px 20px 0px 0px;
	float:left;
}

.thumbR{
	height:60px;
	width:60px;
	margin:-10px 0px 0px 0px;
	float:left;
}

.catalogs{
	width:975px;
	margin-left:30px;
}

.brochure{
	margin: 10px 15px 5px 10px !important;
}

.brochure_box{
	float:left;
}

/* MODAL ------------------------------------------------------------------------------------------------------------------------------*/
#mask{
	position:absolute;
	top:0;
	left:0;
	z-index:9000;  
	background-color:#000;
	display:none;
}
 
#boxes .window{
  position:fixed;
  left:30%;
  top:50%;
  display:none;
  z-index:9999;
  border-color:#636363;
  border-style:solid;
  border-width:medium;
  background-color:#111111;
  margin:15px;

}
  
.window{
  position:fixed;
  left:30%;
  top:50%;
  display:none;
  z-index:9999;
  border-color:#636363;
  border-style:solid;
  border-width:medium;
  background-color:#111111;
  margin:15px;

}

.window .thumb_box{
	margin-left:15px;
	margin-top:200px;
}
.window .thumb{
	height:60px;
	width:60px;
	margin:0px 20px 20px 0px;
	float:left;
}



#boxes .dialog{
  padding:15px;
  
}

.desc{
	margin-top:15px;
	max-width:500px;
	text-align:left;
}

.close{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

img{
	border:none;
	outline:none;
}


/* LIGHTBOX ------------------------------------------------------------------------------------------------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none; 
}

#lightbox-container-image-box {
	position: relative;
	width: 250px;
	height: 250px;
	background-color:#111111;
	margin:15px auto;
}

#lightbox-container-image { 
	padding: 10px; 
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	right: -40;
	width: 100%;
	z-index: 10;
	max-height:120px;
}

#lightbox-container-image-box > #lightbox-nav { 
	height: 40px;
}

#lightbox-nav a { 
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	zoom: 1;
	width:40px;
}

#lightbox-nav-btnPrev{ 
	position:absolute;
	width:40px;
	height:40px;
	right:-40px;
	top:120px;
	background-image:url(images/prev.png) !important;
}

#lightbox-nav-btnNext{ 
	position:absolute;
	right:-40px;
	top:60px;
	width:40px;
	height:40px;
	background-image:url(images/next.png) !important;
}

#lightbox-nav-btnClose {
	position:absolute;
	right:-40px;
	top:0;
	width:40px;
	height:40px;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color:#111111;
	margin: -15px auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	max-width: 500px;
	width:auto;
	float: left; 
	text-align: left;
	margin-left:-10px;
	margin-bottom:10px;
}

#lightbox-image-details-caption { 
	font-weight: bold; 
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}


#gallery {
	width:350px;
	position:relative;
	margin-top:20px;
	
}
	
#gallery ul { 
	list-style: none; 
}

#gallery ul li { 
	display:block;
}

#gallery ul img {
		height:60px;
		width:60px;
		margin:0px 20px 20px 0px;
		float:left;
	}

.desc2{
	display:none;
	max-width: 500px;
	width:auto;
	float: left; 
	text-align: left;
	margin-left:-10px;
	margin-bottom:10px;
	color:#FFF;
}

title{
	display:none;
	font-weight:bolder;
}

/* ADMIN BOX ------------------------------------------------------------------------------------------------------------------------------*/

.admin_box{
	position: relative;
	width: 800px;
	height: 1000px;
	background-color:#111111;
	margin:100px 15px 15px 15px;
	border:none;
}

#gvImages Columns{
	border:none;
}

.image_table{
	border:none;
}
.delete{
	position:absolute;
	top:10px;
	right:0px;
}
.delete:link{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin:5px;
	text-decoration:none;
	vertical-align:top;
}

.delete:hover{
	font-size:14px;
	font-weight:bold;
	color:#F00;
	margin:5px;
	text-decoration:none;
	vertical-align:top;
}

.table_image{
	position:absolute;
	left:30px;
	top:30px;
	border:#666 medium solid;
}

.table_thumb{
	position:absolute;
	top:20px;
	left:0px;
	z-index:2;
	border:#FFF medium solid;
}

.image_row{
	width:600px;
	min-height:600px;
	position:relative;
	padding-top:30px;
}

.image_row hr{
	margin-top:10px;
}

.description{
	position:absolute;
	top:545px;
	padding-bottom:30px;
	border-bottom:#333 medium solid;
	width:600px;
	text-align:left;
}

.controls{
	margin-bottom:30px;
}

.bread{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	height:30px;
	color:#666;
	margin:0px 5px 0px 0px;
	font-weight:bold;
}

.bread_link{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	margin:0px 5px 0px 0px;
}

.bread_link:hover{
	color:#F00;
}

.brochure_box .table_image, .brochure_box .description{
	display:none;
}