@charset "utf-8";
/* CSS Document */

div.menu_sub{
	width:909px;
	height:171px;
	position:absolute;
	top:605px;
	left:0px;
	background-image:url(../images/index_sub_menu.jpg);
}

div.patrol{
	width:204px;
	height:107px;
	position:absolute;
	top:21px;
	left:5px;
}
div.patrol:hover{
	cursor:pointer;
	border:1px solid blue;
	left:4px;
	top:20px;
}
div.explosives{
	width:204px;
	height:107px;
	position:absolute;
	top:21px;
	left:237px;
}
div.explosives:hover{
	cursor:pointer;
	border:1px solid blue;
	left:236px;
	top:20px;
}
div.sar{
	width:204px;
	height:107px;
	position:absolute;
	top:21px;
	left:468px;
}
div.sar:hover{
	cursor:pointer;
	border:1px solid blue;
	left:467px;
	top:20px;
}
div.narcotics{
	width:204px;
	height:107px;
	position:absolute;
	top:21px;
	left:700px;
}
div.narcotics:hover{
	cursor:pointer;
	border:1px solid blue;
	left:699px;
	top:20px;
}
div.sub_text{
	width:204px;
	height:22px;
	position:absolute;
	top:140px;
	left:700px;
	text-align:center;
}
div.sub_text p{
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	font-size:18px;
	font-family:"Myraid Pro", "Trebuchet MS";
	color:#ffffff;
}
div.main_txt{
	width:320px;
	height:320px;
	position:absolute;
	left:584px;
	top:217px;
	text-align:left;

}
div.space{
	width:100px;
	height:12px;
	position:relative;
	left:10px;

}
p.title{
	font-size:24px;
	font-family:"Myraid Pro", "Trebuchet MS";
	color:#6c8ce4;
	margin-top:0px;
	margin-bottom:18px;
	line-height:24px;
	font-weight:600;
}
p.sub_title{
	font-size:18px;
	font-family:"Myraid Pro", "Trebuchet MS";
	color:#ffffff;
	margin-top:0px;
	margin-bottom:4px;
	line-height:18px;
	font-weight:bold;
}
div.mem_btton{
	width:140px;
	height:40px;
	position:absolute;
	left:160px;
	top:485px;
}
p.text{
	font-size:12px;
	font-family:"Myraid Pro", "Trebuchet MS";
	color:#ffffff;
	margin-top:0px;
	margin-bottom:4px;
	line-height:14px;
	font-weight:600;
}
p.text a{
	font-size:12px;
	font-family:"Myraid Pro", "Trebuchet MS";
	color:#f6b54f;
	margin-top:0px;
	margin-bottom:4px;
	line-height:14px;
	font-weight:600;
	text-decoration:none;
}
div.buy{
	width:76px;
	height:24px;
	position:absolute;
	background-image:url(../images/buy.png);
	right:2px;
}
div.buy:hover{
	cursor:pointer;
}