﻿@Charset "UTF-8";


body {
	background-color: #F9F8F7;	
	margin: 0;
	padding: 0;
}

#container {
	background-color:  white;
	width: 820px; /*!960px;9*/
	background-image: url('../image/container-back.png');
	background-repeat: repeat-y;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#header-1 {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 820px; /*940px;*/
	height: 45px;
	text-indent: -9999px;
	background: url('../image/Logo-header background1.png') no-repeat;
}

#global-menu {
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
	width: 800px; /*930px;*/
	height: 35px;
	float: left;
	background-color:  silver;
	overflow: hidden;
}

/*ul#globaol-menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}*/

#global-menu ul#global-menu li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	float: left;
	width: 98px;
	list-style-type: none;
	text-align: center;
}

ul#global-menu li a {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	display: block;
	/*position: relative;*/
	color: white;
	height: 35px;
	background-image: url('../image/global-menu-tab.png');
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: small;
	letter-spacing: -.08em;
}

ul#global-menu li a:hover {
	background: url('../image/global-menu-tab.png') 0 -35px;
}

ul#global-menu li a:active {
	background: url('../image/global-menu-tab.png') 0 -70px;
}

#header-2 {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 800px; /*940px;*/
	height: 250px;
	/*text-indent: -9999px;*/
	background: url('../image/header-2.jpg') no-repeat;
	clear: both;
}

#main-col {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 800px; /*940px;*/
	height: auto;
	/*float: left;*/
}

#footer {
	margin: 30px 10px 0 30px;
	padding: 0 0 0 0px;
	width: 760px;
	height: auto;
	border-width: 2px 0px 0px 0px;
	border-color: gray;
	border-style: solid;
}

#footer h4 {
	margin: 30px 0 30px 0;
	padding: 0 0 0 0;
}

address {
	margin: 20px 0 20px 0;
}