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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	background: black;
	margin-top: 20px;
}
a:link {
	color: #277694;
	text-decoration: none;
}
a:visited {
	color: #316f86;
	text-decoration: none;
}
a:hover {
	color: #3d97ba;
	text-decoration: none;
}
a img {
	border: 0;
}
#portfolio {
	margin: 0 auto;
	width: 800px;
}
#window {
	position: relative;
	width: 800px;
	height: 450px;
	overflow: hidden;
	margin-top: 10px;
}
#window div.item {
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 450px;
	z-index: 0;
}
#window .item.sel {
	z-index: 100;
}
#window .col1 {
	width: 600px;
	height: 450px;
	float: left;
}
#window .col1 img {
	background: black;
	width: 600px;
	height: 450px;
}
#window .col2 {
	width: 200px;
	height: 450px;
	float: left;
	background: transparent url(../imgs/col2bg.png) no-repeat;
	font-size: .7em;
}
#window .wrapper {
	padding: 20px;
	color: #cccccc;
}
#window .col2 h1, #window .col2 h2, #window .col2 h3, #window .col2 h4 {
	line-height: 1.3em;
	margin: 0;
}
#window .col2 h4 {
	color: #999999;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#window .col2 h2 {
	color: #eeeeee;
}
#window .col2 h2 .subtext {
	color: #cccccc;
	font-size: 0.8em;
}
#window .col2 p {
	margin-bottom: 8px;
	line-height: 1.5em;
	font-size: .9em;
}
#window .col2 .details {
	color: #999999;
	text-transform: uppercase;
	font-size: .9em;
}
#window .col2 .details strong {
	color: #CCCCCC;
}
#window .item.sel {
	z-index: 50;
	display: block;
}
#window .imgsshow {
	position: absolute;
	left: 10px;
	bottom: 0;
}
#window .viewimg {
	cursor: pointer;
	color: white;
	background: #277694;
	border-top: solid 1px #3d97ba;
	border-left: solid 1px #3d97ba;
	border-bottom: solid 1px #1b5165;
	border-right: solid 1px #1b5165;
	font-size: 10px;
	line-height: 14px;
	margin-right: 2px;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#window .viewimg.visited {
	background: #4c7381;
	color: #cccccc;
	border-top: solid 1px #7da1af;
	border-left: solid 1px #7da1af;
	border-bottom: solid 1px #2e4d59;
	border-right: solid 1px #2e4d59;
}
#window .viewimg.sel {
	background: #dddddd;
	color: #000000;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
#window .viewimg:hover {
	background: #5fa3bc;
	color: #ffffff;
	border-top: solid 1px #8ac9e1;
	border-left: solid 1px #8ac9e1;
	border-bottom: solid 1px #378cac;
	border-right: solid 1px #378cac;
}

#window #seqnav .previtem, #window #seqnav .nextitem {
	cursor: pointer;
	color: white;
	background: #277694;
	border-top: solid 1px #3d97ba;
	border-left: solid 1px #3d97ba;
	border-bottom: solid 1px #1b5165;
	border-right: solid 1px #1b5165;
	font-size: 8px;
	line-height: 14px;
	margin-right: 2px;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
#window #seqnav .previtem:hover, #window #seqnav .nextitem:hover {
	background: #5fa3bc;
	color: #ffffff;
	border-top: solid 1px #8ac9e1;
	border-left: solid 1px #8ac9e1;
	border-bottom: solid 1px #378cac;
	border-right: solid 1px #378cac;
}

#footer {
	font-size: .6em;
	color: #111111;
	text-align: right;
}
#sw {
	position: relative;
	width: 780px;
	height: 92px;/*114px;*/
	padding: 10px;
	background: transparent;
}
#sw #working {
	width: 780px;
	height: 92px;
}
#sw .col {
	width: 156px;
}
#sw .subtext {
	color: #666666;
	font-style: italic;
	font-weight: normal !important;
	line-height: 1.3em;
	margin-top: 3px;
}
#sw .sel .subtext {
	color: #a2d2e3;
}