/* 2004-05 blue #005DAA  pale blue #BBD0E1 yellow #FED84A */
body {
	background-image: url('../images/bkg_bar.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
/*	scrollbar-arrow-color: white;
	scrollbar-3dlight-color: #BBD0E1;
	scrollbar-highlight-color: white;
	scrollbar-face-color: #005DAA;
	scrollbar-shadow-color: grey;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #BBD0E1; */
	margin:0px;
	padding:0px;
	line-height: 16px;
}
#content {
	padding:10px;
}
body, p, a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* ------------position------------- */

#nav {
	margin-top:150px;
	margin-left:10px;
}

#banner {
	margin-top:10px;
	text-align:left;
}

#quickcart {
	position:relative;
	margin-top:-32px;
	margin-left:-52px;
}

/* ------------nav------------- */

#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: none;
	width: 120px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: normal;
	letter-spacing: .07em;
}

#nav a:hover {
  color: navy;
  background-color: red;
  text-decoration: none;
}

#nav img {
	margin-right: 6px;
}

/* ------------body------------- */

p,a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
/*  text-indent: 20px; */
}

dl {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

dt {
  font-weight: bold;
}

td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

th {
  font-family: Palatino, "Times New Roman", Times, serif;
  color: navy;
  font-size: 14px;
  font-weight: bold;
/*  background-color: #005DAA; */
} 

tr.alt {
   background-color: #005DAA;
}

font {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, Times New Roman, Times, serif;
	color: #005DAA;
	padding-bottom: 6px;
	line-height: 100%;
}
h1 { font-size: 26px; } /* 26px */
h2 { font-size: 20px; } /* 20px */
h3 { font-size: 18px; } /* 18px */
h4 { font-size: 16px; } /* 16px */
h5 { font-size: 14px; } /* 14px */
h6 { font-size: 12px; } /* 12px */

address {
  font-weight: bold;
}

a {
	color: red;
	font-family: inherit;
}

.frame {
  border: 4px #005DAA solid;
}

.full {
  border: 2px #005DAA solid;
  background-color: #BBD0E1;
}

.nospace, ul, ol, h1, h2, h3, h4, h5, h6 { margin-top: 0em; margin-bottom: 0em; }

ul li{
	line-height: 18px;
/* 	list-style-image: url(../images/bullet.gif); */
}

hr { display: block; background-color: #005DAA; color: #005DAA; height: 2px;  width: 50% }

.errors { color:#FF0000; }

select.select {
	padding: 2px;
	width: 250px;
	display: block;
	visibility: visible;
}

/* ------------footer------------- */

#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
.hide {
	display: none;
}
.show {
	display: block;
}

/* ------------balloon style------------- */

.about a {
/*	color:#14285f; 
	text-decoration:none; 
	border-bottom:#CC3300 1px dashed;
	line-height:30px;
	letter-spacing:.1em; */
}
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
text-align:left;
font:normal 90% Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
}