body 	{
	background-color:#EEEDEB;
	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; }




/* 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: #006600; text-decoration: none; }

a:hover				{ color: #996600; 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: 650px; min-width: 250px; }

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

.pageheight	{ min-height: 750px; }




/* CODE FOR IMAGES */

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

.main-image	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		border: #556855 0px solid;
		border-width: 0px 0px 10px 0px;
		}

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

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

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

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

a:hover .HoverBorder,
a:active .HoverBorder
		{ border: #EC711E 1px solid; }




/* IMAGE BORDERS AND SPACING AND BARS ARROWS */

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

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

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




/* HOME PAGE MUSIC PLAYER */

.homeplayer		{ width: 700px; }

.homeplayerdiv		{
			max-width: 700px;
			min-width: 210px;
			}




/* 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: bold 12px arial, sans-serif; line-height:
20px; }

.layertitle	{ color: #FFFFFF; font: bold 20px "arial black", 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-black-60.png");
		border: #000000 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: 70px;
		right: 0px;
		width: 300px;
		height: 220px;
		z-index: 40;
		}

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



/* TEXT LAYER LINK COLORS */

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

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

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

/* JQUERY NEXT PREV BUTTONS */

#NextPrev	{
		position: absolute;
		right: 55px;
		top: 212px;
		width: 62px;
		height: 33px;
		z-index: 41;
		background-image: url("JQuery-Content/JQ-buttonshade.png");
		background-repeat: no-repeat;
		}

div#NextPrev	td	{ padding: 0px; }

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

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

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

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

a:hover .JQHoverBorder,
a:active .JQHoverBorder
		{ border: #EC711E 1px solid; }


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

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




/* HEADER CODE */

.header		{
		background-color: #000000;
		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: #C0C0C0 0px solid;
		}

/* SOCIAL ICON HOVER */

.socialicons 	{
		border: #000000 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: #7B6538;
		font: normal 12px arial, sans-serif;
		width: 100%;
		text-align: center;
		}

.footerbars	{ color: #996600; }

.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: #F7F5F3;
			background-image: url("picts/background-merchbox.jpg");
			background-repeat: repeat-x;
			border: #9DAA9D 1px solid;
			}

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

.merch-title		{ float: left; padding: 0px 36px 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: #FFFFFF;
	       		font: bold 14px arial, serif;
			text-align: center;
			background-color: #556855;
			background-image: url("picts/button.png");
        		padding: 6px 5px 6px 5px;
			cursor:pointer;
			width: 125px;
        		border: #006600 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: #FFFFFF;
	       		font: bold 14px arial, serif;
			text-align: center;
			background-color: #CC0000;
			background-image: url("picts/button.png");
        		padding: 6px 5px 6px 5px;
			cursor:pointer;
			width: 125px;
        		border: #660000 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: #999999 0px solid;
		border-width: 1px 1px 0px 1px;
		}

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

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


/* ARTSHOW CODE */

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

.artshow-imagediv-width { max-width: 500px; }

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

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

.artshow-borders
		{
		border: #999999 0px solid;
		border-width: 1px 1px 0px 1px;
		}

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

.slide-loading	{
		min-width: 250px;
		min-height: 167px;
		background-color:#FFFFFF;
		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-gray-60.png");
/* ----- CORNER ROUNDING */
		border: #666666 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: #000000;
        		padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
        		display: block;
			cursor:pointer;
			height: 36px;
			width: 100%;
        		border: #999999 0px solid;
			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: #CC0000;
        		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: #C0C0C0 1px
solid; }

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

.floatcd		{ float: left; width: 162px; height: 162px; padding: 0px; margin:
0px 15px 5px 0px; }

.floatcd-info		{ float: left; padding: 0px; margin: 0px; min-width: 220px; }

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



/* 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 0px; }

.shadeform	{
		color: #556855;
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		text-align: left;
		width: 190px;
		border: #556855 1px solid;
		}

.textarea	{
		color: #556855;
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		text-align: left;
		overflow: auto;
		width: 240px;
		height: 150px;
		border: #556855 1px solid;
		}

.button 	{
		-webkit-appearance: none;
		color: #FFFFFF;
	       	font: bold 12px arial, sans-serif;
		text-align: center;
		background-color: #556855;
        	padding: 7px 35px 7px 35px;
		cursor: pointer;
        	border: #999999 1px solid;
		}

.buttonon 	{
		-webkit-appearance: none;
		color: #FFFFFF;
	       	font: bold 12px arial, sans-serif;
		text-align: center;
		background-color: #CC0000;
        	padding: 7px 35px 7px 35px;
		cursor: pointer;
        	border: #330000 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"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: #006600;
			border: #006600 0px solid;
			}

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

/* CURRENT PAGE NUMBER MENU HIGHLIGHT */

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




/* MENU-2 LAYERED LINKS */

#menudiv-2	{ min-width: 750px; }

#menu-2		{
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 42;
		background-image: url("picts/shading/shade-black-60.png");
		border-top: #000000 0px solid;
		border-bottom: #000000 0px solid;
		}

.menu-2-inner 	{
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		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;
			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: transparent;
		background-image: url("picts/shading/shade-black-70.png");
		background-repeat: repeat-x;
		position: relative;
		width: 100%;
		min-width: 250px;
		margin: 0px auto 0px auto;
		border-top: #000000 0px solid;
		border-bottom: #000000 0px solid;
		}




/* TOP MENU CODE */

#menudiv		{
			min-width: 750px;
			background-color: #556855;
			padding: 5px 2px 4px 2px;
			margin: 0px 0px 0px 0px;
			border-top: #666666 0px solid;
			border-bottom: #666666 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: 6px 5px 6px 5px;
			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: #666666 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: #4D5F4D;
			border: #FFFFFF 1px solid;
			}




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

@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 	{ height: 60px; }

.TLposition 	{ height: 60px; }

#NextPrev	{ display: none; }

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

span.layertext	{ display: none; }

.home-small	{ display: none; }

.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
***************/


/* RESPONSIVE VIDEO CODE */



.videobox	{

		max-width: 640px;

margin: 0 auto;

		padding: 0px 5px 0px 5px;

		}



.video-container {

		min-width: 288px;

padding-top: 30px;

padding-bottom: 56.25%;

height: 0;

overflow: hidden;

position: relative;

z-index: 100;

}



.video-container iframe,
.video-container object,
.video-container embed {

width: 100%;

height: 100%;

		position: absolute;

		top: 0;

left: 0;

		z-index: 100;

		}

.date-font { color: #999999; font: 10px verdana, arial, sans-serif; font-weight: bold; }

