BODY	{
	SCROLLBAR-BASE-COLOR: #9B9FA8;
	BACKGROUND-COLOR: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}





/* PAGE LINK AND MENU LINK COLORS */

a:link		{ color: #520ac6; font-weight: bold; text-decoration: none; }

a:visited	{ color: #520ac6; font-weight: bold; text-decoration: none; }

a:active	{ color: #520ac6; font-weight: bold; text-decoration: none; }

a:hover		{ color: #FF6600; font-weight: bold; text-decoration: none; }









/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE 		{ COLOR: #3a3a3a; FONT: 16px verdana, arial, sans-serif; font-weight: normal; }

.title 		{ COLOR: #000000; FONT: 20px arial, verdana, sans-serif; font-weight: bold; }

.subtitle 	{ COLOR: #000000; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.footertext 	{ COLOR: #9B9FA8; FONT: 16px arial, verdana, sans-serif; font-weight: normal; }

.sidebartext 	{ COLOR: #000033; FONT: 16px verdana, arial, sans-serif; font-weight: normal; }

.menutext 	{ COLOR: #000033; FONT: 26px verdana, arial, sans-serif; font-weight: bold; }

.price	 	{ COLOR: #0066FF; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; line-height: 1.5;}

.formmargin	{ margin: 0px; margin-top: 5px; }



.sidebar		{
			width: 200px;
			border-right: #9B9FA8 1px solid;
			background-color: #F0F0F0;
			background-image: url("picts/background-left.gif");
			}









/* CONTACT PAGE CODE */

.contact 	{ COLOR: #0066FF; FONT: 16px verdana, arial, sans-serif; font-weight: bold }



.formbutton 	{ FONT: 12px arial, verdana, sans-serif; }



.shadeform	{
		FONT: 16px arial, verdana, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		WIDTH: 200PX;
		BORDER: #000000 1px solid;
		}


.textarea	{
		FONT: 16px arial, verdana, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		WIDTH: 250PX;
		HEIGHT: 150PX;
		BORDER: #000000 1px solid;
		}


.dropdown 	{
		COLOR: #333333;
		WIDTH: 200PX;
		FONT: 16px arial, verdana, helvetica, sans-serif;
		}









/* IMAGE BORDERS */

.borders	{ BORDER: #000000 1px solid; }

.iconborder	{ BORDER-BOTTOM: #9B9FA8 5px solid; }









/* PAGE LINES & BORDERS */

.page-splits		{
			border-top: #9B9FA8 1px solid;
			border-bottom: #FFFFFF 1px solid;
			background-color: #9B9FA8;
			color: #9B9FA8;
			height: 2px;
			}

.pagebar	{
		background-color: #9B9FA8;
		background-image: url("picts/bar.jpg");
		height: 24px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-left	{
		background-color: #000000;
		width: 40px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-bottom	{
		background-color: #9B9FA8;
		background-image: url("picts/bar.jpg");
		height: 30px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.shadow		{
		background-image: url("picts/shadow.gif");
		background-repeat: repeat-x;
		}

/* IMAGE BORDER COLORS */


.Galborder 		{ border: #000000 1px solid;}

.Galborderon 		{ border: #FFFFFF 1px solid; Filter: Alpha(Opacity=80);-moz-opacity: 0.8; }

.image-border		{ LEFT: 0px; position: relative; top: 0px; border: #000000 1px solid; }

.image-borderon		{ LEFT: 3px; position: relative; top: 3px; border: #FFFFFF 1px solid; }


		
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
cursor: crosshair;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;


top: 0;
left: -375px; /*position where enlarged image should offset horizontally */

}
		
		