﻿/*CSS Layout*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.logoblue {
	font-family: Tahoma;
	font-weight: bold;
	font-size: large;
	color: #114477;
}
.arial1 {
	font-family: Arial;
	font-size: xx-small;text-align: center;
}
.arial2 {
	font-family: Arial;
	font-size: x-small;
	text-align: center;
}
.arial3 {
	font-family: Arial;
	font-size: small;
	text-align: center;
}
.arial4 {
	font-family: Arial;
	font-size: medium;
	text-align: center;
}

.tahoma1 {
	font-family: Tahoma;
	font-size: xx-small;
	text-align: center;
}
.tahoma2 {
	font-family: Tahoma;
	font-size: x-small;
	text-align: center;
}
.tahoma3 {
	font-family: Tahoma;
	font-size: small;
	text-align: center;
}
.tahoma4 {
	font-family: Tahoma;
	font-size: medium;
	text-align: center;
}
.indent160 {
	margin-left: 160px;
}
.colorlist {
	font-family: Arial;
	font-size: small;
	text-align: center;
	vertical-align:top
}


.redlist {
	text-align: center;
	color: #FF3300;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	font-size:small;
}
.greenprice {
	text-align: center;
	color: #008000;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	font-size:small;
}
/* begin image styles*/
img.add2cart {
	margin: 0 3 0 3px;
	border:0px;
	height:20px;
	width:83px;
}
img.noborder {
	margin:3px;
	border:0px;
}
/* background colors */
.bgwhite {background-color:white
}
.bgsilver {background-color:#CCCCCC
}
.bgltgray {background-color: #DDDDDD
}
.bggold {background-color:#EFE7AD
}
.myblue {background-color: #114477
}

/* begin tables */
table.3dstyle {
	width: 600px;
	background-color: white;
	border-style: solid;
	border-width: medium;
}
table.centerme {
margin-left:auto;
margin-right:auto;
}

/* begin table data cells */	
td.lrmed {
	border-left-style: none;
	border-left-width: medium;
	border-right-style: none;
	border-right-width: medium;		
}
td.tbr60 {
	border-top-style:	solid;
	border-top-width:	1px;
	border-right-style: none;
	border-right-width: medium;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	background-color:white;
}
td.lrwhite {
	border-left-style:	none;
	border-left-width:	medium;
	border-right-style: none;
	border-right-width: medium;
	background-color:white;
	text-align:center
}
td.std {
	border-left-style: none;
	border-left-width: medium;
	border-right-style: none;
	border-right-width: medium;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

	
/* CSS layout */
#navlist
{
color: white;
padding: 0 1px;
margin-left: 1px;
width: 98%;
font: normal 0.8em Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: white;
	background: #39c;
	border-width: 1px;
	border-style: solid;
	border-color: #5bd #035 #068 #6cf;
	border-left: 1em solid #fc0;
/*the padding below is for the text on the button*/	padding: 0.25em 0.5em 0.4em 0.25em;
	font-weight: bold;
	font-size: x-small;
}

#navlist a#current { border-color: #5bd #035 #068 #f30; }

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a#current:hover
{
background: #28b;
border-color: #069 #6cf #5bd #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:hover
{
background: #28b;
border-color: #069 #6cf #5bd #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
}

.logo {
	font-family: Arial;
	font-size: large;
	color: #DDDDDD;
	font-weight: bold;
	text-align: right;
}


h6
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size: xx-small;
	text-align: center;
}
h5
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:x-small;
	text-align:center
}
h4
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:small;
	text-align:center
}
h3
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:medium;
	text-align:center
}
h2
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:large;
	text-align:center
}
h1
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:x-large;
	text-align:center
}


