@charset "UTF-8";


/* STRUCTURE STYLES */

body {
	
	margin-left: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 20px;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height:14px;
}

ul {
	line-height: 15px;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: inside;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}

.menu {
	font-size: 12px;
	background-image:url(images/Untitled-1_09.png);
	background-repeat:no-repeat;
}

.menuimages {
	padding-top:3px;
}
	

.contentarea {
	padding-top:10px;
}

.video {
	margin-bottom:5px;
}

.smalltext {font-size: 9px;}




/* BIO PAGE STYLES */

.bioheader {
	color: #000000;
	font-size: 11px;
}

.bio A:link {color: #000000; text-decoration: none}
.bio A:visited {color: #000000; text-decoration: none}
.bio A:active {color: #000000; text-decoration: none}
.bio A:hover {color: #F68E1E; text-decoration: underline;}



/* GALLERY PAGE STYLES */

.galleryheader {
	color: #000000;
	font-size: 11px;
}

.gallery A:link {color: #000000; text-decoration: none}
.gallery A:visited {color: #000000; text-decoration: none}
.gallery A:active {color: #000000; text-decoration: none}
.gallery A:hover {color: #EB008B; text-decoration: underline;}


/* CONTACT PAGE STYLES */

.contactheader {
	color: #000000;
	font-size: 11px;
}

.contact A:link {color: #000000; text-decoration: none}
.contact A:visited {color: #000000; text-decoration: none}
.contact A:active {color: #000000; text-decoration: none}
.contact A:hover {color: #01000B; text-decoration: underline;}


/* STORE PAGE STYLES */

.storeheader {
	color: #000000;
	font-size: 11px;
}

.store A:link {color: #000000; text-decoration: none}
.store A:visited {color: #000000; text-decoration: none}
.store A:active {color: #000000; text-decoration: none}
.store A:hover {color: #009089; text-decoration: underline;}

.storethumbs A:link {color: #000; text-decoration: none}
.storethumbs A:visited {color: #000; text-decoration: none}
.storethumbs A:active {color: #000; text-decoration: none}
.storethumbs A:hover {color: #000; text-decoration: none;}


.storethumb {
	width:176px;
	padding-bottom:10px;
}


/* HIGHSLIDE CSS */
/**** HIGHSLIDE ****/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border-bottom: 0px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #fff;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}