/* general */
* {
-webkit-text-size-adjust:none;
}
body{
	height:100%;
	width:100%;
/*	background-color:#e5e5e5;	*/
    background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

body, html, ul, li{
	margin:0px;
	padding:0px;
}



#logo #btn_locat, #logo #btn_email, #logo_bg #btn_close, #coupon, #frt_menu li, #logo #home, #menu li, #print, #staff_main table img, #submenu li{
	cursor:pointer;
}

ul{
	list-style-type:none;
	position:relative;
}

table{
	font-size:12px;
}

.hd{
	font-size:14px;
}
.blue{
	color:#00458B;
}

#logo{
	width:490px;
	height:130px;
	position: absolute;
	top:10px;
	left:10px;
	z-index:10;
	background:url(../images/logo.png) no-repeat;
}

#logo #btn_locat, #logo #btn_email{
	position: absolute;
	bottom:5px;
	width:220px;	
	height:20px;
}
#logo #btn_email{
	left:260px;
	width:200px;
}

#logo #home{
	position: absolute;
	width: 490px;
	height: 90px;
}

#logo_bg{
	width:618px;
	height:629px;
	position: absolute;
	background:url(../images/hd_bg.png) no-repeat;
	z-index:5;
	top:-430px;
}

#logo_bg table{
	margin:145px 0px 0px 80px;
	line-height:18px;
	display:none;
	position: absolute;
}

#logo_bg #btn_close{
	position: absolute;
	top:140px;
	right:70px;
	display:none;
}

#coupon{
	position: absolute;
	left:0px;
	top:699px;
}

/* index */
#index{
	width:100%;
	min-height:900px;
	background:url(../images/bg_01.jpg) no-repeat 0 0;
}

#frt_menu{
	position: absolute;
	top:200px;
	width:810px;
}

#frt_menu li{
	width:400px;
	height:225px;
	position: relative;
	float:left;
}

#frt_menu #btn1{
	background:url(../images/img_01.png) no-repeat 50% 60%;
}

#frt_menu #btn1 img{
	position: absolute;
	left: 65px;
	top: 29px;
}

#frt_menu #btn2{
	background:url(../images/img_02.png) no-repeat 30% 60%;
}

#frt_menu #btn2 img{
	position: absolute;
	left: 180px;
	top: 48px;
}

#btnset2{
	left: 200px;
}

#frt_menu #btn3{
	background:url(../images/img_03.png) no-repeat 50% 5%;
}

#frt_menu #btn3 img{
	position: absolute;
	left: 70px;
	top: 8px;
}

#frt_menu #btn4{
	background:url(../images/img_04.png) no-repeat 45% 65%;
}

#frt_menu #btn4 img{
	position: absolute;
	left: 40px;
	top: 26px;
}

/* menu */

#menu{
	position: absolute;
	left: 20px;
	top: 220px;
}

#menu li{
	margin-bottom:15px;
}

#content{
	position:relative;
	width:600px;
	margin-left:310px;
	padding-top:220px;
	font-size:13px;
	line-height:25px;
}

/* bg */

#cb_main{
	position: relative;
	width:100%;
	min-height:900px;
	height:900px;
	background:url(../images/bg_02.jpg) no-repeat 0 0;
}

#coupon_main{
	position: relative;
	width:100%;
	min-height:900px;
	height:900px;
	background:url(../images/bg_05.jpg) no-repeat 0 0;
}

#services_main{
	position: relative;
	width:100%;
	min-height:900px;
	height:900px;
	background:url(../images/bg_03.jpg) no-repeat 0 0;
}

#products_main{
	position: relative;
	width:100%;
	min-height:900px;
	height:900px;
	background:url(../images/bg_06.jpg) no-repeat 0 0;
}


#services_main #content ul{
	list-style-type:disc;
	margin-left:50px;
}

#services_main #content img{
	position: absolute;
	right:0px;
	top:220px;
}

#staff_main{
	position: relative;
	width:100%;
	min-height:900px;
	height:900px;
	background:url(../images/bg_04.jpg) no-repeat 0 0;
}



#staff_main #content table .text td{
	line-height:15px;
	padding-left:10px;
	font-size:11px;
}

#staff_main #content table .text td p{
	display:none;
}

/* coupon */
#print{
	position: absolute;
	right:20px;
	bottom:0px;
	font-weight:bold;
	color:#ff0000;
	font-size:15px;
}

#expdate{
	position: absolute;
	left: 175px;
	top: 409px;
	z-index: 20;
	width: 117px;
	height: 15px;
	text-align:center;
	font-size: 12px;
}

/* products */
#submenu{
	width:600px;
}

#submenu li{
	float:left;
	width:250px;
}