/** 
*	Layout tweaks 
*/
#hero {
	height: 97px;
}
#hero_col_l {
	width: 641px;
	padding-right:6px;
	margin: 0;
}
#hero_col_r {
	width: 313px;
}
#content_col_l {
	width: 100%;
}
#content #content_col_l_inner {
	padding: 0 0 0 5px;
}
#content_col_r {
	display: none;
}

#wrapper, #footer {
	width: 970px; /* Main width, + padding */
	border-left: 0;
	border-right: 0;
}
#header {
	width: 960px;
	padding-left: 5px;
	padding-right: 5px;
	background: #000;
}
#header #search {
	right: 5px;
}
#hero {
	padding-left: 5px;
}


/** 
*	Intro text
*/
h2 {
	float: left;
	height: 20px;
	width: 240px;
	margin: 22px 0 8px 20px;
	padding: 0;
	background: #fff url(../images/imgtext.png) no-repeat scroll top left;
}
h2 span {
	display: block;
	margin-left: -999px;
}
.viewby {
	float: left;
	width: 100px;
	padding-top: 27px;
	font-size: 0.9em;
}
.viewby .active {
	color: #666;
}
p {
	clear: both;
	margin: 0;
	padding: 0 0 20px 20px;
}

/** 
*	Service filters
*/
.services {
	float: left;
	width: 316px;
	padding-bottom: 5px;
}
.services div {
	color: #fff;
}
#s_all 	{ background-color: #000000; }
#s_1 	{ background-color: #344c9b;}
#s_2 	{ background-color: #425fc0;}
#s_3 	{ background-color: #6980cd;}
#s_4 	{ background-color: #7b93e1;}

/** 
*	Category filters
*/
.categories {
	float: left;
	width: 642px;
	padding-left: 1px;
}
.categories div {
	float: left;
	width: 239px; /* ie6 fix in ie-fix.css */
	margin-left: 2px;
	color: #333;
	cursor: pointer;
}
#c_1, #c_2	{ background-color: #c6c4c4; }
#c_3, #c_4	{ background-color: #cccccc; }
#c_5, #c_6	{ background-color: #dbdbdb; }
#c_7, #c_8	{ background-color: #e5e5e5; }
#c_9, #c_10	{ background-color: #e9e9e9; }

/** 
*	Filters common 
*/
#filters {
	/* Filters are hidden until thumbnails load */
	visibility: hidden;
}

#filters div div {
	/* Toggle button common */
	width: 276px;
	padding: 5px 0 5px 40px;
	margin-bottom: 1px;
	background-repeat: no-repeat !important;
	background-position: 13px 5px !important;
	font-size: 0.85em;
	text-transform: uppercase;
	cursor: pointer;
}

#filters div div.off {
	/* Toggle button off */
	background-image: url(../images/check_off.png) !important;
}
#filters div div.on {
	/* Toggle button on */
	background-image: url(../images/check_on.png) !important;
}


/** 
*	Project selector
*/
#projects {
	clear: both;
	position: relative;
}
/** 
*	Image view
*/
#projects_wrap {
	clear: both;
	position: relative;
}
#projects.images div {
	width: 47px;
	height: 47px;
	overflow: hidden;
	float: left;
	border-style: solid;
	border-color: #fff;
	border-width: 0 1px 1px 0;
	background: #f1f1f1;
}
#projects.images .proj {
}
#projects.images .first {
	clear: left;
}
#projects.images .last {
	border-right: none;
}
#projects.images a {
	display: none;
}
#projects.images a img {
	display: block;
	width: 47px;
	height: 47px;
}

/** 
*	List view
*/
#projects.list .col {
	float: left;
	min-height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff url(../images/bg_proj_listcol.png) repeat-x;
}
#projects.list .col.col1 {
	width: 316px;
	padding-right: 3px;
}
#projects.list .col.col2, #projects.list .col.col3 {
	width: 320px;
}
#projects.list .col h3 {
	padding: 5px 0 5px 40px;
	font-size: 0.9em;
	font-weight: bold;
}
#projects.list .col a {
	display: none;
	padding: 1px 0 1px 40px;
	margin-bottom: 1px;
	color: #666;
}
#projects.list .col a:hover {
	background: #c0c9db;
	text-decoration: none;
	color: #2d458b;
}

/**
*	Tooltip
*/
#tooltip {
	display: block;
	width: 143px;
	height: 44px;
	padding-top: 3px;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	background: #7b93e1;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
}
#tooltip_inner {
	display: block;
	padding: 2px 5px 0 6px;
}
#tooltip .name {
	text-transform: uppercase;
}
#tooltip .details {
}

/** 
*	View buttons
*/
a.viewbutton {
	display: block;
	float: left;
	width: 155px;
	height: 20px;
	overflow: hidden;
	margin: 13px 5px 0 0;
	background-position: -155px 0;
}
a.viewbutton span {
	display: block;
	margin-left: -999px;
}
a.viewbutton.list {
	background-image: url(../images/btn_viewlist.png);
}
a.viewbutton.images {
	background-image: url(../images/btn_viewimages.png);
}
a.viewbutton.active {
	background-position: 0 0;
}

