﻿BODY {
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
}
/* PAGE BACKGROUNDS */
.backgrounds {
	background-image: url("../picts/background.jpg");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
/* NON-MENU LINK COLORS */
a:link {
	color: #6666FF;
	text-decoration: none;
}
a:visited {
	color: #6666FF;
	text-decoration: none;
}
a:active {
	color: #6666FF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	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: #666666;
	FONT: 12px "Trebuchet MS", verdana, arial, sans-serif;
	font-weight: normal;
}
.title {
	COLOR: #393C60;
	FONT: 20px "Trebuchet MS", arial, verdana, sans-serif;
	font-weight: normal;
}
.indent {
	margin-left: 40px;
}
.subtitle {
	COLOR: #393C60;
	FONT: 15px "Trebuchet MS", arial, verdana, sans-serif;
	font-weight: bold;
}
.services {
	COLOR: #6633FF;
	FONT: 12px arial, verdana, sans-serif;
	font-weight: bold;
}
.testimonial {
	COLOR: #339999;
	FONT: 12px arial, verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.just {
	text-align: justify;
}
.pageheight {
	height: 760px;
}
.formmargin {
	margin: 0px;
}
.footer {
	COLOR: #999999;
	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: 20px;
	background-color: #1F1F32;
	background-image: url("../picts/bar.gif");
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.footerbar {
	height: 30px;
	background-color: #1F1F32;
	background-image: url("../picts/bar-footer.jpg");
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.flashchanger {
	border-top: #393C60 1px solid;
	border-bottom: #393C60 1px solid;
}
.pictureend {
	background-color: #1F1F32;
	background-image: url("../picts/background-picture-end.jpg");
	border-left: #000000 1px solid;
}
/* BORDERS */
.page-borders {
	background-color: #000000;
}
.borders {
	border: #000000 1px solid;
}
.hoverborders {
	border: #000000 2px solid;
}
A:hover .hoverborders {
	border: #FF6600 2px solid;
}
.page-splits {
	border : 1px solid #999999;
	background-color : #ffffff;
	color : #ffffff;
	height : 5px;
	width : 100%;
}
/* HOMEPAGE FLASH */
.homeflash {
	border: #000000 0px solid;
	background-color: #1F1F32;
}
/* SETUP PAGES FOR PRINTING */
@media print
{
.printhide {
	display : none;
}
.printhelp {
	width : 600px;
}
}
@media screen
{
.printonly {
	display: none;
}
}
/* GALLERY CODE */
.picturetitle {
	COLOR: #393C60;
	FONT: 13px "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
}
.picturecomments {
	COLOR: #666666;
	FONT: 11px "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
}
.Galborder {
	border: #000000 2px solid;
	margin-bottom: 2px;
}
A:hover .Galborder {
	border: #FF6600 2px solid;
	margin-bottom: 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: #6666CC 1px solid;
}
a.menu-gallery:link {
	color: #6666CC;
}
a.menu-gallery:visited {
	color: #6666CC;
}
a.menu-gallery:active {
	color: #6666CC;
}
a.menu-gallery:hover {
	color: #0066FF;
	border: #0066FF 1px solid;
}
/* PAYPAL GALLERY CODE */
.price {
	COLOR: #9933FF;
	FONT: 14px "Trebuchet MS", arial, sans-serif;
	font-weight: bold;
}
.shade-cart {
	background-color: #F7FAFF;
	border: #268FF3 1px dotted;
	margin-top: 5px;
}
.cart-width {
	width: 150px;
}
.button-order {
	background-image: url("../picts/button-order.gif");
	background-color: #DAEAFD;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	color: #268FF3;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	cursor: pointer;
	width: 70px;
	padding-top: 3px;
	padding-bottom: 3px;
	BORDER: #268FF3 1px solid;
}
.buttonon-order {
	background-image: url("../picts/buttonon-order.gif");
	background-color: #F2DAFC;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	color: #663399;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	cursor: pointer;
	width: 70px;
	padding-top: 3px;
	padding-bottom: 3px;
	BORDER: #663399 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;
	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;
	overflow: auto;
	border: #99A8AF 1px solid;
}
.dropdown {
	font-size: 11px;
	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;
}
/* START THE CODE FOR THE MENU */
.menuwidth {
	width: 175px;
}
.menubackground {
	background-color: #1F1F32;
	background-image: url("../picts/background-menu.gif");
	border-right: #000000 1px solid;
}
.indexnamecenter {
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.center {
	text-align: center;
}
.font14px {
	font-size: 14px;
}
.topline {
	border-top: #393C60 1px solid;
}
.menu {
	font-family: "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	cursor: pointer;
	text-indent: 6px;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #393C60 1px solid;
}
a.menu:link {
	background-image: url("../picts/menu.gif");
	background-color: #1F1F32;
	color: #68719C;
}
a.menu:visited {
	background-image: url("../picts/menu.gif");
	background-color: #1F1F32;
	color: #68719C;
}
a.menu:active {
	background-image: url("../picts/menuon.gif");
	background-color: #FFFFFF;
	color: #004400;
}
a.menu:hover {
	background-image: url("../picts/menuon.gif");
	background-color: #FFFFFF;
	color: #1F1F32;
}
.photobox {
	border-style: solid;
	border-width: 0;
	margin: 10px;
}
