@import url("header.css");
@import url("content.css");
@import url("footer.css");
@import url("contact.css");

@import url("database_page.css");

.print_only {
  display: none;
}

.display_only {
  display: ;
}

.landing_title {
  width:100%;
  margin-bottom:25px;
  color: #2090c0;
}

h4 {
  font-size: 13px;
  text-align: center;
}

html, body {
  font-family: Verdana, Arial, Helvetica;
  font-size:85%;
  margin:0;
  border:0;
  color:#000000;
  background-color: #ffffff;
  padding: 0;
  min-width:800px;
  background-image: url(../img/body-top1.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#footer-bg {
  background-image: url(../img/footer_back.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 0px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

img {
  margin:0;
  padding:0;
  display: block;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  
}


#container{
  width:auto;
  padding: 0;
  position: relative;
  max-width:1800px;
  margin: 0;
  min-width: 800px;
}



.clear-both {
  width:1px;
  height:1px;
  clear:both;
}
.break {
  background-image: url(../img/break.gif);
  background-repeat: repeat-x;
  padding: 0px;
  height: 1px;
  width: 100%;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
#letter-head-top {
  margin: 0px;
  padding: 0px;
  width: 780px;
  clear: both;
  display: none;
}
#letter-head-bottom {
  display: none;
  margin: 0px;
  padding: 0px;
  clear: both;
  width: 780px;
}

input, textarea, select {
  font-family:Verdana, Arial, Helvetica;
  font-size:10pt;
  color:#000000; 
  padding: 0;
  margin: 0;
  border:1px solid #000000;
  background-color:#E6E6E6;
}

/* Link */
a {
  color:#000000;
  text-decoration:none;
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}  

a:visited {
  color:#458FE2;
  text-decoration:none;
}

a:link {
  color:#458FE2;
  text-decoration:none;
}


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

/* CopyRight Format-- */
div#copyright {
  font-family:Arial, Verdana, Helvetica;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  margin:0;
  border:0;
  color:#666666;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

a.linkcopy {
  color:#666666;
  text-decoration:underline;
}  

a.linkcopy:link {
  color:#666666;
  text-decoration:underline;
}

a.linkcopy:visited {
  color:#666666;
  text-decoration:underline;
}

a.linkcopy:hover {
  color:#0000CC;
  text-decoration:underline;
}

div.landing_image div {
  max-width:530px; 
  min-width:300px;
}

.cart_contents td {
  padding: 0 2px;
  border: 1px solid #888888;
  overflow: hidden;
  white-space: nowrap;
}

.cart_contents td.center {
  text-align: center;
}

.cart_enquiry td {
  padding-left: 2px;
  padding-right: 2px;
}

#get-a-quote {
  height:20px;
  width:104px;
  padding: 0;
  margin: 0 0 -2px 0;
}

#quote-qty {
  text-align:center;
  width:20px;
  height:18px;
  padding: 0;
  margin: 0 0 0 0;
}

#search_key {
  width: 105px;
  height: 18px;
}

p.breadcrumb {
  margin: 10px 0;
  padding: 0;
}

.enq_qty {
  text-align:center;
  height:18px;
  margin-bottom:1px;
  width:30px;
}

a.left_panel_link img {
  margin-top: 25px;
  border: none;
  opacity: 1.0;
  MozOpacity: 1.0;
  KhtmlOpacity: 1.0;
  filter: alpha(opacity=100);
}

a.left_panel_link:hover img {
  opacity: 0.7;
  MozOpacity: 0.7;
  KhtmlOpacity: 0.7;
  filter: alpha(opacity=70);
}
