html {
	background: #f5f5f5;
}
body {
	color: #878787;
	background: transparent;
	font: normal normal normal 0.750em/1.500em Helvetica, Arial, Verdana, sans-serif;
}
div.branding h1 {
	margin: 0 auto 20px;
	width: 270px;
}
div#portfolio h1 {
	width: 480px;
	height: 60px;
	position: absolute;
	bottom: 10px;
	left: 40px;
	z-index: 200;
}
h1.error {
	margin-bottom: 2.500em;
}
p {
	margin: 0 0 1.500em;
	padding: 0;
	font-size: 1em;
}
div.branding p, div.footer p {
	font-family: "Helen Bg", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.167em;
}
div.footer p {
	font-size: 1em;
}
div.branding p.logo {
	margin: 0 auto 20px;
	width: 270px;
	font-size: 1em;
}
p.navigation {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 120;
}
ul, ol {
	margin-bottom: 1.500em;
	padding-left: 1.500em;
	font-size: 1em;
}
ul li, ol li {
	margin-bottom: 0.250em;
	font-size: 1em;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
ul li ul, ol li ol {
	padding: 0.5em 0 0 1em;
}
ul#navigation {
	padding-left: 0;
	width: auto;
	list-style: none;
	font-size: 1.167em;
	font-family: "Helen Bg", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}
ul#navigation li {
	margin-left: 0.214em;
	padding-left: 0.786em;
	display: inline;
	list-style: none;
	background: transparent url(../img/bullet.gif) no-repeat 0 50%;
	text-transform: lowercase;
}
ul#navigation li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
ul#portfolio {
	margin-left: -20px;
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
ul#portfolio li {
	margin: 0 0 40px 40px;
	width: 80px;
	display: inline;
	float: left;
	list-style: none;
}
ul.related {
	margin: 0 auto;
	padding: 10px 0;
	width: auto;
	list-style: none;
	text-align: center;
}
ul.related li {
	width: 20px;
	display: inline;
	list-style: none;
	text-align: center;
}
ul.navigation {
	margin: -40px 0 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 110;
	list-style: none;
}
ul.pages {
	margin-left: -360px;
	margin-top: 0;
	width: 720px;
	left: 50%;
}
ul.navigation li {
	margin-right: 20px;
	width: 20px;
	height: 40px;
	display: inline;
	float: right;
	list-style: none;
}
/*
ul.navigation li:first-child {
	margin-right: 0;
	margin-left: 20px;
	float: left;
}
*/
ul.navigation li.first-child {
	margin-right: 0;
	margin-left: 20px;
	float: left;
}
img {
	display: block;
}
div.branding h1 img {
	width: 270px;
	height: 61px;
}
ul#portfolio img {
	width: 80px;
	height: 80px;
}
div#portfolio img {
	padding-top: 40px;
	margin: 0 auto;
}
div#portfolio ul.related + img {
	padding-top: 0 !important;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.offset {
	position: absolute;
	top: 0;
	left: -99999em;
	z-index: 10;
}
div.branding p span {
	color: #ff9600;
}
a:link, a:visited, a:hover, a:focus, a:active {
	color: #878787;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #666;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
a:focus, a:active {
	color: #fff;
	background: #878787;
}
ul#navigation a:link, 
ul#navigation a:visited, 
ul#navigation a:hover, 
ul#navigation a:focus, 
ul#navigation a:active {
	text-decoration: none;
}
ul.related li a:link, 
ul.related li a:visited, 
ul.related li a:hover, 
ul.related li a:focus, 
ul.related li a:active {
	margin-left: 10px;
	width: 20px;
	height: 21px;
	display: inline-block;
	background: transparent url(../img/related-a.gif) no-repeat 100% 0;
	text-indent: -9999px;
}
/* Target Firefox 2 */
ul.related li a, x:-moz-any-link {
	overflow: hidden;
	display: -moz-inline-box;
	font-size: 0;
	vertical-align: text-top;
}
ul.related li a:hover, 
ul.related li a:focus, 
ul.related li a:active {
	background-position: 0 0;
}
ul.related li a.selected:link, 
ul.related li a.selected:visited, 
ul.related li a.selected:hover, 
ul.related li a.selected:focus, 
ul.related li a.selected:active {
	background-position: 0 0;
}
ul.navigation li a:link, 
ul.navigation li a:visited, 
ul.navigation li a:hover, 
ul.navigation li a:focus, 
ul.navigation li a:active {
	width: 20px;
	height: 40px;
	display: block;
	background: transparent url(../img/next.gif) no-repeat 0 0;
	text-indent: -9999px;
}
ul.navigation li a:hover, 
ul.navigation li a:focus, 
ul.navigation li a:active {
	background-position: 100% 0;
}
ul.pages li a:link, 
ul.pages li a:visited, 
ul.pages li a:hover, 
ul.pages li a:focus, 
ul.pages li a:active {
	background-image: url(../img/next-page.gif);
}
/*
ul.navigation li:first-child a:link, 
ul.navigation li:first-child a:visited, 
ul.navigation li:first-child a:hover, 
ul.navigation li:first-child a:focus, 
ul.navigation li:first-child a:active {
	background: transparent url(../img/prev.gif) no-repeat 0 0;
}
ul.navigation li:first-child a:hover, 
ul.navigation li:first-child a:focus, 
ul.navigation li:first-child a:active {
	background-position: 100% 0;
}
*/
ul.navigation li.first-child a:link, 
ul.navigation li.first-child a:visited, 
ul.navigation li.first-child a:hover, 
ul.navigation li.first-child a:focus, 
ul.navigation li.first-child a:active {
	background: transparent url(../img/prev.gif) no-repeat 0 0;
}
ul.pages li.first-child a:link, 
ul.pages li.first-child a:visited, 
ul.pages li.first-child a:hover, 
ul.pages li.first-child a:focus, 
ul.pages li.first-child a:active {
	background-image: url(../img/prev-page.gif);
}
ul.navigation li.first-child a:hover, 
ul.navigation li.first-child a:focus, 
ul.navigation li.first-child a:active {
	background-position: 100% 0;
}
p.navigation a:link, 
p.navigation a:visited, 
p.navigation a:hover, 
p.navigation a:focus, 
p.navigation a:active {
	width: 27px;
	height: 27px;
	display: block;
	background: transparent url(../img/close-a.gif) no-repeat 0 0;
	text-indent: -9999px;
}
p.navigation a:hover, 
p.navigation a:focus, 
p.navigation a:active {
	background-position: 100% 0;
}