body {
    /*font: normal 85%/120% Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

/*
div,h1,h2,h3,h4,h5,h6,p,li,span,a { 
	font-size: 12px;
	line-height: 16px; 
}
*/

/* Utility */
.none { display: none; }

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

a { 
	text-decoration: none;
	color: #333333;
}

a.light { color:#9B9B9B; }
	
a:hover {
	text-decoration: none;
	color: #000000;
}

.loading {
	text-indent: -9000px;
	background: #fff url(img/spinner.gif) top left no-repeat;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

#wrapper {
    margin: 0;
    padding: 0;
}

/* Logo */   
#logo {
	position: absolute;
	top: 18px;
	left: 20px;
}

#logo h1 {
	background-position: top left;
	background-repeat: no-repeat;
	width: 105px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-indent: -9000px;
}

#logo h1.norm {
	background-image: url(img/grade_logo_grey.png);
}

#logo h1.act {
	background-image: url(img/grade_logo_black.png);
}

/* Nav */     
#nav {
	position: absolute;
	top: 90px;
	left: 23px;
	width: 811px;
} 

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    list-style: none;
	padding: 5px 0 0 0;
    display: block;
    line-height: 1;
}


#nav ul li.on a{
	color:#000000;
	display:block;
	padding: 0 0 15px 0;
}

#nav ul ul {
    padding: 0 0 15px 0;
}
	
#nav a {
    text-decoration: none;
    color: #333333;
}


#nav a.act,
#nav a:hover {
	color:#000000;
}

#nav a.clients {
	color: #000000;
	display:block;
	margin-bottom:15px;
}

#nav ul ul li {
    font-size: 12px;
}


#nav ul ul li a {
	color:#9B9B9B;
}

#nav ul ul li a.act {
	color:#000000;
}

#nav ul ul li a:hover {
	color:#333333;
}

#nav ul ul li a.off:hover {
	color:#333333;
}
 
/* Content */  
#content {
    position: absolute;
    top: 36px;
    left: 223px;
}

#content_homepage {
    position: absolute;
    top: 0px;
    left: 223px;
}

#content_homepage a img {
	border:none;
	margin:0;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
    line-height: 1;
    margin-bottom: 42px;
}
	
#content p {
	margin: 0 0 10px 0;
	padding: 0;
}

#content ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
}

#content ul.list li {
	margin: 0;
	padding: 0;
}

#content ul.list strong {
	display: block;
	color: #9B9B9B;
}

#content ul.list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content img.bottom-pad {
	padding-bottom: 28px;
	border: 0;
}


/* Contact */
#contact-page { 
	width: 900px;
	background: #fff;
}

#contact-page .left {
	float: left;
	width: 260px;
	margin-right: 20px;
}

#contact-page p,
#contact-page ul {
	margin-bottom: 20px;
}

#contact-page .right {
	float: left;
}

/* Clients */
#clients-page {
	width: 720px;
	height: 320px;
	position: relative;
}

#clients-page .box {
	width: 160px;
	position: absolute;
	top: 0;
	left: 0;
}

#clients-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#clients-page li {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 115%;
}

#clients-page li strong {
	line-height: 115%;
	font-weight: bold;
}


/* News */
#news-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
}

#news-nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#news-nav li a {
	display: block;
	margin-right: 10px;
}

#news-nav li a.on {
	color: #000000;
}
	
#news-page .date {
	width: 80px;
	float: left;
	margin-right: 20px;
}

#news-page .date p { 
	color: #9B9B9B; 
}

#news-page .body {
	float: left;
	width: 390px;
}
		
/* Work */
#work-nav-top {
    position: relative;
	height:12px;
}

#work-nav-top h3 {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
	height:12px;
}

#work-nav-top ul.items {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 192px;
	display:inline;
}

#work-nav-top ul.items li {
    list-style: none;
    display: inline;
}

#work-nav-top ul.items li a {
    display: inline;
    margin-right: 5px;
    color:#9B9B9B;
}

#work-nav-top ul.items li a:hover {
    color:#333333
}

#work-nav-top ul.items li a.act {
	color:#000000;
}

#work-nav-top p {
    position: absolute;
    left: 573px;
}

#work-wrapper {
	position: relative;
    margin-top: 55px;
}
	
#work-wrapper #preloader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}


/* Showreel */
#showreel-header {
	width: 260px;
	padding:0 0 57px 0;
}

#showreel-header h2{
	float:left;
}


#showreel-nav {
	background: url(img/showreel_nav.gif) 0 0 no-repeat;
	width: 60px;
	height: 20px;
	float:right;
	position:relative;
	top:-5px;
	overflow: hidden;
}

#showreel-nav a {
	display: block;
	float: left;
	text-indent: -900px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background-image: url(img/showreel_nav.gif);
	background-repeat: no-repeat;
}

#showreel-nav-prev { background-position: 0 0; }
#showreel-nav-prev.off { background-position: 0 -20px; cursor: default; }
#showreel-nav-next { background-position: -20px 0; }
#showreel-nav-next.off { background-position: -20px -20px; cursor: default; }
#showreel-nav-stop { background-position: -60px 0; }
#showreel-nav-play { background-position: -40px 0; }

#showreel {
	position: relative;
}

#showreel #preloader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#showreel #slideshow {
	position: absolute;
	top: 0;
	left: 0;
}

/* Grade */
#grade-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#grade-nav li {
	float: left;
}

#grade-nav li a {
	display: block;
	margin-right: 10px;
}

#grade-nav li a.on {
	color: #9B9B9B;
}	

#grade-page {
	width: 450px;
}

#grade-page ul {
    position: absolute;
	top:-1px;
	left:289px;
	display:inline;
	margin:0px;
	padding:0px;
}

#grade-page ul li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}

#grade-page ul li a:hover{
	color:#000000;
}

#grade-page ul li a.act {
	color:#000000;
}