/* ############################################# */
/* #  NEW YORK ADORNED JEWELRY                 # */
/* #  NYAJEWELRY.COM                           # */
/* # ......................................... # */
/* #  RUBIX MEDIA LLC                          # */
/* #  P.Gold - 11 May 2008                     # */
/* ############################################# */


@import "reset.css";



/* ********************************************* */
/*              GLOBAL DEFINITIONS               */
/* ********************************************* */

.clear { clear: both; height:0px; font-size: 0px; }

.nowrap { white-space: nowrap; }

table { width: 100%; }
	th { text-align: left; }
	td { vertical-align: top; }

a img { border: none; }

a { text-decoration: none; color: #000; }

a:hover { color: #cb9029; }

img { display: block; }

.clearfix:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}



/* ********************************************* */
/*                    LAYOUT                     */
/* ********************************************* */

body {
	background: #fff;
	color: #000;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

.container {
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 943px;
}



/* ********************************************* */
/*                     HEADER                    */
/* ********************************************* */

.globalHeader {
	padding: 35px 5px 8px 3px;
}
	.globalHeader:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}

	.globalBranding img { float: left; }

	.globalContact {
		float: right;
		font-size: 11px;
		padding: 3px 0 0;
		text-align: right;
		text-transform: uppercase;
	}
		.globalContact span {
			display: block;
			padding: 3px 0 0;
		}
		.globalContact a {
			display: block;
			font-size: 10px;
		}
			.globalContact .globalPhone img {
				display: inline;
			}
		.globalContact .globalEmail a {
			background: url(../images/common/email_us.gif) no-repeat left top;
			height: 9px;
			text-align: left;
			text-indent: -999em;
			text-transform: uppercase;
			width: 55px;
		}
			.globalContact .globalEmail a:hover {
				background-position: left bottom;
			}
		.globalContact .globalContactInformation a {
			background: url(../images/common/contact_information_us.gif) no-repeat left top;
			height: 9px;
			text-align: left;
			text-indent: -999em;
			text-transform: uppercase;
			width: 145px;
			margin-top:7px;
		}
			.globalContact .globalContactInformation a:hover {
				background-position: left bottom;
			}
		.globalContact .globalMailingList a {
			background: url(../images/common/mailing_list_us.gif) no-repeat left top;
			height: 9px;
			text-align: left;
			text-indent: -999em;
			text-transform: uppercase;
			width: 80px;
			margin-top:5px;
			margin-left:63px;
		}
			.globalContact .globalMailingList a:hover {
				background-position: left bottom;
			}


.mainContentHeader {
	background: #e5e5e5;
	border-top: 1px solid #d1d1d1;
	margin: 0 0 7px 0;
	padding: 4px 7px;
	position: relative;
}
	.mainContentHeader:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}



/* ********************************************* */
/*                   NAVIGATION                  */
/* ********************************************* */

.galleryNavArea {
	float: left;
	padding: 3px 0 1px;
	position: relative;
	width: 330px;
	z-index: 20;
}
	.galleryNav .navControl {
		font-size: 12px;
		line-height: 1em;
		text-transform: uppercase;
	}
		.galleryNav .navControl a {
			background: url(../images/common/arr_bar.gif) no-repeat right center;
			cursor: pointer;
			display: block;
			float: left;
			padding: 0 10px 0 0;
		}
			.galleryNavArea .over .navControl a,
			.galleryNav:hover .navControl a {
				color: #cb9029;
			}
			.galleryNav .navControl a span {
				background: url(../images/common/nav_select_gallery_over.gif) no-repeat left top;
				display: block;
			}
			.galleryNavArea .over .navControl a img,
			.galleryNav:hover .navControl a img {
				opacity: 0;
				-moz-opacity: 0;
			}
	.galleryNav .dropPane {
		left: 11px;
		padding-top: 6px;
		position: absolute;
		top: 13px;
		z-index: 1000;
	}
		.galleryNav .dropPane ul {
			background: url(../images/common/bg_drop.png);
			border: 1px solid #d1d1d1;
			display: none;
			font: 11px arial,helvetica,sans-serif;
			padding: 3px 0;
			text-transform: uppercase;
		}
			.galleryNav .dropPane li.over,
			.galleryNav .dropPane li:hover {
				background: #d4d4d4;
				color: #000;
			}
				.galleryNav .dropPane a {
					cursor: pointer;
					display: block;
					padding: 4px 18px 3px 8px;
					white-space: nowrap;
				}









/* ********************************************* */
/*                  MAIN CONTENT                 */
/* ********************************************* */

.mainContentArea {
	min-height: 300px;
}


.mainContent {
}

.mainContent h1,
.mainContent h2,
.mainContent dt,
.mainContent p a {
}

.mainContent h1 { font-size: 18px; }
.mainContent h2 { font-size: 15px; }
.mainContent h3 { font-size: 14px; }
.mainContent p {
	margin:0px 0px 1.3em 0px;
	line-height: 1.3em;
}

.contentPane {
	border: 1px solid #e5e5e5;
	padding: 4px;
}


	/* ..... GALLERY ..... */
	.gallerySet li.gallery { display: none; }
	.gallerySet li.curGallery { display: block; }
	.gallery { position: relative; }
		.gallery:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}
		
		.gallery .galleryTitle {
			border-left: 1px solid #999;
			font-family: arial,helvetica,sans-serif;
			left: 336px;
			position: absolute;
			top: -25px;
			z-index: 100;
			padding-left: 10px;
			width: 560px;
			text-align: center;
		}
			.gallery .galleryTitle h3 {
				display: inline;
				font-size: 1em;
				font-weight: normal;
				padding-right: 4px;
				float: left;
				text-transform: uppercase;
			}
				.gallery .galleryTitle .caption {
					font-size: 11px;
				}
		
		.gallery .thumbsPane {
			float: left;
			height: 386px;
			overflow: hidden;
			padding-left: 1px;
			width: 325px;
		}
			.thumbSet {}
				.thumbSet li {
					float: left;
					height: 62px;
					overflow: hidden;
					padding: 0 0 3px 3px;
					width: 62px;
				}
				.thumbSet img {
					cursor: pointer;
					height: 62px;
					width: 62px;
				}
				
					.thumbSet .selected a img/*,
					.thumbSet a:hover img */{
						opacity: 0.6;
						-moz-opacity: 0.6;
					}

				
		.gallery .viewPane {
			float: right;
			height: 386px;
			overflow: hidden;
			width: 593px;
		}
		.gallery .fullPane {
			border-color: #c3c3c3;
			float: none;
			width: 941px;
			padding: 0;
		}
		.home .fullPane {
			background: #fff;
		}
		.home .thumbsPane { display: none; }
			.viewSet {
				padding: 0;
			}
			.viewSet li {
				display: none;
				left: -999em;
				position: absolute;
			}
			
			.curGallery .viewSet li,
			.viewSet li.first {
				display: block;
			}
			.viewSet li.selected {
				left: auto;
				right: 5px;
/*				position: static;*/
			}
				.home .viewSet li.selected {
					right: auto;
					position: static;
				}
				.viewSet li img {
					background: url(../images/common/ajax_loader_b4.gif) no-repeat center center;
					height: 386px;
					width: 593px;
				}
				.home .viewSet li img { width: 100%; height: auto; }





/* ********************************************* */
/*                     FOOTER                   */
/* ********************************************* */

#globalFooter {
	background: #e5e5e5;
	margin: 9px 0;
	padding: 5px;
	text-align: right;
}

textarea,
.formText {
	border-top: 2px solid #b4b4b4;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 0;
	margin: 0 10px;
	width: 110px;
}
textarea { width: auto; }

.formSubmit {
	background: #faf6ed url(../images/common/bg_grad_btn.gif) repeat-x left bottom;
	border: 1px solid #cb9029;
	color: #666;
	cursor: pointer;
	font: 11px arial,helvetica,sans-serif;
	height: 1.8em;
	/*padding: 0 2px;*/ /* fix across browsers */
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
	.formSubmit:hover {
		color: #fff;
	}


#componentSignup {
	position: relative;
	z-index: 1;
}
	#componentSignup * {
		display: inline;
		vertical-align: top;
	}
	#componentSignup h5 {
		color: #cb9029;
		font-size: 12px;
		font-weight: bold;
		padding: 0;
		vertical-align: middle;
	}
		#componentSignup h5 img {
			vertical-align: middle;
		}
	#componentSignup .formText { min-height: 15px; }	
	#componentSignup .formLabel,
	#componentSignup label {
		display: none;
	}
	#componentSignup .confirm {
		padding: 2px 20px 3px 0;
		display: block;
	}
		#componentSignup .confirm h5 {
			padding-right: 20px;
		}


#legal {
	color: #666;
	font-size: 10px;
}

/* ********************************************* */
/*                     ERRORS                    */
/* ********************************************* */
#formErrors {
	background: #fef1f1;
	border: 1px dotted #d1d1d1;
	bottom: -3.8em;
	display: block;
	font-size: 10px;
	padding: 3px 5px;
	position: absolute;
	right: 18px;
	text-align: left;
	z-index: 999;
}
	#formErrors * { display: block; }
		.formErrMsg { font-weight: bold; }
.labelErr { color: #e00; }
.fieldErr { background: #fef1f1; }




.overlay {
	position: absolute;
	z-index: 99999;
}

#emailFormLayer {
	right: 1px;
	top: 120px;
	width: 600px;
	font-size: 11px;
	position:absolute;
	z-index:100000;
}
	#emailFormLayer .contentModule {
	}
		#emailFormLayer .contentModule .moduleHeader {
			/*background: url(../images/common/pop_email_hd2.png) repeat center top;*/
			text-align: right;
		}
			#emailFormLayer .btnClose {
				color: #666;
				font-family: arial,helvetica,sans-serif;
				font-size: 11px;
				text-transform: uppercase;
			}
			#emailFormLayer .btnClose:hover {
				color: #fff;
			}

	#emailFormLayer .contentModule .moduleBody {
		/*background: url(../images/common/pop_email_foot2.png) no-repeat center bottom;*/
	}
		#emailFormLayer .inner {
			background: url(../images/common/pop_email_body2.png);
			/*min-height: 360px;*/
			padding: 20px 0 0 20px;
		}
		#emailFormLayer .contentModule .moduleBody .inner:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}

	#emailFormLayer table { width: auto; }
		#emailFormLayer th,
		#emailFormLayer td {
			padding: 0 0 10px;font-size: 10px;
		}
		#emailFormLayer th {
			padding-top: 4px;
			text-align: right;font-size: 10px;
		}
			#emailFormLayer th img {
				display: inline;
			}
	#emailFormLayer .formText {
		border-bottom: 1px solid #ddd;
		width: 155px;
	}
	#emailFormLayer textarea {
		border: 1px solid #ddd;
		overflow-x: hidden;
		width: 253px;
	}
	#emailFormLayer .actionBtn {
		float: right;
	}
	
	#emailFormLayer #formErrors {
		background: #fff;
		border: 0;
		padding-bottom: 15px;
		position: static;
	}
	#emailFormLayer #formErrors .formErrMsg {
		color: #f00;
	}
	#emailFormLayer #formErrors,
	#emailFormLayer .submissionResponse {
		color: #333;
		font-family: arial,helvetica,sans-serif;
		font-size: 11px;
	}
	#emailFormLayer .submissionResponse {
		padding: 39px 0 0 45px;
		text-align: left;
	}
	
#emailFormLayer2 {
	right: 2px;
	top: 119px;
	width: 600px;
    position:absolute;
	z-index:10000;
}
	#emailFormLayer2 .contentModule {
	    
		background: url(../images/common/pop_email_body2.png);
	}
		#emailFormLayer2 .contentModule .moduleHeader {
			background: url(../images/common/pop_email_body2.png);
			text-align: right;
		}

			#emailFormLayer2 .btnClose2 {
				color: #666;
				font-family: arial,helvetica,sans-serif;
				font-size: 11px;
				text-transform: uppercase;
			}
			#emailFormLayer2 .btnClose2:hover {
				color: #fff;
			}

	#emailFormLayer2 .contentModule .moduleBody {
		background: url(../images/common/pop_email_body2.png);
	}
		#emailFormLayer2 .inner {
			background: url(../images/common/pop_email_body2.png);
			/*min-height: 391px;*/
			padding: 0 0 0 15px;
		}
		#emailFormLayer2 .contentModule .moduleBody .inner:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}

	#emailFormLayer2 table { width: auto; }


	#emailFormLayer2 .actionBtn {
		float: right;
	}

		