@charset "utf-8";
/* CSS Document */

/* bt start */
#bt1 {
	font-size: 12px;
	display: inline;


}

#bt1 a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #6c4c20;
	text-decoration: none;
	-moz-border-radius: 10px 10px;
	border-radius: 10px 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#bt1 a:hover {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #be9459;
	text-decoration: none;

}
#bt2 {
	font-size: 15px;
	display: inline;


}
#bt2 a {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #6c4c20;
	text-decoration: none;
	-moz-border-radius: 10px 10px;
	border-radius: 10px 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#bt2 a:hover {
	color: #FFFFFF;
	background-color: #be9459;
	text-decoration: none;

}
/* bt end */

/* frame start */

.picture1 {
	font-size: 28px;
	color: #AA852A;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 0.1em;
}
/* frame end */

/* box start */
.box1 {
	padding: 19px;
	color: #FFFFFF;
	margin: 0px;

}

.box2 {
	width: auto;
	color: #FFFFFF;
	margin: 0px;
	position: static;
	top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;

}
.box3 {
	color: #131f26;
	background-color: #FFFFFF;
	/*filter:alpha(opacity=100);
	opacity:0.8;*/
	border: 1px solid #cdd3ce;
	font-size: 11px;
	margin: 0px;
	width: 242px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.box4 {
	padding: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 300px;

}

.box5 {
	padding: 0px;
	width: auto;
	position: absolute;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 830px;

}

.box6 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: auto;
	background-image: url(../images/sliding_pic.jpg);
	background-position: right top;
	background-repeat: no-repeat;

}

.box6a {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: auto;
	height: 250px;
	background-image: url(../images/swing_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;

}

.box6b {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: auto;

}

.box6c {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	height: 300px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/automaticdoor_bg.jpg);

}

.box6d {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	height: 300px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/alarmsystem_bg.jpg);
}

.box6e {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	height: 300px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/led_bg.jpg);
}

.box6f {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	height: 300px;
	
}


.box7 {
	width: 620px;
	background-image: url(../images/bg_02.jpg);
	background-repeat: repeat-x;
	height: 5px;
	padding: 0px;
	margin: 15px;

}

.box8 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: auto;
}
.box9 {

	width: auto;
}
/* box end */

/* bullet start */

#nagivator {
	padding: 0px;
	margin: 0px;
}

#nagivator ul{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: -10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#nagivator li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	list-style-type: none;
	color: #183f79;
	font-size: 12px;
	height: 22px;
	padding-left: 30px;
	padding-top: 8px;
	font-weight: bold;
	padding-bottom: 15px;

}

#nagivator li a{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#nagivator li a:hover{
	background-image: url(../images/bt-bg-over.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}



/* bullet end */


.hide {
	visibility: hidden;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#event {
	padding: 5px;
	float: right;
	height: 85px;
	width: 222px;
	position: absolute;
	z-index: 1000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 750px;
	background-color: #FFFFFF; filter:alpha(opacity=100);opacity:0.8;
}

/* header start */
.head1{
	color: #e7d0af;
	text-decoration:none;
	background-image: url(../images/sub1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 145px;
	width: 990px;
}
.head1wording1{
	color: #e7d0af;
	font-size: 20px;
	margin-left: 720px;
	font-weight: bold;
}
.head1wording2{
	color: #e7d0af;
	font-size: 14px;
	margin-left: 800px;
	font-weight: bold;
	font-style: italic;
}

/* header end */


/* footer start */

#footer p{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 10px;
}


#footer a{
  color: #737373;
  text-decoration:none;
}

#footer a:hover{
	color: #737373;
	text-decoration:none;
}

/* footer end */
