html, body {
	padding: 0;
	margin: 0;
	background: #fff url('/img/bg.png') repeat-x;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #555;
}
.break {
	clear: both;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
pre {
	margin: 10px 0 20px 0;
	font-weight: bold;
	text-align: center;
	color: #000;
}
em {
	font-style: normal;
	color: #f60;
}
table {
	width: 100%;
}
th, td {
	line-height: 30px;
	border: 1px solid #ddd;
	text-align: center;
}
ul.h2 li {
	font-size: 14px;
	line-height: 35px;
}

#header {
	width: 1000px;
	height: 117px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('/img/top_bg.png') repeat-x;
}
#header .up {
	height: 55px;
}
#header .down {
	float: right;
	padding: 10px 20px 0 0;
}
#header .down ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .down li {
	float: left;
	marign: 0;
	padding: 10px;
	text-align: center;
}
#header .down li.separator {
	height: 20px;
	padding: 2px;
	margin: 6px;
	background: url('/img/top_menu_separator.png') no-repeat;
}
#header .down a, #header .down li.link {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#header .down li.link:hover {
	text-decoration: underline;
}
#header form {
	float: left;
	margin: 0 0 0 630px;
	padding: 15px 0 0 0;
}
#header input.search {
	float: left;
	width: 119px;
	height: 25px;
	margin: 0 0 0 40px;
	padding: 0 5px 0 5px;
	background: url('/img/input_search_text.png') no-repeat;
	color: #7b8faa;
	border: 0;
}
#header input.submit {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url('/img/input_search_submit.png') no-repeat;
	border: 0;
	cursor: pointer;
}
#header span {
	float: left;
	margin: 0 0 0 10px;
	padding: 19px 0 0 0;
}
#header .up a {
	text-decoration: none;
	color: #7b8faa;
}
#header img {
	vertical-align: middle;
}
#main_page {
	margin: 0 auto;
	width: 960px;
	padding: 0 20px 0 20px;
}

/* CONTACT */
#contact {
	visibility: hidden;
	position: absolute;
	width: 960px;
	background: #fff;
}
#contact.visible {
	visibility: visible;
}
#contact .content {
	overflow: hidden;
	padding: 30px;
	background: url('/img/box_bg.png') repeat-y;
	line-height: 40px;
}
#contact .content .left, #contact .content .right {
	float: left;
	width: 300px;
}
#contact .content .left {
	padding: 50px 0 0 100px;
}
#contact .content .right {
	padding: 90px 0 0 150px;
}
#contact .footer {
	width: 957px;
	height: 42px;
	background: url('/img/box_footer.png');
	cursor: pointer;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}
#contact h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
/* CONTACT - END */

/* SLOGAN */
#slogan {
	padding: 40px 130px 20px 60px;
	font-size: 24px;
	text-align: center;
}
#slogan img {
	float: left;
	width: 225px;
	margin: 0 50px 0 0;
	vertical-align: middle;
}
#slogan u {
	font-size: 28px;
	line-height: 60px;
}
/* SLOGAN */

/* SWITCH_MENU */
ul.switch_menu_pos {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.switch_menu_pos li {
	float: left;
	padding: 0 12px 0 0px;
	margin: 0;
	cursor: pointer;
}

.switch_menu_page_pos, .switch_menu_page_active {
	float: left;
	width: 960px;
}
.switch_menu_page_pos {
	position: absolute;
	visibility: hidden;
}
.switch_menu_page_active p, .switch_menu_page_active ul {
	padding: 10px 20px 10px 15px;
	margin: 0;
	line-height: 20px;
	text-align: justify;
	background: url('/img/box_bg.png') repeat-y;
}
.switch_menu_page_active ul li {
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
}
.switch_menu_page_active em {
	font-weight: bold;
}
/* SWITCH_MENU - END */

#footer {
	height: 3px;
	margin: 10px 0 0 0;
	padding: 23px 0 30px 30px;
	background: url('/img/bottom_bg.png') repeat-x;
}

