BODY	{
  text-align: center;
	margin: 0px auto;
	padding: 0px;
	border: #033702 1px solid;
  width: 960px;
  background: url(picts/background.jpg) repeat 0 0;
	}

/* PAGE BACKGROUNDS */

.backgrounds 	{
		background-image: url("picts/background0.jpg");
		background-repeat: repeat-y;
		background-position: 0px 0px;
    background-width: 960px;
		}

/* NON-MENU LINK COLORS */

a:link		{ color: #6633FF; text-decoration: none; }

a:visited	{ color: #6633FF; text-decoration: none; }

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

a:active	{ color: #6633FF; text-decoration: none; }

.biglink 	{
		COLOR: #6633FF;
		FONT: 12px verdana, arial, sans-serif; font-weight: bold;
		font-style: italic;
		TEXT-DECORATION: none;
		}

.biglink:hover 	{
		COLOR: #FF6600;
		FONT: 12px verdana, arial, sans-serif; font-weight: bold;
		font-style: italic;
		TEXT-DECORATION: none;
		}

/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

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

.title 			{ COLOR: #009933; FONT: 20px "Trebuchet MS", arial, verdana, sans-serif; font-weight: normal; }

.subtitle 		{ COLOR: #009933; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }

.forminput 		{ COLOR: #333333; FONT: 14px arial, verdana, sans-serif; font-weight: bold; text-align: right; width: 100px;}

.heading   { COLOR: #FFFFFF; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }

.services 		{ COLOR: #3366CC; FONT: 12px arial, verdana, sans-serif; font-weight: bold; }

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

.just 			{ text-align: justify; }

.pageheight		{ height: 780px; }

.formmargin		{ margin: 0px; }

input { text-align: left; margin-left: 0;}

option {
  font-size: 13px;
}  

.footer		{
		COLOR: #666666;
		FONT: 9px verdana, arial, sans-serif;
		font-weight: normal;
		background-image: url("picts/background-bottom-shade.gif");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		}

.pagebars	{
		height: 18px;
		background-color: #0A3E07;
	        background-image: url("picts/bar.gif");
        	border-top: #013701 1px solid;
        	border-bottom: #013701 1px solid;
		}

.footerbar	{
		height: 30px;
		background-color: #0A3E07;
	        background-image: url("picts/bar-footer.jpg");
        	border-top: #000000 1px solid;
        	border-bottom: #000000 1px solid;
		}

.pictureend	{
		background-color: #033702;
	        background-image: url("picts/background-picture-end.jpg");
        	border-left: #013701 1px solid;
          vertical-align: top;
		}

.required {
  color: #D90005;
  font-weight: bold;
}   
    
/* BORDERS */


.page-borders		{ background-color:#000000; }

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

.hoverborders	 	{ border: #9999FF 1px solid; }

A:hover .hoverborders 	{ border: #009900 1px solid; }

.sideborder		{
			border-top: #000000 0px solid;
			border-bottom: #000000 1px solid;
			}

.page-splits	{
		border: #225117 1px solid;
		background-color: #DEF1DA;
		color: #DEF1DA;
		height: 5px;
		width: 100%;
		}

/* HOMEPAGE FLASH */

.homeflash	{
		border: #000000 0px solid;
		}

/* SETUP PAGES FOR PRINTING */

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

/* GALLERY CODE */

.picturetitle 		{ COLOR: #000000; FONT: 13px "Trebuchet MS", arial, sans-serif; font-weight: bold; }

.picturecomments 	{ COLOR: #333333; FONT: 11px "Trebuchet MS", arial, sans-serif; font-weight: normal; }

.Galborder		{ border: #5B9567 1px solid; margin-bottom: 2px; margin-top: 2px; }

A:hover .Galborder 	{ border: #FF6600 1px solid; margin-bottom: 2px; margin-top: 2px; }

/* GALLERY MENU */

.menu-gallery		{
			FONT: 10px verdana, arial, sans-serif;
			font-weight: normal;
			text-decoration: none;
			display: block;
			cursor: pointer;
			text-align: center;
			white-space: nowrap;
			background-color: #FFFFFF;
		        background-image: url("picts/menu-gallery.gif");
			padding: 3px 7px 3px 7px;
			margin: 0px 3px 0px 0px; 
			border: #136570 1px solid;
			}

a.menu-gallery:link 	{ 
			color: #136570;
			}

a.menu-gallery:visited 	{ 
			color: #136570;
			}

a.menu-gallery:active 	{ 
			color: #136570;
			}

a.menu-gallery:hover 	{ 
			color: #0066FF;
        		border: #0066FF 1px solid;
			}

/* PAYPAL GALLERY CODE */

.price 		{ COLOR: #FF6600; FONT: 16px "Trebuchet MS", arial, sans-serif; font-weight: bold; }

.shade-cart	{
		background-color: #EBEDE6;
		border: #5B9567 1px dotted;
		margin-top: 5px;
		}

.cart-width	{ width: 150px; }

.button { text-align: center; }

.button-order 	{
		background-image: url("picts/button-order.gif");
		background-color: #457952;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		cursor:pointer;
		width: 125px;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 5px;
		BORDER: #006600 1px solid;
		}

.buttonon-order {
		background-image: url("picts/buttonon-order.gif");
		background-color:#F06422;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		cursor:pointer;
		width: 125px;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 5px;
		BORDER: #973500 1px solid;
		}

/* PAYPAL paypal.htm PAYMENT PAGE CODE */

.payform	{
		font: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		background-color: #F0F6F9;
		text-align: left;
		width: 125px;
		overflow: auto;
		border: #99A8AF 1px solid;
		}

.payformbox	{
		background-color: transparent;
		border: #CFD7DF 1px solid;
		}

.payformmargin	{ margin: 0px; }

.payformbutton	{ width: 125px; }

/* CONTACT AND LINKS PAGE FORM CODE */

.shadeform	{
		FONT: 13px verdana, arial, sans-serif;
		text-align: left;
		background-color: #F0F6F9;
		background-image: url("picts/shadeform.gif");
		width: 180px;
    height: 20px;
    padding-left: 4px;
    padding-top: 4px;
		border: #99A8AF 1px solid;
		}


.textarea	{
		FONT: 13px verdana, arial, sans-serif;
		text-align: left;
		background-color: #F0F6F9;
		background-image: url("picts/shadeform.gif");
		WIDTH: 225px;
		HEIGHT: 130px;
    padding-left: 4px;
    padding-top: 4px;
		overflow: auto;
		border: #99A8AF 1px solid;
		}

.dropdown 	{
		font-size: 13px;
		background-color: #F0F6F9;
		COLOR: #000000;
		WIDTH: 180px;
		}

.searchform 	{
		FONT: 13px arial, verdana, sans-serif;
		background-color: #F0F6F9;
		background-image: url("picts/shadeform.gif");
		WIDTH: 110px;
		HEIGHT: 20px;
		border: #99A8AF 1px solid;
		}

.searchdrop	{
		font-size: 11px;
		background-color: #F0F6F9;
		COLOR: #333333;
		WIDTH: 60px;
		}

.searchbutton 	{ font-size: 11px; }

/* POPUP VIDEO MESSAGE TEXT */

.messagetitle 		{ COLOR: #000000; FONT: 13px "Trebuchet MS", arial, sans-serif; font-weight: bold; }

.messagetext 	{ COLOR: #333333; FONT: 11px "Trebuchet MS", arial, sans-serif; font-weight: normal; }

#pscroller1{
  width: 705px;
  height: 68px;
  border: solid #000080;
  border-width: 1px 0 0 0;
  padding: 4px;
  background-color: inherit;
  text-align: left;
  margin-left: 0;
  margin-right: 10px;
}

.vscroll {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  vertical-align: bottom;
}

.drop 	{
		background-image: url("picts/shadow.gif");
		background-repeat: no-repeat;
		width: 214px;
		height: 315px;
		margin-top: 0px;
		BORDER: #000000 0px solid;
		}
    
.border			{ left: 0px; position: relative; top: 0px; }

.borderon		{ left: 3px; position: relative; top: 3px;  }

.drop2 	{
		background-image: url("picts/shadow2.gif");
		background-repeat: no-repeat;
		width: 211px;
		height: 211px;
		margin-top: 0px;
		BORDER: #000000 0px solid;
		}
    
.border2			{ left: -6px; position: relative; top: -3px; }

.borderon2		{ left: -1px; position: relative; top: 0px;  }

.drop3 	{
		background-image: url("picts/shadow3.gif");
		background-repeat: no-repeat;
		width: 161px;
		height: 111px;
		margin-top: 0px;
		BORDER: #000000 0px solid;
		}
    
.border3			{ left: -16px; position: relative; top: -16px; }

.borderon3		{ left: 3px; position: relative; top: 3px;  }

.drop4 	{
		background-image: url("picts/shadow4.gif");
		background-repeat: no-repeat;
		width: 264px;
		height: 204px;
		margin-top: 0px;
		BORDER: #000000 0px solid;
		}
    
.border4			{ left: -4px; position: relative; top: -6px; }








