/**
	* mcr.css
	* Common cascading style sheet attributes for www.cashregister.com.au
	* Copyright (C) 2004 by Metropolitan Cash Register Co., Perth, Western Australia
	* Written by Amos Zimmermann
	*
	* You are welcome to use code from this file provided that credit is given
	* to the author and that www.cashregister.com.au, the site this code appeared
	* on originally, is mentioned.
	*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0%;
	padding: 1% 2%;
	min-width: 450px;
	background-color: #F7F7F7;
	color: black;
	font-size: 80%;
	text-decoration: none;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.mcrHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	font-weight:bold;
	text-decoration: none;
}
.mcrSlogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
.menu {
	clear:both;
	color:#FFFFFF;
	height:24px;
	margin-bottom:3px;
	min-width:450px;
	width:100%;
	background: #FFFFFF url(images/MCRMenuOff.gif) bottom;
	padding-right: 5px;
	/*padding-left: 5px;*/
}
.menu a, .menu a:visited {
	float:left;
	width:15%;
	display:block;
	text-align:center;
	border-left:1px solid #aaa;
	background:transparent;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.menu a:hover {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	background: #FFFFFF url(images/MCRMenuOn.gif) bottom;
}
.menu span {
	display:none;
	}
.menu p {
	line-height:24px;
	margin:0;
	padding:0;
}
.search {
	color: black;
	font-size: 0.75em;
}
.legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.copyright {
	color: black;
	font-size: 0.75em;

}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0%;
	padding: 1% 2%;
	min-width: 400px;
	background-color: white;
	color: black;
	text-decoration: none;
}
@media screen, tv {
	html {
		padding: 0.5em;
		/*background-color: #000099;*/
	}
}
@media print {
	body {font-size: 11pt;}
}
a#home_top, a#home_bottom {
	width:12%;
}
a#news_top, a#news_bottom {
	width:12%;
}
a#products_top, a#products_bottom {
	width:22%;
}
a#services_top, a#services_bottom {
	width:26%;
}
a#company_top, a#company_bottom {
	width:16%;
}
a#site_top, a#site_bottom {
	width:10%;
}