* {
	margin : 0;
}

html, body {
	height : 100%;
	background-image : url('../layout/background.png');
	font-family : 'FrutigerLTCom-BoldCn';
	font-size : 14px;
	color : #535353;
}

/* LAYOUT */

img {
  border : none;
}

.top-bar {
  width : 100%;
  height : 130px;
  background-image : url('../layout/top-bar.png');
}

.bottom-bar {
  margin-top : -260px;
	height : 130px; /* .push must be the same height as .footer */
	clear : both;
  background-image : url('../layout/bottom-bar.png');
}

.push {
	height : 130px; /* .push must be the same height as .footer */
	clear : both;
	margin-bottom : 180px;
}

.main-table {
  width : 960px;
  min-height : 100%;
  height : auto !important;
  height : 100%;
  margin : 0 auto 130px; /* the bottom margin is the negative value of the footer's height */
  margin-top : -130px;
}

.top {
  width : 960px;
  height : 130px;
  float : left;
}

.content {
  width : 960px;
  height : auto;
  float : left;
}

/* LANGUAGE-BAR */

.language-bar {
  display : block;
  width : 211px; /* 196px */
  height : 23px;
  margin-top : 8px;
  margin-left : 729px; /* 744px */
  background-image : url('../layout/language/language-bar.png');
  font-size : 12px;
  color : #e8e8e8;
}

.shortcuts {
  float : left;
  margin-left : 30px;
  margin-top : 5px;
}

.language-menu {
  float : right;
}

.language-main {
  display : block;
  text-decoration : none;
  width : 98px;
  height : 22px;
  background-image : url('../layout/language/buttons/main-normal.png');
  text-align : left;
  color : #e8e8e8;
  margin-bottom : 1px;
}

.language-main:hover {
  display : block;
  text-decoration : none;
  width : 98px;
  height : 22px;
  background-image : url('../layout/language/buttons/main-hover.png');
  text-align : left;
  color : #e8e8e8;
  margin-bottom : 1px;
}

.language-sub {
  float : left;
  display : block;
  text-decoration : none;
  width : 98px;
  height : 22px;
  background-image : url('../layout/language/buttons/sub-normal.png');
  text-align : left;
  color : #e8e8e8;
}

.language-sub:hover {
  float : left;
  display : block;
  text-decoration : none;
  width : 98px;
  height : 22px;
  background-image : url('../layout/language/buttons/sub-hover.png');
  text-align : left;
  color : #e8e8e8;
}

.flag {
  width : 16px;
  padding : 0px 5px 5px 0px;
  height : 11px;
  margin-left : 8px;
  margin-top : 3px;
  float : left;
  
}

.language-text {
  padding : px 5px 5px 0px;
  height : 22px;
  margin-left : 5px;
  margin-top : 2px;
  float : left;
}

/* DAISUKE-DESIGN LOGO */

.logo {
  width : 247px;
  height : 135px;
  float : left;
  margin-top : -22px;
  margin-left : 20px;
  background-image : url('../layout/logo.png');
}

/* FONTS */

@font-face {
	font-family : 'FrutigerLTCom-BoldCn';
	src : url('../fonts/FrutigerLTCom-BoldCn.eot');
	src : local('¢'),url('../fonts/FrutigerLTCom-BoldCn.woff') format('woff'), url('../fonts/FrutigerLTCom-BoldCn.ttf') format('truetype'),url('../fonts/FrutigerLTCom-BoldCn.svg') format('svg');
}

/* END OF EMBBED FONT FILE */