BODY		{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FFFFFF;
	background-color: #acdbc2;
	color: #000000;
}


#content { text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: #FFFFFF 0px solid;
		color: #000000; }        
        
		
H1 { text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 12px 0px -4px 0px;
		color: white; 
		FONT: 36px verdana, arial, sans-serif;
		letter-spacing: 10px;
		font-family: "Franklin Gothic Book";
		font-weight: bold;
		}  		
H2 { text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 4px 0px;
		color:  white;  
		FONT: 20px verdana, arial, sans-serif;
		letter-spacing: 4px;
		
		}  		


        

/* NON-MENU PAGE LINK COLORS */

a:link		{ color: #145D89; text-decoration: none; }

a:visited	{ color: #145D89; text-decoration: none; }

a:active	{ color: #6633CC; text-decoration: none; }

a:hover		{ color: #996600; text-decoration: none; }




background-image: url("picts/background-image.jpg");

/* BE SURE TO CHANGE THE HEIGHT ON BOTH OF THE AREAS BELOW if you change one of them */

.background-main   {
		   
		   background-repeat: no-repeat;
		   background-position: center top;
		   height: 550px;
		   }

.pageheight	   { height: 550px; }









/* THE NEXT LINE CONTROLS THE FONT SIZE FOR ALL PAGES */


TABLE 		{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: normal; margin:0px auto; }

.title 		{ COLOR: #000000; FONT: 16px verdana, arial, sans-serif; font-weight: bold; }

.subtitle 	{ COLOR: #ffffff; FONT: 14px verdana, arial, sans-serif; font-weight: bold; letter-spacing: 4px; }

.largetitle	{ COLOR: #888888; FONT: 18px verdana, arial, sans-serif; font-weight: normal; }

.phonetitle 	{ color: #000000; font: 11px verdana, arial, sans-serif; font-weight: bold; }

.hilite		{ COLOR: #660099; }







/* General text classes */

.just 		{ text-align: justify; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

/* Detail page boxes */

.detailbox1 { width:47%;float:left;border:1px solid #000000; padding: 5px 5px 5px 5px; }
.detailbox2 { width:47%;float:right;border:1px solid #000000; padding: 5px 5px 5px 5px; }


/* THE LINKS IN THE menu_bottom.js USE THIS CODE */

.smalltitle 	{ COLOR: #999999; FONT: 11px verdana, arial, sans-serif; font-weight: normal; letter-spacing: 4px; }





/* NON-GALLERY IMAGE BORDERS */

.borders	{
	border: 1px solid #fffafa;
}

.noborder { border: #ffffff 0px solid; }

 .detailpagetitle {
	background-color: #DBD9AC;
	height: 20px;
}
 .detailpage { background-color:#d6f0f4;height:20px; }
 
.description {color: #145D89; }

/* PICTURE GALLERY CODE */

.image-border	{ border: #000000 1px solid; z-index: 1; }

.image-borderon	{ border: #666666 1px solid;
                    }

.viewer-border	{ BORDER: #000000 1px solid; }

.picturetitle 	{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }

.gallerytext	{ COLOR: #666666; FONT: 12px arial, verdana, sans-serif; font-weight: normal; }

.price	 	{ COLOR: #3366FF; FONT: 13px verdana, arial, sans-serif; font-weight: bold }

.formmargin	{ margin: 0px; }

.cartdropdown 	{
		COLOR: #000000;
		WIDTH: 130PX;
		FONT: 10px arial, verdana, sans-serif;
		margin: 3px;
		}



/* PICTURE VIEWER TEXT AREA CODE */

.ImageTextTable		{
			COLOR: #626262;
			FONT: 12px verdana, arial, sans-serif;
			font-weight: normal;
			text-align: left;
			}	

.ImageFrame		{ width: 525px; height: 150px; border: #000000 0px solid; }

.ImageTextPage		{
			margin: 0;
			padding: 8px 15px 8px 15px;
			background-color:#FFFFFF;
			}




/* SLIDESHOW CODE */

.slide-text		{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: normal; }

.slide-hilite 		{ COLOR: #999999; }

.button-gallery 	{
			background-color:#FFFFFF;
	        	background-image: url("picts/button-gallery.gif");
			FONT-FAMILY: arial, verdana, helvetica, sans-serif;
			color: #999999;
			font-size: 11px;
			cursor:pointer;
			font-weight: bold;
			text-align: center;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 3px;
			padding-bottom: 3px;
			BORDER: #C5C3CE 1px solid;
			}


.buttonon-gallery	{
			background-color:#FFFFFF;
	        	background-image: url("picts/buttonon-gallery.gif");
			FONT-FAMILY: arial, verdana, helvetica, sans-serif;
			color: #336699;
			font-size: 11px;
			cursor:pointer;
			font-weight: bold;
			text-align: center;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 3px;
			padding-bottom: 3px;
			BORDER: #336699 1px solid;
			}







/* PAYPAL PAYMENT PAGE CODE */

.payform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 125PX;
		BORDER: #000000 1px solid; }

.payformbox	{
		BORDER: #000000 1px solid;
		background-color:#F0F0F0;
		}

.payformmargin	{ margin: 0px; }

.payformbutton	{ WIDTH: 125PX; }







/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none;}
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none }
}





/* FOOTER TEXT AND LINK COLORS */


a.footerlink:link	{ color: #3366FF; text-decoration: none }

a.footerlink:visited	{ color: #3366FF; text-decoration: none }

a.footerlink:active	{ color: #3366FF; text-decoration: none }

a.footerlink:hover	{ color: #FF6600; text-decoration: none }

.footertext 		{ COLOR: #000000; FONT: 10px arial, verdana, sans-serif; font-weight: bold }






/* CONTACT PAGE CODE */



.button 		{
			background-color:#FFFFFF;
	        	background-image: url("picts/button-gallery.gif");
			FONT-FAMILY: arial, verdana, helvetica, sans-serif;
			color: #999999;
			font-size: 11px;
			cursor:pointer;
			font-weight: bold;
			text-align: center;
			padding-left: 15px;
			padding-right: 15px;
			padding-top: 3px;
			padding-bottom: 3px;
			BORDER: #C5C3CE 1px solid;
			}

.buttonon 		{
			background-color:#FFFFFF;
	        	background-image: url("picts/buttonon-gallery.gif");
			FONT-FAMILY: arial, verdana, helvetica, sans-serif;
			color: #336699;
			font-size: 11px;
			cursor:pointer;
			font-weight: bold;
			text-align: center;
			padding-left: 15px;
			padding-right: 15px;
			padding-top: 3px;
			padding-bottom: 3px;
			BORDER: #336699 1px solid;
			}


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 180PX;
		BORDER: #000000 1px solid; }


.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 240PX;
		HEIGHT: 100PX;
		BORDER: #000000 1px solid; }

.dropdown 	{ COLOR: #333333;
		WIDTH: 180PX;
		FONT: 11px verdana, arial, sans-serif; }







/* LINKS PAGE CODE */

.linksmargin	{ margin: 0px 0px 10px 0px; }

.searchbutton 	{ background-image: url("picts/button.gif");
		background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #000000;
		font-size: 8pt;
		height: 20px;
		width: 60px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid; }

.searchform 	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		background-color: #FFFFFF;
		WIDTH: 120PX;
		HEIGHT: 20PX;
		BORDER: #000000 1px solid; }


.searchdrop 	{ FONT: 12px arial, verdana, sans-serif;
		COLOR: #000000;
		WIDTH: 120PX;
		HEIGHT: 20PX;
		background-color: #FFFFFF;
		margin-top: 3px; }









/* START THE CODE FOR THE MENUS */



.menutable 	{ background-image: url("picts/background-menu.gif");
		height: 20px;
		border-collapse: collapse; }


.menu		{ font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 12px;
		  letter-spacing: 1.5px;
		  height: 20px;
		  padding-top: 3px;
		  padding-bottom: 0px;
		  padding-left: 3px;
		  padding-right: 3px;
		  cursor:pointer;
		  font-weight: bold;
		  text-align: center;
		  line-height: 13px;
		  display: block;
		  white-space: nowrap;
		  border: #999999 0px solid; }


a.menu:link 	{ background-image: url("picts/menu.gif");
		  background-color:#000000;
		  color: #D8D8D8;}


a.menu:visited 	{ background-image: url("picts/menu.gif");
		  background-color:#000000;
		  color: #D8D8D8; }


a.menu:active 	{  background-image: url("picts/menu.gif");
		   background-color:#000000;
		   color:  #D8D8D8; }


a.menu:hover 	{  background-image: url("picts/menuon.gif");
		   background-color:#434039;
		   color: #F0F0F0; }





/* CODE FOR THE menu_gallery.js MENU */


.menu-nav	{ font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 11px;
		  letter-spacing: 0px;
		  padding-top: 4px;
		  padding-bottom: 4px;
		  padding-left: 8px;
		  padding-right: 8px;
		  margin-left: 2px;
		  margin-right: 1px;
		  margin-top: 1px;
		  cursor:pointer;
		  font-weight: normal;
		  text-align: center;
		  display: block;
		  white-space: nowrap;
		  border: #999999 0px solid;
          background-color: #12a6a6;
           }


a.menu-nav:link 	{ background-image: url("picts/menu-nav.gif");
		  background-color:#F0F0F0;
		  color: #145D89;}


a.menu-nav:visited 	{ background-image: url("picts/menu-nav.gif");
		  background-color:#F0F0F0;
		  color: #145D89; }


a.menu-nav:active 	{  background-image: url("picts/menu-nav.gif");
		   background-color:#F0F0F0;
		   color: #145D89; }


a.menu-nav:hover 	{  background-image: url("picts/menuon-nav.gif");
		   background-color:#F0F0F0;
		   color: #009900; }


