
html, body, td
{
	color: #000000;
	font-size: 12px;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-family: sans-serif;
	margin: 0px;
	height:100%;
}

h1
{
	font-family: "vivaldi", italic,helvetica,verdana,sans-serif;
	font-size: 36px; 
	margin-top:0px;
}

h2
{
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 18px;
}

h3
{
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	font-variant: small-caps;
}

h4
{
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #EEEEFF;
	background-color: #005abd;
}

a
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #3F5D95;
}

a.button
{
	text-decoration: none;
	color: #000000;
	background: URL(gfx/aquam.gif);
	vertical-align: top;
}

a.plain
{
	text-decoration: none;
	color: #000000;
}

a.hiddeninfooter
{
	text-decoration: none;
	color: #005abd;
}

a.plain:hover 
{
	text-decoration: none;
	color: #000000;
}

a.menulink 
{
	line-height:16px;
	display: block;
	width: 140px;
	text-align: left;
	text-decoration: none;
	font-size:12px;
	color: #000000;
	border: none;
}

a.menulink:hover 
{
	line-height:16px;
	background: #EEEEFF;
}

a.title 
{
	font-size: larger;
   color: #000000;
   text-decoration: underline;
   font-weight: bold;
}

a.price 
{
   color: #990000;
   font-size: 18px;
   font-weight: bold;
}

img { border: 0; }

input, select, textarea, checkbox
{
	color: #000000;
	font-size: 10px;
	font-weight: normal;

}

table
{
	border-width:0px; 
	border-style:solid; 
	border-collapse:collapse;
	border-spacing:0;
}

table.withborder
{
	background-color: #EEEEFF;
	border-color: #111111;
	border-width:1px; 
	border-style:solid; 
	border-collapse:collapse; 
	border-spacing:0;
	cell-padding:10px;
}

table.whiteborder
{
	border-color: #111111;
	border-width:1px; 
	border-style:solid; 
	border-collapse:collapse; 
	border-spacing:10;
	cell-padding:10px;
}

table.colour0 
{ 
	background-color: #EEEEFF;
	width: 95%;

	border-color: #D0D0E1;;
	border-width:1px; 
	border-style:solid; 
	border-collapse:collapse; 
}

table.colour1 
{ 
	background-color: #EEEEEE; 
	width: 95%;

	border-color: #D0D0D0;
	border-width:1px; 
	border-style:solid; 
	border-collapse:collapse; 
}

table.sale
{ 
	background-color: #FFE4E4; 
	width: 95%;

	border-color: #FFBBBB;
	border-width:2px; 
	border-style:solid; 
	border-collapse:collapse; 
}

td.spaced
{
	padding:5px;
}

tr.spaced
{
	padding:5px;
}

tr.withborder
{
	color: #000000; 
	background-color: #EEEEFF; 
	border-width:1px; 
	border-color:#000000; 
	border-style:solid; 
	padding:2px;
}

td.withborder
{
	color: #000000; 
	background-color: #EEEEFF; 
	border-width:1px; 
	border-color:#000000; 
	border-style:solid; 
	padding:4px
}

button
{
	display: inline;
}

button.mult_submit
{
	border: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

div#content 
{
	position:relative;
	height:100%;
	min-height:100%;
	border-right:none;
	margin-bottom:-50px;
}

* html #content {height:100%}
body>#content {height:auto}
html>body #content{height:auto}

div#header
{
	position:relative;
	height: 70px;
	clear: both;
	background: #005abd;
	color: #ffffff;
	text-align: center;
}

div#bar
{
	background: URL(gfx/bar.gif);
	height: 20px;
	text-align: right;
}

div#nav 
{
	float:left;
	width: 150px;
	text-align:center;	
	background: transparent;
}

#contentinner {margin-left:160px}

#clearfooter{clear:both;height:60px;}/*needed to make room for footer*/

div#footer 
{
	font-size: 10px;
	position:relative;
	height: 50px;
	clear: both;
	background: #005abd;
	color: #ffffff;
	text-align: center;
}

.red { color: #990000; }

.justified {text-align: justify;}
.centered {text-align:center;}

.windowtop {background: URL(gfx/ttm.gif)}
.windowbottom {background: URL(gfx/tbm.gif)}
.windowleft {background: URL(gfx/tlm.gif)}
.windowright {background: URL(gfx/trm.gif)}

.buttonblue {background: URL(gfx/aquam.gif)}
.buttonwhite {background: URL(gfx/aqua2m.gif)}
