/* CSS Document */
html {
  height: 100%;
}

body {
  height: 100%;
	margin: 0px;
	/* margin-top: 8px; */
	padding: 0px;
	/* padding-top: 8px; */
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #000000;
}

table {
  font-size: 1em;
}

#top_bar {
  float: right;
  width: 490px;
  height: 107px;
}

#select1 {
  /* margin: 24px 26px 0 0; */
  margin-top: 24px;
  margin-right: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#select2 {
  float: right;
  width: 202px;
  border: 1px #ababab solid;
}

form {
  margin: 0px;
  padding: 0px;
}

#select2 select {
  margin: 7px 6px 7px 6px;
  width: 190px;
	font-family:  "Tahoma", Arial, 'Arial Narrow', Helvetica, Arial, sans-serif;
	font-size: 12px;
	/* font-weight: bold; */
}

option {
	font-weight: normal;
}

#notice {
  position: relative;
  width: 500px;
  border: 1px #DB0013 solid;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -52px; 
  color: #DB0013;
	font-family:  "Tahoma", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .15em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  /**/
  z-index: 25;
  /**/
}

#notice a {
  color: #DB0013;
}

#notice_bg {
  position: relative;
  width: 520px;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px; 
  height: 51px;
  z-index: 24;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  opacity: .65;
}

#logo {
  position: absolute;
  top: 25px;
  left: 9px;
  width: 458px;
  height: 71px;
  background-image: url('images/logo_absolute_fitout_ltd.gif');
  z-index: 20;
}

#footer {
  margin: 0px auto;
  height: 41px;
  width: 980px;
  background-color: #DB0013;
  line-height: 20px;
  font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  text-align: center;
}

#footer a:link, #footer a:active, #footer a:visited {
  color: #000000;
  text-decoration: none;
}

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

#left_column {
  float: left;
  width: 490px;
  /* border: 1px #00ff00 solid; */
}

#right_column {
  float: right;
  width: 490px;
  /* border: 1px #ffff00 solid; */
}

#navigation {
  /* height: 45px; */
  margin-top: 24px;
  color: #ffffff;
	font-family: /* 'Arial Narrow', */ Helvetica, Arial, sans-serif;
	font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  /* margin-top: 10px; */
}


#navigation table {
  display: inline;
  vertical-align: middle;
}

/*
#navigation table td {
  vertical-align: bottom;
}
*/

#home_container {
  width: 385px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.home_box {
  background-color: #ababab;
  width: 188px;
  height: 125px;
  margin-bottom: 8px;
  cursor: auto;
}

.home_box_hover {
  background-color: #DB0013;
  width: 188px;
  height: 125px;
  margin-bottom: 8px;
  cursor: pointer;
}

.home_lhs_images {
  margin-top: 1px;
  margin-left: 1px;
}

.home_lhs_images img {
  display: block;
}

div.home_lhs_title {
  font-family:  "Tahoma", arial, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 11px;
  height: 32px;
  background-color: #000000;
  margin: 1px 1px 1px 1px;
  text-align: center;
  vertical-align: middle;
}

.home_lhs_title {
  color: #C6C5C3;
  line-height: 32px;
}

#home_content {
  width: 394px;
  height: 255px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  background: url('images/bg_content_home.gif') no-repeat left top;
  overflow: auto;
  border: 1px #ababab solid;
}

#home_bg {
  width: 394px;
  height: 255px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  background: url('images/bg_content_home.gif') no-repeat left 0px;
  border: 1px #ababab solid;
}

#home_content_new {
  width: 394px;
  height: 255px;
  overflow: auto;
  /* border: 1px #ababab solid; */
}

#home_content_new p {
  font-family:  "Tahoma", arial, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-left: 50px;
  margin-top: 28px;
  margin-right: 10px;
  line-height: 18px;
  color:#FFFFFF;
}

#home_content_new a {
  color:#FFFFFF;
}

#home_content p {
  font-family:  "Tahoma", 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-left: 50px;
  margin-top: 28px;
  margin-right: 10px;
  line-height: 18px;
}

#home_flash {
  width: 394px;
  height: 256px;
  border: 1px #ababab solid;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page_header {
  position: static;
  width: 186px;
  height: 32px;
  background-color: #000000;
  border-bottom: 1px #ababab solid;
  border-right: 1px #ababab solid;
}

.page_header span {
  margin-left: 12px;
  font-family: /* 'Arial Narrow', */ Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #DB0013;
}

#internal_header {
  margin-top: 14px;
  background-color: #DB0013;
  width: 300px;
  height: 39px;
  text-align: right;
  line-height: 39px;
  font-size: 12px;
  color: #ffffff;
}

#internal_content {
  font-family:  "Tahoma", Arial, 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-left: 60px;
  margin-right: 35px;
  color: #ffffff;
  /* line-height: 18px; */
}

#internal_content ul {
  padding-left: 15px;
  margin-top: 10px;
}

#internal_content li {
  color: #DB0013;
}

#internal_content li.ulwithpadding {
  color: #DB0013;
  padding-bottom:5px;
}

#internal_content li span {
  color: #ffffff;
}

#internal_content a:link, #internal_content a:visited, #internal_content a:active {
  color: #DB0013;
}

#internal_content a:hover {
  background-color: #DB0013;
  color: #ffffff;
}

.red_header {
  color: #DB0013;
  font-weight:bold;
  font-size:15px;
}

#internal_gallery_header {
  margin-top: 23px;
  width: 186px;
  height: 32px;
  border: 1px #ababab solid;
  border-left: none;
  font-size: 12px;
  color: #ababab;
  line-height: 32px;
}

#internal_gallery_image {
  margin: 16px auto 0 auto;
  width: 393px;
  height: 403px;
  border: 1px #ababab solid;
}

#internal_gallery_scroller {
  width: 393px;
  height: 94px;
  margin: 0 auto 0 auto;
}

#popup {
  width: 525px;
  height: 791px;
  background-image: url('images/bg_absolutefitoutltd_pop.gif');
  background-repeat: no-repeat;
  font-family:  "Tahoma", 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
}

#popup p.centre {
  text-align: center;
}

#popup p.centre td {
  text-align: center;
}

#popup p.centre td.right {
  text-align: right;
}

#popup p.centre td.left {
  text-align: left;
}

#popup a:link, #popup a:visited, #popup a:active {
  color: #DB0013;
}

#popup a:hover {
  background-color: #DB0013;
  color: #ffffff;
}

#popup #left {
  float: left;
  width: 282px;
  /* background-color: #222200; */
}

#popup #left p {
  margin-left: 15px;
}

#pop_header {
  width: 282px;
  height: 39px;  
  margin-top: 121px;
  background-color: #DB0013;
}

#pop_header p {
  margin-left: 15px;
  line-height: 39px;
  color: #ffffff;
  font-weight: bold;
}

#popup #right {
  float: right;
  width: 242px;
  /* background-color: #002200; */
}

#popup #right p {
  margin-left: 15px;
}

#pop_lhs_buttons {
  float: right;
  width: 186px;
  /* height: 112px; */
  margin-top: 121px;
  margin-right: 0;
}

#popup p.centre #contact td.leftcol {
  text-align: left;
  padding-right: 15px;
}

#popup p.centre #contact td.rightcol {
  text-align: left;
  padding-left: 15px;
}

.popbtns {
  width: 186px;
  height: 32px;
  margin-bottom: 5px;
  border: 1px #ababab solid;
  border-right: none;
  background-color: #000000;
  line-height: 32px;
  color: #ababab;
}

.popbtns span {
  margin-left: 15px;
}

.navlinks {
  text-decoration: none;
  color: #ffffff;
}

.navlinks_hover {
  text-decoration: none;
  color: #DB0013;
}

.afo_red {
  color: #DB0013;
}

.white {
  color: #ffffff;
}

.scrollerImg img {
  display: block;
  border: 1px #ababab solid;
  /*
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  opacity: 0.60;
  */
}

.scrollerImg:hover img {
  border-color: #DB0013;
  /*
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  */
}

.clear {
  clear: both;
  overflow: hidden;   /* removes the gap above the clearing div */
  margin: 0;
  padding: 0;
  height: 0;
}
