body {
	margin:0;
	padding:0;
}

div.outer{
	padding:0;
	margin:0;
	clear:both;
	width:100%;
	height:100%;
	background-color:#52525;

}
div.top {
	padding:0;
	margin:0;
	width:auto;
	height:auto;
	background-color:#8B8E85;
	clear:both;

}
div.top_logo_area {
	width:auto;
	height:auto;
	clear:both;
	text-align:left;
}

div.head_menu_area {
	width:auto;
	clear:both;
}

div.middle {
	width:auto;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
	background-image:url("/images/bg.gif");background-repeat:repeat-x;
	background-color:#525252;
	border-bottom-width:1px;
	border-bottom-color:#1F1F1F;
	border-bottom-style:solid;
	clear:both;
}

div.container {
	width:1024px;
	height:auto;
	overflow:hidden;
	font-size:12px;
	
	clear:both;
	padding:0 0 0 25px;

	/*
	border-width:1px;
	border-color:gray;
	border-style:solid;
	*/
}

div.main{
	width:1024px;
	height:auto;
	overflow:hidden;
	font-size:12px;
	clear:both;
	padding:0 0 0 25px;
}



div.bottom {
	width:auto;
	height:100px;
	clear:none;
	background-color:#ffffff;
}


div.title_category {
	width:auto;
	height:auto;
	clear:both;
	background-color:#525252;
}

div.main_contents {
	overflow:hidden;
	width:685px;
	height:auto;
	float:left;
	clear:both;
	padding:30px 0 30px 0;

}

div.left_contents {
	overflow:hidden;
	width:182px;
	height:260px;
	padding-top:30px;
	margin-left:731px;
	background-image:url("/images/bg_gray.gif");background-repeat:no-repeat;
}

div.missing{
	width:auto;
	height:80%;
	overflow:hidden;
	padding:100px 0 0 0;
	margin:0;
	background-color:#525252;
	border-bottom-width:1px;
	border-bottom-color:#1F1F1F;
	border-bottom-style:solid;
	clear:both;
}

div.equipment_list {
	width:180px;
	height:200px;
	line-height:30px;
	text-align:right;
	padding-right:5px;

}

div.client_list {
	width:177px;
	height:100px;
	line-height:30px;
	text-align:right;
	padding-right:5px;
	color:#4FC4D8;

}

div.equipment_img {
	width:335px;
	height:auto;
	float:left;
}
div.equipment_detail {
	width:350px;
	height:auto;
	float:right;
	clear:none;
}

div.equipment_bottom {
	width:685px;
	height:auto;
	text-align:right;
	overflow:hidden;
}