*
{
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'NeutrafaceTextBoldAlt';
	src: url('../fonts/neutratext-boldalt-webfont.eot');
	src: local('NeutrafaceTextBoldAlt'), url('../fonts/neutratext-boldalt-webfont.woff') format('woff'), url('../fonts/neutratext-boldalt-webfont.ttf') format('truetype'), url('../fonts/neutratext-boldalt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeutrafaceTextBook';
	src: url('../fonts/neutratext-book-webfont.eot');
	src: local('NeutrafaceTextBook'), url('../fonts/neutratext-book-webfont.woff') format('woff'), url('../fonts/neutratext-book-webfont.ttf') format('truetype'), url('../fonts/neutratext-book-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {height: 100%;}
body {min-height: 101%;} 

html, body
{
	color: #000;
	font-family: Georgia, sans-serif;
	height: 100%;
	background-color: #FFF;
	background-image: url(../images/vGrad.gif);
	background-repeat: repeat-x;
	background-position: 0 206px;
}
a {
	outline:medium none;
	text-decoration:none;
}

p, li
{
	font-size: .78em;
	font-weight: lighter;
	line-height: 1.65em;
}

.clearer
{
	clear:both;
	padding:0;
	margin:0;
}

.top_20
{
	margin-top:20px;
}

.bottom_10
{
	margin-bottom:10px;
}

#page
{
	width: 880px;
	background-color: #FFF;
	margin:0 auto;
	min-height:100%;
	overflow:auto;
}

/*
HEADER
*/

#header
{
	position: relative;
	height: 206px;
	background-color:#fff;
}
#logo
{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 115px;
	height: 140px;
	background-image: url(../images/pAndVLogo.png);
	text-indent: -9999px;
	overflow:hidden;
}
#logo a
{
	display:block;
	height:140px;
}

#headText
{
	position: absolute;
	top: 28px;
	right: 5px;
	width: 285px;
	height: 131px;
	background-image: url(../images/headText.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#banner_image
{
	width: 880px;
	height: 320px;
	overflow:hidden;
}

#banner_image img
{
	border: none;
}

.headBGColour{ background-color: #0C6; }
/*
NAV
*/
.nav
{
	position: absolute;
	top: 28px;
	left: 295px;
	list-style-type: none;
	width: 66px;
	display: block;
}
.nav li
{
	padding-bottom: 21px!important;
font-family: NeutrafaceTextBoldAlt, Trebuchet MS, Sans-Serif;
}
.nav li a, .nav li a:link, .nav li a:visited, .nav li a:active
{
	display: block;
	font-family: NeutrafaceTextBoldAlt, Trebuchet MS, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	cursor:pointer;
}
.nav li a:hover { color: #999; }

.nav li a.rmFocused {color:#999;}


.homeButt
{
	width: 42px;
	height: 10px;
	background-image: url(../images/homeButt.png);
}
.workButt
{
	width: 42px;
	height: 10px;
	background-image: url(../images/workButt.png);
}
.newsButt
{
	width: 40px;
	height: 10px;
	background-image: url(../images/newsButt.png);
}
.contactButt
{
	width: 66px;
	height: 10px;
	background-image: url(../images/contactButt.png);
}
/*
CONTENT
*/
#content
{
	margin-top: 19px;
}
#leftCol
{
	width: 266px; 
	padding-left: 20px;
	float: left;
}

#centralCol
{
	width: 266px; 
	float: left;
	padding: 0 20px;
}

#rightCol
{
	float: left;
	width: 247px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 1px #CCC solid;
}
h3
{
	font-weight: 300;
	font-size: 1.0em;
	padding: 0 0 .3em 0;
		
}
.imR
{
	text-indent: -9999px;
	overflow: hidden;
}
.PVLink, .PVLink:link, .PVLink:visited, .PVLink:active
{
	font-size: .75em;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
.PVLink:hover { color: #000; }
/*
HOME PAGE
*/

.h2RecentClientsB
{
	width: 115px;
	height: 10px;
	background-image: url(../images/headingRcntClnts.gif);
	background-repeat: no-repeat;
	margin: 2px 0 17px 0px;
}

.h2Expertise
{
	width: 72px;
	height: 10px;
	background-image: url(../images/headingExprt.gif);
	background-repeat: no-repeat;
	margin: 2px 0 14px 0;
}

.h2RecentNews
{
	width: 39px;
	height: 10px;
	background-image: url(../images/headingNews.gif);
	background-repeat: no-repeat;
	margin: 0 0 21px 0;
}

#homeDblCol
{
	width: 550px;
	padding: 0 21px;
	float: left;
}

.homeClient
{

	position: relative;
	overflow: auto;
	clear: both;
	margin-bottom: 20px;
	display:table;

}
.homeClientLeft
{
	width: 266px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	float:left;
}
.homeClientLogo
{ 
	margin-top:21px;
}

.homeClientRight
{
	width: 246px; 
	float: left;
	padding: 0 0 0 20px;
}
#homeClientMore
{
	text-align: right;
	float: none;
	clear: both;
}
.homeNewsMore
{
	text-align: right;
	float: none;
	clear: both;
	margin-top:10px;
}

.news_main .newsItem .homeNewsMore
{
	margin-bottom:10px;
	margin-top: 0px!important;
}

.news_main .newsItem p
{
	margin-bottom:10px;
}

#homeBullets { list-style-type: none; }
#homeBullets li
{
	display: block;
	background-image: url(../images/PVBullet.gif);
	background-repeat: no-repeat;
	padding-left: 38px;
	margin-bottom: 10px;
	background-position: 0 center;
	padding-top:3px;
	line-height:1.4em;
	font-size:0.78em;
}


.news
{
	margin: 20px 0 0 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	
}

.news h2
{
	margin-bottom: 21px!important;
}

.newsItem p
{
	margin-bottom:10px;
}
/*
HEAD BAR
*/
#headBanner
{
	height: 44px;
	position: relative;
}

#headBanner h2
{
	font-family: NeutrafaceTextBoldAlt, Trebuchet MS, Sans-Serif;
	color:#fff;
	font-size:1.8em;
	text-transform:uppercase;
	padding-top:5px;
	padding-left:20px;
	
}
/*
WORK INDEX
*/

#workDblCol
{
	width: 552px;
	padding: 0 0 0 20px;
	float: left;
}
.hWork
{
	position: absolute;
	background-image: url(../images/hWork.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 25px;
	top: 12px;
	left: 15px;
}

.h2RecentProj
{
	width: 129px;
	height: 10px;
	background-image: url(../images/h2RecentProj.gif);
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

.h2RecentClients
{
	width: 115px;
	height: 10px;
	background-image: url(../images/headingRcntClnts.gif);
	background-repeat: no-repeat;
	margin: 2px 0 45px 0px;
	float:left;
}

#workRightCol {
	border-left:1px solid #ccc;
	float:left;
	margin-left:20px;
	padding-left:19px;
	padding-right:20px;
	text-align:center;
	width:248px;
	height:549px;
}
.workIndexLogo
{
	padding-bottom: 47px;
	clear: both;
}
.workRow{ overflow: auto; }
.workPreviewLeft
{
	width: 266px;
	float: left;
}

.workPreviewLeft h3
{
	
}


.workPreviewRight
{
	width: 266px;
	float: left;
	padding-left:20px;
}
.workPreviewIm{ padding: 4px 0 5px 0; }


.moreLink{ float: right; padding: 10px 0 0 0; }
.moreLinkGraph
{
	width: 17px;
	height: 17px;
	background-color: #999;
	background-image: url(../images/PVBullet.png);
	display: block;
	background-repeat: no-repeat;
	float: left;
	margin-left: 11px;
}
.moreLink a:hover .moreLinkGraph{ background-color: #000; }
.workLink
{
	padding-top: 4px;
	display: block;
	float: left;
}
.moreLinkText
{
	padding-bottom: 6px;
	float: left;
}
/*
PROJECT PAGE
*/
.hWorkColBirds
{
	position: absolute;
	background-image: url(../images/hCollinsBirds.png);
	background-repeat: no-repeat;
	width: 317px;
	height: 25px;
	top: 12px;
	left: 15px;
}
#projDblCol
{
	width: 552px;
	padding: 0 0 0 20px;
	float: left;
}

#projDblCol h3
{
	margin-top:20px;
}

#projRightCol
{
	float:left;
	width:268px;
	margin-left:20px;
}


#projStats{}
.projStatsD
{
	position: relative;
	border-left:solid 1px #ccc;
	height:140px;
	margin-top:20px;
	width:268px;
}
.projStatsD span
{
	display: block;
	position:absolute;
}

.projStatsD a
{
	position:absolute;
	bottom:-30px;
	right:0;
	font-size:0.9em!important;
}

#clientLabel
{
	position: absolute;
	top: 8px;
	left: 20px;
}
.projViewIm{ margin-bottom: 6px; }
.projLogo{ margin-bottom: 20px; }
#clientLogo
{
	left:94px;
	position:absolute;

}
#featuresLabel
{
	left:20px;
	top:45px;
}
#features
{
	left:94px;
	top:45px;
	font-size: .8em;
	line-height: 1.6em;
}
/*
NEWS
*/
#newsDblCol
{
	width: 552px;
	padding: 0 20px 0 20px;
	float: left;
}
#newsRightCol
{
	float: left;
	width: 248px;
	padding-right: 20px;
	padding-left: 19px;
	border-left: 1px #CCC solid;
}

#newsRightCol h3
{
	padding-bottom:7px!important;
}
.hNews
{
	position: absolute;
	background-image: url(../images/hNews.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 25px;
	top: 12px;
	left: 15px;
}
.h2News
{
	width: 92px;
	height: 10px;
	background-image: url(../images/h2LatestNews.gif);
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

.h2Zoe
{
	width: 102px;
	height: 14px;
	background-image: url(../images/h2Zoe.gif);
	background-repeat: no-repeat;
	margin: 0 0 9px 0;
}

.imgProfile{ padding-bottom: 11px; }
.newsNav
{
	list-style-type: none;
	float: right;
	margin-top: -6px;
}
.newsNav li
{
	float: left;
	padding: 0 0 0 1em;
	font-size: 1em;
}

newsMain.newsItem{ padding: 0 0 20px 0; }
news.newsItem {padding:0;}
.newsItem h3{padding-bottom: 5px; }
.newsItem h3 a {color:#000!important;}
.newsItem h3 a:hover { color: #999!important;}

.newsItem a.sf_back
{
	margin-bottom:20px;
	display:block;	
}
/*
CONTACT
*/
.h2Enquiries
{
	background-image: url(../images/h2Enquires.gif);
	background-repeat: no-repeat;
	width: 75px;
	height:15px;
	padding-bottom:10px;

}

#contactDblCol
{
	width: 552px;
	padding: 0 20px 0 20px;
	float: left;
}
#contactDblCol p{padding-bottom: 20px; }

#contactDblCol h3 {padding-bottom:2px!important;}
/*
FOOTER
*/
#footer
{
	clear: both;
	padding: 0 0 1em 0;
	margin: 20px 0 0 0;
	text-align: center;
}
#bottomBorder{ border-top: 1px #CCC solid; padding: 1em 0 0 0;}
#footer span
{
	width: 32%;
	display: inline-block;
	font-size: .825em;
}
.blackLink, .blackLink:visited, .blackLink:link, .blackLink:active
{
	color: #000;
	text-decoration: none;
}

.blackLink:hover
{
	color: #999;
	text-decoration: none;
}
