html {
height: 100%;
}

body
{
   font-family: Arial, Sans-serif;
   margin: 0px;
   background-color: #FFFFFF;
   height: 100%;
}

#banner
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #0c1572;
	width: 100%;
	height: 72px;
	clear: both;
}

#banner p
{
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}

#banner img
{
	margin: 0px;
	border: none;
}

#utils
{
	text-align: right;
	font-size: 80%;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 50;
	color: #c3cdff;
}

#utils a
{
	color: #faef00;
	text-decoration: none;
}

#utils a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#searchnav
{
	float: right;
	margin: 2px 5px 5px 0;
}

#searchnav p {
	margin: 0;
	padding: 0;
}

#searchnav form
{
	margin: 0;
	padding: 0;
}

#searchnav form input
{
	vertical-align: center;
	border: 1px solid #cccccc;
	color: #0c1572;
	background-color: #faef00;
}

#searchnav p {
	margin: 0;
}

#topnav
{
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 72px;
	height: 30px;
	width: 100%;
	background-color: #0c1572;
	color: #faef00;
	line-height: 30px;
	vertical-align: middle;
}

#topnav p {
	margin: 0;
}

#topnav form {
	margin: 0;
}

#topnav a
{
	padding: 0;
	font-weight: bold;
	margin-right: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

#topnav a:hover
{
	text-decoration: underline;
	color: #faef00;
}

#topnav img {
	border: none;
	margin: 0;
	padding: 0;
}

a
{
	font-weight: bold;
	color: rgb(153,0,0);
}

a:visited
{
	color: rgb(204,0,0);
}

#navbar p
{
	margin: 0;
	padding: 0;
}

#navbar img
{
	margin: 0;
	padding: 0;
	border: none;
}

#navbar a
{
	margin: 0;
	padding: 0;
}

.navpopup {
	position: absolute;
	top: 102px;
	z-index: 50;
	background: #0c1572;
	border: 2px solid #faef00;
}

.navpopup a {
	color: #ffffff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
}

.navpopup a:hover
{
	text-decoration: underline;
	color: #faef00;
}

#content
{
     width: 88%;
     position: absolute;
     top: 0px;
     left: 6%;
     margin-right: auto;
     margin-top: 100px;
     padding-top: 5px;
     padding-left: 15px;
     padding-right: 15px;
     padding-bottom: 15px;
}

h1
{
margin-left: -5px;
font-size: 150%;
}

h2
{
  font-size: 110%;
  margin-left: -3px;
  margin-bottom: 5px;
}

label
{
font-weight: bold;
}

a.cat
{
   font-weight: bold;
   font-size: 115%;
   color: rgb(153,0,0);
}

.catprice
{
   font-weight: bold;
   font-size: 115%;
}

#bottomnav
{
text-align:center;
font-size: 70%;
clear: both;
}

#bottomnav img
{
	border: 1px solid #000000;
}

#bottomnav ul
{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
}

#bottomnav li
{
display:inline;
}

#bottomnav li.cclist
{
margin-left: 10px;
margin-right: 10px;
}

hr
{
    text-align: center;
    width: 100%;
    height: 1px;
    color: #000000;
}

tr.currencyrow
{
    background-color: #000000;
    color: #ffffff;
    font-size: 105%;
}

tr.baskettitles
{
    font-size: 70%;
    font-weight: bold;
    vertical-align: top;
}

tr.addbasketrow
{
    vertical-align: top;
}

tr.addbasketrow td
{
    font-size: 85%;
    font-weight: bold;
}

tr.addbasketoptions
{
    vertical-align: top;
}

tr.addbasketoptions td
{
    font-size: 60%;
    text-align: center;
}

/****************************************
* Homepage left div
****************************************/
#homeleft {
	float: left;
	font-size: 75%;
	width: 180px;
	border-right: 1px solid #000000;
	padding-right: 15px;
	text-align: justify;
}

/****************************************
* Product DIVS on home page
****************************************/
.featureproduct {
	width: 200px;
	float: left;
	margin-right: 15px;
	padding: 5px;
	text-align: center;
	font-size: 70%;
}

.featureproduct h2 {
	font-size: 110%;
}

div.productRow {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

div.productCol img {
	margin-right: 5px;
}

div.productCol {
	text-align: justify;
	width: 45%;
	margin-right: 5%;
	float: left;
}

/**************************************
* Product page specific formatting    *
**************************************/
#productInquiry {
	text-align: center;
}
