/* navigation */

a.nav:link {
	color: #66CCFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

a.nav:visited {
	color: #66CCFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

a.nav:hover {
	color: #66CCFF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

a.nav:active {
	color: #66CCFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

a.headernav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.headernav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.headernav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #ff9c00;
	text-decoration: none;
}

a.headernav:active {
	color: #66CCFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

a.dtag:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}

a.dtag:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.dtag:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.dtag:active {
	color: #66CCFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.ab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #0A2F6C;
	width: 100%;
	height: 75px;
}
#header2 {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 75px;
}

.leftnav2 {
	position: absolute;
	top: 150px;
	left: 30px;
	background-color: #ffffff;
	width: 80%;
	height: 30px;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo2 {
	position: absolute;
	top: 35px;
	left: 35px;
}

#body {
	position: absolute;
	top: 96px;
	left: 195px;
}

#headerright {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	z-index: 100;
}

#headerbottom {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 100%;
}

#headernav {
	position: absolute;
	top: 79px;
	left: 5%;
	color: white;
	font-size: .9em;
	z-index: 100;
}

.headernav {
	color: white;
	font-size: .8em;
}

#content {
	position: relative;
	top: 130px;
	left: 100px;
}

#footer {
	position: relative;
	top: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	left: -100px;
}

table.prodthumb {
	border: 1px black solid;
	width: 150px;
	padding: 0px;
	margin: 5px;
	background-color: white;
}

table.search {
	position: absolute;
	left: 15px;
	top: 450px;
	font-size: .8em;
	border: 1px black solid;
	width: 140px;
}

#searchtitle {
	background-color: #003366;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 120px;
}

body { font-family: arial,sans-serif; }

td.prodthumbhead {
	height: 1.5em;
	background-color: #5386b9;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-family: arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
}

td.prodthumbprice {
	height: 40px;
	font-family: arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
}

td.prodthumbbutton { height: 40px; }

h1 {
	font-family: arial,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

