body	{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	}

html	{ height: 100%; }




/* 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-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.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%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU PAGE LINK COLORS */

a:link		{ color: #145D89; text-decoration: none; }

a:visited	{ color: #145D89; text-decoration: none; }

a:active	{ color: #145D89; text-decoration: none; }

a:hover		{ color: #996600; text-decoration: none; }




/* BACKGROUNDS */

.background-sub    {
		   background-image: url("picts/background-image.jpg");
		   background-repeat: no-repeat;
		   background-position: center top;
		   }




/* THE NEXT LINE CONTROLS THE FONT SIZE FOR ALL PAGES */


div, table	{ color: #000000; font: 11px verdana, arial, sans-serif; font-weight: normal; }

.title 		{ color: #000000; font: 12px verdana, arial, sans-serif; font-weight: bold; letter-spacing: 4px; }

.subtitle 	{ color: #990066; font: 11px verdana, arial, sans-serif; font-weight: bold; letter-spacing: 0px; }

.largetitle	{ color: #888888; font: 18px verdana, arial, sans-serif; font-weight: normal; }

.phonetitle 	{ color: #000000; font: 13px arial, sans-serif; font-weight: bold; }

/* THE LINKS IN THE menu_bottom.js USE THE FOLLOWING CODE */

.smalltitle 	{ color: #999999; font: 11px verdana, arial, sans-serif; font-weight: normal; letter-spacing: 4px; }

.hilite		{ color: #990066; }

.just 		{ text-align: justify; }




/* CONTENT WIDTHS, HEIGHT, MARGINS, PADDING */

.pagewrapper		{
			width: 100%;
			height: 100%;
			margin-left: auto;
			margin-right: auto;
			border: #FF0000 0px solid;
			}

.content-outer		{ padding: 0px 10px 0px 10px; }

.content-width		{ width: 560px; }

.content-pad		{ padding: 8px; }

.pageheight		{ min-height: 700px; }




/* HEADER CODE */

.header		{
		width: 100%;
		height: 100px;
		background-color: #000000;
		border-bottom: #FF0000 0px solid;
		}

.shadow-header	{
		font-size: 1px;
		line-height: 1px;
		background-image: url("picts/shadow-header.gif");
		background-repeat: repeat-x;
		}

.shadow-header-height	{ height: 25px; } /* HOMEPAGE ONLY */



/* OPTIONAL LINE IN header.js */

.header-line	{
		background-image: url("picts/header-line.gif");
		background-repeat: repeat-x;
		}

.header-line-height 	{ height: 5px; }



/* GRAPHIC HEADER */

.logoimage	{ margin-top: 0px; margin-bottom: 0px; }

/* FONT USED FOR TEXT HEADER IN NON-FLASH BROWSERS */

.NoFlashTitle	{ color: #FFFFFF; font: normal 18px arial, sans-serif; letter-spacing: 10px; line-height: 96px; }




/* TEXT LIST COLORS AND SPACING */

.list	{ line-height: 22px; color: #663366; }




/* HOMEPAGE CODE */

.home-spacer	{ height: 5px; }

.homeflash	{
		background-color: #FFFFFF;
		border: #000000 1px solid;
		}

table.homeimages td	{ padding: 10px 4px 4px 4px; }

.homeimage-OPTIONAL	{ border: #000000 1px solid; }

/* HOMEPAGE GALLERY LINKS */

a.homelink:link		{ color: #666666; text-decoration: none; }

a.homelink:visited	{ color: #666666; text-decoration: none; }

a.homelink:active	{ color: #666666; text-decoration: none; }

a.homelink:hover	{ color: #99CCFF; text-decoration: none; }




/* NON-GALLERY IMAGE BORDERS AND CAPTIONS */

.img-borders	{ border: #000000 1px solid; }

.img-captions	{ color: #999999; font-size: 10px; padding: 6px 0px 4px 0px; }




/* PICTURE GALLERY CODE */

.gallerytext 	{ font-size: 11px; padding: 5px 0px 7px 0px; }

.picturetitle 	{ color: #000000; font: 12px verdana, sans-serif; font-weight: bold; }

.gallery-text-width	{
			width: 680px;
			padding: 0px 0px 0px 0px;
			}

.gallery-images-width	{
			width: 90%;
			max-width: 900px;
			padding: 0px 0px 0px 0px;
			}

.gal-cell, .cart-width	{
			width: 140px;
			padding-top: 1px;
			padding-bottom: 4px;
			}

.gallery-align		{ min-height: 70px; }

/* GALLERY BORDERS */

.Galborder	 	{ border: #000000 1px solid; cursor: pointer; margin-bottom: 4px; }

A:hover .Galborder,
A:active .Galborder 	{ border: #FF0000 1px solid; filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; cursor: pointer; margin-bottom: 4px; }

.viewer-border		{ border: #000000 1px solid; display: block; }


/* GALLERY CART CODE */

.price 			{ color: #006600; font: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; }

.gallery-text-width-cart {
			 width: 90%;
			 max-width: 900px;
			 padding: 0px 0px 0px 0px;
			 }

.cart-box	{
		background-color: #E7F3E4;
		border: #5DC344 1px solid;
		margin-top: 1px;
		}

table.cart-box td { padding: 6px 3px 6px 5px; }

#view-cart	{ position: relative; top: -15px; left: 0px; }

.button-order 	{
		background-image: url("picts/button-order.jpg");
		background-color:#5DC344;
		font-family: arial, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		cursor:pointer;
		width: 72px;
		padding-top: 4px;
		padding-bottom: 4px;
		border: #0A6C08 1px solid;
		}

.buttonon-order {
		background-image: url("picts/buttonon-order.jpg");
		background-color: #FFCC66;
		font-family: arial, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		cursor:pointer;
		width: 72px;
		padding-top: 4px;
		padding-bottom: 4px;
		border: #FF7C2C 1px solid;
		}

.cart-options	{
		color: #000000;
		background-color: #FFFFFF;
		width: 125px;
		font-size: 11px;
		margin-top: 6px;
		margin-bottom: 0px;
		}




/* PICTURE VIEWER */


.viewer-pad	{ padding: 8px; }

.back-arrow	{ margin-bottom: 8px; }


/* PICTURE VIEWER TEXT AREA CODE */

.Gallery-Page-Frame	{
			width: 622px;
			height: 325px;
			display: block;
			margin: 6px auto;
			padding: 0px;
			border: #FF0000 0px solid;
			/* NEXT LINE TO auto TO SHOW SCROLLBAR */
			overflow: hidden;
			}

.Gallery-Page-Width	{
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			}

.Gallery-Page-Area	{
			text-align: left;
			color: #666666;
			font: 12px arial, sans-serif;
			font-weight: normal;
			padding: 8px 10px 0px 10px;
			}

.Gallery-Page		{
			margin: 0px;
			padding: 0px;
			background-color:#FFFFFF;
			}

#gallery-watermark	{
			width: 300px;
			height: 40px;
			margin: 0 auto;
			margin-top: -40px;
			position: relative;
			left: 0px;
			top: 350px;
			z-index: 8;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
			filter: alpha(opacity=30);
			-moz-opacity:.30;
			opacity: .3;
			}




/* SLIDESHOW CODE */

table.slideshow-buttons td { padding: 1px; }

.slide-text		{ color: #999999; font: 11px verdana, arial, sans-serif; font-weight: bold; }

.slide-hilite 		{ color: #000000; font-weight: bold; }

.button-gallery 	{
			background-color:#FFFFFF;
	        	background-image: url("picts/button-gallery.gif");
			color: #999999;
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			cursor:pointer;
			text-align: center;
			width: 25px;
			padding: 5px 4px 5px 4px;
			border: #C5C3CE 1px solid;
			}


.buttonon-gallery	{
			background-color:#FFFFFF;
	        	background-image: url("picts/buttonon-gallery.gif");
			color: #336699;
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			cursor:pointer;
			text-align: center;
			width: 25px;
			padding: 5px 4px 5px 4px;
			border: #336699 1px solid;
			}




/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none;}
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none }
}




/* FOOTER */

.footer		{
		height: 40px;
		background-color: #FFFFFF;
		border-top: #C0C0C0 1px solid;
		}

.footer-pad		{ padding: 0px; }

.footer-text 		{ color: #666666; font: 11px arial, sans-serif; font-weight: normal; }

.foot-bar		{ color: #6699FF; }

.footer-menu td		{ padding: 2px; }

.footer-text a:link	{ color: #145D89; text-decoration: none; }

.footer-text a:visited	{ color: #145D89; text-decoration: none; }

.footer-text a:active	{ color: #145D89; text-decoration: none; }

.footer-text a:hover	{ color: #FF6600; text-decoration: underline; }




/* CONTACT PAGE CODE */

.form-align		{ margin-left: 0px; }

table.form-align td	{ padding: 2px 0px 2px 0px; }

.button 	{
		background-color:#FFFFFF;
	        background-image: url("picts/button.gif");
		color: #999999;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		cursor:pointer;
		width: 110px;
		padding: 5px 4px 5px 4px;
		border: #C5C3CE 1px solid;
		}

.buttonon 	{
		background-color:#FFFFFF;
	        background-image: url("picts/buttonon.gif");
		color: #336699;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		cursor:pointer;
		width: 110px;
		padding: 5px 4px 5px 4px;
		border: #336699 1px solid;
		}


.shadeform	{
		font: 13px arial, sans-serif;
		color: #000000;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		width: 180px;
		border: #000000 1px solid;
		}


.textarea	{
		font: 13px arial, sans-serif;
		color: #000000;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		width: 230px;
		height: 125px;
		overflow: auto;
		border: #000000 1px solid;
		}




/* PAYPAL custom.htm PAYMENT PAGE CODE */

.payform		{ width: 112px; }

textarea.payform	{ overflow: auto; }

.payformbox	{
		background-color: #EEF2F9;
		border: #9999CC 1px solid;
		}

table.paypaltable td	{ vertical-align: middle; padding: 6px 7px 6px 7px; }




/* LINKS PAGE CODE */

/* CODE FOR LINKS PAGE */

table.searcharea td	{ padding: 0px 4px 0px 0px; }

.searcharea	{ margin: 5px 0px 0px 0px; }

.linksmargin	{ margin: 0px 0px 10px 0px; }

.searchbutton 	{
		background-image: url("picts/button.gif");
		background-color:#FFFFFF;
		color: #000000;
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		height: 20px;
		width: 60px;
		cursor:pointer;
		text-align: center;
		border: #000000 1px solid;
		}

.searchform 	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		width: 120px;
		height: 20px;
		border: #000000 1px solid;
		}




/* BOTTOM MENU */

.menu-bottom		{
			color: #999999;
			margin-top: 10px;
			margin-bottom: 10px;
			}

table.menu-bottom td 	{ padding: 5px; }




/* CODE FOR THE menu_gallery.js MENU */

.gallery-menu	{ background-color: #000000; height: 33px; }

.gal-menu-pad	{ padding: 0px 0px 0px 0px; }

.menu-gal	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0px;
		padding: 4px 8px 5px 8px;
		margin: 0px 0px 1px 1px;
		cursor:pointer;
		text-align: center;
		display: block;
		white-space: nowrap;
		border: #555555 0px solid;
		}


a.menu-gal:link 	{
			background-image: url("picts/menu-gal.gif");
			background-color:#F0F0F0;
			color: #145D89;
			}


a.menu-gal:visited 	{
			background-image: url("picts/menu-gal.gif");
			background-color:#F0F0F0;
			color: #145D89;
			}


a.menu-gal:active 	{
			background-image: url("picts/menu-gal.gif");
			background-color:#F0F0F0;
			color: #145D89;
			}


a.menu-gal:hover 	{
			background-image: url("picts/menu-gal-on.gif");
			background-color:#F0F0F0;
			color: #009900;
			}




/* START CODE FOR THE menu.js */

.menu-outer 	{
		width: 100%;
		background-image: url("picts/menu.gif");
		}


.menu		{
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 1.3px;
		padding: 3px 5px 3px 5px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		line-height: 24px;
		display: block;
		white-space: nowrap;
		border: #999999 0px solid;
		}


a.menu:link 	{
		background-image: url("picts/menu.gif");
		background-color:#000000;
		color: #999999;
		}


a.menu:visited 	{
		background-image: url("picts/menu.gif");
		background-color:#000000;
		color: #999999;
		}


a.menu:active 	{
		background-image: url("picts/menu.gif");
		background-color:#000000;
		color: #999999;
		}


a.menu:hover 	{
		background-image: url("picts/menu-on.gif");
		background-color:#3E3E3E;
		color: #FFFFFF;
		}



