@charset "UTF-8";

/* Layout Medium Screens */
body {
	background: #000 url("../images/bg_large.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

h3 {
	padding: 10px 10px 0 0;
	margin: 10px 10px 0 10px;
}
header {
}
section {
}
section p:last-child {
  padding-bottom: 20px;
}
.flash {
	display: none;
}
.flash_specs {
	display: none;
}

aside {
	margin: 20px 10px 20px 10px;
}
.jump li {
	margin-left: 20px;
}
.biz_left {
 margin: 0 50px 0 10px;
}
.biz_right {
 margin: 0 60px 0 10px;
}
nav select {
  display: none;
}
.hide {
	display: block;
}
.speclink {
	display: none;
}