@charset "utf-8";
/* CSS Document */

@import url("default.css");

/* Structure */

body {
	background: url(../images/grid-pattern.gif);
}
#wrapper {
	width: 973px;
	background: #000 url(../images/crane.jpg) left top no-repeat fixed;
}
#container {
	width: 865px;
	margin-left: 44px;
	padding-right: 17px;
	background: url(../images/screen.png);
}
* html #container {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/screen.png',sizingMethod='scale');
}
#header {
	background: url(../images/header-bg.gif) right top no-repeat;
}
#header #logo {
	float: left;
	position: relative;
	left: 24px;
	top: 62px;
	background: url(../images/logo.png) left top no-repeat;
	width: 152px;
	height: 115px;
	overflow: hidden;
}
* html #header #logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png',sizingMethod='scale');
}
#logo a {
	display: block;
	padding: 200px;
}
#header ul {
	padding-top: 180px;
	margin-left: 195px;
}
#header li {
	background: url(../images/slash.gif) right center no-repeat;
}
#header li.login {
	background: #e49226;
	position: absolute;
	top: 0;
	right: 0;
}
#header li.last {
	background: none;
	padding-right: 0;
}
#content {
	padding-top: 1.5em;
}
.col {
	float: left;
}
.left {
	padding-left: 24px;
	width: 147px;
}
.main {
	width: 436px;
	padding-left: 195px;
	padding-right: 12px;
}
#home .main, #process .main, #portfolio .main {
	padding-left: 24px;
}
.main h2, .main h3, .main p, .main dl {
	padding-right: 12px;
	border-right: 1px solid #000;
}
.right {
	width: 222px;
}
#flashdiv:focus {
	-moz-outline-style: none;
}
#footer ul {
	background: #fea32a;
	margin-left: 195px;
}
#footer li.credit {
	display: block;
	padding-bottom: .5em;
}

/* Type */

a {
	color: #000;
}
.current a:hover {
	cursor: default;
}
#content a:hover {
	color: #805a18;
}
#header li a {
	display: block;
	padding: .5em 0;
}
#header li a:hover, #footer a:hover {
	text-decoration: underline;
}
#header li.login a, #footer ul {
	color: #fff;
	padding: .5em;
}
#header li.current a {
	font-weight: bold;
	letter-spacing: 0;
}
#header li.current a:hover {
	text-decoration: none;	
}
#footer a {
	color: #fff;
}

/* Pages */

#home .left p {
	padding-top: 0;
}
#process .main {
	width: 646px;
}
#portfolio .main {
	width: 308px;
}
#portfolio .right {
	width: 350px;
}
#portfolio #flashdiv {
	height: 325px;
}
#portfolio #content .current a {
	color: #ff0000;
	text-decoration: none;
}
#portfolio #content .current {
	border-right: .5em solid #f00;
	margin-right: -12px;
	padding-right: 12px;
}

#contact .main {
	width: 233px;
}
#contact .right {
	width: 425px;
	border-left: 1px solid #000;
	padding-left: 12px;
	margin-left: -13px;
}
