/* set the page background color and margins. */
body {
	margin: 0px; background: #ffffff; 
	background-image: url(images/bg_pg.jpg); background-repeat: repeat-y; background-position: top center;
	
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	/* inner lines */
	scrollbar-highlight-color: #bdbdbd;
	scrollbar-shadow-color: #bdbdbd;
	/* face, arrow and track */
	scrollbar-face-color: #30445F;
	scrollbar-arrow-color: #a3a3a3;
	scrollbar-track-color: #a3a3a3;
}

/* set the page font formatting. */
body, p {font-family: verdana, sans-serif; font-size: 8px; line-height: 18px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: none; color: #008080; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: none; color: #C11113; } /* hover over an unvisited link color */
a:active { font-weight: bold; text-decoration: none; color: #008080; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: none; color: #0276FC; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: none; color: #C11113; } /* visited link hover color*/

a.anav-h:link { font-size: 11px; font-weight: bold; text-decoration: none; color: #ffffff; }
a.anav-h:hover { font-size: 11px; font-weight: bold; text-decoration: none; color: #48B6FF; }
a.anav-h:visited { font-size: 11px; font-weight: bold; text-decoration: none; color: #ffffff; }
a.anav-h:visited:hover { font-size: 11px; font-weight: bold; text-decoration: none; color: #48B6FF }

a.autil:link { font-weight: bold; color: #FFFFFF; }
a.autil:hover { font-weight: bold; color: #48B6FF; }
a.autil:visited { font-weight: bold; color: #FFFFFF; }
a.autil:visited:hover { font-weight: bold; color: #48B6FF; }

a.anavbrowse:link { font-weight: bold; color: #1D5BA3; }
a.anavbrowse:hover { font-weight: bold; color: #0276FC; }
a.anavbrowse:visited { font-weight: bold; color: #1D5BA3; }
a.anavbrowse:visited:hover { font-weight: bold; color: #0276FC; }

h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { font-size: 11px; font-weight: bold; color: #6C1D6C; margin-bottom: -10px; }
h2 { font-size:11px; font-weight: bold; color: #6C1D6C; margin-bottom: -10px; }
h3 { font-size:11px; font-weight: bold; }
h4 { font-size:18px; font-weight: bold; }
h5 { font-size:14px; font-weight: bold; color: #006699; margin-bottom: -10px; }
h6 { font-size:18px; font-weight: bold; color: #1154A3; }
h7 { font-size:18px; font-weight: bold; }


li { font-size: 11px; }
img.imglf { margin-left: 15px; margin-bottom: 10px; }
img.imgrt { margin-right: 15px; margin-bottom: 10px; }

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */

table.tab01 { background-color: #ffffff; margin-top: 15px; }
td.tdmast {
	height: 99px; text-align: right;
	background-image:  url(images/mast.jpg); background-repeat: no-repeat; background-position: top center; }
td.tdleft {
	background-color: #587B5B;
	background-image:  url(images/bg_left.jpg); background-repeat: repeat-y; background-position: top center; }
td.tdwell {
	background-color: #ffffff; }
td.tdwell-white {
	background-color: #ffffff; }
td.tdfooter {
	background-image: url(images/bg_foot.jpg); background-repeat: no-repeat; background-position: top center;
	height: 67px; }
	td.tdfooter-int { padding: 10px 60px 0px 16px; }
td.tdutil { background-color: #587B5B; padding-right: 16px; text-align: right; }
td.tdnav-h {
	background-color: #587B5B; padding-right: 16px; padding-top: 5px;
	text-align: right; height: 29px; }
td.tdnav-item { 
	background-image: url(images/bg_browse-item.gif); background-repeat: no-repeat; background-color: #FAE4CA;
	height: 19px; padding-left: 11px; }
td.tdnav-form { 
	background-color: #587B5B;
	height: 31px; padding-left: 11px; }
td.tdcenter { padding: 10px; }

td.tdgridpic-lf {
	padding-top: 10px; padding-bottom: 5px;
	border-right-color: #1D5BA3; border-right-width: 1px; border-right-style: solid; }
td.tdgridpic-md { 
	padding-top: 10px; padding-bottom: 5px; }
td.tdgridpic-rt { 
	padding-top: 10px; padding-bottom: 5px;
	border-left-color: #1D5BA3; border-left-width: 1px; border-left-style: solid; }
	
td.tdgriddesc-lf {
	padding-top: 5px; padding-bottom: 10px;
	border-bottom-color: #999999; border-bottom-width: 3px; border-bottom-style: solid;
	border-right-color: #999999; border-right-width: 3px; border-right-style: solid; }
td.tdgriddesc-md { 
	padding-top: 5px; padding-bottom: 10px;
	border-bottom-color: #999999; border-bottom-width: 3px; border-bottom-style: solid; }
td.tdgriddesc-rt { 
	padding-top: 5px; padding-bottom: 10px;
	border-bottom-color: #999999; border-bottom-width: 3px; border-bottom-style: solid;
	border-left-color: #999999; border-left-width: 3px; border-left-style: solid; }
td.tdgriddesc-tb { 
	padding-top: 2px; padding-bottom: 2px;
	border-top-color: #999999; border-top-width: 3px; border-top-style: solid;
	border-bottom-color: #999999; border-bottom-width: 3px; border-bottom-style: solid; }
td.tdgriddesc-rtonly {
	padding-top: 2px; padding-bottom: 2px;
	border-right-color: #999999; border-right-width: 3px; border-right-style: solid; }

p.psubcathd { 
	font-size: 14px; font-weight: bold; color: #2D357E;
	margin: 40px 0 10px 124px; }
p.psnav {
	border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid;
	font-size: 10px; padding: 5px; margin-bottom: -10px; }
p.pnavutil { font-size: 9px; }
p.pnav-h { color: #ffffff; font-weight: bold; }
p.pprod { line-height: 15px; }
p.pfooter { font-size: 10px; line-height: 12px; color:#ffffff; }

.fmouse { font-size: 9px; color: #01887A; font-weight: bold; }
.fprod { font-weight: bold; color: #ff0000; }
.futil { font-size: 10px; }

.fitemname { font-size: 12px; font-weight: bold; }
.fitemprice { font-size: 12px; font-weight: bold; color: #FF1B1B; }

/* only custom styles below this line */

/* form fields */
.formsearch01 { width: 127px; font-size : 10px; font-weight: bold; color: #666666; }
.formsearch02 { width: 98px; font-size : 10px; font-weight: bold; color: #666666; }
.formbold { font-size : 13px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px inset #000000;
}

.formnormal { font-size : 13px;
	font-weight: bold;
	font-family: Verdana;	
	border: 1px inset #000000;
}
.formsearch { font-size : 11px;
	width: 88px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #F5EFDE;	
	border: 1px inset #9ED2CC;
}
.btn { display: inline; font: 9px Verdana, sans-serif; padding: 1px 0; border: 1px solid #666; margin: 0; text-decoration: none; background-color: #fff; } 
.btnFront { display: inline; background-color: #f90; color: #fff; padding: 0 2px; border: 1px solid #fff; border-top: 0; border-bottom: 0; margin: 0px;}
.btnText { display: inline;  background-color: #898e79; color: #fff; padding: 0 2px; border: 0; border-right: 1px solid #fff; margin: 0px; }

.btn2 { display: inline; font: 9px Verdana, sans-serif; padding: 1px 0; border: 1px solid #666; margin: 0; text-decoration: none; background-color: #fff; } 
.btn2Front { display: inline; background-color: #749CDF; color: #fff; padding: 0 2px; border: 1px solid #fff; border-top: 0; border-bottom: 0; margin: 0px;}
.btn2Text { display: inline;  background-color: #898e79; color: #fff; padding: 0 2px; border: 0; border-right: 1px solid #fff; margin: 0px; }

.smalltext { font-family: Verdana, Helvetica, sans-serif; font-size: 9px; font-weight: none; color: #000000;}

.requiredtext { font-family: Verdana, Helvetica, sans-serif; font-size: 7pt; font-weight: none; color: #990000;}

.whitetext { font-family: Verdana, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; }

.navcollinks { font-family: Verdana; color: #ffffff; font-size: 12px; text-decoration: none;}

.copytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; color: #000000;}

.advinside2 { BORDER-RIGHT: #00008B 1px solid; BORDER-TOP: #00008B 1px solid; MARGIN: 0px; BORDER-LEFT: #00008B 1px solid; BORDER-BOTTOM: #00008B 1px solid; BACKGROUND-COLOR: #4682B4; }

.blog_date { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; font-weight: none; color: #000000;}

.headlines { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11pt; font-weight: bold; color: #C07621;}

.description { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10pt; font-weight: none; color: #000000;}

.blog_post { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; font-weight: none; color: #000000;}

.reply_post { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; font-weight: none; color: #000000;}

.blog_link { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; font-weight: none; color: #0000ff;}

.title { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11pt; font-weight: bold; color: #1154A3;}

.cal { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; font-weight: bold; color: #000000;}

.cmoff { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; font-weight: none; color: #000000;}

.dmon { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; font-weight: none; color: #000000;}

.txt { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10pt; font-weight: none; color: #000000;}

.small { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; font-weight: none; color: #000000;}

.bhdr_text { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14pt; font-weight: none; color: #1154A3;}


