BODY	

{
	scrollbar-base-color: #CF8FF4;
	scrollbar-track-color: #3A3A39;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: #999999 0px solid;
	}


/* PAGE LINK CODE */

a:link		{ color: #7D1EB4; text-decoration: none; }

a:visited	{ color: #7D1EB4; text-decoration: none; }

a:active	{ color: #7D1EB4; text-decoration: none; }

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


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

TABLE 		{ COLOR: #000000; FONT: 13px arial, verdana, sans-serif; font-weight: normal; }

.title 		{ COLOR: #74518D; FONT: 20px arial, verdana, sans-serif; font-weight: normal; text-align:left}

.subtitle	{ COLOR: #74518D; FONT: 18px arial, verdana, sans-serif; font-weight: normal; }
.subtitle2	{ COLOR: #530281; FONT: 18px arial, verdana, sans-serif; font-weight: normal; }

.text	{ COLOR: #514F4E; FONT: 12px arial, verdana, sans-serif; font-weight: normal; }

.phonetitle 	{ color: #74518D; font: 15px arial, verdana, sans-serif; font-weight: bold; }

.footer		{ COLOR: #606062; FONT: 11px arial, verdana, sans-serif; font-weight: normal; }

.testimonial	{ COLOR: #339900; FONT: 11px verdana, arial, sans-serif; font-style: italic; font-weight: bold; }

.list 		{ COLOR: #996600; FONT: 13px arial, verdana, sans-serif; font-weight: normal; }


.formmargin		{ margin: 0px; }

.just 			{ text-align: justify; }




/* NON-GALLERY IMAGE BORDERS */

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





/* BACKGROUND CODE */

.background-main 	{
		background-image: url("picts/background.jpg");
		background-repeat: no-repeat;
		background-position: 0px 100px;
		}

.background-home 	{
		background-image: url("picts/boy_with_present_home.jpg");
		background-repeat: no-repeat;
		background-position: 0px 70px;
		}


/* BAR UNDER LOGO  */

.headerbar	{
		height: 11px;
		border-top: #4F331D 1px solid;
		border-bottom: #4F331D 1px solid;
		background-color:#A27E44;
		background-image: url("picts/split-bar.gif");
		background-repeat: repeat-x;
		width:100%;
		}


/* PAGE SPLIT BARS */

.page-splits	{
		border: #4A0A64 0px solid;
		border-bottom: #FFFFFF 1px solid;
		background-color: #4A0A64;
		color: #4A0A64;
		height: 2px;
		width: 90%;
		margin-top: 10px;
		margin-bottom: 10px;
		}



/* LEFT SIDEBAR AREA BORDERS, CODE AND COLORS */


.sidebarwidth	{ width: 175px; }
.sidebarwidth2	{ width: 65px; }


fieldset 	{
		COLOR: #404340;
		FONT: normal 11px arial, verdana, sans-serif;
		border: 1px solid #458340;
		-moz-border-radius: 5px;
		padding-top: 0px;
		padding-bottom: 10px;
		padding-left: 8px;
		padding-right: 8px;
		width: 127px;
		text-align: justify;
		}

fieldset legend {
		COLOR: #64AE5E;
		FONT: bold 12px arial, verdana, sans-serif;
		border: 1px solid #458340;
		margin-bottom: 6px;
		padding: 2px;
		padding-left: 5px;
		padding-right: 5px;
		}




/* HOMEPAGE CODE */

.hometable	{
		BORDER-TOP: #4F331D 1px solid;
		BORDER-BOTTOM: #4F331D 1px solid;
		margin-top: 8px;
		margin-bottom: 8px;
		}


/* HOMEPAGE LINK AREA BORDER CODE */

.bordertables	{
		BORDER-TOP: #4F331D 1px solid;
		BORDER-BOTTOM: #4F331D 0px solid;
		height: 45px;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.homelinks		{
			font-family: arial, verdana, helvetica, sans-serif;
		  	font-size: 10px;
		  	font-weight: normal;
			letter-spacing: 3px;
			padding-left: 15px;
			padding-right: 15px;
			}

a.homelinks:link		{ color: #523B2C; text-decoration: none; }

a.homelinks:visited		{ color: #523B2C; text-decoration: none; }

a.homelinks:active		{ color: #523B2C; text-decoration: none; }

a.homelinks:hover		{ color: #339900; text-decoration: none; }




/* PRODUCT GALLERY SLIDESHOW AND VIEWER CODE */

.Galborder	 	{ border: #000000 1px solid; margin-bottom: 3px; margin-top: 3px; }

A:hover .Galborder 	{ border: #705F5F 1px solid; margin-bottom: 3px; margin-top: 3px; }

.gallerytext		{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: normal; }

.gallerytitle 		{ COLOR: #000000; FONT: 14px verdana, arial, sans-serif; font-weight: normal; }

.viewer-border		{ BORDER: #000000 1px solid; }

.price 		{
		FONT: 17px verdana, arial, sans-serif;
		font-weight: normal;
		COLOR: #9900FF;
		}

.cartdropdown	{
		COLOR: #000000;
		WIDTH: 127PX;
		FONT: 11px arial, verdana, sans-serif;
		margin: 1px;
		}




/* SLIDESHOW MENU CODE */

.button-gallery 	{
			background-color:#FFFFFF;
			font-family: arial, verdana, helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #846852;
			cursor: pointer;
			text-align: center;
			padding-left: 8px;
			padding-right: 8px;
			padding-top: 1px;
			padding-bottom: 1px;
			BORDER: #846852 1px solid;
			}


.buttonon-gallery	{
			background-color:#FFF9F4;
			font-family: arial, verdana, helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #000000;
			cursor: pointer;
			text-align: center;
			padding-left: 8px;
			padding-right: 8px;
			padding-top: 1px;
			padding-bottom: 1px;
			BORDER: #000000 1px solid;
			}









/* CONTACT FORM */

.submitbutton	{ font-size: 13px; }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #A27E44 1px solid; }
		

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 250PX;
		BORDER: #A27E44 1px solid; }

.dropdown 	{ COLOR: #74518D;
		WIDTH: 200PX;
		FONT: 11px verdana, arial, sans-serif; }

/* RECOMMENDATION FORM */

.shadeform2 	{
		FONT: 13px arial, verdana, sans-serif;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		color: #000000;
		text-align: left;
		WIDTH: 100PX;
		BORDER: #A27E44 1px solid;
		}









/* LINKS PAGE CODE */


.linksmargin	{ margin-top: 6px; margin-bottom: 0px; }

.searchbutton 	{ font-size: 11px; }

.searchform 	{
		FONT: 13px arial, verdana, sans-serif;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		color: #000000;
		text-align: left;
		WIDTH: 110PX;
		BORDER: #A27E44 1px solid;
		}






/* HIDE MENU AND ITEMS FOR PRINTING */


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









/* START THE CODE FOR THE MENUS */


.menubackground	{
		background-color: #E2D5E2;
		border-top: #666666 0px solid;
		border-bottom: #000000 1px solid;
		padding-top: 16px;
		padding-bottom: 16px;
		}



.menu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: bold;
		  letter-spacing: 1px;
		  padding-top: 2px;
		  padding-bottom: 3px;
		  padding-left: 5px;
		  padding-right: 5px;
		  margin-right: 5px;
		  cursor:pointer;
		  text-align: center;
		  display: block;
		  line-height: 16px;
		  white-space:nowrap;
		  border: #797986 1px solid;
		  }


a.menu:link 	{ background-color:#000000;
		  background-image: url("picts/menu.gif");
		  color: #B5B5C8; }


a.menu:visited 	{ background-color:#000000;
		  background-image: url("picts/menu.gif");
		  color: #B5B5C8; }


a.menu:active 	{ background-color:#000000;
		  background-image: url("picts/menu.gif");
		  color: #B5B5C8; }


a.menu:hover 	{ background-color:#78538D;
		  background-image: url("picts/menuon.gif");
		  color: #FFFFFF;
		  border: #B5B5C8 1px solid; }


/* CODE FOR THE menu_gallery.js MENU */


.navbackground	{
		border-top: #000000 0px solid;
		border-bottom: #000000 0px solid;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align:center;
		}


.menu-nav	{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 12px;
		  font-weight: normal;
		  padding-top: 3px;
		  padding-bottom: 3px;
		  padding-left: 8px;
		  padding-right: 8px;
		  margin-left: 2px;
		  margin-right: 2px;
		  margin-top: 6px;
		  margin-bottom: 6px;
		  cursor:pointer;
		  text-align: center;
		  display: block;
		  white-space: nowrap;
		  border: #000000 1px solid; }


a.menu-nav:link 	{ color: #000000;
					  }


a.menu-nav:visited 	{ color: #000000; }


a.menu-nav:active 	{ color: #000000; }


a.menu-nav:hover 	{ background-color:#BE54BA;
			  color: #000000;
			  border: #000000 1px solid; }

/* CODE FOR THE INDEX PAGE CLICK ON IMAGES TO ENLARGE */


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
.highslide-credits,
.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
.highslide-credits:hover,
.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
	margin-top: -15px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
