@charset "utf-8";
/* CSS Document */

body {
	background-image:url('/img/portfolio_bg.jpg');
	background-position:top;
}

#leftArm {
	background-image:url('/img/left_arm_portfolio.png');
	left:-207px;
	width:293px;
	height:545px;
}

#rightArm {
	background-image:url('/img/right_arm_portfolio.png');
	right:-208px;
	width:297px;
	height:599px;
}
#bodyContent {
	margin-top:37px;	
	padding-top:0px;
}
#filterHeader{
	position:relative;
	width:920px;
	height:37px;
	left:-50px;
	top:-37px;
	padding:0;
	background-color:#d5d2c7;
}
#filterHeaderRight {
	padding-right:40px;
}

#filterHeaderRight.solo {
	position:relative;
	left:190px;
	top:-24px !ie;
}
#mediaPlayer {
	position:relative;
	z-index:100;
}

#filterContainer {
	position:absolute;
	padding-top:7px;
	top:0;
	right: 230px;
	height:200px;
	width:130px;
	z-index:3999;
}

#filterContainer label {
	font-weight:bold;
	position:absolute;
	top:9px;
	left:-70px;
}

#filter {
	position:absolute;
	top:6px;
	left:0px;
	z-index:999;
	height:200px;
}

.sort_filter {
	position: absolute;
	width:170px;
	right:50px;
	top:9px;
}

.sort_filter a{
	margin:0 5px 0 5px;
}

#portfolioHeader {
	position:relative;
	width:379px;
	height:27px;	
	margin-top:15px;
	background-image:url(/img/portfolio/header_portfolio.png);
}

.filter_label{
	font-weight:bold;
	color:#151515;
	padding-right:5px;
	float:right;
}

.header_link {
	float:right;
	
}

.header_link a {
	color:#000;
	font-style:italic;
	text-decoration:none;
	position:relative;
	top:1px;
}

.header_link a:hover, .header_link a:active{
	color:#f47238;
}

.portfolioItemsRow {
	margin:0;
	padding:0;
}
.ourWorkPanel {
	position:relative;
	float:left;
	width:205px;
	padding: 0px 0px 40px 0px;
	color:#151515;
	cursor:default;
}

.flashPicture {
	height:200px;
}


.ourWorkPanel_3 {
	margin-right:0px;
}

.filter_error_text {
	margin-top:50px;	
	
}


.floatClearer {
	clear:both;
}



/*details page styles */


#portfolioDetailsContainer {
	
}
#detailsTopContainer {
	width:830px;
}

#detailsTopLeft {
	width:250px;
	float:left;
}

#detailsHeader {
	position:relative;
	width: 280px;
	font-size:32px;
	color:#b43d32;
	margin-bottom:25px;
	height:100%;
}

#detailsLinks {
	font-size:14px;
	line-height:1.5;
	font-style:italic;
	padding-bottom:25px;
	border-bottom:1px dashed #bdbab1;
}
#detailsLinks a{
	color:#000;
	background:url(/img/portfolio/btn_next_up.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	height:25px;
	display:block;
}
#detailsLinks a:hover{
	color:#f47238;
	background:url(/img/portfolio/btn_next_over.png);
	background-repeat:no-repeat;
	background-position:left;
}

.specs {
	color:#000;
	font-size:14px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dashed #bdbab1;
}

#detailsTopRight {
	margin-left:24px;
	width:530px;
	float:right;
	height:376px;
}

#detailsBottomContainer {
}

#detailsQuote {
	float:left;
	width:280px;
	margin-top:70px;
}


#portfolioSummary {
	margin-top:30px;
	width:491px;
	float:right;
	font-size:14px;
	color:#000;
	line-height:2;
	background-image:url(/img/home/top_section_copy_dotted_lines.gif);
}

.projectTitle {
	width:200px;
	float:left;
}

.badge {
	float:right;
}

.sort_key a{
	color:#f47238;
	text-decoration:none;
	top:0px;
}

.sort_key img{
	position:relative;
	top:3px;
	left:3px;
}