/* header */
#header {
	height:140px;
	background:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

/*section*/
#header section {
	margin:0px auto;
	width:980px;
	/*border-right: 1px solid #cccccc;*/
}

#header section .logo {
	width:220px;
	height:140px;
	float:left;
}

#header section .logo h1 {
	margin-top:75px;
}

/*globalNav*/
#header section .globalNav {
	width:760px;
	float:left;
}

/*sub*/
#header section .globalNav .sub ul {
	margin-top:10px;
	margin-left:210px;
}

#header section .globalNav .sub li {
	display:inline;
	margin-right:10px;
} 

#header section .globalNav .sub li.end {
	margin-right:0px;
} 

#header section .globalNav ul {
	list-style:none;
	padding:0;
}

/*navigation*/
#header section .globalNav .navigation .level-1 {
	min-height:50px;
	margin:0;
}

#header section .globalNav .navigation .level-1  li {
	float:left;
	font-size:14px;
}

#header section .globalNav .navigation .level-1 > li .nav-primary {
	text-decoration:none;
	display:block;
	vertical-align:middle;
	padding:35px 15px;
	/*padding:35px 10px;*/
	height:16px;
    color:inherit;
	transition:background-color 100ms linear;
	cursor:pointer;
}

#header section .globalNav .navigation .level-1 > li:hover .nav-primary {
    background-color: #000000;
    color: white;
}

#header section .globalNav .navigation .level-1 > li.current .nav-primary {
    background-color: #000000;
    color: white;
}

#header section .globalNav .navigation .level-1 > li a {
	color:inherit;
	text-decoration:none;
}

/* list */
#list {
	margin:0px auto;
	padding-bottom: 30px;
	width:880px;
}

#list li {
	display:inline;
	margin-right:5px;
}

/* footer */
#footer {
	padding:50px 0px;
	background:#000000;
}

#footer ul.nav {
	margin-bottom: 30px;
	text-align: center;
}

#footer ul a {
	color:#ffffff;
	text-decoration: none;
	/*border-bottom: dotted 1px #ffffff;*/

}

#footer ul.nav li {
	display: inline;
	padding: 0px 0px;
	/*border-right: 1px solid #ffffff;*/
}

#footer ul.nav li.end {
	display: inline;
	padding: 0px 0px;
	border-right: 0px solid #ffffff;
}

#footer li {
	color: #ffffff;
	text-align: center;
}

#footer li.logo {
	margin-bottom:10px;
}

#footer li.title {
	margin-bottom:3px;
}

#footer li.contact {
	margin-top: 15px;
	margin-bottom: 0px;
}

.tel {
	font-size:24px;
	line-height:1.0;
}

#footer li.mail {
	margin-bottom: 30px;
}

#footer li.cp {
	margin-bottom: 5px;
}

#footer p {
	text-align: center;
}