@charset "utf-8";

a {
  text-decoration : none;
}

a:link {
  text-decoration : none;
}

a:active {
  text-decoration : none;
}

a:hover {
  text-decoration : none;
}

a:visited {
  text-decoration : none;
}

img {
  border-style : none;
}

body {
  margin: 0px;
	padding: 0px;  
  background-color: #000000;
	background-image: url('../images/page_bg.jpg');
	background-repeat: repeat;
	text-align: center;
}

.mainpanel {
	background-image: url('../images/mainpanel_bg.png');
	width: 100%;
	height: 234px;
	margin-top: 10%;
	position: relative;
}

.menupanel_container {
	position: relative;
	width: 285px;
	height: 52px;
}

.menupanel {
	background-image: url('../images/menupanel_bg.png');
	width: 285px;
	height: 52px;
	position: absolute;
	top: 57px;
}

.menupanel .icon {
	visibility        : visible;
	opacity           : .4;
	filter            : alpha(opacity=40);
	-moz-opacity      : 0.4;
	position: relative;
	top: 12px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
}

.menupanel .icon:hover{
	visibility        : visible;
	opacity           : 1.0;
	filter            : alpha(opacity=100);
	-moz-opacity      : 1.0;
}

.info_email {
	width: 199px;
	height: 41px;
	position: absolute;
	top: 30px;
	left: 25px;
	display: none;
}

.info_phone {
	width: 199px;
	height: 41px;
	position: absolute;
	top: 30px;
	left: 22px;
	display: none;
}

.info_skype {
	width: 161px;
	height: 41px;
	position: absolute;
	top: 30px;
	left: 38px;
	display: none;
}

.info_twitter {
	width: 161px;
	height: 41px;
	position: absolute;
	top: 30px;
	left: 57px;
	display: none;
}

.info_facebook {
	width: 161px;
	height: 41px;
	position: absolute;
	top: 30px;
	left: 76px;
	display: none;
}

.info_blackberry {
	width: 182px;
	height: 41px;
	position: absolute;
	top: 30px;
	left: 65px;
	display: none;
}

.info_instagram {
	width: 161px;
	height: 41px;
	position: absolute;
	top: 30px;
	left: 112px;
	display: none;
}

.info_business {
	width: 201px;
	height: 41px;
	position: absolute;
	top: 30px;
	left: 62px;
	display: none;
}
