@charset "UTF-8";
/* CSS Document */

body {
	height:100%;
	margin:0;
	padding:0;
}

img {
	border:none;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-999;
}

.logo a{
	display:block;
	width:200px;
	height:150px;
	left:100px;
	top:0px;
	position:absolute;
	background:url(../img/layout/logo.png) 0 0 no-repeat;
	cursor:pointer;
}

.logo a:hover{
	background-position:0 -150px;
}

.logo span{
	display:none;
}

#logo {
	width:200px;
	height:150px;
	left:100px;
	top:0px;
	position:absolute;
}

#logo img {
	border:none;
}

#logo span{
	display:none;
}

#text {
	width:400px;
	height:450px;
	left:750px;
	top:150px;
	position:absolute;
	z-index:999;
	overflow:auto;
	overflow-x:hidden;
}

#text_wrapper {
	background-image:url(../img/layout/text-bk.png);
	float:left;
	width:100%;
}

#title {
	width:800px;
	height:150px;
	left:350px;
	top:0px;
	position:absolute;
}

#content {
	width:800px;
	height:450px;
	left:350px;
	top:150px;
	position:absolute;
	z-index:1;
	overflow:hidden;
}

.slidemaximage {
	display:none;
}

.contact_name a {
	display:block;
	width:800px;
	height:114px;
	float:left;
	background:url(../img/contact/contact-name.png) 0 0 no-repeat;
	cursor:pointer;
}

.contact_name a:hover{
	background-position:0 -114px;
}

.contact_name span{
	display:none;
}

.contact_phone a {
	display:block;
	width:800px;
	height:112px;
	float:left;
	background:url(../img/contact/contact-phone.png) 0 0 no-repeat;
	cursor:pointer;
}

.contact_phone a:hover{
	background-position:0 -112px;
}

.contact_phone span{
	display:none;
}

.contact_e_mail a {
	display:block;
	width:800px;
	height:112px;
	float:left;
	background:url(../img/contact/contact-e-mail.png) 0 0 no-repeat;
	cursor:pointer;
}

.contact_e_mail a:hover{
	background-position:0 -112px;
}

.contact_e_mail span{
	display:none;
}

.contact_skype a {
	display:block;
	width:800px;
	height:112px;
	float:left;
	background:url(../img/contact/contact-skype.png) 0 0 no-repeat;
	cursor:pointer;
}

.contact_skype a:hover{
	background-position:0 -112px;
}

.contact_skype span{
	display:none;
}