/* You may change or remove any of the following, down to the "Please leave..." comment */

.f1 { font-size: 4px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f02 { font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f02-5 { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f03 { font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f03-5 { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f04 { font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f04-5 { font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f05 {
	font-size: 20px;
	color: #003366;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.f06 { font-size: 26px; color: #003366; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f07 { font-size: 16px; color: #CCCCCC; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f08 { font-size: 13px; color: #4A618B; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f09 { font-size: 16px; color: #4A618B; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.f10 { font-size: 16px; color: #4A618B; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

body {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-image:url(../images/bmg_bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-position:top;
	background-color: #01245C;
}


:link { color: #005500 }  
:visited { color: #005500 } 
:active { color: #005500 } 
:hover { color: #cc0000; text-decoration: none; } 

V Link { color: red }

.sidenav { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

INPUT {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	text-decoration: none;
}

td.HEADER1 {
	background-color: #C6C6C5;
	font-weight: bold;
	color: white;
}

/* Please leave the following. However you may change the colors. */
/* emaillink is the class of the link "Click Here to email me" */
a.emaillink:link { color: #ffffff }  
a.emaillink:visited { color: #ffffff } 
a.emaillink:active { color: #ffffff } 
a.emaillink:hover { color: #ffffff; text-decoration: none; } 

/* bottomlinks is the class for the links added to the bottom of each page.
They are in a table, and the one <td> has this class, as do the <a href...> */
.bottomlinks { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	color: #cccccc; 
	background-color: #4a618b
}
a.bottomlinks:link { color: #9fb2d5 }  
a.bottomlinks:visited { color: #9fb2d5 } 
a.bottomlinks:active { color: #9fb2d5 } 
a.bottomlinks:hover { color: #9fb2d5; text-decoration: none; } 

/* These may be used in cgi scripts to highlight table cells */
td.LITE_CELL {
	background-color: #EEEEF3
}
td.DARK_CELL {
	background-color: #e6e6ee
}

/* Do not remove nor change these */
.RedText {
	color: red;
	font-weight: bold;
}
.BlackText {
	color: black;
	font-weight: bold;
}














 /* QUOTES AND PAYMENT PAGE CODE */


.quotechoice 	{ color: #3366CC; font: 11px arial, verdana, sans-serif; font-weight: bold; }

.dropquotes	{ FONT: 13px arial, verdana, sans-serif; }

.checkout	{
		FONT: 16px arial, verdana, sans-serif;
		text-align: left;
		font-weight: bold;
		width: 450px;
		background-color: #F1F4FA;
		BORDER: #F1F4FA 0px solid;
		}

.checkoutdollar	{ FONT: 20px arial, verdana, sans-serif; font-weight: bold; color: #009900}

.colortable	{ BORDER: #999999 1px solid; background-color: #F1F4FA }







 /* HIDE MENU AND ITEMS FOR PRINTING */


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







 /* PAGE IMAGE BORDERS */

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




 /* GALLERY / CATALOG TEXT BUTTONS AND BORDERS */

.catalogtext	{ COLOR: #000000; FONT: 12px arial, verdana, sans-serif; }

.picturehilight	{ COLOR: #0066FF; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.picturetitle 	{ COLOR: #000000; FONT: 16px verdana, arial, sans-serif; font-weight: bold; }

.catalog-border		{ LEFT: 0px; position: relative; top: 0px; border: #000000 1px solid; }

.catalog-borderon	{ LEFT: 3px; position: relative; top: 3px; border: #0000FF 1px solid; }

.galborders		{ BORDER: #000000 1px solid; margin-bottom: 4px; }

.button-popups	{ background-image: url("../style_sheets/button-popups.gif");
		background-color:#FF6600;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		height: 31px;
		width: 132px;
		padding-top: 0px;
		padding-bottom: 6px;
		cursor:pointer;
		BORDER: #000000 0px solid; }


.buttonon-popups { background-image: url("../style_sheets/buttonon-popups.gif");
		background-color:#00CCCC;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		height: 31px;
		width: 132px;
		padding-top: 0px;
		padding-bottom: 6px;
		cursor:pointer;
		BORDER: #000000 0px solid; }

.order-button	{ background-image: url("../style_sheets/order-button.gif");
		background-color:#FF6600;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		height: 31px;
		width: 132px;
		padding-top: 0px;
		padding-bottom: 6px;
		cursor:pointer;
		BORDER: #000000 0px solid; }


.order-buttonon { background-image: url("../style_sheets/order-buttonon.gif");
		background-color:#00CCCC;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		height: 31px;
		width: 132px;
		padding-top: 0px;
		padding-bottom: 6px;
		cursor:pointer;
		BORDER: #000000 0px solid; }


 /* GALLERY / CATALOG HOVER MESSAGES */


.divstyle 	{ position:absolute;
		top:0;
		left:0; }

.pstyletitle	{ position:absolute;
		background-color: #FFFFE1;
		color:black;
		border: #000000 1px solid;
		width: 100px;
		padding: 2px;
		font-family: arial, verdana, sans-serif;
		font-size: 11px; }


.pstylebody 	{ position:absolute;
		background:white;
		color:black;
		font-family: arial, verdana, sans-serif;
		font-size: 11px; }













 /* CONTACT PAGE */

.contacttext 	{ color: #003300; font: 12px arial, verdana, sans-serif; font-weight: normal; }

.submitbutton	{ FONT-FAMILY: arial, verdana, sans-serif; font-size: 14px; }

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../style_sheets/shadeform.gif");
		text-align: left;
		BORDER: #000000 1px solid; }

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../style_sheets/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		HEIGHT: 125PX;
		BORDER: #000000 1px solid; }

.dropdown 	{ COLOR: #000000; WIDTH: 220PX; FONT: 12px arial, verdana, sans-serif; }









 /* LINKS NETWORK PAGE */

.searchform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../style_sheets/shadeform.gif");
		text-align: left;
		WIDTH: 125px;
		BORDER: #000000 1px solid; }

.searchdrop 	{ FONT: 12px arial, verdana, sans-serif;
		COLOR: #333333;
		background-color: #FFFFFF;
		margin-top: 3px;
		WIDTH: 125px; }


.searchbutton 	{ font-size: 11px; }









 /* START THE CODE FOR THE MENUS */


.menubackground	{
		background-color:#000000;
		background-image: url("../style_sheets/menu-background.gif");
		height: 33px;
		border-top: #000000 1px solid;
		border-bottom: #666666 1px solid;
		}




.menu		{
		font-family: arial, verdana, helvetica, sans-serif;
		background-image: url("../style_sheets/menu.gif");
		font-size: 12px;
		font-weight: bold;
		height: 33px;
		line-height: 33px;
		cursor:pointer;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		display: block;
		margin-left: 0px;
		margin-right: 0px;
		white-space:nowrap;
		border-left: #666666 1px solid;
		}


a.menu:link 	{ background-color:#000000; color: #CCCCCC; }


a.menu:visited 	{ background-color:#000000; color: #CCCCCC; }


a.menu:active 	{ background-color:#000000; color: #CCCCCC; }


a.menu:hover 	{ 
		background-color:#3300FF;
		color: #FFFFFF;
		background-image: url("../style_sheets/menuon.gif");
		}

