﻿body {
	background-image: url('../images/body-bg.gif');
	background-repeat: repeat-x;
	background-color: #797979;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	background-image: url(../images/background-header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 203px;
	margin-top: 20px;
}
#contents {
	background-image: url(../images/background-contents.gif);
	background-repeat: repeat-x;
	background-color: #5d5b53;
	min-height: 383px;
	_height: 383px;
	border-left: 11px solid #fff;
	border-right: 12px solid #fff;
}
#content {
	margin: 5px 10px 10px 10px;
	padding: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #8d8d8d;
	background-color: #fff;
	min-height: 383px;
	_height: 383px;
	line-height: 14px;
}
#content TD {
	font-family: Tahoma;
	font-size: 11px;
	color: #8d8d8d;
	line-height: 14px;
}
#contentUL UL {
	margin: 0 0 0 15px;
}
#contentUL UL LI {
	list-style: none;
	background-image: url(../images/ul-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	line-height: 20px;
	padding-left: 15px;
}
#content A {
	color: #cd633c;
	text-decoration: underline;
}
#content A:hover {
	color: #cd633c;
	text-decoration: none;
}
#footer {
	background-image: url(../images/background-footer.gif);
	background-repeat:repeat-x;
	background-color: #fff;
	overflow: hidden;
	height: 76px;
	border-left: 11px solid #fff;
	border-right: 12px solid #fff;
	font-family: Tahoma;
	font-size: 11px;
	color: #999;
}
#footer A {
	color: #999;
	text-decoration: none;
}
#footer A:hover {
	color: #666;
	text-decoration: underline;
}
#footer .copyright {
	width: 242px;
	border-right: 1px solid #d5d5d1;
	line-height: 16px;
	text-align: center;
	margin-top: 14px;
	padding: 9px 0 8px 0;
	float: left;
}
#footer .companyinfo {
	line-height: 16px;
	margin-top: 5px;
	margin-left: 14px;
	padding: 9px 0 8px 0;
	float: left;
}
#footer UL {
	margin: 0;
}

.gophone {
	list-style: none; padding-left: 20px; background-image: url(../images/ico-phone.gif); background-repeat: no-repeat; background-position: 0 3px;
}
.gofax {
	list-style: none; padding-left: 20px; background-image: url(../images/ico-fax.gif); background-repeat: no-repeat; background-position: 0 3px;
}
.gomail {
	list-style: none; padding-left: 20px; background-image: url(../images/ico-mail.gif); background-repeat: no-repeat; background-position: 0 3px;
}
.goaddress {
	list-style: none; padding-left: 20px; background-image: url(../images/ico-address.gif); background-repeat: no-repeat; background-position: 0 3px;
}
.gonone {
	list-style: none; padding-left: 20px;
}

h1 {
	background-image: url(../images/header-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 0 15px 20px;
	border-bottom: 1px solid #bcbcb8;
}

h2 {
	background-image: url(../images/ul-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	color: #cd633c;
	font-family: Tahoma;
	font-size: 11px;
}
.highlight {
	color: #666666;
	font-weight: bold;
}
