@charset "utf-8";
/* CSS Document */
/* cferaday.com*/

/*global reset thanks to blueprint css*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: "Lucida Grande", "Arial", Helvetica, Helvetica Neue, Verdana, sans-serif;
	color: #000;
	/*background-color: #fff;
	background-image:url('bg.png');*/
	font-size: 76%;  /*The percentage is of 16px (0.75 * 16px = 12px). */
}

#container {
	background: url(../images/bg.png) no-repeat;
	width: 1100px;
	margin: 0px auto 0px;
	min-height: 100%;
	height: 900px;
	!important: height: 100%;
}

.clear {
	clear: both;
}

div.videowide {
	padding-top: 154px;
	padding-left: 472px;
}

div.videonarrow {
	padding-top: 154px;
	padding-left: 493px;
}

#viewer {
	padding-left: 40px;
	width: 243px;
}

#nav {
	padding-top: 900px;
	border: 1px solid #000;
}


div.feature {
	float: left;
	padding-top: 215px;
	padding-left: 367px;
  	width: 110px;
  	height: 107px;
}

div.games {
	float: left;
	padding-top: 204px;
	padding-left: 92px;
  	width: 118px;
  	height: 121px;
}

div.sketchbook {
	float: left;
	padding-top: 193px;
	padding-left: 62px;
  	width: 112px;
  	height: 110px;
}

div.cinematics {
	float: left;
	padding-top: 18px;
	padding-left: 480px;
  	width: 101px;
  	height: 103px;
}

div.feature2d {
	float: left;
	padding-top: 12px;
	padding-left: 98px;
  	width: 101px;
  	height: 103px;
}

.slideshow {
	width: 243px;
	height: 243px;
}


