/*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;
	letter-spacing: loose;
	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;}

/*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;}

/*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;}

#outer-image {height: 199px;
	background-image: url(images/outer-image.jpg);
	background-position: center top;}

#inner-image {height: 199px;
	background-image: url(images/inner-image.jpg);
	background-position: 198px 0px;
	background-repeat: no-repeat;}

/*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;}

#overview {border-collapse: collapse;
	border: 1px solid black;
	background-color: #ffffff;
	color: blue;
	font-size: 0.7em;
	position: relative;
	top: 0px;
	left: 0px;}
	
#overview tr{border-top: 1px solid black;}

#overview td{padding: 5px;}

#scope {border-collapse: collapse;
	border: 1px solid black;
	background-color: #ffffcc;
	color: #090909;
	font-sze: 0.8em;
	position: relative;
	top: 0px;
	left: 0px;}
	
#scope tr {border-top: 1px solid black;}


#banner {position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;}

#soluscope {position: relative;
	top: 0px;
	left: 125px;
	margin: 0;
	padding: 0;}

#overlay {position: relative;
	top: -90px;
	left: -135px;
	margin: 0;
	padding: 0;}

#quickLook {position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;}



/*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-weight: italic}

.blue {color: blue;
	font-weight: bold;}
	
