@font-face {
  font-family: Helvetica_utralight;
  src: url(../font/helvetica_ultralight.ttf) format("truetype");
}
@font-face {
  font-family: Helvetica_light;
  src: url(../font/helvetica_light.ttf) format("truetype");
}

.bg1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  background: url(../images/bg1.jpg) no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  background: url(../images/bg1.jpg) no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


a {
  text-decoration: none;
  color: inherit;
}

body {
  background-color: black;
  overflow: hidden;
  overflow: scroll;
}

.menu-container {
  top: 70px;
  left: -450px;
  z-index: 5;
  position: absolute;
  text-align: left;
  height: auto;
  width: 470px;
 
}
.content-column{
	float: left;
	width: 450px;
	height: auto;
	background-image:url(../images/trans_bg.png)
}
.bucket{
	float: left;
	width: 165px;
	height: 100px; margin-top: 20px;
	margin-left:18px; background-color:white;
	box-shadow: 0 0 10px black;
	border: 1px solid gray;
}
.bucket:hover{
	border: 1px solid white;
}
.indent{
	text-indent: -20px;
	padding-left: 20px;
}
.indent em{
	font-size:14px;
}
.bucket-title{
	height: 15px; background-color: black; color: white; text-align:center; font-size:12px;
	font-family: Helvetica_light;	
}
.button-column{
	float: left;
	width: 20px;
	height: 234px;
	background-image:url(../images/column_button.png)
}
ul.menu{
	margin-left: 0px;
	padding-left: 10px;

}
ul.menu li{
	list-style:none;
	display:inline-block;
}
ul.menu a {
  color: white;
  text-shadow: 0px 1px 1px black;
  display: block;
  text-align: center;
  font-family: Helvetica_utralight;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-decoration: none;
  margin: 20px;
  margin-top: 10px;
  opacity: 0.9;
}
.fancybox{
	color: white;
  text-shadow: 0px 1px 1px black;
  display: block;
  text-align: center;
  font-family: Helvetica_utralight;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-decoration: none;
  margin: 20px;
  margin-top: 10px;
  opacity: 0.9;
  display: block;
  float: left;
}
ul.menu a img,.fancybox img{
	width: 120px;height: 80px;
border: 1px solid #dad7c5;
-moz-box-shadow: 0 0 3px black;
  	-webkit-box-shadow: 0 0 3px black;
  	box-shadow: 0 0 3px black;
}
ul menu a img:hover{
	border: 1px solid #dad7c5;

}

ul.menu a:hover {
  color: black;
}

.header {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color:#1A1A1A;
  height: 23px;
  width: 100%;
  color: white;
  text-align: center;
  font-family:Helvetica_light;
  letter-spacing:0.1em;
  font-weight: bold;
  padding-top: 5px;
  font-size: 16px;
  -moz-box-shadow: 0 0 5px black;
  -webkit-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
	text-shadow:0 1px 0 #000000;


}
.main-menu{
	width: 970px;
	color: black;
	height: 20px;
	position:relative;
	margin:auto;
	margin-top: 3px;
	z-index: 10;
}
.main-menu .main-button{
	background-color:#DAD7C5;
	width: 138px;
	height: 23px;
	padding-top: 7px;
	float: left;
	text-align: center;
	font-family:Helvetica_light;
  	letter-spacing:0.1em;
	font-size: 13px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform:uppercase;
	margin-bottom: 30px;

}
.main-menu .main-button a:hover{
	text-decoration: none;

}
.sub-menu{
	font-weight:normal;
	text-align: center
	margin: auto;
	margin-top: 3px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 20px;
	letter-spacing: 0.05em;
	background-color:black;
	text-shadow:0 1px 0 #555555;
}
.sub-menu a{
	font-size: 12px;	
	text-transform: capitalize;
}
.sub-menu a:hover{
	text-decoration:underline!important;
}

.footer {
  width: 100%;
  display: block;
  height: 22px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: Helvetica_ight;
  font-size: 11px;
  text-align: center;
  float:left;
  position: relative;
  padding-top: 5px;
}


.content-container {
  z-index: 0;
  position: relative;
  margin-top: 30px;	
  left: 0px;
  height: 100%;
  width: 100%;
  min-width:1000px;
}

#page-content {
  z-index: 100;
  position: relative;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  text-align:center;
}
.picture-navi{
	width: 100%;
	height: 25px;
	font-family: Helvetica_light;
}
.picture-navi a{
	display:inline-block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	text-align: center;
	color: white;
	width: 60px;
	font-size:12px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color:inherit;
}
.picture-navi a:hover{
	background-color: white;;
	color: black;
	text-decoration:none;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
.page-info{
	background-color: #dad7c5;
	position: relative;
	width: 960px;
	height: auto;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 25px;
	 -moz-box-shadow: 0 0 10px black;
  	-webkit-box-shadow: 0 0 10px black;
  	box-shadow: 0 0 10px black;
	border: 4px solid #dad7c5;
	z-index: 0
}
.left-menu{
	width: 255px;
	margin-top: 10px;
	min-height: 100px;
	vertical-align: top;
	display: inline-block;
}
.active{
	font-weight: bold;
}
.left-menu h2{
	color: black; margin-bottom: 0px;
}
.left-menu ul{
	margin: 0px;padding: 0px; margin-left: 20px;
}
.left-menu ul a{
	margin-left: 0px; text-transform:uppercase; font-size:10px;
}
.left-menu ul li{
	list-style-type:none;
}
.column{
	width: 700px;
	min-height: 100px;
	vertical-align: top;
	display: inline-block;
}
.picture-container{
	width: 600px;
	margin: auto;
	 -moz-box-shadow: 0 0 10px black;
  	-webkit-box-shadow: 0 0 10px black;
  	box-shadow: 0 0 10px black;
	/*border: 4px solid #dad7c5;
		background-color: #dad7c5;*/

}

.label{
	width: 100%;
	height: 53px;
	background-color: #dad7c5;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}
.label h1{
	color: #333333;
  font-family: Helvetica_light;
  font-size: 14px;
  font-weight:bold;
  margin:auto;
  margin-top: 10px;
  border-bottom: 0px solid black;
}
.label p{
	color: black;
  font-family: Helvetica_light;
  font-size: 12px;
  font-weight:100;
  margin:auto;
  margin-top: 1px;
  letter-spacing: 0.03em;
}
.first-letter{
	font-size: 20px;
	font-style:oblique;
}
.highligh-word{
	font-weight:bold;
}
p {
  font-size: 13px;
  margin-right: 20px;
  color: black;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 15px;
  letter-spacing: 0.015em;
  font-family: Helvetica_light;
}
a {
  font-size: 13px;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 15px;
  letter-spacing: 0.02em;
  font-family: Helvetica_light;
}
a:hover{
	text-decoration:underline;
}

.normal-list li {
  font-size: 12px;
  margin-right: 20px;
  color: black;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 15px;
  letter-spacing: 0.02em;
  font-family: Helvetica_light;
}

h1 {
  color: black;
  font-family: Helvetica_light;
  font-size: 24px;
  margin-left: 20px;margin-right: 20px;
}
h1 span{
	font-size: 18px;
}
h2 {
  color:#666;
  font-family: Helvetica_light;
  font-size: 16px;
  margin-left: 20px;
  width: 70%;
  border-bottom:1px solid #666;
}
h3 {
  color:#666;
  font-family: Helvetica_light;
  font-size: 14px;
  margin-left: 20px;
  width: 70%;
  font-style: italic;
}
.picture-container img{
	cursor:pointer;
}

/* Localized */
#installation_video{margin: 20px;}