/* ----- General ----- */
html, body {
	height: 100% !important;
	width: 100% !important;
	overflow: hidden !important;
}
html {
  background-color: black; 
}
h1 {
  color: #99999B;
  text-transform: uppercase;
  font-family: "Trebuchet MS";
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin-bottom: 10px;
}
h1 span {
	border-top: 1px solid #99999B;
}
h2 {
  font-family: Georgia;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 26px;
  text-decoration: none;
  margin-bottom: 26px;
}
p {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #B2B2B4;
  line-height: 16px;
  margin-bottom: 8px;
}
a, a:active, a:visited {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #A3AB00;
  line-height: 16px;
  text-decoration: none;  
}
a:hover {
  color: #A3AB00;
  text-decoration: underline; 
}
.prelink {
  color: #A3AB00;
}
  

/* ----- Header bar ----- */
#header_bar {
  background: #333337;
  height: 20px;
}
#header_bar img {
  float: left;
}

/* ----- Menu ------ */
#menu, #menu a {
  font-family: "Trebuchet MS";
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 300;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #7F7F82;
	float: left;
	line-height: 20px;
  letter-spacing: 1.5px;
	background-image: url(../img/nav/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 15px;
  padding-right: 15px;
}
#menu ul li a.main_button, #menu ul li a a.hide {
  padding-right: 10px;
}
.new_section {
  margin-top: 10px;
}
#menu ul {
  margin: 0;
  list-style: none;
}
#menu ul li {
  float: left;
  position: relative;
}
#menu ul li:hover a {
  color: #989800;
  background-color: #4D4D50;
  background-image: url(../img/nav/arrow_down.gif);
  background-repeat: no-repeat;
  text-decoration: underline;
}
#menu ul li:hover ul {
	display: block;
  position: absolute;
  top: 20px;         
  left: 0;
}
#menu ul li:hover ul a {
	background: none;
}
#menu ul li ul {
	background: #333337 url(../img/nav/dropdown_bg.gif) repeat-x;
  display: none;
  z-index: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}
#menu ul li ul li {
  clear: both;
  margin-bottom: 4px;
  min-width: 180px; /* IE Workaround */
}
#menu ul li ul li a, #menu ul li ul li span {
	display: block;
  line-height: 14px;
  letter-spacing: 0;
  background: none;
  font-size: 11px;
  color: #7F7F82;
}
#menu ul li ul li span {
  text-transform: none;
  text-decoration: none;
  color: #fff; 
  padding-left: 15px;
}
#menu ul li:hover ul li a {
  text-transform: none;
  text-decoration: none;
  color: #7F7F82;
}
#menu ul li:hover ul li a:hover {
  background: none;
  color: #989800;
  text-decoration: underline;
}
#menu3 {
  color: #CCCCCD;
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  letter-spacing: 1.5px;
  background: none;
  min-width: 400px;
}




#language_select {
	float: right;
	margin-right: 10px;
}
#language_select a, #language_select a:link {
	padding: 0 3px;
	float: left;
  font-family: "Trebuchet MS";
  font-size: 10px;
  color: #7F7F82;
  text-transform: uppercase;
  position: relative;
  z-index: 200;
  display: block;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 1.5px;
}
#language_select a:hover {
  color: #A3AB00;
  text-decoration: underline;
}
#language_select .selected {
  padding: 0 3px;
  float: left;
  font-family: "Trebuchet MS";
  font-size: 10px;
  color: #CCCCCD;
  text-transform: uppercase;
  position: relative;
  z-index: 200;
  display: block;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 1.5px;
}

/* ----- Main Body ----- */
#slider_wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 20px;
  left: 0;
  overflow: hidden;
}
.logo {
  background-color: #A3AB00;
  width: 157px;
  height: 440px;
  float: left;
}
#background_wrapper {
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  z-index: -2;
}
#loading {
	display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*padding: 20px;*/
  z-index: 300;
  text-align: center;
  background-color: #333337;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#loading img {
	position: absolute;
	left: 50%;
	top: 40%;
}
#background_image {
  width: 100%;
}
#background_image, #background_image_fade {
	position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  overflow: hidden;
}

/* ----- CONTENT ----- */
.contentbox {
  position: absolute;
  background-color: #FFFFFF;
  top: 120px;
  width: 622px;
  height: 440px;
  left: 157px;
  overflow: hidden;
}
.contentbox_active {
  border: 1px solid red, 
}

.navigation_info {
	position: absolute;
	top: 207px;
	height: 27px;
  margin: 0;
	z-index: 150;
  background-color: red;
}
.navigation_info span {
	font-family: "Trebuchet MS";
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 27px;
  line-height: 27px;
  float: left;
  color: #FFFFFF;
  z-index: 150;
}
.navigation_info img {
  padding-top: 5px;
  float: left;
}
.navigation_info .bg {
	position: absolute;
	left: 0;
	top: 0;
  width: 64px;
  height: 27px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: -1;
  background-color: #333337;
}
.navigation_info_left {
  left: 40px; 
}
.navigation_info_left span {
  padding-left: 5px;
}
.navigation_info_left img {
  padding-left: 5px; 
}

.navigation_info_right {
	left: -84px; 
}
.navigation_info_right span {
  float: right;
  padding-right: 5px;
}
.navigation_info_right img {
  padding-right: 5px; 
  float: right;
}

.static_left {
	position: absolute;
	width: 20px;
  left: 0;
  top: 120px;
  background-color: #FFFFFF;
  z-index: 10;
  overflow: visible;
}
.static_right {
	position: absolute;
  top: 120px;
	width: 20px;
  left: auto;
  right: 0;
  background-color: white;
  z-index: 10;
  overflow: visible;
}
.static_home_left, .static_home_left:hover {
  background-color: #333337;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;	
}
.static_home_right, .static_home_right:hover {
	background-color: #A3AB00;
}

.static_left a, .static_right a {
	display: block;
  width: 20px;
  height: 440px; 
}
.static_left a:hover {
  position: absolute;
  left: 0;
  width: 30px;
  background-color: white;
}
.static_right a:hover {
  position: absolute;
	width: 30px;
  left: auto;
  right: 0;
  background-color: white;
}

.gallery_buttons_area {
  position: absolute;
  left: 100px;
  /*top: 190px;*/
  top: 130px;
  height: 280px;
  width: 422px;
  z-index: 150;
  background-image: url(../img/spacer.gif);
}
.gallery_buttons {
	margin: 210px auto 0;
  height: 59px;
  width: 179px;
  z-index: 210;
  display: none;
}
.gallery_buttons li {
	position: relative;
  float: left;
  margin: 2px;
  width: 55px;
  height: 55px;
}
.gallery_buttons div .bg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #333337;
	width: 55px;
  height: 55px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 15;
}
.gallery_image {
  z-index: -1;
  /*z-index: 10;*/
}
.gallery_buttons div {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0;
	z-index: 20;
  cursor: pointer;
}
.gallery_buttons div img {
	position: absolute;
  z-index: 25;	
}
.gallery_buttons div:hover .bg {
	filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

/* HOME */
div.home {
  background-color: transparent;
  width: 976px;
  left: 0;
}
div.home div.navigation {
  background-color: #FFFFFF;
  margin-left: 20px;
  padding: 20px;
  width: 117px;
  height: 400px;
  float: left;
}
div.home div.navigation ul.big {
  margin-bottom: 20px;  
}
div.home div.navigation ul.big li a {
  font-family: Georgia;
  font-size: 20px;
  color: #666669;
  line-height: 26px;
  text-decoration: none;  
}
div.home div.navigation ul.big li a:hover {
  color: #333337;
  text-decoration: underline; 
}
div.home div.navigation ul.small li a {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #666669;
  line-height: 16px;
  text-decoration: none;  
}
div.home div.navigation ul.small li a:hover {
  color: #333337;
  text-decoration: underline; 
}

div.home div.content {
  position: relative;
  background-color: #333337;
  margin-left: 20px;
  padding: 20px 30px;
  float: left;
  width: 562px;
  height: 400px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
div.home div.content p {
  font-family: Georgia;
  font-size: 20px;
  line-height: 26px;
  color: #CCCCCD;
  margin-bottom: 20px;
}

div.home .news_list {
  width: 300px;	
}
div.home .news_list li {
	margin-bottom: 10px;
}

/* PORTFOLIO */
div.portfolio div.title {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 231px;
}

div.portfolio img.gallery {
  position: absolute;
}
div.portfolio .description_div {
  z-index: 10;
}
div.portfolio .description_link {
	position: absolute;
  z-index: 100;
  background-image: url(../img/nav/more_p.gif);
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
}
div.portfolio .description_link:hover {
  background-image: url(../img/nav/more_o.gif);
  text-decoration: none;
}
div.portfolio .description_link span {
  color: #1A1A1E;
  font-family: "Trebuchet MS";
  font-size: 10px;
  text-decoration: none;
  padding-left: 19px;
  line-height: 19px;
  display: none;
}
div.portfolio .description_link:hover span {
  display: block;
}

div.portfolio .description {
  position: absolute;
  top: 0;  
  width:271px;
  height: 400px;
  margin-bottom: 8px;
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #A3AB00;
	padding: 20px;
  line-height: 19px;
  display: none;
  overflow: hidden;
}
div.portfolio .description_bg {
  position: absolute;
  background-color: #333337;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

div.portfolio .description_div .description p {
  color: #CCCCCD; 
}

div.portfolio .description_div:hover .description {
  display: block;
}

div.portfolio .description_close {
  position: absolute;
  background-image: url(../img/nav/close_p.gif);
  background-repeat: no-repeat;
  background-position: 100%;
  text-decoration: none;
  display: none;
  height: 19px;
  width: 19px;
  right: 0;
  top: 0; 
}
div.portfolio .description_close:hover {
	text-decoration: none;
  background-image: url(../img/nav/close_o.gif);
}
div.portfolio .description_close span {
  position: absolute;
  top: 0;
  right: 19px;
  color: #FFFFFF;
  font-family: "Trebuchet MS";
  font-size: 10px;
  text-decoration: none;
  /*padding-right: 19px;*/
  line-height: 19px;
  cursor: pointer;
  display: none;
}
div.portfolio .description_close:hover span {
  display: block;
}

/* NEWS */
div.news {
  background: #A3AB00;
  width: 311px;
}
div.news .content {
  padding: 20px; 
}
div.news h1, div.news p {
  color: #1A1A1E;
}
div.news h1 span {
  border-top: 1px solid #1A1A1E;	
}
div.news h2 {
  color: #FFFFFF;
}
div.news a, div.news .prelink {
  font-family: "Trebuchet MS";
  color: #FFFFFF;
}

/* PORTRAIT */
div.portrait {
  background: #333337;
}
div.portrait .content {
  padding: 20px; 
}
div.template_team, div.template_contact, div.template_customers {
  width: 311px;
}
div.template_portrait p {
  width: 430px; 
}
div.template_customers {
   filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

div.customers_bg {
  font-family:Georgia;
  font-size:28px;
  line-height:36px;
  color: #7F7F82;
  position: absolute;
  background-color: #333337;
  width: 100%;
  height: 100%;
  left: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
div.customers_bg a {
  font-family:Georgia;
  font-size:28px;
  line-height:36px;
  color: #7F7F82;
}
div.customers_bg a:hover {
  color: #fff; 
}

