﻿body 	{
	background-color:#D4A766;
	background-image: url("picts/background-main.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	}




/* 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 none #D4A766;
}




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

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

.td-center	{ text-align: center; }

.td-middle	{ vertical-align: middle; }

.td-top		{ vertical-align: top; }

.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%; }

.nobreak	{ white-space: nowrap; }

.formmargin	{ margin: 0px; }

.just		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.divclear 	{ clear: both; height: 1px; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; overflow: hidden; }




/* NON-MENU LINKS */

a:link, a:visited, a:active	{ color: #671313; text-decoration: none; }

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




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

div, table	{
	color: #000000;
	font: normal 14px arial, sans-serif;
	line-height: 20px;
}

.title		{ color: #000000; font: normal 25px "Trebuchet MS", arial, sans-serif; }

.subtitle	{ color: #000000; font: normal 18px "Trebuchet MS", arial, sans-serif; }

.smalltitle	{ color: #000000; font: bold 16px "Trebuchet MS", arial, sans-serif; }

.hilite		{ color: #CC6600; font-weight: bold; }




/* PAGE & CONTENT HEIGHTS, WIDTHS, PADDING AND ALIGNMENT */

#wrapper	{ width: 100%; margin: auto; }

.contentwidth	{ max-width: 850px; min-width: 250px; }

.contentpad	{ padding: 0px 12px 0px 12px; margin-top: 12px; }

.pageheight	{
	background: #d4a766;
	min-height: 750px;
}




/* CODE FOR IMAGES */

.main-imagediv	{
		position: relative;
		width: 100%;
		padding: 0px;
		margin: 0px auto 0px auto;
		}

.main-image	{
	border-style: solid;
	border-color: #69401F;
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0px auto;
	border-width: 0px 0px 12px 0px;
}

.main-imagediv, img.main-image 
		{
		min-width: 250px;
		height: auto;
		}

.img-borders	{
	border: #996935 2px solid;
}

.img-left	{ float: left; margin: 5px 10px 5px 0px; }

.HoverBorder	{
	border: 2px solid #69401F;
	/* FADE UP */
	transition: border 1.5s ease;
	-webkit-transition: border 1.5s;
}

a:hover .HoverBorder, 
a:active .HoverBorder 
		{ border: #69401F 2px solid; }




/* IMAGE BORDERS AND SPACING AND BARS ARROWS */

.page-splits 	{
		font-size: 2px;
		line-height: 1px;
		height: 2px;
		background-color: transparent;
		padding: 0;
		margin: 4px auto 4px auto;
		border-bottom: #69401F 2px solid;
		}

.map-splits	{ margin: 8px 0px 8px 0px; }

.nextback-arrows { padding: 10px 0px 10px 0px; position: relative; }




/* HOME PAGE MUSIC PLAYER */





/* JQUERY CONTENT SLIDESHOW LOADING */

div.JQDiv div 	{ display: none; overflow: hidden; }   /* HIDES SLIDES DURING LOADING */

.JQDiv 		{ overflow: hidden; }


/* HOMEPAGE LAYERED TEXT JQUERY */

.layertext	{ color: #F0F0F0; font: normal 12px arial, sans-serif; line-height: 20px; }

.layertitle	{ color: #FFFFFF; font: normal 23px arial, helvetica, sans-serif; letter-spacing: -0.5px; font-style: normal; line-height: normal; }

.hometextlayer	{
background: transparent;
/* ----- SHADE COLORS LOOK IN THE "picts/shading" FOLDER FOR MORE COLORS */
		background-image: url("picts/shading/shade-brown-70.png");
		border: #3e2805 0px solid;
		border-width: 1px 0px 1px 1px;
	/* CORNER ROUNDING */
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;


}
.JQposition 	{
	position: absolute;
	top: 270px;
	right: 0px;
	width: 300px;
	height: 220px;
	z-index: 40;
	top:50% !important;
	margin-top:-110px !important;
}

.textlayer-pad	{ padding: 10px 10px 10px 15px; }



/* TEXT LAYER LINK COLORS */

a.layerlink:link, a.layerlink:visited, a.layerlink:active 
			{ color: #FFFF9C; font-size: 13px; text-decoration: none; }

a.layerlink:hover	{ color: #FFCC33; text-decoration: none; }

.llbar			{ color: #7D2121; padding: 0px 5px 0px 5px; }

/* JQUERY NEXT PREV BUTTONS */

#NextPrev	{
		position: absolute;
		right: 55px;
		top: 430px;
		width: 0px;
		height: 0px;
		z-index: 41;
		background-image: ;
		background-repeat: no-repeat;
		}

div#NextPrev	td	{ padding: 0px; }

#prev			{ margin: 0px 0px 0px 0px; }

#next			{ margin: 0px 0px 0px 0px; }

.home-small-image	{ margin: 0px 0px 0px 0px; }

.JQHoverBorder	{
	border: 2px solid #000000;
	/* FADE UP */
	transition: border 0.5s ease;
	-webkit-transition: border 0.5s;
}

a:hover .JQHoverBorder, 
a:active .JQHoverBorder 
		{ border: #D4A766 2px solid; }


/* POSITION USED IN THE No-Animation-Home-sample.htm */

.TLposition	{
	position: absolute;
	top: 270px;
	right: 0px;
	width: 300px;
	height: 220px;
	z-index: 40;
}




/* HEADER CODE */

.header		{
	background-color: #996935;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: #000000 0px solid;
}

.headerheight	{ height: 80px; }

.logoimage	{ margin: 0px; }




/* SOCIAL ICON LOCATION, SPACING & WIDTH */

.socialspace	{ padding: 0px 1px 0px 1px; }

#sociallinks	{
		width: 103px;
		position: absolute;
		right: 8px;
		top: 15px;
		z-index: 100;
		border: #D4A766 0px solid;
		}

/* SOCIAL ICON HOVER */

.socialicons 	{
		border: #D4A766 1px solid;
		margin-bottom: 3px;
		/* FADE UP */
		transition: border 0.5s ease;
		-webkit-transition: border 0.5s;
		}

a:hover .socialicons 	{ border: #FFFFFF 1px solid; margin-bottom: 3px; }




/* FOOTER */

.footer		{
		color: #FFFFFF;
		font: normal 12px arial, sans-serif;
		width: 100%;
		text-align: center;
		}

.footerbars	{ color: #FFFFFF; }

.footerspace	{ height: 60px; }




/* STYLES FOR merchandise.htm */

.formmargin-cart	{ margin: 15px 0px 0px 0px; }

.merchwidth		{ width: 96%; }

table.merchbox td	{ padding: 8px 8px 8px 8px; }

.merchbox		{
			line-height: normal;
			background-color: #D4A766;
			border: #220000 0px solid;
			border-width: 3px 0px 3px 0px;
			}

.price	 		{ color: #000000; font: 16px arial, sans-serif; font-weight: bold; }

.merch-title		{ float: left; padding: 0px 96px 15px 0px; }

.view-cart		{ float: right; padding: 0px 0px 15px 0px; width: 165px; }

.cart-icon		{ margin: 0px 8px 0px 0px; display: block; }

/* ORDER BUTTONS */

.button-order	 	{
			-webkit-appearance: none;
			color: #220000;
	       		font: bold 14px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
			background-image: url("picts/button.png");
        		padding: 4px 5px 4px 5px;
			cursor:pointer;
        		border: #000000 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}

.buttonon-order	 	{
			-webkit-appearance: none;
			color: #000000;
	       		font: bold 14px arial, serif;
			text-align: center;
			background-color: #DFB44C;
			background-image: url("picts/button.png");
        		padding: 4px 5px 4px 5px;
			cursor:pointer;
        		border: #220000 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}




/* SLIDESHOW CODE */

.slideshow-imagediv
		{
		position: relative;
		width: 96%;
		padding: 0px;
		margin: 0px auto 0px auto;
		}

.slideshow-imagediv-width { max-width: 750px; }

.slideshow-image
		{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		}

.slideshow-imagediv, img.slideshow-image 
		{
		min-width: 250px;
		height: auto;
		}

.slideshow-borders 
		{
	border-style: solid;
	border-color: #220000;
	border-width: 1px 1px 0px 1px;
}

.slideshow-borders-buttons 
		{
		border-top: 0px solid;
		}

.slide-loading	{
		min-width: 250px;
		min-height: 167px;
		background-color:#220000;
		background-image: url("picts/slideshow-loading-white.gif");
		background-position: center center;
		background-repeat: no-repeat;
		}



/* SLIDESHOW LAYERED TEXT */

.slideshowlayer {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 250px;
	z-index: 40;
	background: transparent;
/* ----- SHADE COLORS LOOK IN THE "picts/shading" FOLDER FOR MORE COLORS */background-image: url("picts/shading/shade-tan-80.png");
/* ----- CORNER ROUNDING */
	border: #996935 1px solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

.sld-pad	{ padding: 10px; }

.sld-text	{ color: #FFFFFF; font: normal 12px arial, sans-serif; line-height: 20px; }

.sld-title	{ color: #FFFFFF; font: bold 15px arial, sans-serif; }



/* SLIDESHOW BUTTONS */

.button-slideshow-box 	{ width: 100%; }

.button-slideshow-box td { width: 25%; }

.button-slide-next	{
			background-image: url("picts/button-slide-next.png");
			border-right: #999999 0px solid;
			}

.button-slide-back	{
			background-image: url("picts/button-slide-back.png");
			border-left: #999999 0px solid;
			border-right: #999999 0px solid;
			}

.button-slideshow 	{
	-webkit-appearance: none;
	color: #FFFFFF;
	font: bold 13px arial, serif;
	line-height: 34px;
	text-align: center;
	background-color: 996935;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	cursor: pointer;
	height: 36px;
	width: 100%;
	border: 0px solid #663300;
	background-position: center center;
	background-repeat: no-repeat; /* ----- CORNER ROUNDING */;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

.button-slideshow:hover, 
.button-slideshow:active {
			color: #FFFFFF;
			background-color: #6F777B;
        		border: #999999 0px solid;
			}



/* SAMPLES PAGE CODE */

.tracktablebox		{ min-width: 250px; }

.tracktable		{ width: 100%; margin: 3px 0px 3px 0px; }

table.tracktable td 	{ padding: 4px 2px 4px 2px; border-bottom: #000000 1px solid; }

table.tracktable 	{
	border-top: #000000 1px solid;
	border-top-color: #000000;
}

.floatcd		{ float: left; width: 30%; padding: 0px 15px 15px 0px; margin: 0px; box-sizing:border-box; }

.floatcd-info		{ float: left; padding: 0px; margin: 0px; width: 70%; }

.cd-borders		{ border: #000000 1px solid; }



/* SAMPLES PAGE MUSIC PLAYER */

.playerbox		{ padding: 6px 0px 6px 0px; }

.mp3player-frame	{
			display:block;
			width: 100%;
			height: 17px;
			margin: 0px;
			padding: 0px;
			border: #000000 0px solid;
			}



/* MP3 DOWNLOAD ORDER CODE */

.SDL-notes		{ color: #220000; font: normal 12px arial, sans-serif; line-height: normal; }

.formmargin-SDL		{ margin: 0px; }

.buttonspace-SDL	{ width: 65px; }

.SDL-order	 	{
			-webkit-appearance: none;
			color: #000000;
	       		font: bold italic 14px arial, serif;
			text-align: center;
			background-color: #ffffff;
			background-image: url("picts/button.png");
			cursor:pointer;
			width: 60px;
        		border: #000000 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}

.SDLon-order	 	{
			-webkit-appearance: none;
			color: #FFFFFF;
	       		font: bold italic 14px arial, serif;
			text-align: center;
			background-color: #7d2121;
			background-image: url("picts/button.png");
			cursor:pointer;
			width: 60px;
        		border: #000000 1px solid;
		/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
			}




/* DOWNLOADS PAGES */

.header-download	{
	border-bottom: #D4a766 6px solid;
	border-bottom-color: #d4a766;
}




/* VIDEO CODE */

.videodescription	{
			color: #000000;
			font: normal 12px arial, sans-serif;
			font-weight: normal;
			max-width: 642px;
			padding: 12px 0px 12px 0px;
			border: #83837C 1px solid;
			border-width: 0px 0px 1px 0px;
			}

video, object, embed	{ display:block; margin: 0; padding: 0; }

table.videobox td {
		color: #FFFFFF;
		background-color:#000000;
		text-align: center;
		margin: auto;
		vertical-align: middle;
		border-collapse:collapse;
		padding: 0px;
		}

.videoborder	{
		border: #000000 1px solid;
		border-width: 1px 1px 1px 1px;
		}




/* CONTACT FORM */

.floatcontact	{ float: left; margin: 0px 40px 10px 12px; }

.shadeform	{
	color: #000000;
	font: 13px arial, sans-serif;
	background-color: #eobe73;
	text-align: left;
	width: 190px;
	border: #000000 1px solid;
}
.textarea	{
	color: #000000;
	font: 13px arial, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	overflow: auto;
	width: 240px;
	height: 150px;
	border: #000000 1px solid;
}
.button 	{
	-webkit-appearance: none;
	color: #FFFFFF;
	font: bold 13px arial, sans-serif;
	text-align: center;
	background-color: #663300;
	padding: 7px 35px 7px 35px;
	cursor: pointer;
	border: #000000 1px solid;
}

.buttonon 	{
		-webkit-appearance: none;
		color: #FFFFFF;
	       	font: bold 13px arial, sans-serif;
		text-align: center;
		background-color: #7d2121;
        	padding: 7px 35px 7px 35px;
		cursor: pointer;
        	border: #000000 1px solid;
		}




/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* NUMBERS MENU "menu-video.js" AND "menu-samples.js" AND "menu-slideshows.js" */

.num-arrow	{ width: 77px; background-color: transparent; }

#nummenu	{ width: 100%; position: relative; top: 0px; left: 0px; z-index: 42; }

.menu-num, #nummenu a.currenthilite	{
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: normal;
		padding: 5px 7px 5px 7px;
		margin: 0px 1px 0px 1px;
		cursor:pointer;
		text-align: center;
		display: block;
		}

a.menu-num:link, a.menu-num:visited, a.menu-num:active 
			{
			color: #ffffff;
			border: #D4A766 0px solid;
			}

a.menu-num:hover 	{
			color: #6F777B;
			padding: 4px 6px 4px 6px;
			border: #D4A766 1px solid;
			}

/* CURRENT PAGE NUMBER MENU HIGHLIGHT */

#nummenu a.currenthilite {
			color: #996935;
			padding: 4px 6px 4px 6px;
			border: #996935 1px solid;
			}




/* MENU-2 LAYERED LINKS */

#menudiv-2	{ min-width: auto; }

#menu-2		{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 42;
	background-image: url('../DCG working/picts/shading/shade-tan-50.png');
	border-top: #D4A766 0px solid;
	border-bottom: #D4A766 0px solid;
	border-top-color: #D4A766;
	border-bottom-color: #D4A766;
}

.menu-2-inner 	{
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		padding: 8px 10px 8px 10px;
		}

#menu-2 a		{ padding: 0px 30px 0px 0px; }

#menu-2 a:link, #menu-2 a:visited, #menu-2 a:active 
			{
			color: #FFFFFF;
			background-color: #996935;
			text-decoration: none;
	/* MENU FADE UP */
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s;
			}

#menu-2 a:hover	{ color: #FFFFFF; text-decoration: underline; }

#menu-2.menu-2-noimage	{
	background-color: #ffffff;
	background-image: url("picts/menu-2-background.jpg");
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	min-width: 250px;
	margin: 0px auto 0px auto;
	border-top: #D4A766 0px solid;
	border-bottom: #D4A766 0px solid;
	color: #ffffff;
}




/* TOP MENU CODE */

#menudiv		{
	min-width: 750px;
	background-color: #69401f;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	border-top: #69401f 0px solid;
	border-bottom: #69401f 0px solid;
}

#menunav, #menunav ul 	{
			width: 100%;
			list-style: none;
			padding: 0px;
			margin: 0px;
			}

/* MENU WIDTH, PADDING, FONT FACE & COLOR */

#menunav a 		{
			color: #FFFFFF;
			font: 12px arial, sans-serif;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			padding: 3px 2px 3px 2px;
			width: 84px;
			display: block;
			cursor: pointer;
			}

/* MENU BACKROUND, BORDER & MARGINS */

#menunav li 		{
			background-color: transparent;
			background-repeat:repeat-x;
			display: inline-block;
    			*display:inline;/* For IE*/
    			*zoom:1;
			padding: 0px;
			margin: 0px 2px 2px 0px;
	/* MENU FADE UP */
	transition: background-color, border 0.5s ease;
	-webkit-transition: background-color, border 0.5s;
			border: #69401f 1px solid;
	/* CORNER ROUNDING */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
			}

/* MENU HOVER FONT COLOR */

#menunav li a:hover 
			{
			color: #FFFFFF;
			text-decoration: none;
			cursor: pointer;
			}

/* MENU HOVER BACKGROUND AND BORDER */

#menunav li:hover 
			{
	background-color: #b78753;
	border: #D4A766 1px solid;
}

.mobile-hide {display:block;}


/***************
START Media Queries - RESPONSIVE FOR SMALLER MOBILE SCREENS
***************/

@media screen and (max-width: 767px) {

.logoimage {float:left !important;}
#menudiv {max-width:100% !important; box-sizing:border-box !important; padding:2px 15px !important; min-width:auto !important; display:none !important;}
#menu-2 {max-width:100% !important; box-sizing:border-box !important; padding:2px 15px !important; min-width:auto !important; display:none !important;}
.mobile-hide {display:none !important;}
	
}

@media screen and (max-width: 480px) {

.logoimage {float:left; max-width:50% !important;}
.JQposition {margin-top:-150px !important;}
	
}


@media handheld and (max-width: 480px),
   screen and (max-device-width: 480px),
   screen and (max-width: 480px) 
	{



/* MQs - HOMEPAGE */

.layertitle 	{ font-size: 15px; font-weight: bold; }

.JQposition 	{  }

.TLposition 	{ height: 60px; }

#NextPrev	{ display: none; }

.textlayer-pad	{ padding: 5px 5px 5px 9px; }

span.layertext	{  }

.home-small	{  }

.homeplayer	{ width: 275px; }



/* MQs - SLIDESHOW */

.slideshowlayer	{ display: none; }



/* MQs - MISC */

.pageheight	{ min-height: 430px; }

.logoimage	{
	max-width: 300px;
}

.just 		{ text-align: left; }

.floatcells	{ margin: 0px 10px 10px 0px; }

.view-cart	{ float: left; }



/* MQs - MENUS */

#menu-2 a	{ padding: 0px 8px 0px 0px; }

.menu-2-inner	{ text-align: center; }

#menudiv, #menudiv-2	{ min-width: 300px; }

#nummenu	{ position: absolute; left: 0px; top: 50px; width: 100%; }



	}

/***************
END Media Queries
***************/


