/* clearfix to handle floats---------------------------------------- */
.clearfix {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear_right {
  clear: right;
}
.clear_left {
  clear: left;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}

h1, h2, h3, h4, h5, h6 {
  color: #4d5965;
	padding: 0.2em 0 0.2em 0;
	line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #4d5965;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
p {
	padding: 4px 0;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.align_center {
  text-align: center;
}
a img {
  text-decoration: none;
  border: 0;
}
.error {
  display: block;
  color: #ce4242;
}
small {
  font-size: 0.85em;
}

body {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  font-family: Verdana, 'Geneva CE', lucida, sans-serif;
  background: url('./../images/background_big_bottom.png') repeat left top;
}
#all_docsCover {
  width: 100%;
  background: url('./../images/background_big.png') repeat-x left top;
}
#all_docs {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
  padding: 0 17px 0 16px;
  _padding: 0;
  background: url('./../images/background_shadow.png') repeat-y center top;
  position: relative;
}
#top_banner {
  height: 255px;
  background: url('./../images/banner.png') no-repeat left top;
  position: relative;
}
#top_banner a.logo_link {
  display: block;
  position: absolute;
  top: 16px;
  left: 28px;
  width: 252px;
  height: 150px;
}

#main_menu {
  position: absolute;
  top: 211px;
  left: 28px;
  width: 844px;
}
#main_menu td {
  padding-right: 2px;
}
#main_menu td.last {
  padding-right: 0;
}
#main_menu a {
  text-decoration: none;
  font-size: 1.2em;
  color: white;
  display: block;
  cursor: pointer;
}
#main_menu span.text {
  background: url('./../images/menu_long.gif') no-repeat left top;
  _background: url('./../images/menu_pix.png') repeat-x left top;
  display: block;
  height: 30px;
  padding-top: 14px;
  padding-left: 25px;
  _padding-left: 0;
  margin-right: 25px;
  _margin: 0;
  text-align: center;
}
#main_menu span.end {
  display: block;
  _display: none;
  height: 44px;
  float: right;
  width: 25px;
  padding: 0;
  background: url('./../images/menu_short.gif') no-repeat left top;
}
#main_menu a:hover {
  color: #d0d8e1;
}
#main_menu .current a span {
  color: #385e7c;
  background-position: left bottom;
}
#submenuCover {
  background: url('./../images/submenu_background_line.png') repeat-y left top;
}
#submenu {
  background: url('./../images/submenu_background2.png') repeat-x left bottom;
  padding: 0 28px 5px 28px;
  padding: 8px 5px 12px 5px;
}
#submenu ul {
  margin: 0;
  padding: 0;
}
#submenu ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#submenu ul li a {
  display: block;
  padding: 3px 12px;
  text-decoration: none;
  color: #385e7c;
  border-right: 1px solid #385e7c;
  font-size: 1em;
}
#submenu ul li.last a {
  border: 0;
}
#submenu ul li a:hover,
#submenu ul li.current a {
  color: #c87d06;
}

#middleCover {
  background: white url('./../images/background_textarea.png') repeat-x left top;
  padding: 10px;
  min-height: 164px;
  _height: 164px;
  color: #4d5965;
}
#middleCover a {
  color: #4d5965;
}
#middleCover #leftCover {
  padding: 10px;
  float: left;
  width: 250px;
  overflow: hidden;
}
#middleCover #rightCover {
  float: right;
  padding: 10px;
  width: 250px;
  _width: 240px;
  overflow: hidden;
}
#middleCover #middle {
  margin-left: 270px;
  width: 340px;
}
#middleCover.no_right #middle {
  width: 610px;
}
#middleCover.no_left #middle {
  width: 600px;
  margin: 0;
}
#middleCover.no_left.no_right #middle {
  width: auto;
  margin: 0;
}

#middle ul,
#middle ol {
  list-style-position: inside;
  padding: 6px 0 6px 10px;
}
#middle ul {
  list-style-type: square;
}
#middle ol {
  list-style-type: decimal;
}
#middle .inBox {
  padding: 10px;
  overflow: hidden;
}
#middle h1, #middle h2, #middle h3, #middle h4, #middle h5, #middle h6 {
  padding-left: 10px;
}
#middle .inBox h1, #middle .inBox h2, #middle .inBox h3, #middle .inBox h4, #middle .inBox h5, #middle .inBox h6 {
  padding-left: 0;
}
#middle img {
  border: 1px solid #b5c2cd;
  padding: 4px;
  margin: 2px;
}
#middle table {
  width: 99%;
}
#middle table td {
  padding: 2px;
  vertical-align: top;
}
#middle table th {
  vertical-align: top;
}
#middle input,
#middle select,
#middle textarea {
  width: 95%;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#middle input.submit {
  width: auto;
  cursor: pointer;
  border-width: 2px;
}
#middle input.submit.hover {
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
}

#middle input.submit.green {
  background: #50b948;
  border: 0;
  padding: 4px 10px;
  color: white;
  font-weight: bold;
}
#middle input.submit.green.hover {
  color: black;
}

#what_we_do {
  height: 335px;
  background: url('./../images/background_box.png') no-repeat left top;
  padding: 2px 35px;
}
#what_we_do #facade_solutions {
  float: left;
  background: url('./../images/orange_box.png') no-repeat right bottom;
  width: 312px;
  height: 244px;
  padding: 25px 10px 10px 65px;
  color: #c87d06;
}
#what_we_do #facade_solutions a {
  color: #c87d06;
}
#what_we_do #sustainable_build {
  float: right;
  background: url('./../images/green_box.png') no-repeat left bottom;
  width: 312px;
  height: 244px;
  padding: 25px 65px 10px 10px;
  color: #525f0a;
}
#what_we_do #sustainable_build a {
  color: #525f0a;
}
#what_we_do a:hover {
  text-decoration: none;
}
#what_we_do h2 {
  color: #a3b2c1;
  font-size: 1.45em;
  padding: 15px 0 0 0;
}
#what_we_do h3 {
  font-size: 1.2em;
}
#what_we_do #facade_solutions h3 {
  color: #c87d06;
  padding-left: 15px;
}
#what_we_do #sustainable_build h3 {
  color: #525f0a;
  padding-left: 15px;
  padding-top: 0.35em;
}
#what_we_do p {
  font-size: 0.85em;
  line-height: 1.2em;
  padding: 10px 15px;
}
#what_we_do ul {
  padding: 3px 15px;
  font-weight: bold;
}
#what_we_do #sustainable_build ul {
  /*padding-top: 23px;*/
}
#what_we_do li {
  padding: 4px 0;
}

#footer {
  background: url('./../images/footer.png') repeat-x left top;
  color: #4e6f8b;
  height: 47px;
  overflow: hidden;
  padding: 10px 20px 10px 20px;
}
#footer a {
  color: #4e6f8b;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer_links a {
  display: block;
  margin-right: 15px;
}
#footer #copy {
  float: right;
  padding: 10px 10px 0 0;
  line-height: 1.2em;
  text-align: right;
}


.siteMap_ident {
  padding-left: 20px;
}

#middle img.no_borders,
img.no_borders {
  border: 0;
  padding: 0;
  margin: 0;
}

.galleries_list a {
  text-decoration: none;
}
.galleries_list a:hover {
  text-decoration: underline;
}
.galleries_list td,
.galleries_list th {
  vertical-align: top;
}
.galleries_list .galleries_list_item {
  background: #e7edf2;
  padding: 10px;
  margin-top: 10px;
}
.galleries_list .galleries_list_item table {
  width: 100%;
}
.galleries_list .galleries_list_item table table td {
  padding: 3px 2px;
}
.galleries_list_item td.gallery_thumbnail {
  width: 105px;
  padding-right: 10px;
}
.galleries_list_item td.gallery_thumbnail img {
  border: 1px solid #788b9c;
}
.galleries_list_item td.right {
  width: 170px;
}
.galleries_list_item td.right p {
  text-align: right; 
  padding-right: 10px;
}
.galleries_list .galleries_list_item table table th {
  width: 90px;
}
.gallery_title {
  padding: 0;
  font-size: 1em;
}

.galleries_list_item.detail .date {
  font-size: 0.9em;
  float: right;
}
.galleries_list_item.detail .long_desc {
  float: left;
}
.galleries_list_item.detail #big_image img {
  border: 1px solid #788b9c;
}


#prev_next_buttonsCover {
  padding-bottom: 2px;
}
a#gallery_prev,
a#gallery_next,
.thumbnails_listCover #drop_down_thumbnails a {
  display: none;
  float: left;
  width: 50px;
  padding: 3px 0;
  font-size: 0.85em;
  text-align: center;
  text-decoration: none;
  background: #e7edf2;
  border: 1px solid #788b9c;
  color: #788b9c;
}
a#gallery_next {
  float: right;
}
a#gallery_prev:hover,
a#gallery_next:hover,
.thumbnails_listCover #drop_down_thumbnails a:hover {
  background: #788b9c;
  border: 1px solid #e7edf2;
  color: #e7edf2;
}
a#gallery_prev.disabled,
a#gallery_next.disabled {
  background: #f2f2f2;
  border: 1px solid #9d9d9d;
  color: #9d9d9d;
  cursor: default;
}
.thumbnails_listCover #drop_down_thumbnails a {
  display: block;
  float: right;
  padding: 2px 0;
  font-size: 0.85em;
  width: 60px;
}
.galleries_list_item.detail div#big_image {
  text-align: center;
  clear: both;
  display: none;
}
.galleries_list_item #image_notes,
.galleries_list_item #image_name {
  min-height: 14px;
}
.thumbnails_listCover {
  background: #e7edf2;
  padding: 10px 10px 5px 10px;
  margin: 0;
}
.thumbnails_listCover .thumbnails_list {
  text-align: left;
  position: relative;/* scrollTo doesn't work in IE otherwise */
  padding: 0 0 6px 0;
}
.thumbnails_list a {
  margin-right: 2px;
}
.thumbnails_list a.last {
  margin-right: 0;
}
#middle .thumbnails_list img {
  padding: 2px;
  margin: 0;
  border: 0;
  border: 1px solid #e7edf2;
}
#middle .thumbnails_list .have_seen img {
  border: 1px solid #b1bec9;
}
#middle .thumbnails_list .active img {
  border: 1px solid #788b9c;
}
.thumbnails_list.in_line {
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  width: 860px;
  _width: 760px;
  _margin: 0 0 0 35px;
}
.thumbnails_listCover #drop_down_thumbnails {
  text-align: right;
  padding-right: 3px;
  display: none;
}
#big_images_preloader {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#big_images_preloader img {
  padding-top: 1px;
}

a#created_by {
  position: absolute;
  right: 0;
  bottom: 5px;
  background: url('./../images/created.png') no-repeat left top;
  display: block;
  width: 17px;
  height: 171px;
}
a#created_by:hover {
  background-position: right top;
}
a#created_by span {
  display: none;
}