/*
 *********************************************
  UniCure Pty Ltd 01/10/2001
  Updated by Semantia Pty Ltd 14/05/2005 [S140505]
  Updated by Semantia Pty Ltd 25/05/2005 [S250505]

  Bellevue Imports - Website
  Stylesheet 
 *********************************************
 */

/*
 *********************************************
  Global HTML standard tags 

  h1 - Page headings
         [Site-wide]
 
  h2 - JavaScript warning messages
         [Site-wide]

  h3 - Subheadings 
         [General Information Page] 

  h4 - Instruction Heading
         [Search Form]
 
  h5 - unused
  h6 - unused

  p  - Paragraph text 
         [Site-wide]

  ul - Unordered lists 
	 [Site-wide]
 *********************************************
 */

h1, h2, h3, h4, h5, h6, p, ul
		{
		font-family:Arial,Helvetica,sans-serif;
		}
h1
		{
		font-weight:bold;
		font-style:normal;
		font-size:0.95em;
		color:#339966;
		}
h2
		{
		font-weight:bold;
		font-style:italic;
		font-size:1.0em;
		color:#CC0000;
		}
h3
		{
		font-weight:bold;
		font-style:normal;
		font-size:0.85em;
		color:#006666;
		}
h4
		{
		font-weight:bold;
		font-style:normal;
		font-size:0.8em;
		color:#333333;
		}
h5
		{
		font-weight:bold;
		font-style:normal;
		font-size:0.75em;
		color:#000000;
		}
h6 
		{
		font-weight:bold;
		font-style:normal;
		font-size:0.75em;
		color:#000000;
		}
p
		{
		font-weight:normal;
		font-style:normal;
		font-size:0.765em;
		color:#000000;
		}
p a
		{
		text-decoration:none;		color:#006666;
		}
p a:visited
		{
		text-decoration:none;		color:#006666;
		}
p a:active
		{
		text-decoration:none;		color:#CCCCCC;
		}
ul
		{
		font-weight:normal;
		font-style:normal;
		font-size:0.7em;
		color:#000000;
		}


/*
 *********************************************
  Dropdown menu options
  ddown - used for dropdown menu options
 *********************************************
 */
.ddown
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-size:0.65em;
		color:#000000;
		}
/*
 *********************************************
  Contact Phone and Fax Numbers
  contactn - used in the top banner on the
	     Home Page 
  contactg - used in the top banner on all 
	     other pages of the web site
 *********************************************
 */
.contactn
		{
		font-family:Arial,Helvetica,sans-serif;
		font-style:normal;
		font-weight:bold;
		font-size:0.73em;
		color:#FFFFFF;
		}

.contactg
		{
		font-family:Arial,Helvetica,sans-serif;
		font-style:normal;
		font-weight:bold;
		font-size:0.7em;
		color:#FFFFFF;
		}

/*
 *********************************************
  Contact Address Details & Copyright Disclaimer
  contacta - used in the footer throughout the
             website
 *********************************************
 */
.contacta
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.7em;
		color:#333333;
		}
.contacta a
		{
		text-decoration:none;	
		color:#000000;
		}

.contacta a:visited
		{
		text-decoration:none;	
		color:#006666;
		}

.contacta a:active
		{
		text-decoration:none;		color:#CCCCCC;
		}

/*
 *********************************************
  FAQ page
 
  qst - used for the question paragraphs
  anw - used for the answer paragraphs
 *********************************************
 */
.qst
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.765em;
		color:#666666;
		}

.anw
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.765em;
		color:#000000;
		}
.anw a
		{
				color:#006666;
		}

.anw a:visited
		{
				color:#006666		}
.anw a:active
		{
				color:#CCCCCC		}
/*
 *********************************************
  About Us page

  abtus - used for the quote 
 *********************************************
 */
.abtus
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:;
		font-size:0.8em;
		color:#666666;
		}

/*
 *********************************************
  Contact Us page

  contacth - used for subheadings
  contactd - used for contact details
 *********************************************
 */
.contacth
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-style:normal;
		font-size:0.8em;
		color:#333333;
		}
.contactd
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.8em;
		color:#000000;
		}
.contactd a
		{
				color:#006666;
		}
.contactd a:visited
		{
				color:#006666;
		}
.contactd a:active
		{
				color:#CCCCCC;
		}

/*
 *********************************************
  General Information page

  clnnote - used in the cleaning section for
            the additional note
  bmaterial - used in the base material section
              for the sub-headings
  escutcheons - used in the escutcheon section
                in the table for the data
  escheading - used in the escutcheon section
               in the table for the headings
 *********************************************
 */
.clnnote
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:italic;
		font-size:0.765em;
		color:#666666;
		}
.bmaterial
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:italic;
		font-size:0.8em;
		color:#333333;
		}
.escutcheons
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.765em;
		color:#000000;
		}
.escheading
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-style:normal;
		font-size:0.8em;
		color:#000000;
		}
/*
 *********************************************
  Product pages
  
  prdtrait - used for sub-headings
  prddetail - used for information provided
              under each sub-heading
  prdnav - used for 'top of page link
  prddesign - used for the design name
  prddesigner - used for the name of the
                designer
  prdtitle - used for section headings on the
             Designer page
  [S140505]
  prdinfo - used on Category page under title
 *********************************************
 */
.prdtrait
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.65em;
		color:#006666;
		}

.prddetail
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.65em;
		color:#000000;
		}

.prddetail a
		{
				color:#000000;
		}

.prddetail a:visited
		{
				color:#006666;
		}

.prddetail a:active
		{
				color:#CCCCCC;
		}

.prdnav
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.7em;
		color:#333333;
		}
.prdnav a
		{
		text-decoration:none;		color:#000000;
		}

.prdnav a:visited
		{
		text-decoration:none;		color:#006666;
		}

-prdnav a:active
		{
		text-decoration:none;		color:#CCCCCC;
		}
.prddesign
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-style:normal;
		font-size:0.765em;
		color:#000000;
		}

.prddesigner
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.7em;
		color:#000000;
		}
.prdtitle
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-style:normal;
		font-size:0.765em;
		color:#666666;
		}
.prdinfo
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:italic;
		font-size:0.75em;
		color:#333333;
		}
/*
 **********************************************
  Search form
 
  searchinstruct - used for the numbered 
                   instruction steps
  searchnote - used for the notes that 
               accompany each step of the 
               numbered instructions
  searchlabel - used for the names displayed
                next to each listbox
 **********************************************
 */

.searchinstruct
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-style:normal;
		font-size:0.765em;
		color:#006666;
		}

.searchnote
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.7em;
		color:#333333;
		}

.searchlabel
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-style:;
		font-size:0.765em;
		color:#;
		}

/*
 **********************************************
  Reference pages

  declarations.
  reftrait - used for sub-headings
  refdetail - used for the information displayed
              about each reference
 **********************************************
 */

.reftrait
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.765em;
		color:#999999;
		}
.refdetail
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.765em;
		color:#000000;
		}
/*
 *********************************************
  Distributor pages
 
  dstname - used for the distributor names
  dstdetail - used for the information displayed
  cntname - used for the contact name
  cntdetail - used for the contact details that
              are displayed
  cntlink - used for any email or url links
            provided for the distsributor
 *********************************************
 */

.dstname
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-style:normal;
		font-size:0.765em;
		color:#666666;
		}

.dstdetail
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.7em;
		color:#666666;
		}

.cntname
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-style:normal;
		font-size:0.765em;
		color:#333333;
		}

.cntdetail
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:em;
		color:#333333;
		}

.cntlink
		{
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-style:normal;
		font-size:0.7em;
		color:#000000;
		}
.cntlink a
		{
		text-decoration:none;		color:#006666;
		}

.cntlink a:active
		{
		text-decoration:none;		color:#CCCCCC;
		}

.cntlink a:visited
		{
		text-decoration:none;		color:#000000;
		}

/*
 *********************************************
  [S140505]
  Category page Catalogue download button
 
  download - container for button positioning
  cssnav - container for button images
 *********************************************
 */

#download {
	margin-left:478px;
	margin-top:-38px;
	}

.cssnav {
	position:relative;
	background-image:url(/graphics/btn_over.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
	display:inline;
	width:120px;
	height:25px;
	margin:0; 
	padding:0;
	float:left; 
	}

.cssnav a{
	display:block;
	color:#000000;
	font-size:11px;
	width:120px;
	height:25px;
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;	}

.cssnav img {
	width:120px;
	height:25px;
	border:0;
	}

* html a:hover {
	visibility:visible;
	}

.cssnav a:hover img {
	visibility:hidden;
	}

* html a:active {
	visibility:visible;
	}

.cssnav a:active img {
	visibility:hidden;
	}

.cssnav span {
	position:relative;
	float:left; 
	top:-25px;
	left:-2px;
	font-family:Arial,Helvetica,sans-serif;
	color:#000000;
	width:120px;
	height:25px;
	text-align:center;
	margin:0px;
	padding:0px;
	cursor:pointer;
	}
/*
 *********************************************
  [S250505]
  Detail pages Catalogue and Brochure download 
  buttons
 
  pdfButtonBox - container for button positioning
  downloadCatalogue - container for Catalogue button
  downloadBrochure - container for Brochure button
  cssrollover - visible and hide behaviour
 *********************************************
 */
#pdfButtonBox {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 210px;
	margin-top: 9px;
	float:right;
	z-index: 9;
	}


#downloadCatalogue div.cssrollover {
	position:relative;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: inline;
	background-image:url(/graphics/btn_small-catalogue-over.gif);
	width:80px;
	height:25px;
	margin: 0; 
	padding: 0;
	float: right; 
}
#downloadBrochure div.cssrollover {
	position:relative;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: inline;
	background-image:url(/graphics/btn_small-brochure-over.gif);
	width:80px;
	height:25px;
	margin: 0; 
	padding: 0;
	float: right; 
}
.cssrollover a{
	display: block;
	color: #000000;
	font-size: 11px;
	width:80px;
	height:25px;
	display: block;
	float: right;
	color: black;
	text-decoration: none;
}

.cssrollover img {
	width:80px;
	height:25px;
	border: 0;
}

.cssrollover a:hover img {
	visibility:hidden;
}