html, body, h1, ul, li, p {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

body {
	background: #1f1f1f url(../_img/bg-wrap.gif) 320px 0 repeat-y;
	color: #707070;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
}

a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#grid {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 874px;
	background: transparent url(../_img/grid.png) 0 0 no-repeat;
}

div#wrap {
	background: transparent url(../_img/bg-body.gif) 0 0 repeat-x fixed;
	width: 100%;
	float: left;
}

div#column-left {
	background: #1f1f1f;
	width: 280px;
	height: 300px;
	padding: 63px 0 0 40px;
	position: fixed;
	top: 0;
	left: 0;
}

div#column-right {
	width: 620px;
	float: left;
	position: relative;
	top: 0;
	left: 320px;
}

div#nav {
	background: #111 url(../_img/bg-body.gif) 0 0 repeat-x;
	width: 600px;
	height: 70px;
	padding: 70px 20px 0 0;
	position: fixed;
	top: 0;
	left: 320px;
}

h1 {
	float: left;
	width: 121px;
	height: 17px;
	margin: 0 0 60px 0;
}

h1 a {
	display: block;
	width: 121px;
	height: 17px;
	background: transparent url(../_img/sprite.gif) 0 -1px no-repeat;
	overflow: hidden;
	outline: none;
}

h1 span {
	display: none;
}


div#nav ul {
	float: right;
	list-style: none;
}

div#nav ul li {
	float: left;
	list-style: none;
	padding: 0 0 0 45px;
}


li#nav-work a, li#nav-work a:active, li#nav-work a:visited, li#nav-work a:link, li.selected#nav-work a:hover {
	background-position: 0 -39px;
	width: 32px;
}


li#nav-work a:hover {
	background-position: -47px -39px;
}

li#nav-about a, li#nav-about a:active, li#nav-about a:visited, li#nav-about a:link, li.selected#nav-about a:hover {
	background-position: 0 -69px;
	width: 37px;
}

li#nav-about a:hover {
	background-position: -47px -69px;
}

li#nav-links a, li#nav-links a:active, li#nav-links a:visited, li#nav-links a:link, li.selected#nav-links a:hover {
	background-position: 0 -101px;
	width: 19px;
}

li#nav-links a:hover {
	background-position: -47px -101px;
}

div#nav a {
	display: block;
	height: 12px;
	padding: 0 0 8px 0;
	background-color: transparent;
	background-image: url(../_img/sprite.gif);
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
	outline: none;
	font-size: 0;
}

div#nav ul li.selected a {
	border-bottom: 1px solid #2c2c2c;
}

div#subnav {
	float: left;
	width: 280px;
}

div#subnav ul {
	margin: 0 0 0 120px;
	float: left;
}

div#subnav ul li {
	float: left;
	clear: both;
	line-height: 11px;
	padding-bottom: 9px;
}

div#subnav ul li a {
	color: #4c4c4c;
}

div#subnav ul li.selected a {
	color: #f3f3f3;
}

div#subnav ul li.selected a:hover {
	text-decoration: none;
}

div.empty {
	float: left;
	width: 200px;
	height: 200px;
	background: transparent url(../_img/empty.gif) 0 0 repeat-x;
}

div#content {
	background: #242424;
	float: left;
	width: 620px;
	padding: 140px 0 0 0;
}

div#content.home img, div#content.about img {
	float: left;
}

div.slide {
	width: 620px;
	float: left;
	line-height: 0;
}

div.para {
	clear: both;
	float: left;
	padding: 46px 0 40px 0;
	width: 540px;
	margin: 0 40px;
	text-align: justify;
}

div.para strong {
	text-transform: uppercase;
	color: #f3f3f3;
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
	float: left;
}

div.para p {
	color: #5c5c5c;
	width: 340px;
	float: right;
	line-height: 20px;
	font-size: 12px;
}

div.about div.para a {
	color: #5c5c5c;
}

.bb {
	border-bottom: 1px solid #2c2c2c;
}

.clear {
	clear: both;
}