@charset "UTF-8";
/* CSS Document */

body {
	background: #F5F5F5 url(../images/bg2.jpg) repeat-x top;
}

#banner {
	clear:both;
	margin: 0 0 0 50px;
}
#banner #txt {
	width:375px;
	float:left;
	margin-top:30px;
	display:inline;
}
#banner h1 {
	font-size: 23px;
	font-weight: normal;
	color: #3c6000;
}
#banner p {
	font-size: 14px;
	line-height: 20px;
	border-top: 1px dashed #8c8b8b;
	padding-top: 10px;
	margin-top: 10px;
	color: #494949;
}
#banner #banner_img {
	float: right;
	margin-top:5px;
	display:inline;
}

#hive_concept {
	background: url(../images/icon_hive.jpg) no-repeat left top;
	width: 390px;
	margin-top: 20px;
	float:left;
	margin-right: 20px;
	display:inline;
}
#hive_concept h2, #case_studies h2 {
	font-size: 18px;
	color: #434343;
	font-weight: normal;
	margin-left: 50px;
	margin-bottom: 5px;
}
#hive_concept p, #case_studies p {
	font-size: 13px;
	color: #222222;
	margin-left: 50px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #797878;
	padding-bottom: 10px;
}
#hive_concept a, #case_studies a {
	margin-left: 50px;
	color: #222222;
	font-size: 13px;
	text-decoration: none;
	float: left;
	display:inline;
}
#hive_concept a:hover, #case_studies a:hover {
	text-decoration: underline;
}
#hive_concept img, #case_studies img {
	border-style: none;
	width: 10px;
	clear: none;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	display:inline;
}
#hive_concept b, #case_studies b {
	color: #c16901;
}

#case_studies {
	background: url(../images/icon_case.jpg) no-repeat left top;
	width: 390px;
	margin-top: 20px;
	float:left;
	display:inline;
}
