@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 18px;
	text-align: center;
}

.centered {
	width: 970px;
	height: 770px;
	margin: 0 auto;
}

a,li {
	color: #606060;
	font: normal 100% Arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*********** Header */
.header {
	padding-top: 20px;
	width: 970px;
	overflow: hidden;
}

.header .logo {
	float: left;
}

.header .name {
	margin-top: 70px;
	float: right;
}

/*********** Contact */
ul {
	margin: 40px auto;
	padding: 0;
	width: 850px;
	overflow: hidden;
}

ul li {
	line-height: 2em;
	float: left;
	list-style-type: none;
	margin: 0 85px;
}

ul li span,
ul li a {
	line-height: 2em;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}

ul li.first {
	margin-left: 0;
}

ul li.last {
	margin-right: 0;
}

ul li span.email,
ul li a.email {
	padding-left: 35px;
	background-image: url(../img/email.png);
}

ul li.phone {
	padding-left: 20px;
	background: transparent url(../img/phone.png) left center no-repeat;
}

ul li a.gg {
	padding-left: 35px;
	background-image: url(../img/gg.png);
}

/*********** Navigator */
#navi {
	margin: 30px auto 30px auto;
	display: block;
	width: 240px;
	height: 20px;
}

#navi a {
	width: 32px;
	height: 32px;
	float: left;
	margin: 3px;
	background: url(../img/navigator.png) 0 0 no-repeat;
	display: block;
}

#navi a:hover {
	background-position: 0 -32px;
}

#navi a.active {
	background-position: 0 -64px;
}

/*********** Container slideshow */
div.container {
	margin: 0;
	position: relative;
	height: 270px;
	width: 970px;
}

div.container a.prev,div.container a.next {
	position: absolute;
	top: 100px;
	display: block;
	width: 64px;
	height: 64px;
	cursor: pointer;
}

div.container a.prev {
	left: 0;
	background-image: url(../img/prev.png);
}

div.container a.disabled {
	opacity: 0.2;
}

div.container a.next {
	right: 0;
	background-image: url(../img/next.png);
}

div.container div.scrollable {
	position: absolute;
	top: 0;
	left: 75px;
	overflow: hidden;
	width: 825px;
	height: 280px;
	text-align: left;
}

div.container div.scrollable div.items {
	width: 20000em;
	position: absolute;
}

div.container div.scrollable div.items div {
	width: 825px;
	float: left;
	cursor: pointer;
}

div.container div.scrollable div.items img {
	float: left;
	width: 390px;
	height: 260px;
	padding: 0;
	margin: 10px;
	background: transparent url(../img/img_bg.png) no-repeat top left;
}

/*********** Tooltip */
div.tooltip {
	background: transparent url(../img/tooltip.png) no-repeat top left;
	font-size: 14px;
	height: 59px;
	padding: 30px;
	width: 840px;
	font-size: 14px;
	line-height: 1.82em;
	text-align: justify;
	display: none;
	color: #fff;
	z-index: 100;
}

div.tooltip h3 {
	margin: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

div.tooltip h3 a {
	color: #fff;
}
