body {
   font-family: Helvetica;
   background: #CCCCCC;
   overflow-x: hidden;
   background: url(images/background.png);
   -webkit-user-select: none;
   -webkit-text-size-adjust: none;
   -webkit-touch-callout: none;
}
.head {
   background: url(images/header.png);
   height: 50px;
   font-size: 35px;
   text-shadow: #000000 2px 2px 2px;
}
.menu1a {
   height: 43px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 1;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu1to {
   height: 43px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 1;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu1bo {
   height: 43px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 0;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu1b {
   height: 43px;
   background: #FFFFFF;
   border-bottom-style: solid;
   border-bottom-width: 1;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu2a {
   height: 50px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 1;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu2to {
   height: 50px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 1;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu2bo {
   height: 50px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 0;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu2b {
   height: 50px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 1;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu3a {
   height: 70px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 1;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu3to {
   height: 70px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 1;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   margin-left: 10px;
   font-size: 22px;
   font-color: #CCCCCC;
   cursor: hand;
}
.menu3bo {
   height: 70px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 0;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menu3b {
   height: 70px;
   background: #FFFFFF url(images/arrow.png) no-repeat right;
   border-bottom-style: solid;
   border-bottom-width: 1;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   cursor: hand;
}
.menufont {
   margin-left: 10px;
   font-size: 22px;
   font-color: #CCCCCC;
   cursor: hand;
}
.backbutton {
   background: url(images/backbutton.png) no-repeat center left;
   cursor: hand;
}
.backbutton2 {
   margin-left: 19px;
   font-size: 18px;
   color: #FFFFFF;
   text-shadow: #000000 2px 2px 2px;
}
.rbutton {
   background: url(images/rbutton.png) no-repeat center left;
   cursor: hand;
}
.rbutton2 {
   margin-right: 10px;
   font-size: 18px;
   color: #FFFFFF;
   text-shadow: #000000 2px 2px 2px;
}
.spacer {
   font-size: 1px;
}
.show {
   display: block;
   visibility: visible;
   left: 0px;
   top: 50px;
   position: absolute;
   align: center;
   width: 100%;
}
.show2 {
   display: block;
   visibility: visible;
   left: 320px;
   top: 50px;
   position: absolute;
   align: center;
   width: 100%;
}
.ads {
   display: block;
   visibility: visible;
   left: 0px;
   top: 0px;
   position: absolute;
   width: 100%;
}
.hide {
   left: 320px;
   top: 0px;
   height: 100%;
   position: absolute;
   visibility: hidden;
   display: none;
}
.content1 {   
 overflow: auto;   
 width: device-width;   
}   
.content2 {   
 overflow: auto;   
 width: device-width;
}   
@-webkit-keyframes slideleft {
   from {
    left: 320px;
   }
   to {
    left: 0px;
    -webkit-animation-timing-function: ease-in;
   }
}
.slidel {
       width: 100%;
       -webkit-animation-name: slideleft;
       -webkit-animation-duration: .7s;
       -webkit-animation-iteration-count: 1;
       -webkit-animation-direction: left;
        position: absolute;
}
@-webkit-keyframes slideright {
   from {
    left: 0px;
    -webkit-animation-timing-function: ease-out;
   }
   to {
    left: 320px;
   }
}
.slider {
       width: 100%;
       -webkit-animation-name: slideright;
       -webkit-animation-duration: .7s;
       -webkit-animation-iteration-count: 1;
       -webkit-animation-direction: right;
        position: absolute;
}
.infoitem {
	font-family: Verdana;
	font-size: 20px;
	color: black;
	-webkit-border-radius: 10px;
	background: #FFFFFF;
}
.loadhide {
	visibility: hidden;
	display: none;
}
.loadshow {
	display: block;
	visibility: visible;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000; 
	opacity: 0.65;
}