html {
  height:101%;
}

body {
  font-size:75%;
	font-family: Helvetica,Arial;
	background-color:#FFF;
	margin:0;
	color:#3d3d3d;
}

.redbg {
  background-color:#d60101;
}

#header {
  height:92px;
}

#header div.width-restriction {
  position:relative;
  height:92px;
}

#header h3 {
  position:absolute;
  top:23px;
  right:0;
  margin:0;
}

.width-restriction {
  width:980px;
}

#logo {
  position:relative;
  top:23px;
}

h3 {
  font-size:1.2em;
  color:#FFF;
  font-weight:bold;
}

#main_menu {
  position:absolute;
  bottom:0;
  right:0;
}

#main_menu a {
  width:107px;
  height:15px;
  display:block;
  float:left;
  text-align:center;
  padding:9px 0 4px 0;
  background-image:url('images/menu-off.gif');
  background-repeat:no-repeat;
  background-position: top center;
  color:#FFF;
  text-decoration:none;
  font-size:0.85em;
  text-transform:uppercase;
  margin-left:2px;
}

#main_menu a:hover {
  background-image:url('images/menu-hover.gif');  
}

#main_menu a.selected {
  background-image:url('images/menu-on.gif');
  color:#d60101;
}

#tagline {
  color:#3d3d3d;
  font-size:1.8em;
  line-height:1.4em;
  margin: 45px 0 45px 0;
}

.clearboth {
  clear:both;
  height:0;
}

#footer {
  padding: 20px 0 20px 0;
  color: #FFF;
  line-height:1.4em;
}

#footer a {
  color:#fff;
  font-size:0.8em;
  text-decoration:none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .heading {
  font-size:1.9em;
  font-weight:bold;
  margin-bottom:10px;
}

h1 {
  color:#3d3d3d;
  font-weight:bold;
  margin:0;
  font-size:1.6em;
}

/* Macbook pro */

#mbp {
  background-image:url('images/mbp.jpg');
  height:514px;
  width:942px;
  position:relative;
}

#mbp_screen {
  position:absolute;
  left:132px;
  top:26px;
  overflow:hidden;
  height:425px;
  width:680px;
}

#mbp_controls {
  position:absolute;
  top:17px;
  left:35px;
  display:none;
  cursor:pointer;
}

.mbp_playpause .mbp_play {
  display:none;
}

.mbp_next:active,.mbp_prev:active,.mbp_play:active,.mbp_pause:active {
  position:relative;
  top:2px;
  left:2px;
}

.prose {
  line-height:1.6em;
}

.prose a {
  color:#3d3d3d;
  text-decoration:underline;
}

.prose a:hover {
  color:#d60101;
}

.prose a:active {
  text-decoration:none;
}

.pushbutton:active {
  position:relative;
  top:2px;
  left:2px;
}