/* Body */

body
{
	font-family: Arial;
	background-color: #FFFFFF;
	color: #000080;
}

.main
{
	background-image: url('../images/bgyellosq.jpg');
}

/* The rest */

a
{
	text-decoration: underline;
	color: #000080;
	background-color: transparent;
}

a:visited
{
	text-decoration: underline;
	color: #000080;
	background-color: transparent;
}

a:active
{
	text-decoration: underline;
	color: #000080;
	background-color: transparent;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
	background-color: transparent;
}

h1
{
	font-size: 25px;
	margin: 0px;
}

h3
{
	font-weight: normal;
	font-size: 15px;
}

/* Nav */

.thenav
{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	text-align: center;

	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;

	background-color: #4169E1;
}

.thenav a
{
	color: #FFFFFF;
}

.navtable
{
	height: 50px;
	vertical-align: middle;

	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}

.navcell
{
	width: 140px;
}

/* Page */

.thepage
{
	position: relative;
	top: 55px;
	height: 100%; /* Fix scrollbars */
}

/* General */

.pictable
{
	background-color: #F8D532;
	text-align: center;
	padding: 10px;
}

.error
{
	color: #000000;
}

.blankbody
{
	background-image: url('');
	background-color: #FFFFFF;
}

/* Text Related */

.bigtext
{
	font-size: 28px;
}

.medtext
{
	font-size: 18px;
}

.addtext
{
	color: #000000;
	font-family: Arial;
	font-size: 13px;
}

/* Contact Us/Etc */

.field
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}

.req
{
	color: #FF0000;
	font-size: 10px;
}

.all
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.address
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/* Products */
.productsnav
{
	width: 200px;
	padding: 5px;
	padding-bottom: 0px;

	color: #000000;

	border-style: solid;
	border-color: #000000 #EFEFEF #DADADA #000000;
	border-width: 1px;

	background-image: url('');
	background-color: #FFFFFF;

	/* Scrollbars */
	height: 485px;
	overflow: auto;
}

.productspage
{
	position: absolute;
	left: 230px;

	color: #000000;
	text-align: left;
}

/* Products - Footer/Pro_Footer */

.footprices
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

.footnav
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* Products - Pro_Nav */

.pntext
{
	font-family: Arial;
	font-size: 13px;
}

.pnnav
{
	font-size: 11px;
	font-weight: bold;
}

/* Products - Pro_Cat */

.pcbody
{
	background-image: url('');
	background-color: #FFFFFF;
}

.pcheader
{
	background-color: #000080;
	font-family: Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.pcimage
{
	width: 40px;
}

.pcname
{
	width: 100%;
}

.pcprice
{
	width: 70px;
}

.pcbuy
{
	width: 50px;
}

.pc1
{
	background-color: #FFFFFF;
}

.pc2
{
	background-color: #DDDDDD;
}

/* Products - Pro_View */

.prohr
{
	width: 300px;
	color: #000080;

	border: 0;
	height: 2px;
	background-color: #000080;
}

.protable
{
	/* For IE */
	font-family: Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

/* Products - Pro_Basket */

.pbupdate input
{
	display: table-cell;
	vertical-align: middle;
}

.pbsubtotal
{
	background-color: #000080;
	font-family: Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}

/* Print */

.printheader
{
	background-color: #DADADA;
	font-family: Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}