@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	text-align: center;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #CCC;
	margin-top: 10px;/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 4px #666;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	text-align: center;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 20px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	background-repeat: repeat;
	text-align: center;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
}
.tot {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.deposit {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center 55px;
	background-color: #FFF;
}
.deposit1 {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9C0;
	background-image: url(images/paperbg.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	padding-top: 85px;
	margin-top: 55px;
	height: 250px;
	background-color: #FFF;
}


.tot123 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tot333 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}


.tot222 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFF;
	text-decoration: none;
	background-color: #F09;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: 0px 1px #666;
	margin-bottom: 0px;
}

.tot222 a {
	text-decoration: none;
	color: #FFF;text-shadow: 0px 1px #666;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: 0px 1px #666;
	margin-bottom: 0px;
}
.red a {
	text-decoration: none;
	color: #FFF;text-shadow: 0px 1px #666;
}


.totblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFF;
	text-decoration: none;
	background-color: #09F;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: 0px 1px #666;
	margin-bottom: 0px;
}
.totblue a {
	color: #FFF;
	text-decoration: none;text-shadow: 0px 1px #666;
}

.totorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFF;
	text-decoration: none;
	background-color: #F60;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: 0px 1px #666;
	margin-bottom: 0px;
	height: auto;
}
.totorange a {
	color: #FFF;
	text-decoration: none;text-shadow: 0px 1px #666;
}

.button {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;/* CSS3 Box Shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: url(images/button-bg.jp);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: large;
}
.book {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 2px;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-shadow: 0px 1px #666;
	padding-right: 9px;
	padding-left: 9px;
	background-image: url(images/button-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #1F7ACD;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
}
.book a {
	color: #FFF;
	text-decoration: none;
}



.button3 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-shadow: 0px 1px #666;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	font-size: 12px;
}
.button3 a {
	color: #FFF;
	text-decoration: none;
}

.button a {
	color: #FFF;
	text-decoration: none;text-shadow: 0px 1px #333;
}
.button2 {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	box-shadow: 0 0 2px #666;
	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: 0px 1px #666;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url(images/button-bg1.jpg);
}
.button2 a {
	color: #FFF;
	text-decoration: none;text-shadow: 0px 1px #666;
}



.totpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFF;
	text-decoration: none;
	background-color: #DD00A6;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: 0px 1px #666;
	margin-bottom: 0px;
}
.totpurple a {
	color: #FFF;
	text-decoration: none;
}

.totgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFF;
	text-decoration: none;
	background-color: #33CC33;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: 0px 1px #666;
}
.totgreen a {
	color: #FFF;
	text-decoration: none;text-shadow: 0px 1px #666;
}









.menu {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	background-position: left top;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	margin-top: 50px;
}
.top {
	width: 100%;
	margin-bottom: 0px;
	background-position: left top;
	text-decoration: none;
	text-align: center;
	margin-top: 42px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}

.shadow {
	width: 100%;
	margin-bottom: 10px;
	background-position: left top;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.menu2 {
	float: left;
	width: 100%;
	background-position: left top;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #36F;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu1 {
	background-color: #FFF;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #F06;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
	padding-bottom: 10px;
}

.menu1 a {
	text-decoration: none;
	height: 100px;
}

.menu3 {
	margin-bottom: 10px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #69F;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	margin-top: 0px;
	font-size: 20px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
.menu3 a {
	text-decoration: none;
}
.menu3 a:active {
	text-decoration: none;
}

.backtotop {
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.backtotop a {
	color: #333;
	text-decoration: none;
}
.box1 {
	width: 100%;
	background-color: #FFF;
	margin-right: auto;
	float: left;
	
	
	
	height: 90px;
}

.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.box {
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #F30;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #F09;
	margin-right: 0px;
	text-align: center;
	padding-right: 2px;
	padding-bottom: 10px;
	margin-left: 4px;
	width: 30%;
	float: left;
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
	position: relative;
	text-align: center;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 14px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #000;
  -webkit-box-shadow: 0 15px 5px #000;
  -moz-box-shadow: 0 15px 5px #000;
  box-shadow: 0 15px 5px #000;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.box2 {
	float: left;
	width: 100%;
	background-color: #F60;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	height: 60px;
	margin-right: auto;
}

.pop1 {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	color: #39F;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.ioi {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	float: right;
	width: auto;
	margin-bottom: 0px;
	text-align: center;
	margin-right: 15px;
	font-size: 12px;
	color: #F09;
}

.lop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	text-shadow: 0px 1px #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.button5 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;/* CSS3 Box Shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: 0px 1px #333;
	padding-right: 8px;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	background-image: url(images/button-bg.jp);
	color: #FFF;
	margin-bottom: 25px;
}


.button5 a {
	text-decoration: none;
	text-shadow: 0px 1px #666;
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
