@charset "UTF-8";
/* CSS Document */


/* COMMON BACKGROUNDS */
body
{
	background-color: #000000;
}

body
{
	background-image: url("/constants/images/backgrounds/stone_purple.jpg");
	background-attachment: fixed;
}

table.nav,
div#spacer
{
	background-color: #000000;
}

div.tab,
div#popup
{
	background-image: url("/constants/images/backgrounds/frost.png");
}

table#main
{
}

#header,
#footer,
table#main
{
	background-color: #000000;
}

div#footer
{
	background-image: url("/constants/images/backgrounds/background_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}
/* END COMMON BACKGROUNDS */


/* COMMON COLORS */
body,
h1,
h2,
h3,
h4,
h5,
#body
{
	color: #bbbbbb;
}

#media a.tab_label
{
	color: #eeeeee;
}

a,
div.tab a
{
	color: #4d3c87;
}

/* SEE BOTTOM FOR BORDER COLORS */

div.current,
ul.quicknav,
table.wholesale tr.item:hover
{
	background-color: #201040;
}
/* END COMMON COLORS */


/* COMMON FONTS */
body
{
}

h1,
h2
{
	font-family: 'Permanent Marker', arial, sans-serif;
}
/* END COMMON FONTS */


/* HEADER */
#header
{
	background-image: url("/constants/images/backgrounds/header_stomp.jpg");
}

	#media
	{
	}
		#media a.tab_label
		{
			text-shadow: none;
		}
			#media div.medialabel:hover a.tab_label
			{
				color: #999999;
				text-shadow: none;
			}
	div.tab
	{
		top: 20px;
	}
/* END HEADER */

/* NAV */
table.nav
{
}
/* END NAV */

/* SLIDESHOW */
div#spacer
{
	height: 0px;
}
div#slideshow
{
	top: 220px;
}
/* END SLIDESHOW */

h1
{
	color: #fffafa;
	text-shadow: 0px 0px 10px #B04B57;
}
h2
{
	color: #f6fff6;
	text-shadow: 0px 0px 10px #187350;
}

table.events th,
table.events td
{
	border-bottom: 1px dashed;
}
table.sub th,
table.sub td
{
	border-bottom: none;
}

/* MAP PAGE */
img#map
{
	cursor: default;
	width: 896px;
}
#tooltip
{
	background-image: url("/constants/images/backgrounds/frost.png");
	max-width: 285px;
	display: none;
	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 6;
	padding: 5px;
	border: 1px solid #000000;
}
#tooltip table
{
	width: 100%;
}
#tooltip table th
{
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	width: 75px;
	border-right: 1px solid #666666;
}
#tooltip table th,
#tooltip table td
{
	border-bottom: 1px solid #666666;
}
#tooltip img
{
	width: 200px;
}
/* END MAP PAGE */

/* FORM */
input,
textarea,
input.button,
button,
select
{
	background-color: #9b83b4;
}
.optional
{
	background-color: #796192;
}
input.button:hover,
button:hover
{
	background-color: #bda5d6;
}
input.button:active,
button:active
{
	background-color: #685081;
}
input,
textarea,
.optional,
input.button,
button
{
	color: #000000;
	border-color: #000000;
}
/* END FORM */

/* BORDER COLORS */
h1,
h2,
h3,
h4,
img.image1,
img.image2,
img.image3,
td.heading_top,
td.heading_left,
td.heading_bottom,
th.heading_top,
th.heading_left,
th.heading_bottom,
div.tab,
img.newsletter,
table#main td.main + td,
table.hours,
iframe.map,
iframe.calendar,
table#main img,
img.gallerypic_small,
img.gallerypic_large,
table.order,
table.events th,
table.events td
{
	border-color: #201030;
}
#media div.medialabel + div.medialabel
{
	border-color: #bbbbbb;
}
