@charset "UTF-8";

/*============================================================
clearfix
==============================================================*/
.tab_unit:after{
	content: '';
	display: block;
	clear: both;
}

.tab_unit {
	zoom: 1;
}

/*tab_unit*/
.tab_unit {
	background-color: #ccc;
}
.tab_unit li {
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	list-style-type: none;
	background-color: #ddd;
	text-align: center;
	font-size: 10px;
}
.tab_unit li h4 {
	font-size: 13px;
}
.tab_unit li:last-child {
	width: 121px;
	border-right: none;
}
.tab_unit li.active {
	background-color: #fff;
}
.tab_unit li a {
	border-top: 3px solid #aaa;
	color: #666;
	display: block;
    padding: 8px 0;
    width: 121px;
}
.tab_unit li a:hover {
	text-decoration: none;
}
.tab_unit li:nth-child(6) a {
	width: 182px;
}
.tab_unit li.active a {
	color: #fff;
	border-top: solid 3px #aaa;
}
.tab_unit li.active a:hover {
    border-top: 3px solid #aaa;
	color: #fff;
}


.tab_machine li.active {
	background-color: #3bd;
}
.tab_machine li a:hover {
    border-top: 3px solid #3bd;
	color: #3bd;
}

.tab_control li.active {
	background-color: #8c3;
}
.tab_control li a:hover {
    border-top: 3px solid #8c3;
	color: #8c3;
}

/* */
#subheadercontainer {
    position:relative;
}

#contactlink {
    position: absolute;
    left: 135px;
    top: 65px;
}
.cboxphoto{
	margin-top:10px;
	margin-left:100px;
}

.cont_l {
	width: 390px;
	float: left;
}
.cont_r {
	width: 280px;
	float: right;
}
.cont_l_half {
	width: 49%;
	float: left;
}
.cont_r_half{
	width: 49%;
	float: right;
}
.cont_l_3037 {
	width: 300px;
	float: left;
}
.cont_r_3037 {
	width: 370px;
	float: right;
}