/* = Black colour scheme
---------------------------------------- */
body{
    color: #dfdfdf;
    background: #2c2c2c;
   	}
.pattern {
	height:161px;
	width:100%;
	position:absolute;
	top:115px;
	left:0;
	text-align:center;
	background:url('../../../images/patern-bg.png') no-repeat top center;
	}
.header{
	background: #0e0c0d url(../images/bg.gif) repeat-x 0 0;
	color: #959494;
	}
.header .logo-text,
a.logo,a.logo:hover, a.logo:visited{
	color: #fff;
	text-decoration: none;
	}
.header .phone-number strong{
	color: #fff;
	}

/* = link colour override
---------------------------------------- */
a:link {
	color:#ccc;
	text-decoration:underline;
	}
a:visited {
	color:#ccc;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	color:#ccc;
	}
a:active {
	text-decoration:none;
	color:#ccc;
	}
/* = Navigation
---------------------------------------- */
.nav ul li a,
.nav ul li a:visited{
	color: #fefefe;
	}
.nav ul li a:hover{
	color: #c7c7c7;
	}
.nav ul li.current a,
.nav ul li.current a:visited,
.nav ul li.current a:hover{
	color: #c7c7c7;
	}


h1, .team-name, .team-list
{
	color: #989898;
}
        .team-info span.email,
        .team-info span.tel,
        .team-info span.price,
        .team-list .summary,
        .team-list .product-summary{color:#fff;}
.footer
{
	color: #ccc;
}
.footer ul li{
	border-left: 1px solid #ccc;
}
.footer ul li a,
.footer ul li a:visited{
	color: #ccc;
}
.footer ul li.current a,
.footer ul li.current a:visited,
.footer ul li a:hover{
	color: #ccc;
}

.SecondaryImage,
.download-brochure {
	margin-right:12px;
	}
	.download-brochure a {
		background:url(../images/download.gif) no-repeat 0 0;
		height:38px;
		overflow:hidden;
		}
		.download-brochure a.brochure-pdf {
			background-position:0 -38px;
			}
		.download-brochure a.brochure-doc {
			background-position:0 -76px;
			}
.google-map-div.js 
{
	background: url(../images/google-map-bg.gif) no-repeat 0 0;
}
