@charset "iso-8859-2";

/*base
----------------------------------------*/
*{
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	background: #fff;
	color: #555;
	line-height:1.4;
}

img{
	border:none;
	vertical-align:top;
}

h2,h3,h4,h5 {
	font-weight:bold;
	text-align:left;
}

h1 {
	color:#666;
	font-size:130%;
	margin:10px 0;
}

h2 {
	color:#666;
	font-size:100%;
	margin:20px 0 5px 0;
}

h3 {
	color:#666;
	font-size:100%;
	text-decoration:underline;
	margin:20px 0 5px 0;
}

/*
----------------------------------------*/
ul,ol,dl{
	margin:0 0 0 30px;
}

p{
	margin:0 0 8px 0;
}

hr {
	margin:20px 0;
	padding:0
}

a img {
	border: none;
}

/*
----------------------------------------*/
.clear {
	clear:both;
	zoom:100%
}

.clear :after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*layout
----------------------------------------*/
#container {
	width: 760px;
	background: #FFF;
	margin: 0 auto;
	border-width:0 1px;
	text-align:left;
}

#content {
	clear:both;
	padding:0 0 30px 0;
}

#Outline{
}

#Outline h2 {
	color:#0066CC;
}

#Safety h3 {
	color:#0066CC;
	text-decoration:none;
}

/*header
----------------------------------------*/

#header {
	margin:20px 0;
	padding:0 0 5px 0;
	border-bottom:5px solid #999999;
	zoom:100%;
}

#header:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#header #logo{
	margin:0;
	float:left;
}

#header ul#headerLink{
	float:right;
	list-style:none;
}

/*footer
---------------------------------------------------*/
#footer {
	clear:both;
	border-top:1px solid #666;
	margin:0 0 10px 0;
	padding:20px 0 0 0;
}

#footer p {
	margin:0 0 10px 0;
}

#footer p#contact {
	color:#0066CC;
}

#footer #copy {
	text-align:center;
	color:#999;
	font-size:85%;

}

/*txt Float img
----------------------------------------*/
.tLeft{
	text-align:left;
}

.tCenter{
	text-align:center;
}

.tRight{
	text-align:right;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.imgLeft{
	float:left;
	margin:0 15px 15px 0;
}

.imgRight{
	float:right;
	margin:0 0 15px 15px;
}

.tSmall{
	font-size:90%;
}

/*contents
--------------------------------------------------*/
#OverviewBox{
	background:#e5effa;
	padding:10px;
	width:525px;
}

#OverviewBox h2{
	color:#0066CC;
	margin:0;
}

ul#Menu {
	list-style:none;
	margin:10px 0;
	width:195px;
}

ul#Menu li{
	padding:0;
	margin:0 0 5px 0;
}


/*
----------------------------------------*/
table {
	margin:10px 0 20px 0;
	width:100%;
	line-height:1;
}

th{
	text-align:left;
	width:25%;
	padding:4px;
}

td{
	width:75%;
	padding:4px;
}

/*
----------------------------------------*/
#panList {
	clear:both;
	text-align:left;
}

/*
----------------------------------------*/
.column,
.column2,
.column3{
	clear:both;
	margin:0 auto 10px auto;
}

.column,
.column2{
	width:605px;
	text-align:center;
}

.column3{
	width:700px;
}

.column:after,
.column2:after,
.column3:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.column,
.column3{
	margin-top:20px;
}

.column2 .fLeft,
.column2 .fRight{
	width:300px;
}


/*
----------------------------------------*/

#footer .contact {
	display:block;
	background: #ffffff url(../img/btn_contact_on.jpg) no-repeat top left;
	width: 137px;
}
#footer .contact a,
#footer .contact a:link,
#footer .contact a:visited {
	display: block;
	height: 29px;
	position: relative;
	overflow: hidden;
}
#footer .contact a:hover,
#footer .contact a:active {
	background: transparent;/*IE6*/
}
#footer .contact a:hover img,
#footer .contact a:active img {
	position: relative;
	top: 29px;
}




/*
----------------------------------------*/
.supTxt{
	font-size:75%;
 	position: relative;
    top: -0.4em;
	line-height:normal;
}
	
.topTxt{
	clear:both;
	text-align:right;
	margin:10px 0 0 0;
}

.pt10{
	padding-top:10px;
}

.mt5{
	margin-top:5px;
}

.boldTxt{
	font-weight:bold;
}
h3 a:link { color: #555; }
h3 a:visited { color: #555; }
h3 a:hover { color: #555; }
h3 a:active { color: #555; }