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

body {
	font:10px Arial, Helvetica, sans-serif;
	color:#303030;
	line-height:14.5px;
}
.clearing {
	width:100%;
	clear:both;
	height:1px;
}
.logo {
	margin-bottom:20px;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
	color: #157cd3;
}
a:hover {
	color:#FE7B06;
}

.o1 {
	color:#FE7B06;
}
.b1 {
	color:#157CD3;
}

#preload_area {
	width:1px;
	height:1px;
	display:none;
}

#wrapper {
	width:825px;
	height:550px;
	margin:auto;
	margin-top:24px;
}
#content_shell {
	width:100%;
	height:100%;
	margin:0px 9px 0px 40px;
}
#left_column {
	width:166px;
	float:left;
	text-align:left;
	margin:34px 0 24px 0;
}
#right_column {
	margin:0 0 0 186px;
	top:95px;
	padding:0px 0 24px 0;
	text-align:left;
	position:relative;
	z-index: -100;
}
#flashcontent {
	border-bottom:1px solid #fff;
}
#footer {
	font-size:9px;
	top:542px;
	margin-left:186px;
	position:absolute;
	z-index: 1000;
}
#footer span{
	float:left;
}
#footer span.fd{
	width:307px;
}

#footer span.fp{
	width:107px;
	text-align: right;
}
#footer span.fa{
	width:94px;
	text-align: right;
}
#footer span.fc{
	width:79px;
	text-align: right;
}


#bar_portfolio, #bar_about, #bar_contact {
	height:550px;
	position:absolute;
	float:left;
	cursor: pointer;
}
#bar_portfolio {
	margin-left:498px;
	width:104px;
}

#bar_about {
	margin-left:603px;
	width:93px;
}
#bar_contact {
	margin-left:698px;
	width:77px;
}
.bar_header {
	margin-top:55px;
}
.bar_footer {
	font-size:9px;
	margin-top:445px;
	color:#000;
	text-align: right;
}
.bar_portfolio_on,.bar_about_on,.bar_contact_on {
	background-color:#f4f4f4;
	background-position:0px 95px;
	background-repeat:no-repeat
}
.bar_portfolio_off,.bar_about_off,.bar_contact_off {
	background-color:#fff;
	background-position:0px 95px;
	background-repeat:no-repeat;
}
.bar_portfolio_on {
	background-image:url(../_images/navpic_portfolio_hover.jpg);
}
.bar_portfolio_off {
	background-image:url(../_images/navpic_portfolio.jpg);
}
.bar_about_on {
	background-image:url(../_images/navpic_aboutus_hover.jpg);
}
.bar_about_off {
	background-image:url(../_images/navpic_aboutus.jpg);
}
.bar_contact_on {
	background-image:url(../_images/navpic_contact_hover.jpg);
}
.bar_contact_off {
	background-image:url(../_images/navpic_contact.jpg);
}

.bar_footer {
	text-decoration:none;
	color:#157cd3;
	padding-right: 2px;
}

.nav_on {
	color:#FE7B06;
}
.nav_on a, .nav_on a:link, .nav_on a:active, .nav_on a:visited, .nav_on a:hover {
	text-decoration:none;
	color:#FE7B06;
}

.on{
}
.off{
}
#gallery_mask {
	height:360px;
	overflow:hidden;
	position:relative;
	overflow-y:hidden;
}
#gallery_container{
	position:relative;
	top:0px;
}
#button_container {
	margin-left:160px;
	position:relative;
	top:-22px;
}
#scroll_up {
	width:12px;
	height:12px;
	margin-bottom:1px;
	display:none;
}
#scroll_down {
	width:12px;
	height:12px;
}
.portOff_down {
	background:url(../_images/portfolio/arrowdown_off.gif) no-repeat;
}
.portOff_up {
	background:url(../_images/portfolio/arrowup_off.gif) no-repeat;
}
.portOn_down {
	background:url(../_images/portfolio/arrowdown_on.gif) no-repeat;
}
.portOn_up {
	background:url(../_images/portfolio/arrowup_on.gif) no-repeat;
}
.gallery_text {
	display:none;
}
.gallery_title {
	margin-bottom:1px;
	margin-left:80px;
	height:39px;
}
.gallery_thumb {
	margin-bottom:1px;
	float:left;
	height:39px;
}
#left_column h1 {width: 86px; float: left;}
#left_column h2 {text-align: right; font-size: 8px; display: block; width: 80px; float:right; padding-top: 1px;}
.inline {display:inline !important; float:none !important; font-size: 100% !important;}

.changeAlbum {
	display: block;
	background: url() aqua
}
.prev {
	float:left;
} 
.next {
	float:right;
	}
	
#project-navigation {
	display:block;
	position:relative;
	background:#157CD3;
	height:14px;
	width:590px;
	text-transform: uppercase;
}
#project-navigation a#previous-project:link,
#project-navigation a#previous-project:active,
#project-navigation a#previous-project:visited,
#project-navigation a#previous-project,
#project-navigation a#next-project:link,
#project-navigation a#next-project:active,
#project-navigation a#next-project:visited,
#project-navigation a#next-project {
	display:block;
	position:relative;
	width:170px;
	height:14px;
	line-height:14px;
	color:#fff;
}
#project-navigation a#previous-project {margin-left:2px;}
#project-navigation a#next-project {margin-right:2px;}

#project-navigation a#previous-project:hover,
#project-navigation a#next-project:hover {
	background:#22A2C2;
	color:#ddd;
}
#project-navigation a#previous-project {
	float:left;
	border-right:1px solid #fff;
}
#project-navigation a#next-project {
	text-align:right;
	float:right;
	border-left:1px solid #fff;
}

