BODY	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	background-color: #FFFFFF;
	}





/* PAGE LINK COLORS */

a:link		{ color: #0033FF; text-decoration: none; }

a:visited	{ color: #6633FF; text-decoration: none; }

a:active	{ color: #0033FF; text-decoration: none; }

a:hover		{ color: #6699FF; text-decoration: none; }





/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 11px arial, geneva, verdana, sans-serif; }

.title		{ COLOR: #000000; FONT: 18px arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #999999; FONT: 18px arial, sans-serif; font-weight: normal; }

.title3		{ COLOR: #FF0000; FONT: 18px arial, sans-serif; font-weight: normal; }

.subtitle	{ COLOR: #3366FF; FONT: 13px arial, sans-serif; font-weight: bold; }

.footer		{ COLOR: #999999; FONT: 10px arial, verdana, sans-serif; }

.hilite		{ COLOR: #006600; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; }

.pageheight	{ height: 450px; }

.pagewidth	{ width: 700px; }





#headerlayer	{
		position: relative;
		left: 0px;
		top: 100px;
		margin-top: -100px;
		z-index:3;
		width: 752px;
		text-align: center;
		border:#000000 0px solid;
		}





/* IMAGE BORDERS AND IMAGE BACKGROUNDS */

.borders		{ border: #000000 1px solid; }

.bannerborders		{
			border-top: #A1ACBA 1px solid;
			border-right: #A1ACBA 1px solid;
			border-bottom: #A1ACBA 1px solid;
			border-left: #A1ACBA 1px solid;
			}

.imagebackground	{ background-color: #FFFFFF; }





/* MISC CODE AND COLORS */

.splitlines	{
		border: #B7C0C1 1px solid;
		background-color: #FFFFFF;
		color: #FFFFFF; height: 5px;
		width: 100%;
		margin-top: 3px;
		margin-bottom: 3px;
		}

.nobreak	{ white-space:nowrap; }





/* PICTURE GALLERY CODE */

.Galborder	 	{ border: #000000 1px solid; cursor:pointer; }	

A:hover .Galborder,
A:active .Galborder 	{ border: #FF0000 1px solid; cursor:pointer; }

.slideshow	{
		font-family: arial, verdana, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		color: #000000;
		cursor:pointer;
		font-weight: bold;
		padding-left: 9px;
		padding-right: 9px;
		margin-bottom: 3px;
		border: #000000 1px solid;
		}

.slideshowon	{
		font-family: arial, verdana, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		color: #000000;
		cursor:pointer;
		font-weight: bold;
		padding-left: 9px;
		padding-right: 9px;
		margin-bottom: 3px;
		border: #FF0000 1px solid;
		}





/* SIDEBAR CODE */

fieldset.sidebar	{
			width: 152px;
			color: #666666;
			font: 11px arial, geneva, verdana, sans-serif;
			font-weight: normal;
			text-align:left;
			padding: 8px;
			}

fieldset.sidebar legend	{
			color: #3366FF;
			font: 13px arial, sans-serif;
			font-weight: bold;
			background-color: #FFFFFF;
			background-image: url("picts/sidebar_title.gif");
			border: #3366FF 1px solid;
			padding: 1px 5px 2px 5px;
			margin-top: 6px;
			margin-bottom: 6px;
			}





/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none;}
}
@media screen{
.printonly { display:none }
}





/* START CODE FOR THE FORMS */

.shadeform	{
		FONT: 12px arial, verdana, sans-serif;
		COLOR: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		margin-top:1px;
		BORDER: #000000 1px solid;
		}

.dropdown 	{
		FONT: 12px arial, verdana, sans-serif;
		COLOR: #000000;
		background-color: #FFFFFF;
		margin-top:1px;
		}

.button 	{
		background-color: #F0F0F0;
		background-image: url("picts/button.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #000000;
		font-size: 11px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding: 3px 5px 3px 5px;
		BORDER: #A1ACBA 1px solid;
		}


.buttonon 	{
		background-color: #D5DFEF;
		background-image: url("picts/buttonon.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #000000;
		font-size: 11px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding: 3px 5px 3px 5px;
		BORDER: #3366FF 1px solid;
		}





/* LINKS PAGE CODE */

.searchbutton 	{
		background-color:#F0F0F0;
		background-image: url("picts/button.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #000000;
		font-size: 11px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding: 1px 2px 1px 2px;
		BORDER: #A1ACBA 1px solid;
		}





/* SAMPLES PAGE CODE FOR MINIMP3 */

.samplesplay	{ background-color: #DCFFDC; }

.samplestitles	{ background-color: #EBEFF5; }

.samplestable	{
		background-color: #F9FAFC;
		COLOR: #5C6E9F;
		FONT: 11px arial, geneva, verdana, sans-serif;
		font-weight: normal;
		}





/* CODE FOR THE CART */

.price 		{ color: #00CC00; FONT: 16px arial, sans-serif; font-weight: bold; text-decoration: underline; }

.cartfield	{
		padding: 10px;
		width: 325px;
		}


.carttitle	{
		COLOR: #000000;
		FONT: 20px arial, sans-serif;
		font-weight: normal;
		padding: 5px 10px 5px 5px;
		}

.cartborder	{ border: #A1ACBA 1px solid; }

.cartdrop 	{
		FONT: 10px arial, verdana, sans-serif;
		COLOR: #000000;
		width: 100px;
		margin-top: 1px;
		margin-bottom: 4px;
		}





/* START THE CODE FOR THE PAGE MENUS */

.menu-table 	{
		width: 752px;
		background-color:#F0F0F0;
		background-image: url("picts/menu-background.gif");
		border-top: #A1ACBA 0px solid;
		border-left: #A1ACBA 0px solid;
		border-right: #A1ACBA 1px solid;
		border-bottom: #A1ACBA 1px solid;
		}


.menu		{
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align:center;
		padding-top: 7px;
		padding-bottom: 8px;
		padding-left: 20px;
		padding-right: 20px;
		cursor: pointer;
		display: block;
		white-space: nowrap;
		background-image: url("picts/menu.gif");
		background-color:#F0F0F0;
		border-right: #A1ACBA 1px solid;
		}


.firstmenu	{
		border-left: #A1ACBA 1px solid;
		}



a.menu:link 	{
		color: #000000;
		}


a.menu:visited 	{
		color: #000000;
		}


a.menu:active 	{
		color: #000000;
		}



a.menu:hover 	{
		background-image: url("picts/menuon.gif");
		background-color: #D5DFEF;
		color: #000000;
		}




