﻿/* CSS Document */


body {
  background: #fff5ff;
  font-family: Times New Roman, MS Serif, Times, Serif;
  font-size: 11pt;
  color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.610{
	width:610px;
}
.570{
	width:570px;
}
.50p{
	width:50%;
}
.pink{
	background-color:#fce6ea; 
}
.note{
	font-family: Arial, Helvetica, Verdana, Microsoft Sans Serif, san serif;
 	font-size: 9pt;
 	font-weight: normal;
 	color:#FF0000;
 	margin: 0px;
 	padding: 0px;
}

/* background image*/

#bgimage1{
background-image:url('roseleft.jpg');
background-repeat: no-repeat;
background-position: top right;
background-color: #fffff5;
}
#bgimage2{
background-image:url('http://www.trewallyn.com.au/roseleft.jpg');
background-repeat: no-repeat;
background-position: top right;
background-color: #fffff5;
}
.contact{
background-color: #fffff5;
width:620px;	
}
/* Hyperlinks */

a.sitefoot:link, a.sitefoot:visited{
    color: #0000ff;
	font-family: Tahoma, Avalon, Arial, Verdana;
	font-size: 8pt;
	font-weight: normal; 
	}	

a.sitefoot:hover{
    color: #0099cc;
    font-family: Tahoma, Avalon, Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
    }
    
a:link, a:visited{
	color: #cc66cc;
	font-family: Times New Roman, MS Serif, Times, Serif;
	font-size: 10pt;
    font-weight: bold;
	/*text-decoration: none;*/
}

a:hover{
	color: #CC3399;
	font-family: Times New Roman, MS Serif, Times, Serif;
	font-size: 10pt;
    font-weight: bold;
	/*text-decoration: none;*/
}

a.one:link, a.one:visited{
	color: #ff00cc;
	font-family: Times New Roman, MS Serif, Times, Serif;
	font-size: 10pt;
    font-weight: bold;
	text-decoration: none;
}

a.one:hover{
	color: #cc99cc;
	font-family: Times New Roman, MS Serif, Times, Serif;
	font-size: 10pt;
    font-weight: bold;
	text-decoration: none;
}

a.two:link, a.two:visited{
	color: #FFFF00;
	font-family: Times New Roman, MS Serif, Times, Serif;
	font-size: 11pt;
    font-weight: normal;
	text-decoration: underline;
}

a.two:hover{
	color: #CC99FF;
	font-family: Times New Roman, MS Serif, Times, Serif;
	font-size: 11pt;
    font-weight: normal;
	text-decoration: underline;
}



/* Headings */
p{
 font-family: Times New Roman, MS Serif, Times, Serif;
 font-size: 12pt;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}


h1{
 text-align: right;
 font-family: Times New Roman, MS Serif, Times, Serif;
 font-size: 14pt;
 font-weight: bold;
 color: #CC99FF;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Times New Roman, MS Serif, Times, Serif;
 font-size: 12pt;
 font-weight: bold;
 color: #CC99FF;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Times New Roman, MS Serif, Times, Serif;
 font-size: 12pt;
 font-weight: normal;
 color: #CC99FF;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Times New Roman, MS Serif, Times, Serif;
 font-size: 11pt;
 font-weight: normal;
 color: #800000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Times New Roman, MS Serif, Times, Serif;
 font-size: 10pt;
 font-weight: normal;
 color: #003399;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Times New Roman, MS Serif, Times, Serif;
 font-size: 10pt;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

p.normist{
font-family: Tahoma, Avalon, Arial, Verdana;
font-size: 10px;
font-weight: normal;
text-align: center; 
color: #003399;
}


/*padding*/

#pad1{
padding: 6px 6px 6px 6px;
}
#textbox{
padding: 8px 8px 8px 8px;
text-align: left;
}

td.pad3{
padding: 2px 2px 2px 30px;
}

/* Products Found */

#productsfound {
width: 630px; background-color: #fffff5;} 
#productsfound p {
font-family: Times New Roman, MS Serif, Times, Serif; font-size: 12pt; font-weight: normal; color: #CC99FF;
}

/* Menu */

#navigation {width: 100%; font-family: Times New Roman, MS Serif, Times, Serif; font-size:.9em;}
#navigation ul {list-style: none; margin: 0; padding: 0; padding-top: 4px;}

#navigation li a:link, #navigation li a:visited 
 {
   margin-right:2px;
   display: block; 
   padding: 3px 10px 2px 10px;
   border-left: 1px solid #ffffff; 
   border-right: 1px solid #717171;
   border-top: 1px solid #ffffff; 
   border-bottom: 1px solid #717171;
   background-color: #fce6ea; 
   color: #a62020; 
   text-decoration: none;
 }

#navigation li a:hover 
{
   border-left: 1px solid #717171; 
   border-right: 1px solid #ffffff;
   border-top: 1px solid #717171; 
   border-bottom: 1px solid #ffffff;
}