@charset "utf-8";

* {
margin:0;
padding:0;
}

html,body {
background-color:#fff;
background-repeat:repeat;
height:100%;
}

#wb-container-inner {
background-color:#fff;
text-align:center;

}

#wb-container-outer {
background-color:#fff;
height:auto;
min-height:100%;

}

#wb-layout {
}

/**removed from #wb-layout-header because image does not exists:  background-image:url(../images/layout1/ic_001_body_bg.jpg);**/

#wb-layout-header{
background-color:#587993;
background-repeat:repeat-x;
margin-bottom: 1px;
background-position: left top;
float: left;
width: 100%;
height: 102px;
}

#wb-layout-header-mask {
overflow:hidden; 
width: 740px;
height: 102px;
}


#wb-layout-inner {
text-align:left;
}

#wb-layout-main {
float:right;
width:527px;
margin-bottom: 20px;
background-color: transparent;
background-image:none;
background-position:top right;
background-repeat:no-repeat;
}
	* html 	#wb-layout-main {
		width:525px;
	}

#wb-layout-sidebar {
background-color: #727272;
float:left;
width:198px;
margin-right:14px;
background-repeat: no-repeat;
background-position: right bottom;
}

/*#wb-layout-sidebar div#wb-navigation div {width:170px; padding: 0;}*/
#wb-layout-sidebar div#wb-navigation div a{display: block; height: 100%;  width: 170px; padding: 5px 15px; border-bottom: 1px solid #fff;}

#wb-navbasewrap {}

#wb-navigation {
width:198px;

}

#wb-navigation-subtop div {
text-align:left;
}

#wb-navigation-subtop {
display:none;
}

div.submenu{
display:none;
background-color:#727272;
}

#wb-layout-footer{background-color: #4f6d84; clear:both; }
#wb-layout-footer-inner-1{padding: 5px 15px;}

#wb-container-contentwrapper{background: #fff ; margin-bottom: 1px; width: 740px; float:left;}

div.submenu {
	display: none;
}
/*commented here*/
