@import url("site.css");
/* 
 Description: Main CSS for jwb.com.au  
 
 Authors: Rod Pettit, Rod@Webtrix.com.au
 		  Graham Casidy, graham@webtrix.com.au

 Modified: 09/04/2005
 
*/

body {background:#FFFFFF; } 

div { border:0; margin:0; padding:0; }

a {color: #666666; text-decoration: none;}
a:hover { color: #FF0000; }

.arrow { color: #FF0000; font-size: 14px; font-weight: bolder; }	 

.nav {
	color: #FF0000; 
	font-size: 8px;
	font-weight: bold;
	position:absolute;
	z-index:2;
	height:15px;
	bottom:1px;
}
.nav a { color: #666666; 	font-size: 9px; 	background-color:#FFFFFF; 	text-decoration: none; }
.nav a:hover { color: #FF0000; }
	
#aboutdiv {	top: 210px;	left: 62px;	width:211px;}
#markdiv {	top: 230px;	left: 81px;	width:227px;}
#subscribediv {	top: 250px;	left: 122px; width:236px;}
#requestbrochurediv {	top: 270px;	left: 77px;}
#marketresearchdiv {	top: 290px;	left: 97px;}
#contactdiv {top: 320px; left: 9px;	width:84px;}
#logodiv {	top: 126px;	left: 20px;	width:206px; height:53px;}

.breadcrumb {
	color: #FF0000;
	font-size: 9px;
	font-weight: bold;
	position:absolute;
	z-index:2;
	bottom:1px;
	top: 427px;
	left: 62px;
	width:211px;
	height:15px;
	text-align: left;
}
.breadcrumb a {	color: #999999; text-decoration: none; }
.breadcrumb a:hover { color: #FF0000; }

.textdiv {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
	position:absolute;
	z-index:2;
	bottom:1px;
	top: 83px;
	left: 445px;
	width:314px;
	height:108px;
	text-align: justify;
}

