@import "reset.css";
@import "text.css";

html { background: #16171e url(../img/bg-stripes.gif) repeat; }
body {
	border-top: 5px solid #0d0e12;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 62.5% !important; /* reset for em/px parity (e.g. 1.8em = 18px) */
	margin: 0;
	padding: 0;
}

br.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	width: 0;
}

a {
	color: #dc7426;
}

a span {
	display: none;
}

a.label {
	background-color: #dc7426;
	color: #fff;
	float: right;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 6px;
	text-align: right;
	text-decoration: none;
}

a.label:hover {
	background-color: #6e899a;
	color: #16171e;
}

h2 {
	color: #6e899a;
	font-size: 2.7em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 5px 0;
	padding: 0;
}

p {
	font-size: 1.1em;
}

#logo {
	background: url(../img/logo.gif) no-repeat;
	height: 95px;
	right: 5px;
	position: absolute;
	top: 70px;
	width: 285px;
	z-index: 20;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}

#logo a {
	display: block;
	height: 95px;
	width: 285px;	
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 920px;
}

#billboard {
	background-color: #191b24;
	border: 1px solid #67696f;
	margin: 25px 0;
	padding: 5px;
	position: relative;
}



#billboard #prevBtn,
#billboard #nextBtn
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
}

#billboard #prevBtn {
	left: 0;
}
#billboard #nextBtn {
	right: 0;
}

#billboard #prevBtn a,
#billboard #nextBtn a
{
	border: none;
	display: block;
	height: 100%;
	outline: none;
	width: 100%;
}

#billboard #prevBtn a {
	background: url(../img/btn-prev.png) no-repeat 20px 420px;
}

#billboard #nextBtn a {
	background: url(../img/btn-next.png) no-repeat 369px 420px;
}


#nav {
	background-color: #191b24;
	border-bottom: 1px solid #67696f;
	border-top: 1px solid #67696f;
	margin: 0;
	padding: 5px;
	position: relative;
}

#nav li {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	list-style: none;
	margin: 5px 10px 5px 5px;
	padding: 0;
}

/*
#nav li:last-child {
	background: url(../img/bug-client_login.gif) no-repeat 0 2px;
	margin: 0;
	padding: 0 0 0 16px;
	position: absolute;
	right: 10px;
}
*/

#nav li a {
	color: #67696f;
	text-decoration: none;
}
	#nav li a:hover { color: #fff; }
	#nav li.active a { color: #dc7426; }

.subnav {
	margin: 0;
	padding: 5px 0;
	position: relative;
}

.subnav li {
	border-left: 1px solid #67696f;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 5px 10px 10px 10px;
}

.subnav li a {
	color: #67696f;
	text-decoration: none;
}
	.subnav li a:hover { color: #fff; }
	.subnav li.active a { color: #fff; }

	#subnav-about { left: 45px; }
	#subnav-signature { left: 125px; }




#cols {
	background: url(../img/bg-cols.gif) repeat-y;
	border-bottom: 1px solid #67696f;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
}
	#col-l { float: left; }
	#col-r { float: right; }

#cols div.col {
	font-size: 1em;
	margin: 10px;
	padding: 0;
	width: 425px;
}

#cols div.col p {
	margin: 5px 0;
	padding: 0;
}

#cols div.col strong {
	color: #dc7426;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#cols div.col address {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 0;
}

#cols div.col address span {
	color: #77787b;
	font-size: 0.7em !important;
	font-weight: bold;
}

#cols div.col ol {
	margin: 10px 0;
}

#cols div.col ol li {
	margin: 0 30px;
}

#cols div.project {
	clear: both;
}

#cols div.project ul {
	float: right;
	margin: 5px 0 !important;
	padding: 0 !important;
}

#cols div.project ul li {
	color: #67696f;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#cols div.project li a img {
	border: 1px solid #67696f;
	padding: 3px;
}

#cols div.project li a:hover img {
	border: 1px solid #dc7426;
}

#cols div.project-details {
	margin-top: 37px;
}

#cols div.col ul {
	margin: 5px 0;
	padding: 0 0 10px 0;
}

#cols div.col ul li {
	font-size: 1.1em !important;
}

#cols div.project-details ul li span { color: #67696f; }



#footer {
	color: #67696f;
	border-top: 40px solid #191b24;
	background-color: #0d0e12;
	margin: 0;
	padding: 5px;
	text-align: right;
}

#footer div {
	margin: 0 auto;
	width: 900px;
}

#footerlinks {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footerlinks li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
}

#footerlinks li a {
	color: #67696f;
	text-decoration: none;
}

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





