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

body {
	background-image:url(../images/prepage/backgroud_rpt.jpg);
	background-repeat:repeat-x;
	background-color:#efff91;
        background-position: bottom,center;
}
.header {
	width:827px;
	height:100px;
	background-image:url(../images/prepage/header.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
.header_bottom {
	height:0px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.content {
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-top:0px;
	padding-bottom:10px;
	/*background-color:#F0F;*/
	border-radius:30px;
        background-image: url(../images/prepage/prepage_bg.jpg);
}
.content_inner {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding:20px;
}
.content_middle {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:234px;
}
.content_footer {
	width:auto;
	height:97px;
	margin-left:auto;
	margin-right:auto;
}
.content_up_footer {
	width:100%;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
.thumb1 {
	width:349px;
	height:230px;
}
.thumb2 {
	margin-top:-230px;
	vertical-align:top;
	margin-left:360px;
	width:349px;
	height:230px;
}
.thumb3 {
	margin-top:10px;
	width:349px;
	height:230px;
}
.thumb4 {
	margin-top:-230px;
	vertical-align:top;
	margin-left:360px;
	width:349px;
	height:230px;
}
.thumb_foot1 {
	width:187px;
	height:97px;
	background-color:#000;
}
.thumb_foot2 {
	margin-left:197px;
	margin-top:-97px;
	width:187px;
	height:97px;
	background-color:#000;
}
.thumb_foot3 {
	margin-left:394px;
	margin-top:-97px;
	width:187px;
	height:97px;
	background-color:#000;
}
.thumb_foot4 {
	margin-left:591px;
	margin-top:-97px;
	width:187px;
	height:97px;
	background-color:#000;
}

/* ///////////////////////////// */

ul {
	padding:0;
	margin:0;
}
ul li {
	float:left;
	list-style:none;
	line-height:10px;
	width:349px;
	height:230px;
	overflow:hidden;
}
/*dynamically added*/
div.wrapper {
	width:349px;
	height:230px;
	overflow:hidden;
	position:relative;
}
/*generic style for all div */
div.caption {
	font-family:'Reenie Beanie', arial;
	font-weight:bold;
	font-size:34px;
	letter-spacing:-2px;
	position:relative;
	text-align:center;
	padding:55px 15px 15px 15px;
	background:url(images/prepage/caption-bg.png) repeat-x;
	min-height:125px;
	color:#5cd313;
	text-shadow:0 1px 1px #999;
	text-transform:capitalize;
	line-height:16px;
}

/*white fade*/
ul li:nth-child(1) div.caption {
font-family:'Reenie Beanie', arial;
font-weight:bolder;
font-size:48px;
letter-spacing:-2px;
position:relative;
text-align:center;
padding:55px 15px 15px 15px;
background:url(../images/prepage/green.png) repeat-x;
min-height:125px;
color:#FFF;
text-shadow:0 1px 1px #999;
text-transform:capitalize;
line-height:16px;
}