*
{
	margin:0;
	padding:0;
}

body
{
	font-family:open sans;
	font-size:12px;
	background:#e0e0e0;
}

.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-color: #535f6d;
}

.logo
{
	width:100px;
	height:100px;
	padding:20px;
	float:left;
}

.ftin
{
	width:150px;
	height:40px;
	float:right;
	margin-top:20px;
}
.ftin img{
    float: left;
    margin-left: -18px;
}
.detail
{
	background-color: #e4e4ca;
    width: 476px;
    height: 40px;
	float:right;
	margin-top:75px;
	margin-right:-165px;
}

/*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;
}

#rolling-nav a,
#rolling-nav a:before {
  font-family:open sans;
  font-size:12px;
  font-weight:bold;
  display:block;
  margin:0px 0px;
  padding: 0px 28.9px;
  line-height:40px;
  color:#e4e4ca;
  text-decoration:none;
  background-color:#09beed;
  -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:white;
  font-weight:bold;
  top:100%;
  right:0px;
  left:0px;
  display:block;
  background: #fae2ab;

}

#rolling-nav a:hover {
  margin-top:-40px;
  margin-bottom:1px;
}

@-moz-document url-prefix() { 

#rolling-nav a, #rolling-nav a::before {
padding: 0px 28.3px;
}
.key_links{
    margin-top: 6px !important;
}
}
/*====================================*/


.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;
}

.title
{
	width:96%;
	padding:10px;
	display:block;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid white;
}

.fund
{
	width:100%;
	height:300px;
	float:left;
}
.useful_links
{
	width:100%;
	height:47px;
	float:left;
	padding:10px 0px 10px 0px;
}
.useful_links a
{
	background:#fae2ab;
	color:white;
	padding:20px 30px;
}
.useful_links a:hover
{
	background:#4c4d4e;
	color:white;
	
	-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:#e0e0e0;
}
.tools_tab
{
	width:265px;
	padding:10px;
	font-size:18px;
	height:20px;
	float:left;
	color:white;
	background:#09beed;
}

.tools a
{
	width:118px;
	color:#4c4d4e;
	font-weight:bold;
	display:block;
	padding:6px;
	background:#fff;
	border:1px solid #ccccb4;
}
.tools a:hover
{
	background:#fae2ab;
	color:white;
	-o-transition:all 400ms;
	-moz-transition:all 400ms;
	-webkit-transition:all 400ms;
}


.news
{
	width:422px;
	height:auto;
	float:left;
	margin-left:10px;
}

.right
{
	width:300px;
	height:auto;
	float:right;
}

.sol1 , .sol2 , .sol3 , .sol4
{
	display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0 20px 80px;
    width: 73%;
}
.sol1
{
	background:url(images/sol1.jpg) left top no-repeat;
}
.sol2
{
	background:url(images/sol2.jpg) left top no-repeat;
}
.sol3
{
	background:url(images/sol3.jpg) left top no-repeat;
}
.sol4
{
	background:url(images/sol4.jpg) left top no-repeat;
}

.login
{
	width:100%;
	height:auto;
	background:#e4e4ca;
}

#submit_btn
{
	background:#09beed;
	padding:4px 10px;
	border:none;
	color:white;
	box-shadow:0 3px 8px #b4b494;
	cursor:pointer;
}
.tbx
{
	width:150px;
	border:none;
	background:#fff;
	padding:3px;
}
.right_tools_tab
{
	width:280px;
	padding:10px;
	font-size:18px;
	height:20px;
	color:white;
	background:#09beed;
	display:block;
}
.key_links a
{
	color:#39433A;
	float:left;
	display:block;
	width:97%;
	padding:10px 5px;
	background:#e0e0e0;
	font-weight:bold;
	font-size:13px;
	
}

.key_links a:hover
{
	background:#4c4d4e;
	color:white;
}
.adds
{
width: 100%;
    height: 200px;
    float: left;
    padding: 10px 0px;
}
.adds img{
border: 2px solid #09beed;
 margin-right: 16px;


}
.footer
{
	width:100%;
	height:100px;
	background:#09beed;
	float:left;
	color:white;
}
.portfolio a
{
	width:99%;
	display:block;
	padding:5px;
	background:#f7f7f7;
	margin-top:1px;
}
.portfolio a:hover
{
	color:#F00;
}