@charset "utf-8";
/* CSS Document */

@import url("navigation.css");
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	background:url(../images/bg1.gif) repeat-x #1B1A1A;
}
a {
	color:#8F3A4B;
	font-weight:bold;
}
a:hover {
	color:#813443;
}
img {
	border:none;
}
h1 {
	font-size:1.8em;
	padding-left:5px;
}
h2 {
	font-size:1.2em;
	padding-left:5px;
	clear:left;
}
ul li {
	line-height:20px;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#header {
	height:119px;
}
#navigation {
	height:35px;
}
#flash {
	height:300px;
	padding-top:5px;
	padding-bottom:5px;
}
#content {
	background-color:#FFF;
	min-height:300px;
	padding:5px;
	margin-top:8px;
}
#contentDetail {
	width:720px;
	float:left;
	margin-left:5px;
	min-height:465px;
	border:#E5E5E5 solid 1px;
	border-top:#E5E5E5 solid 5px;
	padding:5px;
}
#contentDetailGroup {
	width:975px;
	float:left;
	min-height:465px;
	border:#E5E5E5 solid 1px;
	border-top:#E5E5E5 solid 5px;
	padding:5px;
}
#contentBottom {
	clear:both;
}
#footer{
	font-size:0.9em;
	clear:both;
	text-align:left;
	border-top:#DADADA solid 1px;
	padding-top:7px;
	text-align:center;
	background-color:#FFF;
}

#footer #footerBar{
	height:11px;
	background-color:#8F3A4B;
	margin-bottom:15px;
}

#footer #footerNavigation{
	font-size:0.8em;
	padding-bottom:8px;
}
#footerNavigation a:link, #footerNavigation a:hover, #footerNavigation a:active, #footerNavigation a:visited {
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
#boxIndustryGroupMain {
	margin-left:10px;
	margin-right:10px;
}
.boxIndustryGroup {
	float:left;
	width:175px;
	height:175px;
	text-align:center;
}
.boxIndustryGroupSmall {
	float:left;
	width:135px;
	height:175px;
	text-align:center;
}
.imageIndustryGroup {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:150px;
	height:100px;
	background-color:#FFF;
	border:2px solid #803543;
}
.imageIndustryGroupSamll {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:100px;
	height:100px;
	background-color:#FFF;
	border:2px solid #803543;
}
.detailIndustryGroup {
	margin-top:3px;
	padding:5px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	font-size:12px;
	min-height:40px;
	max-height:50px;
	overflow:hidden;
}
.detailIndustryGroup a {
	display:block;
	text-decoration:none;
}
.detailIndustryGroupSmall {
	width:100px;
	margin:auto;
}
.boxIndustryGroup:hover .detailIndustryGroup {
	color:#333;
}
.fontNormal {
	color:#333;
	font-size:11px;
	text-decoration:none;
}
.fontRed {
	color:#803543;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.fontBlue{
	color:#006B9D;
	font-family:Tahoma;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}