/*This is the style sheet for Perth Scientific Pty Ltd new website*/

/*Style information for the body of the Document*/
/*This is the default style that will be displayed unless over-ridden by another style element*/
body {margin: 0;
	background-color: #cccccc;
	background-image: url(images/page-bg.gif);
	color: #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;}

/*Style information for all h1 elements*/
h1 {font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.1em;
	text-align: center;}

/*Style information for all h2 elements*/
h2 {font-size: 1.2em;
	font-weight: bold;}

/*Style information for all h3 elemnts*/
h3 {font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0px;}
	
/*Style information for all h4 elemnts*/
h4 {font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;}
	
/*Style information for all p elements*/
p {font-size: 0.8em;
	text-align: justify;
	line-height: 1.6em;}
	
table {font-size: 0.8em;
	text-align: left;
	line-height: 1.6em;}

/*Style information for all elements with the class bold*/
.bold {font-weight: bold;}

/*Style information for img elements*/
img {border: 0px;}

/*Style information for all ul li elements*/
ul li {font-size: 0.8em;
	line-height:1.6em;}
	
/*Style information for dd, dt, and dl elements*/
dl dd {font-size: 0.8em;
	line-height:1.6em;}

dl dt {font-size:0.8em;
	line-height: 1.6em;
	font-weight: bold;}


/*The following section styles all link elements tagged as an "a" element*/
/*a:link {background-color: #99cccc;*/
/*	color: #666666;*/
/*	text-decoration: none;}*/

/*a:visited {background-color: #9999ff;*/
/*	color: #666666;*/
/*	text-decoration: none;}*/

/*a:hover {background-color: #aaddee;}*/

/*a:active {background-color: #3cc7f0;}*/

/*Style information for the individual sections of the document*/
/*Header Style*/
#header {height: 110px;
	background-color: #999999;
	background-image: url(images/logo2.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	border-bottom: solid #000000 1px;
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 10px;
	padding-bottom: 10px;}

#header p {position:absolute;
	top: 65px;
	left: 235px;
	font-size: 1.6em;
	font-weight: bold;
	color: #333333;}

/*Content Style*/
#content {position: relative;
	width: 779px;}

/*Style for the Main section*/
#main {position: relative;
	top: 30px;
	margin-left: 198px;
	background-color: #ffffff;
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	padding: 10px;}


/*Styles for the Main navbar*/
#mainbar {position: absolute;
	top: 0px;
	left: 198px;
	height: 50px;
	width: 779px;
	font-size: 0.8em;}
	
#mainbar table {margin: 0;
	padding: 0;}
	
#mainbar table td a:link, #mainbar table td a:visited {text-decoration: none;
	font-weight: bold;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;}

/* Styles to turn the navbar into a real navbar instead of a list*/
#navbar {position: absolute;
	top: 30px;
	left: 0px;
	width: 198px;}

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

#navbar ul li {list-style-type: none;
	margin: 0;
	padding: 0;}

#navbar ul li a:link, #navbar ul li a:visited {display: block;
	text-decoration: none;
	font-weight: bold;
	border-top: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;}

#navbar ul li a:hover {}

/*Style information for the footer*/
#footer {margin-left: 198px;
	padding: 10px;}
	
#footer p {font-size: 0.6em;
	font-weight: bold;
	text-align: center;}

#footer h3 {text-align: center;}

.bold {font-weight: bold;}

.italic {font-style: italic}

.blue {color: blue;
	font-weight: bold;}

#moeller {position: relative;
	top: 10px;
	left: 150px;}

img.floatright {float: right;
	margin: 5px;
	position: relative;}
	
img.floatleft {float: left;
	margin: 5px;
	position: relative;}
	
/*img.floatcentre {float: centre;
	margin: 5px;
	position: relative;
	left: 150px;
	top: 10px;}*/
	
img.left {margin: 5px;
	position: relative;
	left: -5px;}
	
img.right {margin: 5px;
	position: relative;
	left: 30px;}
