*
{
	margin:0;
	padding:0;
}

body
{
	font-family:open sans;
	font-size:12px;
	background-image:url(images/background3.jpg);
	background-attachment: fixed;
	background-color: #e9f6ff;
}

.whole_wrap
{
	width:1024px;
	height:auto;
	margin:auto;
	
}

.wrapper
{
	width:1024px;
	height:auto;
	margin:auto;
	background:#fff;
	float:left;
	padding:0px 8px;
	box-shadow:0px 0px 8px #9f9f82;
}
header
{
	width:100%;
	height:150px;
	background-image:url(images/header_bg1.jpg);
}

.logo
{
	width:210px;
/*	height:100px;*/
	padding:20px;
	float:left;
	padding-top:30px;
}

.ftin
{
	width:150px;
	height:40px;
	float:right;
	margin-top:20px;
}

.detail
{
	background:url(images/detail_bg.png) left top no-repeat;
	width:476px;
	height:56px;
	float:right;
	margin-top:75px;
	margin-right:-151px;
}

/*menu
{
	width:100%;
	height:44px;
	background:#6FF;
}*/

/*===============MENU====================*/
#rolling-nav {
  font:normal 12px 'Trebuchet MS',Trebuchet,Arial,Sans-Serif;
  color:white;
  text-transform:uppercase;
	/* outline:1px solid; */
	width:100%; /* Fixed width. Measure it manually */
	margin:0px auto;
}

#rolling-nav ul {
  height:40px;
  margin:0px 0px;
  padding:0px 0px;
  overflow:hidden;
}

#rolling-nav li {
  float:left;
  display:inline;
  list-style:none;
  margin:0px 0px;
  padding:0px 0px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#rolling-nav a,
#rolling-nav a:before {
  font-family:open sans;
  font-size:12px;
  font-weight:bold;
  display:block;
  margin:0px 0px;
  padding:0px 36.1px;
  line-height:40px;
  color:#FFF;
  text-decoration:none;
  background-color:#04639a;

  -webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
  -moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
  box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
  position:relative;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

#rolling-nav a:before {
  content:attr(data-clone);
  position:absolute;
  font-size:12px;
  color:#39433A;
  font-weight:bold;
  top:100%;
  right:0px;
  left:0px;
  display:block;
  background: #cff5ff;
/*background: -moz-linear-gradient(top, #cff5ff 0%, #faed7d 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #cff5ff), color-stop(100%, #faed7d));
background: -webkit-linear-gradient(top, #cff5ff 0%, #faed7d 100%);
background: -o-linear-gradient(top, #cff5ff 0%, #faed7d 100%);
background: -ms-linear-gradient(top, #cff5ff 0%, #faed7d 100%);
background: linear-gradient(to bottom, #cff5ff 0%, #faed7d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe600', endColorstr='#faed7d', GradientType=0 );*/
 
}

#rolling-nav a:hover {
  margin-top:-40px;
  margin-bottom:1px;
}
/*====================================*/


.slider
{
	width:100%;
	height:295px;
	padding-top:5px;
}

.left
{
	
	width:720px;
	height:auto;
	float:left;
} 

.jumping_bowl
{
	width:99%;
	padding-top:10px;
	padding-left:7px;
}

.fund
{
	width:100%;
	height:300px;
	float:left;
}
.useful_links
{
	background-color: #d4d4d4;
    float: left;
    margin-left: 10px;
    margin-top: 30px;
    padding: 5px;
    width: 96%;
/*	width:100%;
	height:47px;
	float:left;
	padding-top:30px;*/
}
.useful_links a
{
	background:#CC9;
	color:#000;
	padding:20px 30px;
}
.useful_links a:hover
{
	background:#39433A;
	color:#fbdc00;
	
	-o-transition:all 400ms;
	-moz-transition:all 400ms;
	-webkit-transition:all 400ms;
	/*-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
	
	
}
.tools
{
	width:285px;
	height:auto;
	float:left;
	background:#e4e4ca;
}
.tools_tab
{
	width:265px;
	padding:10px;
	font-size:18px;
	height:20px;
	float:left;
	background:#fbdc00;
}

.tools a
{
	width:118px;
	color:#70661b;
	font-weight:bold;
	display:block;
	padding:6px;
	background:#fff;
	border:1px solid #ccccb4;
}
.tools a:hover
{
	background:#fbdc00;
	
	-o-transition:all 400ms;
	-moz-transition:all 400ms;
	-webkit-transition:all 400ms;
}


.news
{
	width:300px;
	height:auto;
/*	float:left;
	margin-left:10px;*/
}

.right
{
	width:300px;
	height:auto;
	float:right;
}

.login
{
	wid100%;
	height:auto;
	background:#b0e2ff;
}

#submit_btn
{
	background:#04639a;
	padding:4px 10px;
	border:none;
	box-shadow:0 3px 8px #468cff;
	cursor:pointer;
	color:#FFFFFF;
}
.tbx
{
	width:150px;
	border:none;
	background:#fff;
	padding:3px;
}
.right_tools_tab
{
	width:280px;
	padding:10px;
	font-size:18px;
	height:20px;
	background:#04639a;
	display:block;
	color:#FFF;
}
.adds
{
	
	width:98%;
	height:200px;
	float:left;
	padding:10px;
}
.footer
{
	width:100%;
	height:100px;
	background:#04639a;
	float:left;
	color:#ffffff;
}
.heading_inner
{
	color: inherit;
	font-size:16px;
    font-family: inherit;
    font-weight: bold;
    line-height: 18px;
    margin: 9px 0;
	padding-left:10px;
	color:#FFF;
    text-rendering: optimizelegibility;
}
.heading
{
	color: inherit;
	font-size:16px;
    font-family: inherit;
    font-weight: bold;
    line-height: 18px;
    margin: 9px 0;
	padding-left:10px;
    text-rendering: optimizelegibility;
}
.text
{
    color: #444444;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
	padding-left:10px;
}
.text_center
{
    color: #444444;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: center;
}
.inner_image
{
	background:url(images/inner_img.jpg);
	height:138px;
	width:100%;
	margin-top:8px;
}
