@charset "utf-8";
#box {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 834px;
}
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101212;
	background-color: #FFFFFF;
}
hr {
	display: none;
}


#header {
	height: 150px;
}
a {
	color: #101212;
}


#logo {
	background-image: url(../img/logo_hedo.gif);
	background-repeat: no-repeat;
	height: 119px;
	width: 96px;
	text-indent: -2000em;
	float: left;
}
#logo a {
	display: block;
	height: 119px;
	width: 96px;
	outline-style:none;
}

div.wrap {
	padding-right: 10px;
	padding-left: 10px;
}
#h_tools {
	float: left;
	margin-left: 66px;
	width: 643px;
}
#navs ul {
	list-style-type: none;
}
#navs li {
	display: inline;
	margin-right: 10px;
	font-size: 12px;
}
#navs     li     a {
	color: #101212;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#navs li a:hover {
	color: #FFFFFF;
	background-color: #f19305;
}
#h_txt {
	margin-top: 50px;
}
#h_txt h3 {
	font-size: 30px;
	color: #5a5b5b;
	line-height: 28px;
	font-weight: normal;
}
#content {
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ddd;
	padding-top: 30px;
}
div.prg_row {
	clear: both;
	width: 814px;
	overflow: hidden;
	height: 242px;
}
div.prg_clm {
	float: left;
	width: 208px;
	margin-bottom: 30px;
}
.prg_row .last {
	width: 190px;
}

.prg_clm  img  {
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.prg_clm a img {
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.prg_clm  a:hover  img {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f19305;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.prg_clm h4 {
	padding-left: 6px;
	padding-right: 6px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bolder;
}

.prg_clm     h4 a:hover    {
	background-color: #f19305;
	color: #fff;
}
.prg_clm h4 a {
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	color: #101212;
}
.prg_clm p {
	padding-right: 8px;
	padding-left: 8px;
	color: #5a5b5b;
	line-height: 16px;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ddd;
}
#footer-left {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.light {
	color: #999999;
}
.linklight {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #999999;
}
a.linklight:hover {
	color: #f19305;
	border-bottom-color: #f19305;
}
