/* --------- /stylesheets/lightbox.css --------- */ 
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}/* --------- /stylesheets/redbox.css --------- */ 
#RB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

#RB_loading {
  display: none;
  position: relative;
  top: 200px;
  z-index: 101;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  /*background: #666 url(/images/redbox_spinner.gif) no-repeat center center;*/
  border: 2px solid black;
}

#RB_window {
  z-index: 102;
  background-color: #fff;
  display: block;
  text-align: left;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: absolute;  
}
/* --------- /blocks/blocks.css --------- */ 
 /*****************
  * BLOCK HELPERS *
  *****************/

.block-helper {
  background-color: #ccc;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  color: #333;
  cursor: pointer;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}


/*********************
 * ALL BLOCK HOLDERS *
 *********************/

.block-holder {
  position: relative;
}

.block-holder .jump-to-top {  
  /*background: url(/page_templates/common/images/sep_box_bg.jpg) right top no-repeat;*/
  cursor: pointer;
  display: block;
  height: 20px;
}

.block-holder .jump-to-top span {
  display: none;
}


/**************
 * ALL BLOCKS *
 **************/

.block {
  position: relative;
}

.block-title {
  font-size: 15px;
  /*margin-bottom: 10px;*/
}

.block-body {
  min-height: 10px;
  overflow: hidden;
  position: relative;
}

.block-body .block-title {
  display: none;
}

.block-body h3 {
  font-size: 15px;
  margin-bottom: 8px;
}

.block-body p {
  margin: 0 0 8px 0;
}

.block-body ol,
.block-body ul {
  margin: 0 0 8px 20px;
}

.block-body ol li,
.block-body ul li {
  margin-bottom: 4px;
}

.block-buttons {
  height: 1%;
  margin: 15px 0 5px;
  overflow: hidden;
}


/************************
 * FORM-TEMPLATE BLOCKS *
 ************************/

.form-template-block .help {
  font-size: 11px;
  margin-bottom: 10px !important;
}

.form-template-block .left-column .help,
.form-template-block .right-column .help {
  width: 210px;
}

.form-template-block ol.help li {
  margin-bottom: 6px;
}

.form-heading {
  border-bottom: 1px solid #d5d5d5;
  line-height: 21px;
  margin: 15px 0 10px;
  margin-bottom: 12px !important;
  padding-bottom: 3px;
  width: 210px;
}

.form-introduction {
  margin-bottom: 10px;
}

.form-alert {
  margin-bottom: 10px;
}

.form-error {
  color: #009ddc;
  margin-bottom: 2px;
}

.form-errors {
  margin-bottom: 10px;
}

.form-item {
  margin-bottom: 10px;
}

.form-item .form-msg {
  color: #009ddc;
  padding-left: 5px;
}

.form-item label {
  display: block;
  margin-bottom: 2px;
}

.form-item.required label {
  color: #333;
}

.form-item .fieldWithErrors {
  display: inline;
}

.form-item input,
.form-item textarea,
.form-item select {
  color: #333;
  line-height: 100%;
}

.form-item .form-field {}

.form-item .form-text {
  background: #fff url(/blocks/images/form_template/bg.jpg) left top repeat-x;
  border: 1px solid #d9d5d3;
  padding: 2px 4px;
  width: 200px;
}

.form-item .form-helper {
  color: #aaa;
}

.form-item textarea.form-text {
  padding-right: 2px;
}

.form-item.long .form-text {
  width: 400px;
}

.form-item.short .form-text {
  width: 100px;
}

.form-item .form-list {
  background: #fff url(/blocks/images/form_template/bg.jpg) left top repeat-x;
  border: 1px solid #d9d5d3;
  padding: 1px;
  width: 210px;
}

.form-item .form-day {
  width: 55px;
}

.form-item .form-month {
  width: 80px;
}

.form-item .form-year {
  width: 65px;
}

.form-item .form-time {
  width: 140px;
}

.form-item .form-meridiem {
  width: 55px;
}

.form-item.long .form-list {
  width: 410px;
}

.form-item.short .form-list {
  width: 110px;
}

.form-item .form-text:focus,
.form-item .form-list:focus {
  border-color: #009ddc !important;
}

.form-item .description {
  font-size: 10px;
  margin-top: 2px;
}

.form-item .block-buttons {
  margin-bottom: 0;
  margin-top: 15px;
}

.form-buttons {
  margin: 15px 0 0;
  overflow: hidden;
}


/*********************
 * PROMO-TILE BLOCKS *
 *********************/
 
.promo-tile-block .block-title {
  display: none;
}

.promo-tile-block .block-body {
  text-align: center;
}

.promo-tile-block .block-body a {
  display: block;
}

.promo-tile-block .block-body img {
  display: block;
}

.promo-tile-block .has-hover a:hover img {
  visibility: hidden;
}


/*********************
 * TWO-COLUMN BLOCKS *
 *********************/

table.block-layout {
  border-collapse: collapse;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  width: 100%;
}

table.block-layout td {
  padding: 0;
}

table.block-layout td img {
  display: block;
}

table.block-layout td.image {
  padding: 3px 0;
  width: 1%;
}

table.block-layout td.image .second {
  margin-top: 7px;
}

table.block-layout td.left {
  padding-right: 16px;
}

table.block-layout td.right {
  padding-left: 16px;
}


/*********************
 * IMAGE-TEXT BLOCKS *
 *********************/

.image-text-block .block-body img {
  display: block;  
}

.image-text-block .block-body .frame {
  border: 1px solid #d5d6d6;
}


/****************
 * IMAGE BLOCKS * 
 ****************/

.image-block .gallery {
  margin: 0 auto;
}

.image-block .gallery .frame {
  background-color: #fff;
  border: 1px solid #88a634;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px;
  position: relative;  
}

.image-block .gallery .last-column {
  /*clear: right;*/
  margin-right: 0;
}

.image-block .gallery .frame img {
  display: block;
}


/************************
 * PHOTO-GALLERY BLOCKS *
 ************************/

.photo-gallery-block .gallery {
  overflow: hidden;
}

.photo-gallery-block .main-gallery-frame {}

.photo-gallery-block .frame {
  background-color: #fff;
  border: 1px solid #88a634;  
  padding: 2px;
  margin: 0 auto;
  position: relative;
}

.photo-gallery-block .frame img {
  display: block;
}

.photo-gallery-block .nav {
  height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.photo-gallery-block .nav .previous,
.photo-gallery-block .nav .next {
	background: transparent url(/images/blank.gif) no-repeat;
	display: block;
  height: 100%;
  width: 25%;
}

.photo-gallery-block .nav .previous {
  float: left;
  left: 0;
}

.photo-gallery-block .nav .next {
  float: right;
  right: 0;
}

.photo-gallery-block .nav .previous:hover,
.photo-gallery-block .nav .previous:visited:hover {
  background: url(/images/prev.gif) left 15% no-repeat;
}

.photo-gallery-block .nav .next:hover,
.photo-gallery-block .nav .next:visited:hover {
  background: url(/images/next.gif) right 15% no-repeat;
}

.photo-gallery-block .thumbnails {
  height: 66px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.photo-gallery-block .thumbnails .wrapper {
  left: 0;
  position: absolute;
  top: 0;
  width: 10000px;
}

.photo-gallery-block .thumbnails .frame {
  float: left;
  margin-bottom: 4px;
  margin-right: 4px;
  overflow: hidden;
}

.photo-gallery-block .thumbnails .frame img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  width: 56px;
}

.photo-gallery-block .thumbnails .frame img:hover,
.photo-gallery-block .thumbnails .frame img.selected {
  filter: alpha(opacity=100);
  opacity: 1.0;
}


/***************************
 * WORDPRESS-SUMMARY BLOCK *
 ***************************/

.wordpress-summary-block {}

.wordpress-summary-block h3 {}

.wordpress-summary-block .blog-post {}

.wordpress-summary-block .blog-post .blog-image {
  float: left;
}

.wordpress-summary-block .blog-post .blog-image .img {
}

.wordpress-summary-block .blog-post .blog-body {}

.wordpress-summary-block .blog-post .blog-body-with-image {
  padding-left: 113px;
}

.wordpress-summary-block .blog-post h5 {
  font-size: 13px;
  font-weight: normal;
  margin: 8px 0;
}

.wordpress-summary-block .blog-post p {
  margin-bottom: 6px;
}

.wordpress-summary-block .blog-post .date {}

.wordpress-summary-block .blog-post .content {
  padding: 0;
}

.wordpress-summary-block .blog-post .author {}

.wordpress-summary-block .blog-post a.more {}


/*********************
 * GOOGLE-MAP BLOCKS *
 *********************/

.google-map-block {}

.google-map-block .frame {
  background-color: #fff;
  border: 1px solid #88a634;
  color: #232323;
  padding: 2px;  
}

.google-map-block .map {
  height: 450px;
  width: 585px;
}


/**************
 * FAQ BLOCKS *
 **************/

.faq-block ol {
  margin: -6px 0 0 30px;
}

.faq-block li {
  margin-bottom: 8px;
}

.faq-block li p {
  margin-bottom: 6px !important;
}

.faq-block li .question {
  margin-top: 20px;
}

.faq-block li .answer {
  margin-left: 5px;
}

.faq-block li.first .question {
  margin-top: 14px;
}


/*****************************
 * MEMBERSHIP-PACKAGE BLOCKS *
 *****************************/

.membership-package-block .membership-rate {
  overflow: hidden;
}

.membership-package-block .membership-rate h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 8px 0 14px 0;
}

.membership-package-block .membership-rate .details {
  float: left;
  width: 400px;
}

.membership-package-block .membership-rate .join-now {
  background: transparent url(/page_templates/common/images/btn_join_now.gif) left top no-repeat;
  float: right;
}

.membership-package-block .membership-rate .join-now a {
  display: block;
  height: 66px;
  width: 65px;
}

.membership-package-block .membership-rate .join-now a span {
  display: none;
}


/******************
 * USEFUL CLASSES *
 ******************/ 

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.cleared {
  height: 1%;
  overflow: hidden;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.top-left {
  left: 1px;
  top: 0;
}

.top-right {
  right: 1px;
  top: 0;
}

.bottom-left {
  bottom: 0;
  left: 1px;
}

.bottom-right {
  bottom: 0;
  right: 1px;
}/* --------- /sites/common/stylesheets/common.css --------- */ 
/* FILE READ ERROR! *//* --------- /sites/cfs/stylesheets/cfs.css --------- */ 
/* FILE READ ERROR! *//* --------- /page_templates/common/stylesheets/common.css --------- */ 
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #fff;
  font: 11px/120% arial, sans-serif;
  color: #666;
  cursor: default;
}

h1, h2, h3, h4, h5 {
  color: #07162a;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

h2#page_introduction {
  color: #f0ad00;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #666;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: #f0ad00;
  text-decoration: underline;
}

input,
select,
textarea {
  font: 12px/118% arial, sans-serif;
  color: #666;
}

a img {
  border: none;
}


/**********
 * LAYOUT *
 **********/

#page {
  margin: 40px auto;
  width: 766px;
}

#header {
  height: 100px;
  position: relative;
}


/********
 * LOGO *
 ********/

h1#logo {
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 76px;
  z-index: 15;
}

h1#logo a {
  background: #fff url(/page_templates/common/images/logo.gif) left top no-repeat;
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 75px;
  width: 76px;
}


/***********
 * TAGLINE *
 ***********/

h2#tagline {
  height: 33px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 301px;
  z-index: 15;
}

h2#tagline span {
  background: #fff url(/page_templates/common/images/tagline.gif) left top no-repeat;
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 33px;
  width: 301px;
}

#logout {  
  position: absolute;
  right: 0;
  top: 60px;
}

#logout a {
  color: #aaa;
}

#logout a:hover {
  color: #f0ad00;
}

/**************
 * LOGIN FORM *
 **************/

#login {
  margin-top: 8px;
}

#login #login_error {
  color: #f0ad00;
  margin-top: 20px;
  text-transform: uppercase;
}

#login form {
  margin-top: 20px;
}

/*
#login {
  position: absolute;
  right: 0;
  text-align: right;
  top: 40px;
}

#login form {
  overflow: hidden;
  zoom: 1;
}

#login form .form-item {
  display: inline;
  float: left;
  margin-right: 14px;
}

#login form .form-item label {
  color: #999;
  display: inline;
  font-size: 11px;
}

#login form .form-item input {
  border: 1px solid #ccc;
  font-size: 11px;
  padding: 0 2px;
  width: 90px;
}

#login form .form-item input:focus {
  border-color: #f0ad00 !important;
}

#login form input.form-submit {}

#login .actions {
  color: #ccc;
  font-size: 10px;
  text-align: right;
}

#login #login_error {
  color: #f0ad00;
  padding-right: 203px;
}

#login .actions a {
  color: #999;
  text-decoration: underline;
}

#login .actions a:hover {
  color: #f0ad00;
}
*/

/********
 * MENU *
 ********/

#menu {
  background-color: #fff;
  height: 29px;
  margin-bottom: 3px;
}

#menu ul {
  list-style: none;
  /*
  overflow: hidden;
  zoom: 1;
  */
}

#menu ul li {
  background-position: center top !important;
  display: block;
  float: left;
  margin-left: 1px;
}

#menu ul li.first {
  margin-left: 0;
}

#menu ul li.selected {
  background-position: center 100% !important;
}

#menu ul li a {
  background-color: #c5cac5;
  color: #666;
  display: block;
  height: 29px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 84px;
}

#menu ul li.last a {
  width: 86px;
}

#menu ul li.selected a {
  background-color: #abb2ab;
  color: #fff;
}

#menu ul li a:hover {
  background-color: #8b958c;
  color: #fff;
  text-decoration: none;
}


/*****************
 * DROPDOWN MENU *
 *****************/

#menu ul.level-1 li.level-1 {
  position: relative;
  z-index: 10;
}

#menu ul li a.highlighted,
#menu ul li a.highlighted:hover {
  background-color: #8b958c !important;
  border-bottom: 1px solid #8b958c;
  color: #fff;
}

#menu ul.level-2 {
  background-color: #8b958c;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  left: -1px;
  position: absolute;
  top: 30px;
  z-index: 10;
}

#menu ul.level-1 li.last ul.level-2 {
  border-right: none;
  left: auto;
  right: 0;
}

#menu ul.level-2 li.level-2 {
  float: none;
  margin: 0;
}

#menu ul.level-2 li.level-2 a {
  background-color: #8b958c;
  color: #fff;
  text-align: left;
  padding: 0 10px;
  width: 200px;
}

#menu ul.level-2 li.level-2 a:hover {
  background-color: #abb2ab;
}

#menu ul.level-2 li.selected a {
  background-color: #399;
}


/**********
 * FOOTER *
 **********/

#footer {
  margin-top: 10px;
  overflow: hidden;
  zoom: 1;
}

#footer .copyright,
#footer .links,
#footer .contact {
  color: #8c958c;
  float: left;
  font-size: 10px;
  margin-right: 10px;
}

#footer .contact {
  color: #000;
}

#footer a {
  color: #8c958c;
}

#footer a:hover {
  color: #f0ad00;
}


/**************
 * All BLOCKS *
 **************/

.block-holder a.jump-to-top {
  display: none;
}

table.block-layout {
  font-size: 11px;
}


/************************
 * FORM-TEMPLATE BLOCKS *
 ************************/

.form-item.required label {
  color: #666;
}

.form-item.required label .required {
  color: #f0ad00;
}

.form-error,
.form-item .form-msg {
  color: #f0ad00;
  padding-left: 0;
}

.form-item .form-text {
  width: 300px;
}

.form-item .form-list {
  width: 310px;
}

.form-alert {
  color: #f0ad00;
}

.form-thanks {
  color: #000;
}

.form-item .form-text,
.form-item .form-list {
  border-color: #ccc;
}

.form-item .form-text:focus,
.form-item .form-list:focus {
  border-color: #f0ad00 !important;
}

.form-introduction {
  margin-bottom: 15px;
}

.form-buttons {
  margin-top: 15px;
}

.form-buttons .form-submit {
  margin-right: 10px;
}


/**********
 * REDBOX *
 **********/

#RB_window {
  border: 1px solid #fff;
}

#redbox_popup {
  border: 4px solid #999;
  padding: 20px;
}

#redbox_popup .header {
  position: relative;
}

#redbox_popup #login_status {
  color: #f0ad00;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 14px;
}

#redbox_popup .header h1.logo {
  background: url(/page_templates/common/images/logo.gif) no-repeat scroll left top;
  left: 0;
  height: 75px;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 0;
  width: 76px;
}

#redbox_popup .header h1.logo a {
  display: block;
  height: 75px;
}

#redbox_popup .header h2.page-title {
  border-bottom: 1px solid #d2d2d2;
  color: #f0ad00;
  font-size: 22px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 24px;
  padding: 61px 0 26px;
  text-align: right;
  text-transform: uppercase;
  width: 300px;
}

#redbox_popup form .form-item .form-text {
  width: 290px;
}

#redbox_popup form .form-buttons {
  margin-top: 20px;
  text-align: right;
}

#redbox_popup form .form-buttons .form-submit {
  margin-left: 10px;
}


/***************
 * SIGNUP FORM *
 ***************/

form#new_user {
  margin-top: 20px;
}
/* --------- /page_templates/two_column/stylesheets/two_column.css --------- */ 
/**********
 * LAYOUT *
 **********/

h1#page_title {
  border-bottom: 1px solid #d2d2d2;
  color: #f0ad00;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 14px;
  padding-bottom: 26px;
  text-transform: uppercase;
}

#banner {
  background: url(/page_templates/two_column/images/banner.jpg) left top no-repeat;
  height: 237px;
  margin-bottom: 30px;
}

#content {
  overflow: hidden;
  zoom: 1;
}


/***********
 * SUBMENU *
 ***********/

body#records_management_page #submenu,
body#ffande_page #submenu,
body#interior_fitout_products_page #submenu {
  display: none;
}

#submenu {}

#submenu ul {
  list-style: none;
  margin-bottom: 10px;
}

#submenu ul li {
  background: url(/page_templates/two_column/images/submenu_bg.gif) left bottom repeat-x;
  padding: 16px 0 8px;
}

#submenu ul li a {
  background: url(/page_templates/two_column/images/submenu_bullet.gif) left top no-repeat;
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 15px;
  padding-left: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

#submenu ul li.selected a {
  color: #666;
}

#submenu ul li a:hover {
  color: #f0ad00;
}


/***************
 * BREADCRUMBS *
 ***************/

#breadcrumbs {
  margin-bottom: 10px;
}

#breadcrumbs a {
  color: #ccc;
  text-decoration: none;
  text-transform: lowercase;
}

#breadcrumbs a:hover,
#breadcrumbs a.current {
  color: #999;
  text-decoration: none;
}


/********
 * LEFT *
 ********/

#left {
  float: left;
  width: 168px;
}

#left .block {
  margin-bottom: 3px;
}


/********
 * MAIN *
 ********/

#main {
  float: right;
  width: 570px;  
}

#main p {
  /*font-size: 12px;*/
}

#main .block {
  margin-bottom: 15px;
}


/**********
 * FOOTER *
 **********/

#footer {
  border-top: 1px solid #d2d2d2;
  margin-top: 26px;
  padding-top: 8px;
}/* --------- /themes/default/stylesheets/default.css --------- */ 
/* --------- /plugins/common/stylesheets/common.css --------- */ 
/**************
 * PAGINATION *
 **************/

.pagination {
  color: #ccc;
  margin-top: 10px;
  text-align: right;
}

.pagination .current {
  color: #f0ad00;
}

.pagination a {
  color: #999;
}

.pagination a:hover {
  color: #f0ad00;
}


/* --------- /plugins/projects/stylesheets/projects.css --------- */ 
/**********
 * COMMON *
 **********/

#menu li.projects a {
  background-color: #abb2ab;
  color: #fff;
}

#menu li.projects ul.level-2 a {
  background-color: #8b958c;
}

#menu li.projects ul.level-2 li.selected a {
  background-color: #399;
}

#menu li.projects ul.level-2 a:hover,
#menu li.projects ul.level-2 li.selected a:hover {
  background-color: #abb2ab;
}

#content {
  margin-top: 30px;
}

body.show-action h1#page_title {
  margin-bottom: 0;
}

#left .contact-us a {
  background: url(/plugins/projects/images/contact_us_tile.jpg) left top no-repeat;
  display: block;
  height: 165px;
  overflow: hidden;
  text-indent: -1000px;
}

#left .contact-us a:hover {
  background-position: left bottom;
}


/****************
 * PROJECT LIST *
 ****************/

#projects {}

#projects ul {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  width: 500px;
  zoom: 1;
}

#projects ul li {
  border: 1px solid #d2d2d2;
  float: left;
  margin: 0 2px 4px;
  padding: 2px;
}

#projects ul li a {
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 120px;  
  overflow: hidden;
  text-indent: -9999px;
  width: 240px;
}


/****************
 * PROJECT PAGE *
 ****************/

#project {}

#project .none-found {
  margin-top: 14px;
}

#project .gallery {
  border-bottom: 1px solid #d2d2d2;
  height: 114px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

#project .gallery a.nav {
  background-position: left top;
  background-repeat: no-repeat;  
  display: block;
  height: 114px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 21px;
}

#project .gallery a.nav:hover {
  background-position: 0 -114px;
}

#project .gallery a.previous {
  background-image: url(/plugins/projects/images/gallery_previous.gif);
  left: 0;
}

#project .gallery a.next {
  background-image: url(/plugins/projects/images/gallery_next.gif);
  right: 0;
}

#project .gallery .window {
  height: 114px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 528px;
}

#project .gallery .window ul {
  left: 0;
  list-style: none;
  position: absolute;  
  top: 0;
  width: 9999px;
  zoom: 1;
}

#project .gallery .window ul li {
  float: left;
  width: 88px;
}

#project .gallery .window ul li a {
  background-position: left top;
  background-repeat: no-repeat;
  color: #666;
  display: block;
  line-height: 26px;
  padding-top: 88px;
  text-decoration: none;
  text-transform: lowercase;
}

#project .gallery .window ul li.selected a,
#project .gallery .window ul li a:hover {
  background-color: #e8eae8;
}

#project .gallery .window ul li a:hover {
  color: #f0ad00;
}

body.green-attribute #project .gallery .window ul li a {
  color: #390;
}

#project .project {
  overflow: hidden;
  zoom: 1;
}

#project .project .details {}

#project .project .details h2 {
  color: #f0ad00;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 16px;
  text-transform: lowercase;
}

#project .project .details .description {
  margin-bottom: 20px;
}

#project .project .details .description h3,
#project .project .details .description p {
  margin-bottom: 5px;
}

#project ul.options {
  border: 3px solid #f0ad00;
  list-style: none;
  margin-top: 30px;
  overflow: hidden;
  zoom: 1;
}

#project ul.options li {
  border-right: 1px solid #f0ad00;
  float: left;
}

#project ul.options li a {
  color: #f0ad00;
  display: block;
  padding: 5px 10px 4px;
  text-decoration: none;
  text-transform: uppercase;
}

#project .options a:hover {
  color: #f0ad00;
}

#project .lightbox-gallery {
  display: none;
}
