@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url(../images/img_page/pg_bk.jpg);
	background-repeat: repeat-x;
	background-color: #ececec;
}
body,p,td {
	color: #333;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
}
h1, h2, h3 {
	margin: 5px 0 2px 0;
}
h1 {
	color: #000;
	font-size: 160%;
}
h2 {
	color: #024d7c;
	font-size: 140%;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
	border-top: solid 1px #999;
}
h2.hm {
	font-size: 125%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 0px;
	border: none;
	
}
h3 {
	color: #000;
	font-size: 120%;
}
ul {
	margin-top: 0;
}
a {
	color: #0067a6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	margin: 10px auto 0 auto;
	width: 984px;
	height: 160px;
	border: 1px solid #0067a6;
	border-bottom: none;
	background-color: #024d7c;
	background-image: url(../images/img_page/header_bk.jpg);
	background-repeat: no-repeat;
}
#header a {
	float:left;
	display: block;
	width: 600px;
	height: 120px;
	margin: 20px 0 0 0;
	text-decoration: none;
}
#header .phone {
	display: block;
	float: right;
	width: 320px;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: #fff;
	margin-right: 0;
	text-align: center;
	font-weight: bold;
}
#nav {
	margin: 0 auto;
	width: 976px;
	height: 35px;
	background: #024d7c;
	padding-left: 10px;
}
#nav a {
	display: block;
	font-size: 14px;
	float: left;
	height: 19px;
	padding: 8px;
	color: #fff;
	margin-right: 1px;
}
#nav a.on, #nav a.on:hover {
	color: #0067a6;
	background-color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #0067a6;
	background-color: #ececec;
	text-decoration: none;
}
#content {
	margin: 0 auto;
	width: 944px;
	padding: 20px;
	background: #fff;
	border: 1px solid #0067a6;
	border-top: none;
	text-align: left;
}
#content .hmright {
	float:right;
	border: 1px solid #0067a6;
	padding: 30px;
	margin: 0px 0px 30px 30px;
	width: 245px;
	color:#0067a6;
	background-image: url(../images/img_page/rt_bk.jpg);
	background-repeat: repeat-x;
}
#content .column {
	display: block;
	width: 286px;
	height: 155px;
	padding: 10px 5px;
	margin: 5px;
	float: left;
	border: 1px solid #0067a6;
	color: #000;
}
#content .column:hover {
	border: 1px solid #ccc;
	text-decoration: none;
}

#content .column ul,#content .column li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#content .first {
	margin-left: 0px;
	clear:right;
}
#content .last {
	margin-right: 0px;
}
#content .column .title {
	font-size: 18px;
	font-weight: bold;
	color: #0067a6;
	display: block;
}
#content .column:hover .title {
	color: #666;
}
#content .column img {
	border: none;
	float: right;
}
#content .contactform {
	width: 500px;
	float: left;
}
#footer {
	margin: 0 auto;
	width: 946px;
	padding: 20px;
	text-align: left;
}
#footer p {
	color: #0067a6;
	margin: 5px 0;
	line-height: 10px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
img.product {
	border: 1px solid #999;
	float:right;
	padding:10px;
}
a.pdf {
	clear:right;
	float:right;
	display: block;
	width: 185px;
	height: 55px;
	line-height: 55px;
	padding: 0px 0px 0px 50px;
	background: url(../images/img_misc/pdf.jpg) no-repeat left center;
	margin-bottom: 10px;
}
.list {
	list-style-type: none;
	padding: 0px;
}
a.pagetop {
	clear:right;
	padding: 5px;
	border-top: dotted 1px #999;
	display:block;
}
a.pagetop:hover {
	background-color: #ccc;
	border-top: solid 1px #666;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.title {
	color: #024d7c;
	font-size: 115%;
	border-bottom: solid 1px #999;
	margin-bottom: 5px;
}
.blue {
	color: #0067a6;	
}
.msg {
	border: solid 1px #000;
	padding: 10px;
	background-color:#FF9;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imgflrt {
	float:right;
	margin: 0 0 5px 5px;
	border: solid 1px #999;
}
.partnumber {
	clear:right;
	float:right;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 185px;
	padding: 10px;
	margin-bottom: 10px;	
}
a.pdfdoc {
	clear:right;
	display: block;
	height: 55px;
	line-height: 55px;
	padding: 0px 0px 0px 60px;
	background: url(../images/img_misc/pdf.jpg) no-repeat 10px center;
	margin-bottom: 10px;
	border: solid 1px #c00;
	font-size: 16px;
}
a.pdfdoc:hover {
	border: solid 1px #000;
}
