﻿#navibg {
	width: 1000px;
}
body {
	background-color: #FFFFFF;
	color: #000;
	background-image: url('../img/bg-body-2.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}
#menu-top-sec {
	position: absolute;
	left: 10px;
	top: 90px;
	height: 38px;
	width: 1000px;
	font-size: 8pt;
}
.menu-top-txt_off {
	float: left;
	height: 38px;
	width: auto;
	margin-right: 10px;
	padding: 3px 5px 13px 5px;
	position: relative;
	left: 10px;
	top: 5px;
}
.menu-top-txt_off:link {
	color: #666;
}
.menu-top-txt_off:hover {
	background-color: white;
	color: #AD0013;
}
.menu-top-txt_on {
	float: left;
	height: 38px;
	width: auto;
	margin-right: 10px;
	padding: 3px 5px 13px 5px;
	position: relative;
	left: 10px;
	top: 5px;
	background-color: white;
	color: #AD0013;
}
#bundle_content {
	position: absolute;
	top: 140px;
	left: 15px;
	width: 1050px;
	height: auto;
	
}
.content_block {
	float: left;
	height: auto;
	width: 158px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
}
.target_titletxt {
	color: #FFF;
	text-align: center;
	position: relative;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #7F7F7F;
	padding-top: 7px;
	padding-bottom: 6px;
}
.target_title {
	float: left;
	height: auto;
	width: 158px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}
.menu_button {
	display: block;
	float: left;
	width: 158px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url('../img/target/bg-buttonA.jpg');
	background-repeat: repeat;
	background-position: left bottom;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	line-height: 100%;
	margin-left: 0px;
	margin-bottom: 1px;
	padding: 5px 5px;
}

