@charset "UTF-8";

body {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f6f6f6;
}
#wrapper {
	width: 915px;
	margin: auto;
	padding: 15px 0 15px 0;
	background-color: #FFFFFF;
}
#footer {
	padding: 5px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	clear: both;
	background-color: #000000;
}
#logo{
	float: left;
	display: inline; /* for WinIE6 */
	margin: -6px 30px 0 0;
}
#logo a:hover,
#logo a:focus {
	background: url(../images/logo_over.png) no-repeat;
	padding-bottom: 16px;
}
/* Navigation
---------------------------------------------*/
#globalNavigation {
	padding: 15px 10px 0 80px;
	height: 55px;
	background: url(../images/gn_bg.png) repeat-x;
}
#globalNavigation li {
	width: 148px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	display: inline; /* for WinIE6 */
}
#globalNavigation li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 0 2px 0;
	margin-bottom: 4px;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	background: url(../images/over_bg.png) no-repeat;
}

#content {
	padding: 0 0 20px 0;
	margin: 0 10px 0 10px;
}
#temp_content {
	padding: 0 0 20px 0;
	margin: 0 10px 0 10px;
	height: 480px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 5px;
	line-height: 1.2;
}
h2{
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 16px;
}
h3{
	font-weight: bold;
	font-size: 14px;
	margin: 2px 0 0 1em;
}
h4{
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -1px;
	text-align: center;
}
h5{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
}
h6{
	font-weight: bold;
	font-size: 14px;
}
h7{
	font-size: 10px;
}
.text_padding3 {
	padding: 3px;
}
p{
	text-align: justify;
	padding-bottom: 10px;
}
#current{
	border-bottom: 3px solid #ffffff;
}
#select {
	border-bottom: 2px solid #00CCFF;
	padding-bottom: 2px;
}
.slogan {
	text-align: center;
	margin-bottom: 30px;
}
.image_right {
	float: right;
	margin: 10px 0 10px 10px;
}
.image_left {
	float: left;
	margin: 10px 10px 10px 0;
}
.design{
	font-size: 10px;
	color: #FFFFFF;
}
.design a {
	color: #FFFFFF;
}
.design a:hover,
.design a:focus {
	color: #000000;
	background-color: #FFFFFF;
}	
.new_label{
	top: 30px;
	position: absolute;
	left: 40px;
	right: auto;
	bottom: auto;
}
.caption{
	bottom: 120px;
	color: #999999;
	font-size: 12px;
	top: auto;
	width: 120px;
	text-align: right;
	position: absolute;
	left: auto;
	right: 20px;
}
.caption a{
	color: #999999;
	padding: 0 2px 0 2px;
}
.caption a:hover,
.caption a:focus {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0 2px 0 2px;
}
.hightlight{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px 0 2px;
	margin-right: 2px;
}
.clear {
	clear: both;
}
.patent{
	bottom: 20px;
	color: #999999;
	font-size: 12px;
	top: auto;
	text-align: right;
	position: absolute;
	left: auto;
	right: 20px;
}

