/* style_binz_global.css
 * CSS file for binzsolutions.co.nz website.
 *
 * For screen view with image and CSS2 support
 * This file lists global rules only. 
 * (eg. menu, header & footer.. etc)
 *
 * Created by Francis Park
 * Version : 1.6
 * Last modified : 25 Apr 2006
 *
 * Send e-mail to francis@binzsolutions.co.nz for any enquiries
 * regarding this file.
 * Copyright 2004-2006 BINZ Solutions Ltd. All Rights Reserved.
 */

body {
  background: #000000;
  color: #D5D5D5;
  font-family:Tahoma;
  font-size:11px;
  line-height:12px;
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color:#E87800;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h3 {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
}

h4 {
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;  font-style: italic;
  margin-top: 15px;
  margin-bottom: 5px;
}

table, tr, td {
  border: 0;
  margin: 0;
  padding: 0;
}

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

li {
  position: relative;
}

li.standard_li {
  background:url(../images/a.gif) no-repeat left center;
  margin: 5px 0px 0px 0px;
  padding:0px 0px 0px 11px;
}

li.bluegray_li {
  background:url(../images/a1.gif) no-repeat left center;
  margin: 5px 0px 0px 0px;
  padding:0px 0px 0px 11px;
}













/* Table Structures **************************************/

/** Main Table **/
#table_for_centre_aligned_page {
  width: 100%;
  height: 499px;
}

#td_for_left_column {
  width: 50%;
  height: 100%;
}

#td_for_centre_column {
  width: 766px;
  height: 650px;
}

#td_for_right_column {
  width: 50%;
  height: 100%;
}


/** Columns,
 ** uses three columns for centre-aligned layout.
 ** All contents go to the centre-column.
 ** Left and right columns are spacers.
 **/
#left_column {
  width: 100%;
  height: 100%;
}

#centre_column {
  width: 766px;
  height: 650px;
  text-align: left;
}

#right_column {
  width: 100%;
  height: 100%;
}


/** Divides left-column into three vertical sections.
 ** Top, Middle and Bottom.
 **/
#td_left_column_top {
  width: 100%;
  height:196px
}

#td_left_column_middle {
  width: 100%;
  height: 100%;
}

#td_left_column_bottom {
  background-color: #000000;
  width: 100%;
  height: 35px;
}


/** Divides right-column into three vertical sections.
 ** Top, Middle and Bottom.
 **/
#td_right_column_top {
  width: 100%;
  height:196px
}

#td_right_column_middle {
  width: 100%;
  height: 100%;
}

#td_right_column_bottom {
  background-color: #000000;
  width: 100%;
  height: 35px;
}













/* Menu Div ************************************************/

#menu {
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 20px 5px 27px;
  padding: 10px 0px 5px 0px;}

#menu a {
  padding: 5px 26px 5px 26px;
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  color: #E6E6E6;  text-transform: capitalize;  text-decoration: none;
  border-left: 1px #4D4D4D solid; 
}

#menu a:hover {
  color: #FFFFFF;
}

#menu a#home {
  border: none;
}















/* Footer ************************************************/

#copyright {
  line-height: 11px;
  color: #FFFFFF;
  padding: 10px 0px 13px 20px;
}

#copyright a {
  color: #FFFFFF;
  text-decoration: none;
}

#standards {
  padding-left: 440px;
}

#copyright a:hover, #standards a:hover {
  text-decoration: underline;
}




