/*
*	Layout tweaks
*/
#hero {
	height: 454px;
}
#content #content_col_r_inner {
	padding: 4px 0 0 0;
}
/**
*	Text
*/
h2 {
	text-transform: uppercase;
}
.location {
	padding-left: 4px;
}

/*
*	Images
*/
#img_ls {
	height: 356px;
	position: relative;
	background: #eee;
}
#img_ls div {
	position: absolute;
	visibility: hidden;
	z-index: 888;
	left: 0;
	top: 0;
}
#img_ls img {
	width: 635px;
	height: 356px;
}

#img_pt {
	width: 321px;
	height: 450px;
	position: relative;
	background: #eee;
}
#img_pt div {
	position: absolute;
	visibility: hidden;
	z-index: 888;
	left: 0;
	top: 0;
}
#img_pt img {
	width: 321px;
	height: 450px;
}

#img_t {
	height: 90px;
	margin-top: 4px;
}
#img_t div {
	float: left;
	width: 209px;
	height: 90px;
	overflow: hidden;
	margin-right: 4px;
	background: #eee;
}
#img_t #img_t_2 {
	margin-right: 0;
}
#img_t img {
	width: 209px;
	height: 90px;
}

.img_toggle {
	display: block;
	width: 21px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	background-color: transparent;
	visibility: hidden;
}
html>body .img_toggle {
	/* not ie6 - image url is relative to css - ie6 fix for png24 is in ie-fix.css */
	background-image: url(../images/bg_proj_img_toggle.png);
}
.img_toggle.prev {
	left: 10px;
	bottom: 10px;
	background-position: 0 0;
}
.img_toggle.next {
	right: 10px;
	bottom: 10px;
	background-position: 0 22px;
}

/*
*	Download pdf
*/
a.pdf {
	display: block;
	float: left;
	padding: 5px 0 5px 20px;
	font-size: 0.9em;
	background: #fff url(../images/icn_pdf_small.png) no-repeat scroll center left;
}
a.pdf:hover {
	text-decoration: none;
}

/**
*	Back to projects
*/
a.back {
	display: block;
	height: 20px;
	margin-bottom: 4px;
	margin-right: 4px;
	overflow: hidden;
	background: url(../images/bg_proj_back.png) no-repeat;
}
a.back span {
	display: block;
	margin-left: -999px;
}

/**
*	Other projects
*/
#project_services {
	padding-right: 4px;
}
#project_services a, #project_services span {
	display: block;
	padding: 5px 21px;
	margin-bottom: 1px;
	font-size: 0.9em;
}
#project_services a {
	color: #666;
	background: #fff url(../images/bg_proj_serv.png) no-repeat scroll center left;
}
#project_services span {
	color: #aaa;
	font-style: italic;
	cursor: default;
}
#project_services a.active, #project_services a:hover, #project_services a:focus {
	color: #6281bd;
	text-decoration: none;
}
#project_services .l0 {
	background-color: #e9e9e9;
}
#project_services .l1 {
	background-color: #f4f4f4;
}
#project_services .l2 {
	background-color: #f9f9f9;
}
#project_services .l3 {
	background-color: #fdfdfd;
}

/**
*	Shortlist
*/
#shortlist {
	padding-right: 4px;
}
#shortlist h2 {
	display: block;
	height: 23px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/bg_slist_head.png) no-repeat;
}
#shortlist h2 span {
	display: block;
	margin-left: -999px;
}

#shortlist a {
	display: block;
	margin-bottom: 1px;
}
#shortlist a.off, #shortlist a.off:hover {
	color: #aaa;
	font-style: italic;
	cursor: default;
	text-decoration: none;
}
#shortlist .add {
	font-size: 0.85em;
	padding: 9px 26px;
	margin: 8px 0;
	background: transparent url(../images/bg_slist_add_on.png) no-repeat scroll 4px 7px;
}
#shortlist .add.off {
	background: transparent url(../images/bg_slist_add_off.png) no-repeat scroll 4px 7px;
}

#shortlist_items {
	background: #fff url(../images/bg_slist_items.png);
}
#shortlist_items div {
	clear: both;
	display: block;
	padding: 6px 0;
	margin: 0;
	height: 20px;
	overflow: hidden;
	text-transform: uppercase;
}
#shortlist_items a.title {
	float: left;
	clear: left;
	width: 216px;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 22px;
	background: transparent url(../images/bg_slist_title.png) no-repeat scroll 14px 8px;
	font-size: 0.85em;
	color: #666;
}
#shortlist_items a.icon {
	float: left;
	padding: 0;
	width: 17px;
	height: 20px;
	overflow: hidden;
	margin-right: 10px;
}
#shortlist_items a.icon span {
	display: block;
	margin-left: -999px;
}

#shortlist_items a.icon.pdf.on {
	background: transparent url(../images/bg_slist_pdf_on.png) no-repeat scroll center;
}
#shortlist_items a.icon.pdf.off {
	background: transparent url(../images/bg_slist_pdf_off.png) no-repeat scroll center;
}
#shortlist_items a.icon.rem {
	background: transparent url(../images/bg_slist_rem.png) no-repeat scroll center;
}


