@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #000;
}

#header {
	width: 754px;
	height: 192px;
	margin: 0 auto;
	padding: 34px 16px 0 16px;
	background: url(../images/header.jpg) no-repeat;
}

#menu {
	width: 754px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 29px;
	height: 30px;
}

#menu li.item {
	width: 58px;
}

#menu li a {
	display: block;
	width: 58px;
	height: 30px;
	outline: 0;
}

#menu li a.index {
	background: url(../images/menu.jpg) no-repeat;
}
#menu li a.index:hover {
	background: url(../images/menu.jpg) no-repeat 0 -30px;
}

#menu li a.intro {
	background: url(../images/menu.jpg) no-repeat -87px 0;
}
#menu li a.intro:hover {
	background: url(../images/menu.jpg) no-repeat -87px -30px;
}

#menu li a.concept {
	background: url(../images/menu.jpg) no-repeat -174px 0;
}
#menu li a.concept:hover {
	background: url(../images/menu.jpg) no-repeat -174px -30px;
}

#menu li a.news {
	background: url(../images/menu.jpg) no-repeat -261px 0;
}
#menu li a.news:hover {
	background: url(../images/menu.jpg) no-repeat -261px -30px;
}

#menu li a.product {
	background: url(../images/menu.jpg) no-repeat -348px 0;
}
#menu li a.product:hover {
	background: url(../images/menu.jpg) no-repeat -348px -30px;
}

#menu li a.case {
	background: url(../images/menu.jpg) no-repeat -435px 0;
}
#menu li a.case:hover {
	background: url(../images/menu.jpg) no-repeat -435px -30px;
}

#menu li a.service {
	background: url(../images/menu.jpg) no-repeat -522px 0;
}
#menu li a.service:hover {
	background: url(../images/menu.jpg) no-repeat -522px -30px;
}

#menu li a.job {
	background: url(../images/menu.jpg) no-repeat -609px 0;
}
#menu li a.job:hover {
	background: url(../images/menu.jpg) no-repeat -609px -30px;
}

#menu li a.contact {
	background: url(../images/menu.jpg) no-repeat -696px 0;
}
#menu li a.contact:hover {
	background: url(../images/menu.jpg) no-repeat -696px -30px;
}
	
#content {
	width: 752px;
	margin: 16px auto;
}

#left {
	float: left;
	width: 491px;
}

#right {
	float: right;
	width: 245px;
}

.clear {
	clear: both;
}
.title {
	height: 25px;
	padding: 0 0 0 13px;
	margin: 0 0 10px 0;
	background: url(../images/category.gif);
}

#footer {
	width: 786px;
	height: 67px;
	margin: 0 auto;
	background: url(../images/footer.jpg);
}

