﻿/* NP Tapware Main stylesheet
------------------------------------------------------------------*/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin-top: 5px;
	padding: 0;
	border: 0;
	background: #ffffff url('images/bkg-black.jpg') repeat;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding: 5px 10px 5px 0px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color:#f4f4f4;
	text-align: left;
	padding-bottom: 5px;
}

h2 {
  font-family: "AvantGarde-Book Bold", Arial;
	font-weight: bold;
	font-size: 16px;
	color:#474220;
	text-align: left;
	padding-bottom: 10px;
}

h3 {
  font-family: "AvantGarde-Book Bold", Arial;
	font-weight: bold;
	font-size: 15px;
	color:#474220;
	text-align: left;
	padding: 10px 0 5px 0;
}

h4 {
  font-family: "AvantGarde-Book Bold", Arial;
	font-weight: bold;
	font-size: 12px;
	color:#ffffff;
	text-align: left;
	padding: 20px 0 10px 20px;
}

h5 {
  font-family: "AvantGarde-Book Bold", Arial;
	font-weight: bold;
	font-size: 12px;
	color:#474220;
	text-align: left;
	padding: 20px 0 10px 20px;
}

#center {
	width: 900px;
    padding-left: 9px;
    padding-right: 9px;
	margin: 0 auto;
}

#container {
	width: 900px;
	height: auto;
	/*
    padding-right: 9px;
    padding-left: 9px;
	background: #ffffff; url(images/background.gif) top;
	background-repeat: repeat-y;
	background: #444444;
	*/
	background: #e9e8e8;
	position: relative; 
	clear: both; 
	float: left;	
	display: block; 
}

#top {
  padding: 5px;
  color: #000000;
}

#header {
  width: 900px;
  height: 177px;
  background: url('images/header-top.jpg') no-repeat;
  position: relative;
  float: left;
  display: block;
}

#logo {
  width: 456px;
  height: 151px;
  padding-top: 10px;
  padding-left: 40px; 
  position: relative;
  float: left;
  display: block;
}

#nav {
  width: 900px;
  height: 31px;
  background: #000000 url('images/menu-bar.jpg') no-repeat;
  float: left;
  display: block;
}

#menu {
  width: 900px;
  height: 31px;
  float: left;
  display: block;
}

#menu li {
  width: 127px;
  text-align: center;
  font-family: "AvantGarde-Book Bold", Arial;
  list-style-type: none; 
  text-decoration: none;
  padding-top: 8px;
  margin-top: 1px;
  /*
  border-right: 1px solid #ffffff;
  */
  float: left;
  position: relative;
  display: block;
}

#menu li a {
  width: 127px;
  text-align: center;
  color: #ffffff; 
  font-size: 12px;
  list-style-type: none; 
  text-decoration: none;
  float: left;
  position: relative;
  display: block;
}

#menu li a:hover {
  width: 127px;
  text-align: center;
  color: #29abe2; 
  font-size: 12px;
  float: left;
  position: relative;
  display: block;
}

#content {
  width: 882px;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 20px;
  float: left;
  position: relative;
  display: block;
}

#body {
  width: 540px;
  padding-left: 150px;
  padding-top: 40px;
  padding-bottom: 10px;
  float: left;
  position: relative;
  display: block;
}

#body p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #29abe2;
}

#body p a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-bottom: 1px dotted #29abe2;	
}

#intro {
  width: 500px;
  float: left;
  position: relative;
  display: block;
}

#intro p {
  font-family: "AvantGarde-Book Bold", Arial;
}

#intro a {
	font-weight: bold;
  text-decoration: none;
  color: #474220;
}

#intro a:hover {
  border-bottom: 1px dotted #474220;	
}

#showcase {
  width: 500px;
  height: 300px;
  float: left;
  position: relative;
  display: block;
}

#showcaseimage {
	width: 500px;
	height: 300px;
	display: block;
}

#catalogues {
  width: 200px;
  height: 300px;
  background-color: #474220;
  float: left;
  position: relative;
  display: block;
}

.heading {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  border-bottom: dotted 1px #ffffff;
  font-weight: bold;
  font-size: 13px;
  padding: 0px 0 0px 5px;
}


#catalogues table {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 11px;
  margin-left: 20px;
  float: left;
  position: relative;
  display: block;
}

#catalogues a {
  padding-left: 10px;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}

#catalogues a:hover {
  color: #ffffff;
  font-size: 11px;
  padding: 5px 0 0 15px;
}

#anssen-link {
	text-align: right;
	padding-top: 300px;
}

#body_index {
  width: 700px;
  padding-left: 90px;
  padding-top: 40px;
  padding-bottom: 10px;
  float: left;
  position: relative;
  display: block;
}

#body_basins {
  width: 560px;
  padding-left: 150px;
  padding-top: 40px;
  padding-bottom: 10px;
  float: left;
  position: relative;
  display: block;
}

#body_basins p a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #29abe2;
}

#body_basins p a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-bottom: 1px dotted #29abe2;	
}

#submenu {
  width: 120px;
  padding: 90px 0 0 10px;
  float: left;
  position: relative;
  display: block;
  float: left;
}


#submenu a {
  width: 120px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  padding-bottom: 11px;
  color: #29abe2;
  list-style: none;
  position: relative;
  display: block;
  float: left;
}

#submenu a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #474220;
}

#submenu a.current {
  color: #474220;
  padding-left: 10px;
}

#columnl {
  width: 148px;
  padding: 10px 30px 0 0;
  position: relative;
  display: block;
  float: left; 
}

#columnl_basin {
  width: 180px;
  padding: 10px 10px 0 0;
  position: relative;
  display: block;
  float: left; 
}

#columnl_baths {
  width: 220px;
  padding: 10px 10px 0 0;
  position: relative;
  display: block;
  float: left; 
}

#columnl_showers {
  width: 220px;
  padding: 10px 10px 0 0;
  position: relative;
  display: block;
  float: left; 
  clear:both;
}

#productpic {
  width: 140px;
  height: 140px;
  border: 1px solid #444444;
  margin-top: 10px;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

#productpic_basin {
  width: 129px;
  height: 104px;
  border: 1px solid #444444;
  margin-top: 10px;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

#productpic_basin-glass {
  width: 130px;
  height: 87px;
  border: 1px solid #444444;
  margin-top: 10px;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

#productpic_access{
  width: 125px;
  height: 128px;
  border: 1px solid #444444;
  margin-top: 10px;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

#productpic_baths {
  width: 220px;
  height: 136px;
  margin-top: 10px;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

#productpic_baths2 {
  width: 220px;
  height: 136px;
  border: 1px solid #444444;
  margin-top: 10px;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

#productpic_showers {
  width: 220px;
  border: 1px solid #444444;
  margin-top: 10px;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

#productinfo {
  width: 148px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #474220;
  padding: 5px 0 0 0;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

#productinfo_showers {
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #474220;
  padding: 5px 0 0 0;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

#order {
  width: 65px;
  height: 17px;
  background: url('images/button-order.jpg') no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
  display: block;
  float: left;
}

#order a{
  color: #ffffff;
  padding: 4px;
  text-decoration: none;
}

#order a:hover {
  color: #474220;
  text-decoration: none;
}

#columnm {
  width: 148px;
  padding: 10px 30px 0 0;
  position: relative;
  display: block;
  float: left;
}

#columnm_basin {
  width: 180px;
  padding: 10px 10px 0 0;
  position: relative;
  display: block;
  float: left; 
}

#columnm_baths {
  width: 220px;
  padding: 10px 10px 0 25px;
  position: relative;
  display: block;
  float: left; 
}

#columnm_showers {
  width: 220px;
  padding: 10px 10px 0 0;
  position: relative;
  display: block;
  float: left; 
  clear: both;
}

#columnr {
  width: 148px;
  padding: 10px 30px 0 0;
  position: relative;
  display: block;
  float: left;
}

#columnr_basin {
  width: 180px;
  padding: 10px 0 0 0;
  position: relative;
  display: block;
  float: left;
}

#catalogue-link {
  width: 170px;
  padding-top: 30px;
  position: relative;
  display: block;
  float: left;
}

#catalogue-link a {
  font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color:#29abe2;
	padding: 20px 0 10px 20px;
}

#catalogue-link a:hover {
	color:#474220;
}

#orderform {
  background: transparent;
}
  
#form {
  background: transparent;
  color: #000000;
  padding: 10px 15px 0 20px;
}


#form table {
  background: transparent;
  margin-top: 5px;
}

#form td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #474220;
  font-weight: bold;
  padding: 5px;
}

#footer {
  width: 900px;
  height: 74px;
  position: relative;
  display: block;
  float: left;
}

/*
#tile {
  width: 900px;
  height: 32px;
  background: url('images/tile-bottom.jpg') no-repeat;
  position: relative;
  display: block;
  float: left;
}
*/

#bottom {
  width: 900px;
  height: 74px;
  background: url('images/footer-bkg.jpg') no-repeat;
  position: relative;
  display: block;
  float: left;
}

#enquiries {
  width: 900px;
  font-family:"HelveticaNeue Extended", Helvetica, Arial;
  font-size: 13px;
  text-align: center;
	color: #ffffff;
	padding: 10px 0 5px 0;
}

#enquiries a{
  font-family:"HelveticaNeue Extended", Helvetica, Arial;
  font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

#enquiries a:hover{
  font-family:"HelveticaNeue Extended", Helvetica, Arial;
  font-size: 13px;
	color: #29abe2;
}

#copyright {
  width: 400px;
  font-family: "AvantGarde-Book Bold", Arial;
  font-size: 10px;
  color: #ffffff;
  padding-left: 20px;
  position: relative;
  float: left;
  display: block;
}

#jazeffect {
  font-family: "AvantGarde-Book Bold", Arial;
  font-size: 10px;
	color: #ffffff;
	padding-right: 20px;
  position: relative;
  display: block;
  float: right;
}

#jazeffect a{
  font-family: "AvantGarde-Book Bold", Arial;
  font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#jazeffect a:hover {
  font-family: "AvantGarde-Book Bold", Arial;
  font-size: 10px;
	color: #29abe2;
}

