/*Style sheet for Kookaburra - created November 12, 2008*/


body {
	margin: 0;
	padding:0;
	color : #5D2800;
	background-image : url(images/cleaning-products-brown-back.jpg);
	background-color: #5d2800;
	
		}
	

p  {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size:9pt;
	color : #5d2800;
}          
			
h1 {font: bold .9em Trebuchet, Helvetica, sans-serif;}
h2 {font: bold 1.4em Trebuchet, Helvetica, sans-serif;}
h3 {font: bold 1.0em Trebuchet, Helvetica, sans-serif;} 


a:link  {
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}

a:visited  {
	color :  #5B2800;
	text-decoration : none;
		}

a:hover {
	color : #5B2800;
	text-decoration : underline;
}


/* bottom menu */
.menu {
	font-family: Trebuchet, Helvetica, sans-serif;
}
.menu a {
	 color: #3c84bb;
    font-size: 9pt;
	 text-decoration : none;
}
.menu a:visited {color: #FFFFFF;
     text-decoration : none;
}
.menu a:hover {color: #3c84bb;
text-decoration : none;
}

/* footer */
.footer {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size:7pt;
	color : #ee8700;
}
.footer a {
	color: #ee8700;
   font-size:7pt;
	text-decoration: underline;
}
.footer a:hover {color: #3c84bb;
}

.style1 {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size:8pt;
	color : #5d2800;
}    

ul {
	list-style-type: square;
	list-style-image: inherit;
	list-style-position: inside;
	width: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#5D2901;
	text-indent: 5px;
	padding-left: 10px;
	margin: 0px;
	 
	}

/* forms */

input {
	background-color: #5D2901; 
	border:outset 2px #ffffff;
    	font-size: 13px; 
    	font-family: Arial, Verdana, sans-serif;
    	color: #ffffff;
     }


select {
 background-color: #BAB42C;
 border:outset 1px #ffffff;
 color: #000000;
}


textarea {
 font-size: 12px;
 background-color: #F5DFAD;
 border:outset 1px #ffffff;
 font-family: Arial, Verdana, sans-serif;
 color: #000000;
 
 }
 
formtext { font-size: 12px;
  
}





