﻿/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background: url('images/background.jpg') repeat;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/flag_au.gif'); 
	font-size: 100%;
}

hr {
	background-color: #9b3d43; 
	color: #9b3d43; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0;
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #9b3d43; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #757575; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #723035; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #9b3d43; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

.rollover   {float: left; color: #FFF; font-size: 12px;}
.rollover A:LINK {display: block; margin: 0; width: 124px; float: left; color: #FFF; background: url('images/button.jpg') no-repeat 0 0; ; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Tahoma; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:13px}
.rollover A:VISITED {display: block; margin: 0; width: 124px; float: left; color: #FFF; background: url('images/button.jpg') no-repeat 0 0; ; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Tahoma; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:13px}
.rollover A:HOVER {background-position: -125px 0; font: bold 12px Tahoma; color: #FFF; text-decoration: none;}
.rollover A:ACTIVE {display: block; margin: 0; width: 124px; float: left; color: #FFF; background: url('images/button.jpg') no-repeat 0 0; ; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Tahoma; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:13px}

.footer a:link {color: #000; text-decoration: none; font-weight: normal;}
.footer a:visited {color: #000; text-decoration: none; font-weight: normal;}
.footer a:hover {color: #FFF; text-decoration: underline; font-weight: normal;}
.footer a:active {color: #000; text-decoration: none; font-weight: normal;}

.sidebar A:LINK    {color: #BE0408; text-decoration: none; font-weight: bold; font-size: 14px;}
.sidebar A:VISITED {color: #BE0408; text-decoration: none; font-weight: bold; font-size: 14px;}
.sidebar A:HOVER   {color: #FF6935; text-decoration: underline; font-weight: bold; font-size: 14px;}
.sidebar A:ACTIVE  {color: #BE0408; text-decoration: none; font-weight: bold; font-size: 14px;}

a:link  {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #FF6935; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

/* SETS THE CLASS PROPERTIES */

.mainnavigation {width: 750px; background-image: url('images/navcell.jpg'); text-align: center; color: #FFF; height: 40px; padding-left: 2px}

.wrapper {
	width: 750px; 
	background: #fff;
	color: #000; 
	text-align: left;
	margin: 0 auto;
}
.header {
width: 750px; 
height: 85px; 
background-image: url(images/headerbg.gif);
padding: 0 40px;
}

.sidebar {
	background-color: #fff;
	color: #000;
	width: 250px; 
	padding: 10px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.sidebarnav {
	line-height: 20px;
}

.maintext {
	width: 500px; 
	padding: 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.mainwide {
	width: 750px; 
	padding: 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.footer {
	text-align: center;
	background: url('images/footerleft.jpg');
	color: #000; 
	font-size: 11px; 
	font-weight: normal; 
}

.footerright {
	text-align: center;
	background: url('images/footerright.jpg');;
	color: #000;
	font-size: 90%; 
	font-weight: normal;
	height: 80px;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}