
@font-face {
    font-family: yataghan;
    src: url(../fonts/yataghan.ttf);
}

@font-face {
    font-family: MontserratAlternates-Regular;
    src: url(../fonts/MontserratAlternates-Regular.ttf);
}

body 	{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}

html	{ overflow-y: scroll; }  /* FORCE SCROLLBAR */

/* ^^^ SEE CLASS "outer-background" BELOW */




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




.left-float	{ float: left; }

.right-float	{ float: right; }

.center-float	{ float: left; margin-left:3 0px; }

.float-margin1	{ margin-right: 5px; margin-bottom: 2px; }

.float-margin2	{ margin-right: 12px; margin-bottom: 0px; }

.floatclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 150px; }



/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #0099ff; text-decoration: underline; }

a:hover 	{ color: #FFFFFF; text-decoration: underline; }

.biglink	{ font-size: 18px; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #ffffff;
		font-family: MontserratAlternates-Regular;
		font-size: 15px;
		font-weight: normal;
		line-height: 180%;
		}

.title 		{ color: #FFFFFF; font: 35px MontserratAlternates-Regular; font-weight: normal; line-height: normal; }

.subtitle 	{ color: #FFFFFF; font: 25px MontserratAlternates-Regular; font-weight: normal; line-height: normal; padding-top: 5px; }

.contacttitle 	{ color: #FFFFFF; font: 30px MontserratAlternates-Regular; font-weight: 400; line-height: normal; }

.smalltext	{ color: #B7A180; font: 20px MontserratAlternates-Regular; font-weight: normal; padding: 3px 0px 5px 0px; line-height: normal; }

.testimonial	{ color: #CC9900; font-size: 0.9em; font-weight: bold; }

.hilite		{ color: #00CCFF; }

.hilite2	{ color: #FF0000; }

fieldset	{border: 0px; }

/* HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ text-align: left; margin: 0px 0px 1px 0px; }

/* HEADING TAGS CENTER */

.h-center	{ text-align: center; }




/* SERVICES LIST */

.list		{
		font-size: 14px;
		color: #D1C3A0;
		line-height: 140%;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	 { min-height: 750px; }

.pagewrapper	{
		width: 100%;
		min-width: 310px;
		height: 100%;
		text-align: center;
		background: rgb(00,00,00,0.6);
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto -12px; /* -112 MARGIN FOR FOOTER */
		}

#contentbox	{
		max-width: 1075px;
		margin: 0 auto;
		padding: 15px 0px 15px 0px;
		}

.content-pad 	{ padding: 20px 35px 10px 15px; }

#left-content 	{
		float: left;
		width: 100%;
		max-width: 605px;
		padding: 0px;
		}




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		/*background-color: #000000;*/
		/*background-image: url("picts/background-header.jpg");*/
		background-repeat: no-repeat;
		background-position: center top;
		padding: 0px 0px 0px 0px;
		text-align: center;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.logo-respond	{
		width: 550px;
		max-width: 550px;
		min-width: 280px;
		height: 100px;
		margin: 0 auto 0 auto;
		display: block;
		outline: none;
		}

#headerdiv a 	{ outline: none; }


/* HEADER BUTTONS */

.cart-view	 { position: absolute; right: 10px; top: -5px; }

.cart-view-size	 { width: 70px; height: 33px; }

.faq-header	 { position: absolute; right: 84px; top: -5px; }

.faq-header-size { width: 42px; height: 33px; }

.cart-view:hover, .faq-header:hover { top: 0px; }


/* START TEXT HEADER CODE */

.textlogo	{
		font-family: yataghan;
	    font-size: 42px;
	    font-weight: normal;
		letter-spacing: 15px;
		padding: 30px 10px 30px 10px;
		display: block;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}
		
.textlogo2	{
		font-family: yataghan;
	    font-size: 20px;
	    font-weight: normal;
	    color: #ffffff;
		letter-spacing: 10px;
		padding: 30px 10px 30px 10px;
		display: block;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}

.textlogo a:link, .textlogo a:visited, .textlogo a:active
			{ color: #FFFFFF; text-decoration: none; outline: none; }

.textlogo a:hover	{ color: #FFFFFF; text-decoration: none; outline: none; }




/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #000000;
			background-image: none;
			background-repeat: repeat;
			background-attachment: fixed;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{ border: #303A47 1px solid; }

.img-float	{ float: left; margin: 2px 8px 1px 0px; }

.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }

.float-item2	{ float: left; margin-right: 12px; margin-bottom: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 120px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 2px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		border-top: #5F3D14 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }

.splits-smallmargin { margin-top: 5px; margin-bottom: 5px; }

/* LARGE PAGE SPLITS (USED ON HELP PAGE) */

.large-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #313747;
		margin: 0px auto 6px auto;
		padding: 0px;
		border-bottom: #4A505F 1px solid;
		}




/* HOME PAGE */

/* HOME PAGE WIDTHS */

#contentbox-home  {
		  margin: 0 auto;
		  padding: 15px 0px 15px 0px;
		  }


/* OPTIONAL HOME PAGE TEXT CONTENT */

.content-home	{
		width: 80%;
		max-width: 840px;
		text-align: left;
		text-align: justify;
		padding: 60px 10px 25px 10px;
		margin: 0 auto;
		}


/* OPTIONAL HOME PAGE BOTTOM LINKS */

.homelinks	{ background-color: transparent; }

.homelinks a	{
		display: inline-block;
		padding: 2px 22px 2px 22px;
		margin: 0px auto 25px auto;
		border: solid #5F3D14;
		border-width: 0px 1px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.homelinks a:first-child
		{
		border-width: 0px 1px 0px 1px;
		}


/* HOME PAGE IMAGE ROW */

/* HOME SMALL IMAGE SIZE */

.small-home-img, #home-img-row li
		{
		margin: 0px;
		width: 125px;
		height: 190px;
		}

#home-img-row		{
			background-color: transparent;
			text-align: center;
			margin: 50px auto 18px auto;
			}

#home-img-row ul 	{
			width: 100%;
			list-style: none;
			padding: 0px;
			margin: 0px;
			}

#home-img-row ul li 	{
			vertical-align: top;
			display: inline-block;
    			*display:inline;/* For IE*/
    			*zoom:1;
			padding: 0px;
			margin: 6px 6px 6px 6px;
			}

#home-img-row ul li p	{
		font: 13px MontserratAlternates-Regular;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 20px;
		cursor: pointer;
		position: relative;
		height: 40px;
		top: -40px;
		margin: 0px 0px -30px 0px;
		text-align: center;
	/* SEMI TRANSPARENT */
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	/* CORNER ROUNDING */
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		}


/* HOME PAGE IMAGE ROW LAYERED TEXT COLORS */

#home-img-row ul li a:link, #home-img-row ul li a:visited, #home-img-row ul li a:active
		{ color: #FFFFFF; text-decoration: none; }

#home-img-row ul li p:hover { color: #FFFFFF; text-decoration: none; }

.small-home-img
	{
	background-color: transparent;
	vertical-align: bottom;
/* CORNER ROUNDING */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}

#home-img-row li
	{
background-color: transparent;
	overflow: visible;
  	-webkit-background-clip: padding-box; 
  	-moz-background-clip: padding; 
  	background-clip: padding-box;
	border: #000000 2px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
/* FADE UP */
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s;
	}

#home-img-row li:hover
	{
	border: #FFFFFF 2px solid;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	}




/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.homeimage-outer	{
			background-color: transparent;
			background-image: url("picts/background-homeslides.jpg");
			background-repeat: repeat;
			margin: 20px 0px 0px 0px;
			border: solid #FFFFFF;
		 	border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.rslides_container	{
			background-color: #000000;
			max-width: 1010px;  /* INCLUDES L R BORDERS */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: solid #000000;
			border-width: 0px 5px 0px 5px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			}

.rslides_container img	{
			min-height: 50px;
		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: none; }  /* HIDES HOME ARROWS */




/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 10px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 15px;
			height: 15px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			margin: 0px 3px 0px 3px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover 
			{ background-color: #ADFF00; border: #ADFF00 2px solid; cursor: default; }




/* FOR OPTIONAL HOME PAGE IMAGE */

.homeimage		{ width: 100%; display: block; }

.homeimage-container	{
			max-width: 1010px;  /* INCLUDES L R BORDERS */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: solid #000000;
			border-width: 0px 5px 0px 5px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			}




/* RIGHT SIDEBAR */

#sidebar-content 	{
			float: left;
			width: 100%;
			max-width: 250px;
			padding: 0px 0px 0px 0px;
			margin-top: 20px;
			border-left: #2C3240 1px solid;
			}

.sidebar-pad		{ padding: 50px 0px 10px 35px; }

.sidebar-textarea	{
			text-align: center;
			width: 200px;
			margin: 0 auto;
			padding: 0px 0px 10px 0px;
			border: solid #4F4838;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.sidebar-text 	{
		color: #B1BAC0;
		font: 14px MontserratAlternates-Regular;
		text-align: center;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-caption {
		color: #FFFFFF;
		font: 15px MontserratAlternates-Regular;
		letter-spacing: 0px;
		font-weight: normal;
		line-height: normal;
		text-align: center;
		padding: 0px 0px 7px 0px;
		margin: 0px auto 0px auto;
		border-bottom: #5F3D14 1px solid;
		}

.sidebar-image	{
		width: 200px;
		overflow: hidden;
		margin: 0px auto 10px auto;
		border: #FFFFFF 1px solid;
	/* CORNER ROUNDING */
		border-radius: 4px;
		}

.sidebar-image img
		{
		display: block;
	/* CORNER ROUNDING */
		border-radius: 3px;
		}




/* FOOTER OPTIONS */

.footer-top	{ margin: 20px auto 20px auto; }


.footerdiv	{
		color: #ffffff;
		font: 12px  MontserratAlternates-Regular;
		text-align: center;
		background-color: #000000;
		padding: 15px 8px 15px 8px;
		border: solid #555555;
		border-width: 4px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footer-splits 	{
		color: #FFFFFF;
		height: 15px;
		line-height: normal;
		background-color: #20262E;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		}

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ min-height: 350px; }

.footer-page	{
		background-color: #000000;
		background-image: url("images/background-footer.jpg");
		background-repeat: repeat-x;
		background-position: center top;
		margin: 0px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-pad	{ padding: 80px 10px 10px 10px; }

.footer-border	{
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

div.footer-title {
		color: #FFFFFF;
		font: 15px MontserratAlternates-Regular;
		font-weight: 700;
		letter-spacing: 3px;
		padding-bottom: 8px;
		margin-bottom: 3px;
		border-bottom: #36AC37 1px solid;
		text-align: center;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #2C3135 1px solid;
			}

.footer-image		{
			margin: 20px auto 10px auto;
			border: #20262E 3px solid;
			}

.footer-links	{ font-size: 15px; line-height: 36px; }

.footer-social	{ width: 180px; padding-left: 10px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

.footer-copyright {
		  color: #a9b1bc;
		  font: 13px MontserratAlternates-Regular;
		  font-weight: normal;
		  line-height: normal;
		  padding: 22px 0px 22px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #13171C;
		  border: solid #2C3135;
		  border-width: 1px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

.photo-copyright {
		  color: #ffffff;
		  font: 13px MontserratAlternates-Regular;
		  font-weight: normal;
		  line-height: normal;
		  padding: 22px 0px 22px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: transparent;
		  border: solid #2C3135;
		  border-width: 1px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }


/* FOOTER LINK COLORS */

.footer-page a:link, 
.footer-page a:visited, 
.footer-page a:active 	{ color: #89b6f5; text-decoration: none; white-space: nowrap; }

body.footer-page a:link, 
body.footer-page a:visited, 
body.footer-page a:active 	{ color: #C2BAA7; text-decoration: none; white-space: nowrap; }

body.footer-page a:hover 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }


/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #C4A975; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* SOCIAL ICONS (SEE ALSO .footer-social ABOVE) */

.socialspace	   { padding-left: 1px; padding-right: 2px; }

.socialRspace	   { width: 0px; }

.socialicon	   { border: transparent 1px solid; display: block; background-color: transparent; }

.socialicon:hover  { border: #464F56 1px solid; background-color: #1F2430; }

/* SOCIAL ICON COLORS ON MOBILE */

.mobile-social	   { display: none; }

.mobile-social .socialicon
		   {
		   border: transparent 1px solid;
		   background-color: transparent;
		   }

.mobile-social .socialicon:hover
		   {
		   border: #464F56 1px solid;
		   background-color: #1F2430;
		   }




/* FOR GALLERY & VIEWER DETAILS & SLIDESHOW SETS (ALSO MORE BELOW) */

.gal-pad	{ padding: 10px 10px 28px 10px; }

.HoverBorder	{
		border: #777F91 0px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.5s;
		transition: all 0.5s ease;
		}

a:hover .HoverBorder 
		{
		border: #FFFFFF 0px solid;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		}

#gallery-watermark	{
			width: 400px;
			height: 44px;
			text-align: center;
			margin: 0 auto;
			position: absolute;
			z-index: 2;
			left: 0px;
			right: 0px;
			top: 10%;
			top: calc(90% - 20px);
			}

#gallery-watermark img	{
			width: 400px;
			height: 40px;
			max-width: 400px;
			min-height: 10px;
			display: block;
			margin: 0 auto;
			}

#gallery-return {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 100;
		}

#slideshow-return {
		width: 40px;
		height: 40px;
		margin: 10px auto 10px auto;
		}




/* MAIN GALLERY PAGES */

.galpage #contentbox { 
		max-width: 11300px;
		}

.gal-top	{
		max-width: 800px;
		padding: 0px 10px 20px 10px;
		margin: 0 auto;
		}

.galrow		{
		width: 99%;
		max-width: 99%;
		padding: 0px 0px 0px 3px;
		margin: 0 auto;
		}

.galrow-box	{
		float: left;
		margin-left: auto;
		margin-right: auto;
		width: 33.2%;
        }

.gallery-box	{
		max-width: 300px;
		padding: 12px;
		margin: 10px 0px 28px 0px;
		margin-left: auto;
		margin-right: auto;
		background-color: transparent;
		border: #556070 1px solid;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		}
		
/* EDIT THE NEXT CLASS FOR THE THUMBNAILS WIDTH */

.galthumb-box	{
		font: MontserratAlternates-Regular;
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		text-align: center;
		padding: 20px 20px 20px 20px;
		margin: 0px auto 0px auto;
		max-width: 250px;
		}

.galthumb, .galdetails	{
		width: 100%;
		height: auto;
		display: block;
		max-width: 100%;
		margin: 0px auto 0px auto;
		}

.gal-article-img { 
		width: 200px; 
		margin-left: auto;
		margin-right: auto;
		display: block; 
		}

/* VIEW DETAILS BUTTON */

.galdetails-box		{ position: relative; margin-top: 8px; }

.galdetails		{ max-width: 152px; max-height: 46px; }

.galdetails-on		{
			position: absolute;
			top: 0px;
			left: 70px;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			-moz-opacity: 0.0;
			opacity: 0.0;
		/* FADE UP */
			-webkit-transition: opacity 0.5s;
			transition: opacity 0.5s ease;
			}

.galdetails-on:hover	{
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			-moz-opacity: 1.0;
			opacity: 1.0;
			}




/* CODE FOR THE menu-gallery.js MENU - ALIGN IN .js FILE */

#gal-menu	{
		margin: 0px;
		padding: 0px;
		}

#gal-menu table td
		{
		background-color: transparent;
		padding: 8px 7px 3px 7px;
		}

#gal-menu a	{
		color: #9FA7B6;
		font-family: MontserratAlternates-Regular;
		font-size: 13px;
		font-weight: normal;
		line-height: normal;
		background-color: #313747;
		border: #4A505F 1px solid;
		text-decoration: none;
		padding: 4px 10px 5px 10px;
		margin: 1px 1px 0px 1px;
		cursor:pointer;
		text-align: center;
		display: inline-block;
		white-space: nowrap;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#gal-menu a:hover 
		{
		color: #FFFFFF;
		background-color: #005BD5;
		border: #2983FB 1px solid;
		text-decoration: none;
		}

/* CURRENT GALLERY HIGHLIGHT */

#gal-menu a.current-gal
 		{
		color: #FFFFFF;
		background-color: #005BD5;
		border: #2983FB 1px solid;
		}




/* IMAGE VIEWER (image-viewer.htm) - EDIT NEXT LINE FOR VIEWER IMAGE SIZE */

.imgviewer-size	{ 
		max-width: 1130px; 
		margin: 0 auto; }  /* INCLUDES IMAGE BORDER */

.imgviewer-verticle-size	{ 
		max-width: 600px; 
		margin: 0px auto; }  /* INCLUDES IMAGE BORDER */

.imgviewer-border 
		{
		width: 100%;
		height: 100%;
		margin: 0px auto 0px auto;
		position: relative;
		border: #777F91 1px solid;
		vertical-align: bottom;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.imgviewer-imgbox	{ position: relative; }




/* IMAGE VIEWER TEXT DETAILS SIZES */

/* TEXT DETAILS HEIGHT */

.gal-page-frame, .gal-page-box 
		{
		height: 425px;
		}

.gal-page-frame	{
		width: 100%;
		height:900px;
		display: block;
		margin: 10px auto 10px auto;
		padding: 0px;
		border: #999999 0px solid;
		overflow: auto;
		visibility: hidden;  /* HIDES FRAME UNTIL LOADED */
		}




/* GALLERY SUB-PAGES DETAILS & ORDER FORMS & BUTTONS (PAGES IN gallery_pages FOLDER) */

.gal-page	{
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		}

.gal-page-box	{
		height: 100%;
		margin: 0px auto 0px auto;
		margin-left: auto;
		margin-right: auto;
		overflow-x: auto !important;
		overflow-y: auto !important;
		}

.orderform-box	{
		float: left;
		max-width: 174px;
		height: 100%;
        padding: 8px 20px 8px 20px;
		margin: 10px 14px 5px 0px;
        border: #303A47 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		}
		
.orderform-verticle-box	{
		float: left;
		max-width: 174px;
		height: 100%;
        padding: 8px 20px 8px 20px;
		margin: 10px 14px 5px 180px;
        border: #303A47 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		}
		
.gal-page-content 
		{
		color: #ffffff;
		font: MontserratAlternates-Regular;
		font-size: 16px;
		text-align: center;
		font-weight: 200;
		line-height: 150%;
		letter-spacing: 2px;
		overflow: auto;
		height: 100%;
		min-width: 225px;
		height: 100%;
		background-color: transparent;
		padding: 10px 0px 5px 0px;
		}

.product-details {
		min-width: 300px;
		height: 100%;
		text-align: left;
		overflow: auto;
		padding: 10px 0px 0px 0px;
		color: #FFFFFF;
		}		

.product-verticle-details {
		max-width: 600px;
		height: 100%;
		text-align: center;
		overflow: auto;
		padding: 10px 0px 0px 50px;
		color: #FFFFFF;
		}	

.detailstitle	{ 
		color: #FFFFFF;
		font: 16px MontserratAlternates-Regular;
		font-weight: normal;
		line-height: normal;
		padding: 0px 0px 0px 0px;
		text-align: center;
		}

.detailsmaterial	{ 
		color: #FFFFFF;
		font: 16px MontserratAlternates-Regular;
		font-weight: normal;
		line-height: normal;
		padding: 0px 0px 0px 0px;
		text-align: center;
		}

.price-box	{ padding: 0px 0px 5px 0px; }

.price	 	{
		color: #EBCD7D;
		font: 23px MontserratAlternates-Regular;
		font-weight: normal;
		text-decoration: none;
		}

.cartdrop	{
		color: #FFFFFF;
		font: 14px MontserratAlternates-Regular;
		background-color: #000000;
		width: 152px;
		margin: 0px 0px 5px 0px;
		border: #666666 1px solid;
		}

/* ORDER BUTTONS */

input[type=submit].button-order	
		{
		color: #FFFFFF;
	    font: 600 16px MontserratAlternates-Regular;
		text-align: center;
		background-color: #007BEA;
		-webkit-appearance: none;
        padding: 9px 0px 9px 0px;
		margin: 5px 0px 5px 0px;
		cursor: pointer;
		width: 152px;
        border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

input[type=submit].button-order:hover 
		{
		color: #FFFFFF;
		background-color: #CC0000;
		}

.book-order	
		{
		color: #FFFFFF;
	       	font: 600 16px MontserratAlternates-Regular;
		text-align: center;
		background-color: #007BEA;
		-webkit-appearance: none;
        	padding: 9px 0px 9px 0px;
		margin: 5px 0px 5px 0px;
		cursor: pointer;
		width: 152px;
        	border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.book-order:hover 
		{
		color: #FFFFFF;
		background-color: #CC0000;
		}



/* JQUERY SLIDESHOW SETS (SEE ALSO HOME JQUERY ABOVE & responsive-slides.css IN FOLDER JQuery) */

.slideshow-text	{
		text-align: center;
		max-width: 700px;
		padding: 12px;
		margin: 0 auto;
		}
.slide-sets	
		{
		max-width: 710px;  /* INCLUDES BORDER */
		margin: 0px auto 0px auto;
		border: #FFFFFF 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}

/* ARROW LINKS ON slideshow-home.htm */

.arrow-link		{
			color: #FFFFFF;
			font: 14px MontserratAlternates-Regular;
			font-weight: 600;
			line-height: 22px;
			text-align: left;
			display: inline-block;
			padding: 5px 0px 5px 0px;
			margin: 2px auto 6px 0px;
			text-indent: 28px;
			min-width: 150px;
			min-height: 20px;
			background-image: url("../picts/arrow-link.png");
			background-repeat: no-repeat;
			background-position: 0px 4px;
			border: solid #8D7C5B;
			border-width: 0px 0px 1px 0px;
			}

a.arrow-link:hover	{ background-image: url("../picts/arrow-link-hover.png"); }




/* CONTACT PAGE CODE */

.contact-pad 	{ padding: 15px 0px 15px 0px; }

.contact-select	{ color: #8ED6DE; font-weight: normal; padding-top: 8px; }

.form-box	{ margin: 20px 0px 10px 50px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: normal 16px MontserratAlternates-Regular;
		text-align: center;
		background-color: #313A46;
		-webkit-appearance: none;
		padding: 7px 8px 7px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 126px;
		border: #4B5565 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #005BD5;
		border: #2983FB 1px solid;
		}

.shadeform	{
		color: #FFFFFF;
		font: 15px MontserratAlternates-Regular;
		background-color: #3B434F;
		text-align: left;
		width: 100%;
		max-width: 260px;
		padding: 3px;
		margin-top: 1px;
		margin-bottom: 7px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #4B5565 1px solid;
		}

.textarea	{
		color: #FFFFFF;
		font: 15px MontserratAlternates-Regular;
		background-color: #3B434F;
		text-align: left;
		width: 100%;
		max-width: 290px;
		height: 150px;
		padding: 3px;
		margin-top: 2px;
		margin-bottom: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #4B5565 1px solid;
		}

.dropdown 	{
		color: #FFFFFF;
		font: 15px MontserratAlternates-Regular;
		background-color: #3B434F;
		width: 100%;
		max-width: 260px;
		padding: 3px;
		margin-top: 3px;
		margin-bottom: 7px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #4B5565 1px solid;
		}




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS (NOT IMPLEMENTED) */

#map-canvas	{ width: 200px; height: 160px; margin: 0px auto 10px 0px; text-align: left; }


/* CONTACT PAGE GOOGLE DIRECTIONS (NOT IMPLEMENTED) */

.directions		{ font-size: 13px; font-weight: normal; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 200px; margin: 3px 0px 8px 0px; }

input[type=submit].directionbutton	{ width: 200px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

input[type=submit].payform 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		background-color: #13171C;
		border: #303A47 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }




/* SITE MAP PAGE */

.site-thumbs	 {
		 line-height: 0px;
		 font-size: 0px;
		 }

.site-thumbs img { width: 90px; height: auto; margin: 3px 3px 30px 3px; }




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 50px;
	right: 10px;
	display:none;
	background: #777777 url('../picts/arrow-up.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	background: #666666 url('picts/arrow-up.png') no-repeat 0px 0px;
}

//* HEADER TOP BAR (ICONS & SOCIAL ICONS) */

#headerdiv	{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{ background-color: transparent; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */


.headerbar	{
		min-height: 50px;
		min-width: 700px;  /* MAKE WIDER TO STOP WRAPPING */
		}

.headerbar-color {
		 background-color: transparent;
		 display: table;
		 width: 100%;
		 margin-bottom: 0px;
		 border-bottom: #644D66 0px solid;
		 }

.header-icon-box { background-color: transparent; float: right; display: inline-block; }

.headericon	{
		float: left;
		text-align: center;
		width: 46px;
		height: 46px;
		background-color: transparent;
		padding: 17px 7px 7px 7px;
		border-left: #644D66 0px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

.headericon img { display: block; margin: 0 auto; }

.headericon:hover	{ background-color: #000000; }



#menu-box 	{ position: relative; top: 0px; left: 0px; float: left; z-index: 1000; }

.menu-icon	{ display: block; margin-left: 40px; }

#menu-top	{
		width: 65px;
		height: 30px;
		left: 40px;
		background-color: transparent;
		border-right: #644D66 0px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#menu-top:hover	{ background-color: transparent; }

#menu-sub 	{
		background-color: #000000;
		display: none;
		position: absolute;
		top: 60px;
		left: 0px;
		z-index: 1001;
		width: 200px;
		border-top: #644D66 0px solid;
		}

.menu		{
		font: normal 15px MontserratAlternates-Regular;
		padding: 0px 0px 7px 10px;
		margin: 0px auto 0px auto;
		display: block;
		border-top: #644D66 0px solid;
		color: #ffffff;
		}

a.menu:link, a.menu:visited, a.menu:active 
		{
		color: #ffffff;
		background-color: #000000;
		text-decoration: none;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a.menu:hover 	{
		color: #91bc84;
		background-color: #000000;
		text-decoration: none;
		}

.menu_two		{
		font: normal 15px MontserratAlternates-Regular;
		padding: 0px 0px 4px 20px;
		margin: 0px auto 0px auto;
		display: block;
		border-top: #644D66 0px solid;
		color: #ffffff;
		}



