body	{
	scrollbar-base-color: #969AA3;
	scrollbar-track-color: #F0F0F0;
	margin: 10px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}




/* NON-MENU LINK COLORS */

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

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

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

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



/* LIGHT LINK COLORS */

a.lightlink:link	{
	color: #CCCCCC;
	text-decoration: none;
}

a.lightlink:visited	{
	color: #CCCCCC;
	text-decoration: none;
}

a.lightlink:active	{
	color: #CCCCCC;
	text-decoration: none;
}

a.lightlink:hover	{ color: #000000; text-decoration: underline; }




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

table 		{ color: #000000; font: 12px "Palatino Linotype", arial, sans-serif; font-weight: normal; }

.title 		{ color: #000000; font: 23px "Palatino Linotype", arial, verdana, sans-serif; font-weight: normal; }

.subtitle 	{ color: #000000; font: 14px arial, verdana, sans-serif; font-weight: bold; }

.headerphone 	{ color: #FFFFFF; font: 15px arial, verdana, sans-serif; font-weight: bold; }

.headertext 	{ color: #FFFFFF; font: 11px arial, verdana, sans-serif; font-weight: bold; }

.testimonial	{
	color: #FF0000;
	font: 11px verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; margin-top: 5px; }

.list		{
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pagewidth	{ width: 850px; }

.pageheight	{ height: 600px; }






/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
	background-color: #FFFFFF;
	border: 0px solid #666666;
			}

.outer-background	{
			background-color: #FFFFFF;
			background-image: url("picts/background-outer.jpg");
			background-repeat: repeat-X;
			background-attachment: fixed;
			}






/* SIDEBAR */

.sidebartext 		{
	color: #000000;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	right: 26px;
}

.sidebar		{
	width: 225px;
	background-color: #000000;
	background-image: url("picts/background-sidebar.jpg");
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
			}






/* FOOTER */

.footer		{ background-color: #FFFFFF; }

.footertext 	{ color: #72767F; font: 10px arial, verdana, sans-serif; font-weight: normal; }






/* PAYPAL PAGE */

.viewmargin	{ margin: 0px; }

.price	 	{
	color: #FF0000;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
}

.button-order	{ font-size: 13px; }






/* CONTACT PAGE CODE */

.contacttitle 	{ color: #000000; font: 14px arial, sans-serif; font-weight: bold }

.formbutton 	{ font: 12px arial, verdana, sans-serif; }


.shadeform	{
		font: 13px arial, verdana, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		width: 200px;
		border: #999999 1px solid;
		}


.textarea	{
		font: 13px arial, verdana, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		width: 250px;
		height: 140px;
		border: #999999 1px solid;
		}


.dropdown 	{
		font: 11px arial, verdana, helvetica, sans-serif;
		color: #000000;
		width: 200px;
		}






/* IMAGE BORDERS */

.bannerborder		{
	border: 0px solid #FFFFFF;			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.imageborders		{ border: #7B7F88 1px solid; }

.imageborderside	{ border: #7B7F88 1px solid; }






/* PAGE LINES & BORDERS */

.page-splits		{
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	background-color: #000000;
	color: #000000;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
			}

.pagebar-bottom	{
	background-color: #666666;
	background-image: url(picts/pagebar-bottom.jpg);
	height: 35px;
	border: 1px solid #FFFFFF;		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}






/* START THE CODE FOR THE MENUS */

.menu-table 	{
	width: 100%;
	background-color:#666666;
	background-image: url("picts/menu.gif");
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid #7B7F88;
	border-width: 0px 0px 0px 0px;		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.menu		{
		font-family: georgia, "Palatino Linotype",arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		text-align:center;
		padding-top: 3px;
		padding-bottom: 4px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
		cursor: pointer;
		display: block;
		white-space: nowrap;
		background-color: transparent;
		border-right: #D09B11 1px solid;
		}


.firstmenu	{
	margin-left: 5px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
		}



a.menu:link 	{
		color: #000000;
		}


a.menu:visited 	{
		color: #000000;
		}


a.menu:active 	{
		color: #000000;
		}



a.menu:hover 	{
	position: relative;
	top: -11px;
	right: 1px;
	padding-left:21px;
	padding-right:19px;
	padding-top: 13px;
	margin-bottom: -22px;
	padding-bottom: 14px;
	background-color:#333333;
	color: #FFFFFF;
	border-right: #009900 1px solid;
		}
