


/* General Styles
-------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

hr {
	height: 0;
	margin: 10px 0;
	border: none;
	border-bottom: 1px dotted #ccc;
}

img {
	/*display: block;*/
	border: none;
}

a img {
	border: none;
}

img.floatRight {
	float: right;
	margin: 0 0 20px 20px;
}

img.floatLeft {
	float: left;
	margin: 0 20px 20px 0;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.noMargin {
	margin: 0;
}

.floatRight {
	float: right;
	margin-left: 15px;
}

.floatLeft {
	float: left;
	margin-right: 15px;
}

.textHighlight {
	color: #c6c;
	font-weight: bold;
}

/*
.readmore{
	font-weight: bold;
	background: url(../media/imagesTemplates/readmore_arrow.gif) no-repeat left center;
	padding: 0 0 0 8px;
}

.readmoreMovie{
	font-weight: bold;
	background: url(../media/imagesTemplates/video.png) no-repeat left center;
	padding: 0 0 0 20px;
}
*/


.clearBoth {
	clear: both;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 0;
	font-size: 0;	/* fixes an IE bug */
}

a.button {
	display: block;
	width: 185px;
	height: 46px;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 46px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;	/* x | y | blur-radius | colour */
	background: url(../media/imagesTemplates/buttonBg200x46.png) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

a.button:hover {
	margin: 0;
	background: url(../media/imagesTemplates/buttonBg200x46.png) 0 -46px no-repeat;
	color: #fff;
	text-decoration: none;
}

input.button {
	width: 200px;
	height: 46px;
	margin: 0;
	padding: 0 0 0 15px !important;
	line-height: 46px !important;
	font-size: 20px !important;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;	/* x | y | blur-radius | colour */
	background: url(../media/imagesTemplates/buttonBg200x46.png) 0 0 no-repeat;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	text-align: left;
}

input.button:hover {
	background: url(../media/imagesTemplates/buttonBg200x46.png) 0 -46px no-repeat;
}

ul, ol {
	margin: 0 0 1em 1em;
}

li {
	margin: 0 0 0.5em 1em;
}

ul ul, ol ol {
	margin: 0 0 0.15em 1em;
}






/* Centre align block-level elements without specifying a width
--------------------------------------------------------------------------------------
Source: http://www.tightcss.com/centering/center_variable_width.htm

<div class="centreAlign1"> <!-- This invisible, full-width container prevents horizontal scrollbars when the page width is expanded by wide contents -->
	<div class="centreAlign2"> <!-- This container is floated to shrink around its contents, and positioned with its left edge half way across its parent element -->
		<div class="centreAlign3"> <!-- This container is floated to shrink around its contents, and positioned with its right edge half way across its parent element -->
			
			<div class="itemWithUnkownWidth">...</div>
			
		</div>
	</div>
</div>
*/

.centreAlign1 {
	overflow: hidden;
}

.centreAlign2 {
	position: relative;
	float: left;
	left: 50%;
}

.centreAlign3 {
	position: relative;
	float: right;
	right: 50%;
}





/* Typography
-------------------------------------------------------------------------------------- */

body {
	font-size: 0.75em;
	color: #666;
}

body, input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
}

input[type="text"] {
	color: #666;
	background-color: #f0f0f0;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 1em;
}

input[type="submit"] {
}

textarea {
	color: #666;
	background-color: #f0f0f0;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 1em;
}

select {
	font-size: 1em;
	padding: 3px;
}

option {
	margin: 3px;
}

a {
	color: #2b1346;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #2b1346;
	text-decoration: underline;
	font-weight: normal;
}

p {
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: justify;
}

h1 {
	color: #2b1346;
	font-size: 2em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h2 {
	color: #2b1346;
	font-size: 2em;
	font-style: normal;
	margin: 2em 0 0.5em 0;
	font-weight: normal;
}

h2 span.price {
	color: #aaa;
	font-size: 0.5em;
	font-style: normal;
	font-weight: normal;
}

h2 span.price strong {
	color: #666;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
}

h3 {
	color: #2b1346;
	font-size: 1.5em;
	font-style: normal;
	margin: 2em 0 0.25em 0;
	font-weight: normal;
}

h4 {
	color: #2b1346;
	font-size: 1.2em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.8em;
	font-weight: normal;
}








/* General Page Structure
-------------------------------------------------------------------------------------- */

html, body {
	width: 100%;
}

body {
	background: #eee;
}

#breadcrumbs {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background: #eee;
}

#breadcrumbs div.inner {
	width: 960px;
	margin: 0 auto;
	padding: 11px 0 15px 0;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#centreWrapper {
	background: #fff;
}

#centre {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}

#columnLeft {
	float: right;
	width: 280px;
	margin: 0 40px 0 0;
}

#columnRight {
	float: right;
	width: 640px;
	margin: 0;
}

#columnRight div.contentBox {
	float: left;
	width: 300px;
	margin: 0 40px 0 0;
}

#columnRight div.contentBox.end {
	margin: 0 0 0 0;
}

#columnRight div.contentBox h3 {
	font-size: 1.2em;
	margin-top: 0;
}

div.addthis_toolbox.addthis_default_style {
	margin-bottom: 20px;
}

div.addthis_toolbox.addthis_default_style.addthis_32x32_style {
	margin-bottom: 0;
}

div.addthis_toolbox a {
	text-decoration: none;
	line-height: 16px;
}

div.addthis_toolbox a:hover {
	text-decoration: underline;
}

#cmsCtaList {
	clear: both;
	margin: 30px auto 0 auto;
	padding: 0;
	list-style-type: none;
	height: 46px;
	width: 440px;
}

#cmsCtaList li {
	float: left;
	width: 200px;
	height: 46px;
	margin: 0 10px 0 0;
	padding: 0;
}

#cmsCtaList li a {
	display: block;
	width: 185px;
	height: 46px;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 46px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;	/* x | y | blur-radius | colour */
	background: url(../media/imagesTemplates/buttonBg200x46.png) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#cmsCtaList li a:hover {
	margin: 0;
	background: url(../media/imagesTemplates/buttonBg200x46.png) 0 -46px no-repeat;
	color: #fff;
	text-decoration: none;
}




/* Header
-------------------------------------------------------------------------------------- */

#headerWrapper {
	margin: 0;
	padding: 18px 0 29px 0;
	background: url(../media/imagesTemplates/headerBg.png) repeat-x bottom left;
}

#headerWrapper.home {
	background: url(../media/imagesTemplates/headerBg.gif) repeat-x bottom left #2b1346;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 96px;
	position: relative;
	background: #2b1346;
}

#headerLogo {
	position: absolute;
	left: 0;
	top: 0;
}

#headerContact {
	float: right;
}

#headerContact ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#headerContact ul li {
	float: right;
	border-left: 1px solid #ccc;
	padding: 0 0 0 5px;
	margin: 0 0 5px 5px;
	color: #fff;
}

#headerContact ul li.first {
	border-left: none;
}

#headerContact ul li.tel {
	border-left: none;
	clear: right;
	padding: 0 0 0 25px;
	margin: 0;
	background: url(../media/imagesTemplates/iconTelephoneWhite16.png) no-repeat 0 0;
	font-size: 1.5em;
	line-height: 100%;
}

#headerContact ul li a {
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
}

#headerContact ul li a:hover {
	text-decoration: underline;
	color: #fff;
}




/* Main nav
-------------------------------------------------------------------------------------- */

#mainNav {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

#mainNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#mainNav ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 15px;
}

#mainNav ul li a {
	font-size: 0.9em;
	padding: 12px 0 0 24px;
	margin: 0;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}

#mainNav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../media/imagesTemplates/iconSdNet.png) no-repeat 0 0;
}

#mainNav ul li a.current {
	color: #fff;
	background: url(../media/imagesTemplates/iconSdNet.png) no-repeat 0 0;
}




/* Sub nav
-------------------------------------------------------------------------------------- */

#subNav {
	margin: 0 0 40px 0;
	position: relative;
}

#subNav a.newsRssIcon {
	position: absolute;
	top: 1.25em;
	right: 5px;
	z-index: 10;
}

#subNav h3 {
	color: #2b1346;
	font-size: 2em;
	font-style: normal;
	margin: -0.5em 0 0 0;
	padding: 0;
	margin-bottom: 0;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}

#subNav h3 a {
	display: block;
	padding: 0.5em 0;
	color: #2b1346;
	text-decoration: none;
}

#subNav h3 a:hover {
	color: #2b1346;
	text-decoration: none;
	background: #f5f5f5;
}

#subNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2em 0;
}

#subNav ul li {
	padding: 0;
	margin: 0;
}

#subNav ul li a {
	display: block;
	padding: 7px 0 7px 35px;
	margin: 0;
	color: #666;
	text-decoration: none;
	background: none;
	border-bottom: 1px dotted #ccc;
}

#subNav ul li a.web {
	background: url(../media/imagesTemplates/iconMonitor16.png) no-repeat 10px 50%;
}

#subNav ul li a.logo {
	background: url(../media/imagesTemplates/iconLogo16.png) no-repeat 10px 50%;
}

#subNav ul li a.vtour {
	background: url(../media/imagesTemplates/iconCamcorder16.png) no-repeat 10px 50%;
}

#subNav ul li a:hover {
	color: #666;
	text-decoration: none;
	background-color: #f5f5f5;
}

#subNav ul li a.current {
	font-weight: bold;
}

#subNav ul ul li a {
	padding: 7px 0 7px 55px;
}






/* Messages
-------------------------------------------------------------------------------------- */

#messageBox ul.msgs {
	background: url(../media/imagesSystem/tick32.png) no-repeat 2em 1.5em #ecffec;
/*
	border: 1px solid #0c0;
*/
	margin: 0 0 2em 0 !important;
	padding: 2em 2em 2em 7em;
	border-radius: 10px;
}

#messageBox ul.errors {
	background: url(../media/imagesSystem/alert32.png) no-repeat 2em 1.5em #ffecec;
/*
	border: 1px solid #f00;
*/
	margin: 0 0 2em 0 !important;
	padding: 2em 2em 2em 7em;
	border-radius: 10px;
}

#messageBox li {
	list-style-image: none !important;
	list-style-type: disc !important;
	margin: 0 0 0.15em 1em !important;
	font-weight: bold;
	font-style: normal; 
}

#messageBox ul.errors li {
	color: #f00;
}

#messageBox ul.msgs li {
	color: #0c0;
}







/* Search results nav
-------------------------------------------------------------------------------------- */

div.resultsNav {
/*
	float: right;
*/
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
	clear: both;
}

div.resultsNav a {
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	text-indent: -9999px;
	background-position: 0 0;
	display: block;
	outline: none;
}

div.resultsNav a:hover {
	background-position: 0 -26px !important;
}

div.resultsNav a:active {
	background-position: 0 -52px !important;
}

div.resultsNav span {
	float: left;
	font-size: 0.9em;
	display: block;
	margin: 0 5px;
}

div.resultsNav a.disabled
,div.resultsNav a.disabled:hover
/*,div.resultsNav a.disabled:active*/
{
	background-position: 0 -78px !important;
}

div.resultsNav a.pageFirst {
	background: url(../media/imagesTemplates/iconResultsNavFirst.png) no-repeat;
}

div.resultsNav a.pagePrev	{
	background: url(../media/imagesTemplates/iconResultsNavPrev.png) no-repeat;
	margin-right: 10px;
}

div.resultsNav a.pageNext	{
	background: url(../media/imagesTemplates/iconResultsNavNext.png) no-repeat;
	margin-left: 10px;
}

div.resultsNav a.pageLast	{
	background: url(../media/imagesTemplates/iconResultsNavLast.png) no-repeat;
}











/* Forms
-------------------------------------------------------------------------------------- */

table.form {
	width: 100%;
	border: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.form td {
	border: 0;
	padding: 5px;
	margin: 0;
	color: #666;
}

table.form label {
}

table.form td.required {
	width: 5px;
	text-align: center;
	color: #f00;
}

table.form th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
}

table.form tr.row1 {
	background-color: #f5f5f5;
}

table.form tr.row2 {
	background-color: #fff;
}

table.form td.fieldName {
	white-space: nowrap;
	text-align: right;
}

table.form td.fieldNameError {
	white-space: nowrap;
	text-align: right;
	color: #f00 !important;
	font-weight: bold;
}

table.form td.field {
	text-align: left;
	width: 99%;
}

table.form img.captcha {
	border: 1px solid #ccc;
}










/* Footer
-------------------------------------------------------------------------------------- */

#footerWrapper {
	border-top: 1px solid #ccc;
	background: #eee;
}

#footer {
	margin: 40px auto;
	width: 960px;
	height: 200px;
	position: relative;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#footer h2 {
	color: #666;
	margin-top: 0;
}

#footer h2 a {
	color: #666;
	text-decoration: none;
}

#footer h2 a:hover {
	color: #666;
	text-decoration: underline;
}

#footerServices {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}

#footerServices ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footerServices ul li {
	padding: 0;
	margin: 0 0 5px 0;
}

#footerTestimonials {
	position: absolute;
	left: 230px;
	top: 0;
	width: 330px;
}

#footerTestimonials h2 {
	margin: 0 0 5px 0;
}

#footerTestimonials div.speech {
	background: url(../media/imagesTemplates/footerTestimonialBg.png) no-repeat top left;	/* 300 x 174 */
	width: 276px;
	height: 139px;
	padding: 35px 12px 0 12px;
	position: relative;
}

#footerTestimonials div.speech p {
	margin: 0 0 0.25em 0;
}

#footerTestimonials div.speech p strong {
	font-size: 0.9em;
}

#footerTestimonials div.speech p.more {
	position: absolute;
	bottom: 5px;
	right: 70px;
	text-align: right;
}

#footerTestimonials div.speech p.more a {
	background: url(../media/imagesTemplates/iconRaquo16.png) no-repeat 0 50%;
	padding: 0 0 0 16px;
}

#footerContact {
	position: absolute;
	left: 630px;
	top: 0;
	width: 330px;
}

#footerContact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footerContact ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	line-height: 16px;
}

#footerContact ul li.tel {
	background: url(../media/imagesTemplates/iconTelephone16.png) no-repeat 0 50%;
}

#footerContact ul li.mobile {
	background: url(../media/imagesTemplates/iconIphone16.png) no-repeat 0 50%;
}

#footerContact ul li.email {
	background: url(../media/imagesTemplates/iconEmail16.png) no-repeat 0 50%;
}

#footerContact ul li.email img {
	vertical-align: middle;
}

#footerContact ul li.form {
	background: url(../media/imagesTemplates/iconMonitor16.png) no-repeat 0 50%;
}

#footerBase {
	margin: 40px auto 20px auto;
	width: 960px;
	font-size: 0.9em;
	clear: both;
}

#footerBase a {
	color: #666;
}

#footerBase a:hover {
	color: #666;
}

#footerBase p {
	text-align: center;
}

#footerBase ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footerBase ul li {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #ccc;
	display: inline;
}

#footerBase ul li.first {
	border-left: none;
}






/* Home page content
-------------------------------------------------------------------------------------- */

#homeContent {
}

#homeContent h2 {
	margin-top: 0;
}

#homeSlideshow {
	margin: -20px 0 20px 0;
	width: 960px;
	height: 228px;
}

#homeContent div.homeLeft {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

div.newsWrapper {
	margin: 20px 0 0 0;
}

div.newsWrapper div.rss {
	float: right;
}

div.newsWrapper div.rss a {
	line-height: 16px;
	font-size: 0.8em;
	text-decoration: none;
	color: #666;
}

div.newsWrapper div.rss a:hover {
	color: #666;
	text-decoration: underline;
}

div.newsWrapper div.rss img {
	vertical-align: middle;
}

div.homeNewsItem {
}

div.homeNewsItem h4 {
	float: left;
	width: 48px;
	height: 48px;
	font-size: 26px;
	text-align: center;
	color: #333;
	margin: 0 10px 0 0;
	padding: 0;
	background: url(../media/imagesTemplates/calendarBg.png) no-repeat top left;
}

div.homeNewsItem h4 span.month {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	line-height: 17px;
}

div.homeNewsItem div.content {
	float: right;
	width: 262px;
}

div.homeNewsItem div.content h3 {
	margin-top: 0;
	font-size: 1em;
	font-weight: bold;
}

div.homeNewsItem div.content h3 a {
	text-decoration: none;
	font-weight: bold;
}

div.homeNewsItem div.content h3 a:hover {
	text-decoration: underline;
}

div.homeNewsItem div.content p {
}





#homeContent div.homeRight {
	float: left;
	width: 620px;
	margin: 0;
}

#homeContent div.homeRight h2 {
	text-align: left;
	margin-bottom: 0.5em;
	padding-left: 8px;
}
	
	
div.homeProjectThumbWrapper {
	float: left;
	width: 194px;
	height: 146px;
	padding: 4px;
	margin: 0 0 20px 4px;
	background: url(../media/imagesTemplates/thumbShadowBg202x154x4.png) no-repeat top left;
}
	
div.homeProjectThumb {
	width: 194px;
	height: 146px;
	overflow: hidden;
	position: relative;
}

div.homeProjectThumb img {
	position: relative;
	border: 1px solid #ccc;
	width: 192px;
	height: 144px;
	left: 0;
	top: 0;
}

div.homeProjectThumb h3 {
	display: none;
	position: absolute;
	z-index: 100;
	font-size: 1em;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

div.homeProjectThumb h3 a {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	height: 106px;
	width: 174px;
	padding: 40px 10px 0 10px;
	margin: 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;	/* x | y | blur-radius | colour */
}

div.homeProjectThumb h3 a:hover {
	text-decoration: none;
	color: #fff;
}












/* Testimonials
-------------------------------------------------------------------------------------- */

div.testimonial {
	width: 500px;
	margin: 0 auto 20px auto;
}

div.testimonial div.top {
	background: url(../media/imagesTemplates/testimonialBg.png) no-repeat top left;	/* 500 x 1200 */
	height: 35px;
}

div.testimonial div.content {
	background: url(../media/imagesTemplates/testimonialBg.png) no-repeat bottom left;	/* 500 x 1200 */
	padding: 0 12px 50px 12px;
}

div.testimonial div.content p {
	font-style: italic;
}

div.testimonial div.content h5 {
	color: #666;
	font-size: 1em;
	font-style: normal;
	margin: 0;
	font-weight: bold;
}

div.testimonial div.content h6 {
	color: #666;
	font-size: 0.8em;
	font-style: normal;
	margin: 0;
	font-weight: bold;
}











/* Portfolio
-------------------------------------------------------------------------------------- */
	
div.projectThumbWrapper {
	float: left;
	width: 194px;
	height: 146px;
	padding: 4px;
	margin: 0 14px 20px 0;
	background: url(../media/imagesTemplates/thumbShadowBg202x154x4.png) no-repeat top left;
}
	
div.projectThumbWrapper.last {
	margin: 0 0 20px 0;
}
	
div.projectThumb {
	width: 194px;
	height: 146px;
	overflow: hidden;
	position: relative;
}

div.projectThumb img {
	position: relative;
	border: 1px solid #ccc;
	width: 192px;
	height: 144px;
	left: 0;
	top: 0;
}

div.projectThumb h3 {
	display: none;
	font-size: 1em;
	margin: 0;
	position: absolute;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.6);
}

div.projectThumb h3 a {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	height: 106px;
	width: 174px;
	padding: 40px 10px 0 10px;
	margin: 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;	/* x | y | blur-radius | colour */
}

div.projectThumb h3 a:hover {
	color: #fff;
	text-decoration: none;
}

#backToPortfolio {
	background: url(../media/imagesTemplates/iconResultsNavFirst.png) 0 -78px no-repeat;
	display: block;
	height: 26px;
	padding: 0 0 0 31px;
	line-height: 26px;
	float: right;
	margin: -5px 0 0 0;
}

#logoFull {
	margin: 0 0 20px 0;
}

#portfolioWebImgFullWrapper {
	width: 640px;
	height: 404px;
	position: relative;
	background: url(../media/imagesTemplates/macBookPro.jpg) 0 0 no-repeat;
	margin: 20px 0;
}

#portfolioWebImgFullWrapper div.img {
	position: absolute;
	left: 103px;
	top: 24px;
	width: 434px;
	height: 270px;
	overflow: hidden;
}

#portfolioWebImgFullWrapper img {
	position: relative;
	width: 434px;
	height: 270px;
	z-index: 10;
}

#portfolioWebImgFullWrapper .overlay {
	background: url(../media/imagesTemplates/macBookProOverlay.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 434px;
	height: 270px;
	z-index: 20;
}

#portfolioWebImgFullWrapper h3 {
	display: none;
	font-size: 1em;
	margin: 0;
	position: absolute;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.6);
}

#portfolioWebImgFullWrapper h3 a {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	height: 190px;
	width: 414px;
	padding: 80px 10px 0 10px;
	margin: 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;	/* x | y | blur-radius | colour */
}

#portfolioWebImgFullWrapper h3 a:hover {
	color: #fff;
	text-decoration: none;
}

#deliverables {
	background: url(../media/imagesTemplates/notepaperBg250x321.jpg) 0 0 no-repeat;
	width: 250px;
	height: 321px;
	float: left;
	position: relative;
	margin: 0 0 0 50px;
}

#deliverables h3 {
	position: absolute;
	left: 30px;
	top: 40px;
	font-style: italic;
	margin-top: 0;
}

#deliverables ul {
	position: absolute;
	left: 50px;
	top: 80px;
	width: 165px;
	list-style-image: url(../media/imagesTemplates/iconTick12.png);
	margin: 0;
	padding: 0;
}

#deliverables li {
	line-height: 19px;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 11px;
}

#portfolioCtaList {
	float: left;
	width: 200px;
	margin: 30px 0 0 50px;
	padding: 0;
	list-style-type: none;
}

#portfolioCtaList li {
	width: 200px;
	height: 46px;
	margin: 0 0 10px 0;
	padding: 0;
}

#portfolioCtaList li a {
	display: block;
	width: 185px;
	height: 46px;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 46px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;	/* x | y | blur-radius | colour */
	background: url(../media/imagesTemplates/buttonBg200x46.png) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#portfolioCtaList li a:hover {
	margin: 0;
	background: url(../media/imagesTemplates/buttonBg200x46.png) 0 -46px no-repeat;
	color: #fff;
	text-decoration: none;
}













/* News
-------------------------------------------------------------------------------------- */

/*
#newsH1Rss {
	float: right;
}
*/

.newsListItem {
	margin: 0 0 25px 0;
	position: relative;
	border-top: 1px dotted #ccc;
	padding: 15px 0 0 0;
}

div.newsListItem h4 {
	position: absolute;
	left: 0;
	top: 15px;
	width: 48px;
	height: 48px;
	font-size: 26px;
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
	background: url(../media/imagesTemplates/calendarBg.png) no-repeat top left;
}

div.newsListItem h4 span.month {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	line-height: 17px;
}

.newsListItem .content {
	padding: 0 0 0 63px;
	margin: 0;
}

.newsListItem img.newsListImg {
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px dotted #ccc;
}

.newsListItem h2 {
	margin-top: 0;
}

.newsListItem h2 a {
	text-decoration: none;
}

.newsListItem h2 a:hover {
	text-decoration: underline;
}

.newsListItem p {
}

.newsListItem p a.more {
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin: 0.5em 0 0 0;
}

.newsListItem p a.more:hover {
	text-decoration: underline;
}

.newsListItem .tagBox {
	margin: 0 0 15px 0;
}

.newsListItem .tagBox strong {
}






#backToNews {
	background: url(../media/imagesTemplates/iconResultsNavFirst.png) 0 -78px no-repeat;
	display: block;
	height: 26px;
	padding: 0 0 0 31px;
	line-height: 26px;
	float: right;
	margin: -5px 0 0 0;
}

#columnRight.newsDetail h4.by {
	margin: 0 0 25px 0;
}

#columnRight.newsDetail div.articleContent {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}

img.newsMainImg {
	float: right;
	margin: 0 0 25px 25px;
}

img.newsMainImgFullWidth {
	margin: 0 0 25px 0;
}

#columnRight.newsDetail div.tagBox {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px dotted #ccc;
}

#columnRight.newsDetail div.comments {
}

#columnRight.newsDetail div.comments h4 {
	margin: 0 0 25px 0;
}

#columnRight.newsDetail div.comment {
	width: 500px;
	margin: 0 0 20px 0;
}

#columnRight.newsDetail div.comment h4 {
	margin: 0 0 5px 0;
}

#columnRight.newsDetail div.comment div.top {
	background: url(../media/imagesTemplates/testimonialBg.png) no-repeat top left;	/* 500 x 1200 */
	height: 35px;
}

#columnRight.newsDetail div.comment div.content {
	background: url(../media/imagesTemplates/testimonialBg.png) no-repeat bottom left;	/* 500 x 1200 */
	padding: 0 12px 50px 12px;
}

#columnRight.newsDetail div.comment div.content p {
	font-style: italic;
}

#columnRight.newsDetail div.share {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}








/* Contact
-------------------------------------------------------------------------------------- */

#contactDetails h2 {
	margin-top: 0;
}

#contactDetails table {
	width: 100%;
	border: 0;
	margin: 0 0 25px 0;
	border-collapse: collapse;
}

#contactDetails table td {
	border: 0;
	padding: 0 2px 10px 0;
}

#contactDetails table td.fieldName {
	white-space:nowrap;
	text-align:right;
}

#contactDetails table td.fieldName h4 {
	font-weight: bold;
	text-align:right;
	margin: 0;
	padding: 0;
}

#contactDetails table td.field {
	text-align: left;
	width:99%;
}

#contactDetails table td.field p {
	padding: 0;
	margin: 0;
}

/*
#contactDetails table td.fieldNameError {
	white-space:nowrap;
	text-align:right;
	color: #f00;
	font-weight: bold;
}

#contactDetails table td.fieldNameError p {
	text-align:right;
	color: #f00;
	font-weight: bold;
	margin-bottom: 0;
}
*/







