/* Define default values for the whole site */
body {margin: 0; padding: 0; background-color: #eff9fb;}

/* Define wrapper division for this page */
#container {width: 1000px; font-family: Verdana, Arial, sans-serif; font-size: 0.75em; margin: 0 auto; background-color: #fff;}

/* Style for FF */
:root #container {	text-align:-moz-center;}

/* Header Part */
#header {width: 100%; height:100px; margin: 0; padding: 0; text-align: left; background: url(../../../image/bg/bg_main_upper.gif) no-repeat right top;}

/* Child nodes of header part */
#header > div:first-child {display:-moz-inline-box; display:inline-block; zoom:1; *display:inline;}

/* Site Logo */
#logo {width: 205px; height: 80px; background: url(../../../image/logo_canvasee.gif) no-repeat left top; margin: 10px 0 10px 20px; cursor: pointer;}

/* Site Menu */
.menu_wrapper {width: 600px; height: 50px; margin: -80px 0 27px 336px; top: 0; position: relative;}
#menu {width: 545px; height: 44px; background: url(../../../image/bg/bg_menu_up.png) no-repeat left top; margin: 0 auto;}
.menu_text {margin: 14px 13px; display: inline-block; font-size: 1.2em; color: #0033cc; font-weight: bold;}
.menu_text a {text-decoration: none;}
.bar {width: 591px; height: 5px; background: url(../../../image/bg/bg_menu_bottom.png) no-repeat left top; margin: 0 auto;}