/* 
------------------
stylesheet 
Firepro Monitor
------------------
*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height:100%;
}
body {
	background: #fff;
	font: 76%/1.3  Arial, Verdana, Helvetica, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
}
/* --------All--------- */
a {
	color: #0066cc; /* a link color */
	/*text-decoration: none;*/
}
a:hover {color: #e47e05} /* a link over color */
img, fieldset {border: 0;}
.clear {clear: both}
.hide {display: none;visibility: hidden;}
address {font-style: normal}
h1, h2, h3, h4, h5, h6 {font-size: 110%}
fieldset legend {display: none}
.setleft {float: left}
.setright {float: right}
img.setleft {margin: 0 10px 0 0}
img.setright {margin: 0 0 0 10px}
p {margin-bottom: 15px}
ol {padding-left: 25px}
table {border-collapse: collapse;}
/*-------End--------*/
#frame { 
	background-color: #fff;
	width: 730px; 
	margin: 0 auto;
	position: relative;
	
}
#top-bg {
	background: url(../images/bg_top.png) no-repeat top center;
	height: 34px;
}
#bottom-bg .s {
	background: url(../images/bg_bottom2.png) no-repeat bottom center;
	height: 28px;
	width: 100%;	
}
#bottom-bg {
	background: url(../images/bg_bottom.png) repeat-x top;
	width: 100%;
}
#shadowL, #shadowR {
	width: 13px;
	height: 155px;
	position: absolute;
}
#shadowL {
	background: url(../images/shadow_left.png) no-repeat top right;
	right: 100%;
}
#shadowR {
	background: url(../images/shadow_right.png) no-repeat top left;
	left: 100%;
}
#top {
	padding: 23px 0 17px;
	overflow: hidden;
	width: 100%;
}
#top a {
	margin-left: 25px;
	float: left;
}
#top p {
	width: 50%;
	display: block;
	float: right;
	margin: 0;
	padding-right: 20px;
	text-align: right;
}
/* menu style */
#nav {
	background: #d9d8d2 url(../images/nav_bg.gif) repeat-x bottom;	
	width: 690px;
	margin: 0 auto;	
	/*position: relative;*/
	margin-bottom: 13px;
}

#nav ul {
	list-style: none;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 999;
}
#nav li {
	background: url(../images/nav_line.gif) no-repeat bottom left;
	float: left;
}
#nav li:first-child {
	background: url(../images/nav_curve.gif) no-repeat top left;
}
#nav li * {
	float: left;
	display: block;
}
#nav a {
	padding: 0 10px;
	line-height: 28px;
	text-decoration: none;
	color: #000;
}
#nav a:hover {color: #e47e05}
#nav .on {
	background: url(../images/nav_on.gif) repeat-x top !important;	
}
#nav .on strong {
	background: url(../images/nav_on1.gif) no-repeat top left;
}
#nav li.on:first-child strong {
	background: url(../images/nav_on_left.gif) no-repeat top left;
}
#nav .on strong a {
	background: url(../images/nav_on2.gif) no-repeat top right;
	color: #fff !important;
}
#img1 {
	background: url(../images/img_shadow-trans.png);
	width: 301px;
	height: 310px;
	position: absolute;
	top: 60px;
	left: 390px;	
	text-align: center;
}
#img1 img {
	margin: 10px 17px;
}
#img2, #img2-small, #img3-small {
	position: absolute;	
	z-index: 1;
}
#img2 {
	background: url(../images/firepro-trans.png);
	width: 223px;
	height: 312px;
	top: 70px;
	left: 180px;
}
#img2-small {
	background: url(../images/firepro_small-trans.png);
	width: 165px;
	height: 225px;
	top: 105px;
	left: 230px;
}
#img3-small {
	width: 165px;
	height: 225px;
	top: 105px;
	left: 230px;
}
#img3 {
	background: url(../images/blue_img.jpg) no-repeat top left;
	margin: 0 auto;
	width: 690px;
	height: 125px;
}
#img3 strong {
	background: url(../images/QualityPerformance.png) no-repeat top left;	
	display: block;
	width: 300px;
	height: 55px;
	position: relative;
	top: 20px;
	left: 10px;
	text-indent: -9000px;
}
#shadow-img {
	background: url(../images/shadow_imghome.gif) repeat-x bottom;
	height: 140px;
}
#shadow-img2 {
	background: url(../images/shadow_imghome.gif) repeat-x bottom;
	height: 85px;
}
#left-home {
	background: url(../images/shadow_text_home.jpg) no-repeat bottom left;
	padding: 15px 0 5px 25px;
	width: 39%;
	height: 180px;
	float: left;
	display: inline;
	color: #767676;
	font-size: 90%;
}
#left-home h2 {
	color: #434343;
	font-size: 170%;
}
#left-home ul {
	padding: 0 0 15px 22px;
}
#left-home > h2 + p {
	color: #434343;
}
#right-home {
	background: url(../images/home_menu_bg.jpg) no-repeat top left;	
	float: right;
	width: 400px;
	height: 215px;
	position: relative;
}
#footer {
	clear: both;
	padding: 5px 0 15px 0;
	margin: 0;
	text-align: center;
	color: #001c3c;
}
#footer a {
	color: #001c3c;
	font-size: 90%;
}
#footer a:hover {
	color: #e47e05;
	text-decoration: none;
}
.boxright {
	width: 710px;
	float: right;
	padding-bottom: 50px;
}
#navpage {
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #e1e1e1;
	position: relative;
	z-index: 1;
	float: left;
	clear: left;
	margin-bottom: 15px;
}
#navpage * {
	display: block;
	float: left;
}
#navpage strong {
	display: inline;
	position: relative;
	z-index: 999;
	top: 2px;
}
#navpage strong.on {
	background-color: #fff;
	border-top: 2px solid #e1e1e1;	
	border-right: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-bottom: 2px solid #fff;
}
#navpage strong.on a {
	color: #000 !important;
}
#navpage strong {	
	border-bottom: 0;	
}
#navpage strong.on:first-child {
	border-left: 2px solid #fff;
}
#navpage a {
	padding: 5px 30px;
	color: #8d8b85;
	text-decoration: none;
}
.settext {
	width: 100%;
	/*overflow: hidden;*/
}
.pro-icon {
	width: 100%;
	overflow: hidden;
	list-style: none;
	font-size: 90%;
}
.pro-icon a {
	background: url(../images/shadow_product.png) no-repeat top center;
	width: 138px;
	height: 160px;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding-top: 8px;
}
.pro-icon a img {
	margin: 0 auto;
}
.pro-icon li {
	float: left;
	margin-bottom: 10px;
	height:	
}
.pro-icon li * {
	display: block;
}
.pro-icon li .b {
	background: url(../images/nav2_bg.gif) repeat-x bottom;	
	margin: 8px;
	margin-bottom: 0;
	margin-top: 0;
	width: 122px;
}
.pro-icon li .b span {
	background: url(../images/nav2_curve1.gif) no-repeat bottom left;
}
.pro-icon li .b strong {
	background: url(../images/nav2_curve2.gif) no-repeat bottom right;
	padding: 7px 0;
	cursor: pointer;
}
.pro-icon li:hover .b {
	background: url(../images/nav2_on_bg.gif) repeat-x bottom;	
}
.pro-icon li:hover .b span {
	background: url(../images/nav2_on_curve1.gif) no-repeat bottom left;
}
.pro-icon li:hover .b strong {
	background: url(../images/nav2_on_curve2.gif) no-repeat bottom right;
	padding: 10px 0;
	color: #fff !important;
}
/* product main */
.pro-icon-main {
	width: 100%;
	overflow: hidden;
	list-style: none;
	font-size: 90%;
}
.pro-icon-main a {
	background: url(../images/shadow_product_main.png) no-repeat top center;
	width: 138px;
	height: 188px;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding-top: 8px;
}
.pro-icon-main a img {
	margin: 0 auto;
}
.pro-icon-main li {
	float: left;
	margin-bottom: 10px;
	height:	
}
.pro-icon-main li * {
	display: block;
}
.pro-icon-main li .b {
	background: url(../images/nav2_bg.gif) repeat-x bottom;	
	margin: 8px;
	margin-bottom: 0;
	margin-top: 0;
	width: 122px;
}
.pro-icon-main li .b span {
	background: url(../images/nav2_curve1.gif) no-repeat bottom left;
}
.pro-icon-main li .b strong {
	background: url(../images/nav2_curve2.gif) no-repeat bottom right;
	padding: 7px 0;
	cursor: pointer;
}
.pro-icon-main li:hover .b {
	background: url(../images/nav2_on_bg.gif) repeat-x bottom;	
}
.pro-icon-main li:hover .b span {
	background: url(../images/nav2_on_curve1.gif) no-repeat bottom left;
}
.pro-icon-main li:hover .b strong {
	background: url(../images/nav2_on_curve2.gif) no-repeat bottom right;
	padding: 10px 0;
	color: #fff !important;
}
/* product main */

.detail-pro {
	width: 100%;
	/*overflow: hidden;*/
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a3a29d;
}
.detail-pro h4 {
	font-size: 110%;
	margin-bottom: 5px;
}
.detail-pro .img {
	display: block;
	/*background: url(../images/shadow_small.png) no-repeat center top;*/
	border: 1px solid #7F9DB9;
	width: 80px;
	height: 92px;
	text-align: center;
	float: left;
	padding: 5px;
	/*margin-right: 10px;*/
	position: relative;
}
.detail-pro .text {
	width: 77%;
	float: left;
	padding-left: 25px;
}
.detail-pro .text {
	font: 100%  Arial, Verdana, Helvetica, Tahoma, sans-serif;
}
.detail-pro .text .f {
	color: #999999;
	text-align: right;
}
.detail-pro .text .f a {
	color: #999999;
	text-decoration: none;
	font-size: 90%;
}
.detail-pro .text .f a:hover {
	color: #e47e05;
}
.cline { margin-bottom: 30px; }
.cline span{
	width: 50px;
	display: block;
	float: left;
}	
.hed{
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
	margin-bottom: 20px;
}
.formline{
	width: 100%;
	padding-bottom: 5px;
}
.formline span{
	display: block;
	width: 120px;
	padding-right: 10px;
	text-align: right;	
	float: left;
}
.formline em{
	display: block;
	color: #f00;
	text-indent: 130px;
}
.nextbox { margin-top: 35px; }
.txt { width: 250px; }
.txts { width: 240px; }
.rowbttn{ padding: 20px 0 50px 130px; }
.bttn, .bttns{
	background: url(../images/button.jpg) no-repeat;
	border: 0;
	width: 88px;
	height: 28px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.bttns { 
	background: url(../images/button_s.jpg) no-repeat; 
	width: 64px;
	height: 21px;
	font-size: 80%;
	padding-bottom: 2px;
}
.search{
	margin: 50px 0; text-align: center;
}
.emimg{
	display: block; width: 120px; height: 116px; margin: 0 auto;
}
.cnt-contact{
	text-align: center;
}

