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

html, body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

body{
	margin:0px;
	background:url(../images/template/bg.gif) top repeat-x;
}

#container{
	width:780px;
	margin:auto;
	min-height: 100%;
	position:relative;
}

#header{
	height:75px;
}

#content{
	font-size:12px;
	color:#2e2e2e;
	padding:0 5px 0 5px;
	min-height:100%;
	background:url(../images/template/bg_content.png) top no-repeat;
}

#footer{
	font-size:10px;
	color:#2e2e2e;
	text-align: center;
	padding: 15px 0 0 0;
	height:36px;
	background:url(../images/template/bg_footer.gif) no-repeat;
}

.banner_bg{
	height:40px;
	background:url(../images/template/banner_btm.gif) repeat-x;
}

a.nav_link:link{
	color:#e11923;
	text-decoration:underline;
}

a.nav_link:visited{
	color:#e11923;
	text-decoration:underline;
}

a.nav_link:hover{
	color:#e11923;
	text-decoration:none;
}

a.nav_link:active{
	color:#e11923;
	text-decoration:underline;
}

/*****NAVI*****/
#navi{
	width:343px;
	height:70px;
	padding:0 5px 0 175px;
}

#homelink{
	display:block;
	width:73px;
	height:70px;
	background:url(../images/template/navi_home.gif) no-repeat 0 0;
}
#homelink:hover{
	background-position:0 -70px;
}

#homelink span{
  display: none;
}

#aboutlink{
	display:block;
	width:85px;
	height:70px;
	background:url(../images/template/navi_about.gif) no-repeat 0 0;
}

#aboutlink:hover{
	background-position:0 -70px;
}

#aboutlink span{
  display: none;
}

#prodlink{
	display:block;
	width:85px;
	height:70px;
	background:url(../images/template/navi_prod.gif) no-repeat 0 0;
}

#prodlink:hover{
	background-position:0 -70px;
}

#prodlink span{
  display: none;
}

#contlink{
	display:block;
	width:95px;
	height:70px;
	background:url(../images/template/navi_contact.gif) no-repeat 0 0;
}

#contlink:hover{
	background-position:0 -70px;
}

#contlink span{
  display: none;
}

#naviline{
	display:block;
	width:1px;
	height:70px;
	background:url(../images/template/navi_line.gif) no-repeat 0 0;
}

/*****Indicate Page*****/
#homepg{
	display:block;
	width:73px;
	height:70px;
	background:url(../images/template/navi_home.gif) no-repeat 0 0;
	background-position:0 -140px;
}

#homepg span{
  display: none;
}

#aboutpg{
	display:block;
	width:85px;
	height:70px;
	background:url(../images/template/navi_about.gif) no-repeat 0 0;
	background-position:0 -140px;
}

#aboutpg span{
  display: none;
}

#prodpg{
	display:block;
	width:85px;
	height:70px;
	background:url(../images/template/navi_prod.gif) no-repeat 0 0;
	background-position:0 -140px;
}

#prodpg span{
  display: none;
}

#contpg{
	display:block;
	width:95px;
	height:70px;
	background:url(../images/template/navi_contact.gif) no-repeat 0 0;
	background-position:0 -140px;
}

#contpg span{
  display: none;
}

/*****Content*****/
.header{
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#2e2e2e;
}

.dotted{
	width:10px;
	background:url(../images/home/dotted.gif) repeat-y;
}

.dotted_hori{
	height:10px;
	background:url(../images/dotted_hori.gif) repeat-x;
}

/*****Buttons*****/
#readlink{
	display:block;
	width:103px;
	height:30px;
	background:url(../images/home/btn_read.gif) no-repeat 0 0;
}

#readlink:hover{
	background-position:0 -30px;
}

#readlink span{
  display: none;
}

#explorelink{
	display:block;
	width:103px;
	height:30px;
	background:url(../images/home/btn_explore.gif) no-repeat 0 0;
}

#explorelink:hover{
	background-position:0 -30px;
}

#explorelink span{
  display: none;
}

#btncontlink{
	display:block;
	width:103px;
	height:30px;
	background:url(../images/home/btn_cont.gif) no-repeat 0 0;
}

#btncontlink:hover{
	background-position:0 -30px;
}

#btncontlink span{
  display: none;
}

/*****Products*****/
.prodTitle{
	color:#e11923;
	font-weight:bold;
}

.trademark{
	font-size:10px;
}

#prod01{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod01.jpg) no-repeat 0 0;
}

#prod01:hover{
	background-position:0 -95px;
}

#prod01 span{
  display: none;
}

#prod01pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod01.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod01pg span{
  display: none;
}

#prod02{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod02.jpg) no-repeat 0 0;
}

#prod02:hover{
	background-position:0 -95px;
}

#prod02 span{
  display: none;
}

#prod02pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod02.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod02pg span{
  display: none;
}

#prod03{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod03.jpg) no-repeat 0 0;
}

#prod03:hover{
	background-position:0 -95px;
}

#prod03 span{
  display: none;
}

#prod03pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod03.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod03pg span{
  display: none;
}

#prod04{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod04.jpg) no-repeat 0 0;
}

#prod04:hover{
	background-position:0 -95px;
}

#prod04 span{
  display: none;
}

#prod04pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod04.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod04pg span{
  display: none;
}

#prod05{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod05.jpg) no-repeat 0 0;
}

#prod05:hover{
	background-position:0 -95px;
}

#prod05 span{
  display: none;
}

#prod05pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod05.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod05pg span{
  display: none;
}

#prod06{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod06.jpg) no-repeat 0 0;
}

#prod06:hover{
	background-position:0 -95px;
}

#prod06 span{
  display: none;
}

#prod06pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod06.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod06pg span{
  display: none;
}

#prod07{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod07.jpg) no-repeat 0 0;
}

#prod07:hover{
	background-position:0 -95px;
}

#prod07 span{
  display: none;
}

#prod07pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod07.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod07pg span{
  display: none;
}

#prod08{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod08.jpg) no-repeat 0 0;
}

#prod08:hover{
	background-position:0 -95px;
}

#prod08 span{
  display: none;
}

#prod08pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod08.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod08pg span{
  display: none;
}

#prod09{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod09.jpg) no-repeat 0 0;
}

#prod09:hover{
	background-position:0 -95px;
}

#prod09 span{
  display: none;
}

#prod09pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod09.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod09pg span{
  display: none;
}

#prod10{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod10.jpg) no-repeat 0 0;
}

#prod10:hover{
	background-position:0 -95px;
}

#prod10 span{
  display: none;
}

#prod10pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod10.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod10pg span{
  display: none;
}

#prod11{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod11.jpg) no-repeat 0 0;
}

#prod11:hover{
	background-position:0 -95px;
}

#prod11 span{
  display: none;
}

#prod11pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod11.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod11pg span{
  display: none;
}

#prod12{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod12.jpg) no-repeat 0 0;
}

#prod12:hover{
	background-position:0 -95px;
}

#prod12 span{
  display: none;
}

#prod12pg{
	display:block;
	width:248px;
	height:95px;
	background:url(../images/products/prod12.jpg) no-repeat 0 0;
	background-position:0 -95px;
}

#prod12pg span{
  display: none;
}



#footer {
	position: relative;
}

#footer .whatsappicon {
	position: absolute; top: -15px;
	right: 10px;
}










