body
{
	background: #1d1b1c;;
	color: #fff;
	font-family: tahoma, arial, helvetica;
	font-size: 70%;
	margin: 0;
	width: auto;
}

*
{
	outline: 0;
}

hr
{
	background: #fff;
	color: #fff;
	border: 0 none;
	border-top: 1px solid #eee;
}

h1, h2, h3, h4, h5, h6, p, ul, ol
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin-top: 0;
}

h2 {font-size: 250%; color: #161616;}
h3 {font-size: 140%;}

a
{
	color: #777;
}

a:hover
{
	color: #222;
	text-decoration: none;
}

img
{
	border: 0;
}

#header
{
	padding: 20px 20px 20px 60px;
}

#header h1
{
	margin: 0 40px 0 0;
	float: left;
}

#header a
{
	text-decoration: none;
	text-transform: uppercase;
}

#header a:hover
{
	color: #ff9c18;
}

#header ul
{
	float: left;
	margin: 18px 0 0 0;
	padding: 0;
	list-style: none;
}

#header ul li
{
	display: inline;
	margin-right: 10px;
}

#header ul li a
{
	color: #bebebe;
}

#header ul li ul li
{
	font-size: 80%;
	margin-right: 0;
}

#header ul li ul li,
#header ul li ul li a
{
	color: #686767;
}

#portfolio
{
	list-style: none;
	margin: 18px 0 0 417px;
	padding: 0 0 20px 0;
	font-size: 90%;
}

#portfolio li
{
	display: inline;
	margin-right: 10px;
}

#portfolio li a
{
	color: #ff9a18;
	text-decoration: none;
}

#portfolio li a:hover
{
	color: #fff;
}

#content
{
	padding: 0 20px;
}

#content #scroll
{
	margin: 0 50px 0 400px;
	position: relative;
}

#content #scroll table td
{
	background: #fff url(/media/images/scroll-bg.gif) repeat-x bottom;
	padding: 7px;
}

#content #scroll table td img
{
	display: block;
}

#content #scroll table td div
{
	position: absolute;
	top: 300px;
	left: 0;
	width: 250px;
	padding: 15px 20px;
	background: #424242 url(/media/images/div-bg.gif) repeat-x bottom;
	color: #555454;
	display: none;
	border-right: 1px solid #131213;
	border-bottom: 1px solid #131213;
	line-height: 1.9;
	margin-right: 20px;
}

#content #scroll table td div a
{
	float: right;
	color: #555;
	margin: -15px -15px 0 0;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
}

#content #scroll table td div a:hover
{
	color: #fff;
}

#content #scroll table td div p
{
	font-size: 90%;
}

#content #scroll table td div h2
{
	font-size: 100%;
	float: left;
	width: 80px;
	margin: 0;
	color: #000;
	font-weight: normal;
}

#content #scroll table td div h3
{
	font-size: 100%;
	margin-left: 80px;
	margin: 0;
	font-weight: normal;
	color: #797979;
}

#content #scroll table td img
{
	padding: 3px;
	min-height: 1px;
	opacity: 0.15;
	filter: alpha(opacity=35);
}

* html #content #scroll table td img
{
	height: 1px;
}

#content #scroll table td img:hover
{
	/*
	background: #fff;
	padding: 2px;
	border: 1px solid #777;
	*/
	opacity: 0.5;
	filter: alpha(opacity: 50);
}

#content #scroll table td img.active
{
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 0;
	border: 3px solid #fff;
}

#intro,
div.home
{
	float: left;
	background: #fff;
	color: #4e4e4e;
	padding: 25px 40px;
	line-height: 2.1;
	width: 320px;
	height: 250px;
}

div.home
{
	width: 400px;
	height: auto;
	min-height: 250px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

* html div.home
{
	height: 250px;
}

img.home
{
	float: left;
	border-bottom: 1px solid #000;
}

#next
{
	height: 290px;
	padding: 10px 20px 0 20px;
	background: #292728;
	float: right;
}

table.table
{
	border: 1px solid #ddd;
}

table.table tr th
{
	font-weight: bold;
	text-align: left;
	color: #222;
	padding: 2px 4px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

table.table tr td
{
	padding: 2px 4px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;