
/* 
 * Birdsale.com.au & Reptilesale.com.au 
 * CSS 
 * By Natasha Elena Fong
 */

/* Main--------------------------------------------------------------------------- */
body {
	background: black url('birdsalebannerNOTIE.jpg') no-repeat 80px 15px;
	position: relative;
	color: white;}

h2, h3{
	color: brown;}
	
h4{
	font-weight: bold;
	color: green;}

p.center{
	text-align:center;
} /*needed?*/

p {
	text-align:justify;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	line-height:140%;}

div.border{
	border-style: solid;
	border-width: 1px;}

div.padding{
	padding: 10px;}
	
/* Colored Writing--------------------------------------------------------------- */
span#red{
	color:red;}

span#orange{
	color:orange;}

span#brown, span.ad{
	color: brown;}

span#green{
	color: green;}

span#blue{
	color: blue;}
	
div.group{
	border:solid;
	text-align: center;
	background-color: yellow;
	width: 300px;
	padding: 5px;}

/* Table--------------------------------------------------------------------------- */
table#main {
	position: absolute;
	color: black;
	background-color: white;
	padding: 40px;
	padding-bottom: 10px;
	left: 90px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	width:700px;}

table#calendar{
	color: black;
	background-color: white;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	width:550px;
	border-color: grey;}
	
td {
	padding:8px;}
	
tr{
	padding: 8px;}
	
td.link {
	color: blue;}

/* Lists--------------------------------------------------------------------------- */
ul{
	list-style: none;
	margin: 0;
	padding: 0;}

li.inline{
	display:inline;}


/* Side Navigation----------------------------------------------------------------- */
p#paypal{	
	text-align:center;
	color: white;
	font-size: 8pt;}
	
div#buttons{
	position:absolute; 
	top:220px; 
	left:800px; 
	padding-left: 10px;}
	
div#paypal{
	position:absolute; 
	top:470px; 
	left:810px; 
	width:125px; 
	height:125px; 
	padding-top: 10px;}

div#text{
	position:absolute; 
	top:685px; 
	left:830px; 
	left:820px;}

div#feedback{
	position:absolute; 
	top:715px; 
	left:800px;}

div#marketplace{
	position:absolute; 
	top:360px; 
	left:815px;}

div#ebay{
	position:absolute; 
	top:645px; 
	left:805;
	width:125px; 
	height:125px; 
	padding: 10px;}

/* Footer, Disclaimer--------------------------------------------------------------- */
span.footer {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: black;
	font-family: Arial;}

span#disclaimer {
	font-size: 7pt;
	font-weight: bold;
	line-height: 10pt;
	text-align:justify;}

span#disclaimertitle{
	color:red;
	font-size:10pt;}

/* Images--------------------------------------------------------------------------- */
img {
	border: none;}
	
img.floatleft{
	float: left ;}
	
img.floatright{
	float: right;}

/* Main Navigation------------------------------------------------------------------- */
 
 div#tabs{
	position: absolute;
	top: 160px;
	left: 0px;}
 
 #tabs {
	float:left;
	width:1000px;
	background:#000;
	font-size:14px;
	line-height:normal;
	font-family: arial;}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;}

#tabs li {
	margin:0;
	padding:0;}

#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;}

#tabs a:hover {
	background-position:0% -42px;}

#tabs a:hover span {
	background-position:100% -42px;}  
	
	

