﻿@import url('css/sprites.css');
/*global*/
html,body,p,div,img,h1,h2,h3,h4,h5,h6,li,ul,ol,dl,dd,dt,form{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	height: 100%;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	color: #333;
	background: url(images/bg.png) repeat-y center #e1f2fb;
	margin: auto;
}

/*text*/
p {line-height: 17px; margin-bottom: 1.6em; }

small { font-size: 11px; color: #787878; line-height: 13px; }

big { font-size: 16px; color: #1c1c1c; line-height: 18px; }

h2 { line-height: 24px; font-size: 18px; font-weight: bold; color: #1e1e1e; margin-bottom: 17px; font-family: helvetica, arial, lucida sans; }

h3 { line-height: 20px; font-size: 14px; font-weight: bold; color: #1e1e1e; margin-bottom: 17px; font-family: helvetica, arial, lucida sans; }

h4 { line-height: 20px; font-size: 14px; font-weight: normal; color: #1e1e1e; margin-bottom: 17px; font-family: helvetica, arial, lucida sans; }

h6 { font-size: 18px; color: #fff; margin-bottom: 17px; font-family: helvetica, arial, lucida sans, sans-serif; font-weight: normal;}

li { line-height: 2em; }

ul, ol { margin: 10px 0; }

acronym { cursor: help; }

.hr {
width: 540px;
height: 110px;
background: url(images/hr.jpg) no-repeat;
border: none;
}

.photo {
padding: 4px;
background: #d9e3e7;
border: 1px solid #b2d7ea;
}

.center {text-align: center;}

.bold {font-weight: bold;}

a {
text-decoration: underline;
color: #0071c2;
outline: none;
}

a:hover {
color: #52b7ff;
}

a:active {
color: #1c547d;
text-decoration: none;
}

a:visited {
}

/*box classes*/
.clear {
clear: both;
height: 0;
overflow: hidden;
}
.left {float: left;margin-right:10px;}
.right {float: right;}
img.right {margin: 0 10px;}

.access{
	text-indent:-9999px;
}

/* Form Styling */
#form_div {
padding-left: 15px;
width: 362px;
}

.input {
width: 175px;
height: 18px;
border: 1px solid #ccc;
background: url(images/formgradient.jpg) repeat-x #fff;
margin-bottom: 10px;
padding: 5px;
}
.input:hover {
border: 1px solid #aaa;
}
.input:focus {
border: 1px solid #aaa;
}
.textarea {
font-family: verdana, arial, sans-serif;
font-size: 12px;
width: 350px;
height: 150px;
border: 1px solid #ccc;
background: url(images/formgradient.jpg) repeat-x #fff;
margin-bottom: 10px;
padding: 5px;
}
.textarea:hover {
border: 1px solid #aaa;
}
.textarea:focus {
border: 1px solid #aaa;
}
#form_div label, #subscribeMessage {
font-weight: bold;
margin: 3px 0 -8px;
display: block;
font-size: 14px;
}
#form_div .submit {
float: right;
margin: 15px 0 0;
}
.submit {
background: url(images/sendbutton.png) no-repeat;
width: 106px;
height: 40px;
border: 0;
cursor: pointer;
}
.submit:hover {
background-position: 0 -40px;
}
.submit:active {
background-position: 0 -80px;
}
#form_div acronym {
border: 0;
}
#form_div select {
width: 360px;
height: 30px;
border: 1px solid #ccc;
background: url(images/formgradient.jpg) repeat-x #fff;
margin-bottom: 10px;
padding: 4px;
}
span#error {
background: #ffa1a1;
color: #d51212;
border: 1px solid #df3b3b;
padding: 5px 10px;
margin: 0px auto 17px;
display: block;
}
span#thanks {
background: #c1ffbc;
color: #038200;
border: 1px solid #51d04d;
padding: 5px 10px;
margin: 0px auto 17px;
display: block;
}

/*-------------------------------*/
/*---------- START -------------*/
/*-----------------------------*/

#container {
width: 960px;
margin: 0 auto;
position: relative;
padding: 30px 0;
}



/* HEADER */

#logo a{
background: url(images/logo.png) no-repeat;
width: 564px;
height: 67px;
text-indent: -99999px;
float: left;
margin-top: 15px;
}
#tagline {
font-size: 12px;
color: #777;
font-weight: normal;
text-align: right;
float: right;
margin: 0;
}
#telweb {
text-align: right;
float: right;
margin: 5px 0 0;
}

/* Small Button Sprite */

.sprite.button,
.sprite.button span{
	background-image:url('images/small-button-sprite.png');
}
.sprite.button{
	padding-left:20px;
	height:37px;
	float:left;
}
.sprite.button span{
	line-height:37px;
	padding-right:20px;
	font-weight:bold;
	font-size:16px;
	color:#2D5420;
	text-shadow: 1px 1px 0 #7CC464;
}
/* NAV */

#navbar {
	margin: 10px 0 20px;
	/*background: url('images/navbar.png') no-repeat;*/
	width: auto;
	height: 37px;
	-moz-box-shadow: 0px 8px 4px -4px rgba(68,68,68,0.6);
    -webkit-box-shadow:  0px 8px 4px -4px rgba(68,68,68,0.6);
    box-shadow:  0px 8px 4px -4px rgba(68,68,68,0.6);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
    display:inline-block;
}
#navbar ul.nav {
	position: relative; /* This protects the inner element from being blurred */
	overflow:hidden;
	height:37px;
    display:inline-block;
    margin:0;
}
.nav li {
	float: left;
	list-style: none;
	display: inline;
	height: 37px;
	font-size:13px;
	position: relative;
}
.nav li a {
	background:url(images/nav.png) repeat-x -10px 0;
	display: block;
	line-height: 37px;
	color:#777;
	text-decoration:none;
	padding:0 13px;
}
.nav a{
	color:#444;
}
.nav a:hover{
	color:#1c1c1c;
	background-position:-10px 20%;
}
.nav a:active{
	color:#1c1c1c;
	background-position:-10px 40%;
}
.nav li:first-child a{
	background-position: 0 0;
	padding-left: 16px;
}
.nav li:first-child a:hover{
	background-position: 0 20%;
}
.nav li:first-child a:active{
	background-position: 0 40%;
}
.nav li:last-child a,
.nav li#menu-item-8 a{
	background-position: right 0;
	padding-right: 16px;
}
.nav li:last-child a:hover{
	background-position: right 20%;
}
.nav li:last-child a:active{
	background-position: right 40%;
}
.nav .current a,
#login .nav li#menu-item-4 a{
	background-position: -10px 60%;
	color:#fff;
}
.nav .current a:hover,
#login .nav li#menu-item-4 a:hover{
	background-position: -10px 80%;
}
.nav .current a:active,
#login .nav li#menu-item-4 a:active{
	background-position: -10px 100%;
}
.nav li:first-child.current a{
	background-position: left 60%;
}
.nav li:first-child.current a:hover{
	background-position: left 80%;
}
.nav li:first-child.current a:active{
	background-position: left 100%;
}
.nav li:last-child.current a{
	background-position: right 60%;
}
.nav li:last-child.current a:hover{
	background-position: right 80%;
}
.nav li:last-child.current a:active{
	background-position: right 100%;
}



#bookmark {
position:absolute;
top:10px;
right:0;
width: 116px;
height: 21px;
text-indent:-9999px;
background: url(images/bookmark.png) no-repeat 0 0;
}
#bookmark:hover {
background-position: 0 -21px;
}
#bookmark:active {
background-position: 0 -42px;
}

/* SEARCH */


.search{
	float:right;
	margin-top:10px;
}


#search-box {
	width: 220px;
	float: right;
	display: none;
}

.gsc-branding-img, .gsc-branding-text { display: none; }

/* styles declared important because google search box places styles inline */
input.gsc-input {
	font-size: 11px !important;
	margin: 7px 5px 5px 5px !important;
	width: 147px !important;
	background: url(images/searchbox.png) no-repeat !important;
	border: 0px solid black !important;
	color: #8e9396 !important;
	padding: 8px 33px 6px 10px !important;
	background-position: fixed !important;
	line-height: 1.2em !important;
}

div.gsc-clear-button {
	position: relative !important;
	top: 0 !important;
	right: 18px !important;
}

.gsc-tabsArea { display: none; }

.gsc-wrapper {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

.gsc-resultsbox-visible {
	background: #fff !important;
	position: absolute !important;
	top: -10px !important;
	right: 5px !important;
	z-index: 100 !important;
	padding: 10px !important;
	border: 3px solid #1f3c4f;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 5px #000 !important;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #000 !important;
	width: 450px !important;
}

input.gsc-search-button {
	width: 14px;
	height: 14px;
	background: url(images/search.png) no-repeat;
	border: 0;
	position: relative;
	top: 0;
	right: 35px;
	cursor: pointer;
	text-indent: -99999px;
}

.defaultText { width: 172px; }
.defaultTextActive { color: #f00 !important; }

#search-label {
	color: #777;
	line-height:35px;
}

/* SECTIONS */

.section{
}
.section ul{
	list-style-image: url("images/bullet.png");
	margin-left:20px;
}

/* FEATURED */

#featured { float: left; }


/* CTA FREE SAMPLES */

#cta-freesamples1 {
	background: url(images/cta1whitebox.png) no-repeat;
	width: 170px;
	height: 232px;
	float: right;
	padding: 0 25px;
	margin: 0 0 10px;
}

#cta-freesamples1 h2 {
	line-height: 22px;
	font-family: verdana, arial, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	color: #1c1c1c;
	font-weight: bold;
	margin: 20px 0 15px;
}

#cta-freesamples1 h2 span {
	color: #449d00;
}

#cta-freesamples1 p {
	margin: 0 0 5px 0;
	line-height: 17px;
}



/* CTA FREE SAMPLES BUTTON */

#cta-freesamples2 {
	background: url(images/cta1carbonbox.png) no-repeat;
	width: 220px;
	height: 100px;
	float: right;
	margin: 10px 0 0;
}

#cta-freesamples2 a {
	background: url(images/free-samples.png) no-repeat 0 0;
	width: 173px;
	height: 52px;
	display: block;
	margin: 24px auto;
}

#cta-freesamples2 a:hover { background-position: 0 -52px; }
#cta-freesamples2 a:active { background-position: 0 -104px; }



/* SUMMARY */

#summary {
background: url(images/summary-bg.jpg) no-repeat;
width: 860px;
height: 152px;
margin: 40px auto 80px;
padding: 30px 40px;
}

#summary p {
width: 600px;
}

#summary img {
margin: -7px -7px 0 0;
}

#info {
display: none;
position: relative;
overflow: auto;
width: 100%;
height: 100%;
}

div#info div h2 {
padding: 20px;
color: #fff;
}



/* BRANDED-SUMMARY */

#branded-summary {
background: url(images/rounded-border.png) no-repeat;
width: 260px;
height: 260px;
float: left;
margin: 0 30px 0 0;
padding: 20px 20px;
}

#book-icon {
margin: 0 0 20px 99px;
}



/* MATERIAL-TABLE */

#material-table {
width: 580px;
margin: 0 0 0 30px;
float: right;
}

#material-table h2 {
margin: 0;
}

#some-schemes {
margin: 0 0 15px 0;
display: block;
}

#all-schemes {
width: 290px;
float: left;
margin: 0 0 0 6px;
}

#all-schemes span {
color: #252525;
}

#many-more {
float: right;
margin: 0 15px 0 0;
width: 170px;
}

#many-more img {
float: left;
}

#many-more a {
margin: 6px 0 0;
display: block;
float: right;
}



/* MATERIAL-TABLE <table> */

#material-table table { width: 580px; margin: 0 0 10px 0; }
#material-table td { padding: 6px 10px; }
.zebra { background: #d9eaf1; }
.course { font-weight: bold; }
.price-pa { text-align: right; font-weight: bold; }
.price-pa span { font-weight: normal; }
.buy-now { text-align: right; }



/* COST-EFFECTIVE */

#cost-effective {
margin: 55px 10px 0 0;
width: 620px;
float: left;
}

#coin-icon {
float: left;
}

#cost-effective big {
margin: 15px 0 0 0;
display: block;
font-size: 15px;
letter-spacing: -0.5px
}

#cost-effective big span {
color: #0071c2;
}



/* TESTIMONIAL-TICKER */

#testimonial-container {
background: url(images/testimonial-ticker-bg.png) no-repeat;
margin: 40px 0 0 8px;
width: 302px;
height: 86px;
float: right;
padding: 4px 0px 12px;
}

#testimonial-container p {
margin: 10px auto 0;
display: block;
width: 190px;
font-weight: bold;
}

.testimonial {
font-family: georgia, serif;
font-style: italic;
margin: 15px 0 10px 20px;
}

#testimonials {
display: none;
}

.fancybox-testimonials {

}


/* CTA-ORDERNOW */

#cta-ordernow {
	margin: 40px 0 0 0;
	background: url(images/cta2carbonbox.png) no-repeat;
	width: 880px;
	height: 104px;
	padding: 20px 30px;
}

#cta-ordernow h2 {
	color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
	line-height: 18px;
}

#cta-ordernow p {
	color: #b4b4b4;
	width: 380px;
	display: block;
	font-size: 10px;
	margin: 10px 0 0 0;
	line-height: 12px;
}

#order-now-button {
	float: right;
	background: url(images/ordernowbutton.png) no-repeat 0 0;
	width: 259px;
	height: 84px;
	margin: 13px;
}

#order-now-button:hover {
	background: url(images/ordernowbutton.png) no-repeat 0 -84px;
}

#order-now-button:active {
	background: url(images/ordernowbutton.png) no-repeat 0 -168px;
}



/* FOOTER */

#footer-wrap {
	background: #353535;
}

#footer {
	width: 940px;
	margin: auto;
	padding: 30px 0 81px;
	color: #fff;
	font-size: 11px;
}

#footer a { color: #91d1ff; }
#footer a:hover { color: #45b1ff; }
#footer a:active { color: #c7d8e4; }
#footer a:visited { }
#footer ul a { text-decoration: none; }

#copyright {
width: 350px;
margin: 0 10px;
float: left;
}

#quick-links {
width: 245px;
margin: 13px 10px 0 30px;
float: left;
position:relative;
}

#more-info {
width: 265px;
margin: 13px 10px 0 10px;
float: left;
}

#footer-logo { margin: 0 0 20px 0; }
#quick-links ul { margin: 0 0 0 20px; }
#quick-links li { margin: 0; line-height: 16px; }



/* TOWNS */

#towns-list {
display: none;
font-size: 12px;
position: relative;
top: 20px;
}

#townsp {
padding: 0 20px 20px 20px;
}

#townsh2 {
padding: 20px 20px 0 20px;
}



/* PRIMARY CONTENT LAYOUT */

.primaryContent {
float: left;
width: 540px;
background: url(images/formgradient.jpg) repeat-x #fff;
border: 1px solid #cdcdcd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 20px;
font-size: 11px;
min-height:230px;
}

.primaryContent.singleColumn{
	width: 900px;
}

.secondaryContent {
float: left;
width: 316px;
margin: 10px 0 0 0;
background: url(images/formgradient.jpg) repeat-x #fff;
border: 1px solid #cdcdcd;
border-left: 0px;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
padding: 20px;
font-size: 12px;
z-index: 1 !important;
position: relative;
}

.primaryContent ul {
margin: 0 10px 20px 20px;
}
.primaryContent ol {
margin: 0 10px 20px 30px;
}

.primaryContent li {
font-size: 11px;
font-weight: normal;
}

.primaryContent h2, 
.primaryContent h3, 
.primaryContent h4 {
color: #1f3c4f;
}

.subtitle {
margin: -15px 0 20px 0;
}

.prod {
margin-bottom: 0;
}



/* SCROLLING NAV */

#prodcutsNavBox div {
padding: 10px;
border: 1px solid #ccc;
background: #ececec;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
font-size: 12px;
}

#prodcutsNavBox h3 {
margin: 5px 0 0 10px;
}

#prodcutsNavBox li {
margin-left: 40px;
}

/* SHARING BUTTONS */

.section.sharing{
	float:left;
	margin-top:10px;
}
iframe.facebook-like-button {
	width:450px;
	height:35px;
	}
iframe.twitter-share-button {
	width: 110px;
	height: 33px;
	}
iframe.facebook-like-box {
	width:292px;
	height:62px;
	}
iframe.twitter-follow-button {
	width: 300px;
	height: 20px;
	}

/* Social Links */

.social{
    position: absolute;
    height: 50px;
    width: 64px;
    display: block;
}
.social.linkedin{
	background: url("images/linkedin.png") no-repeat scroll 0 0 transparent;
}
.social.facebook{
	background: url("images/facebook.png") no-repeat scroll 0 0 transparent;
}
#container .social{
    top: 107px;
}
#container .social.linkedin{
    left: 71px;
}
#container .social.facebook{
    left: 121px;
}
#footer .social{
	bottom:-60px;
}
#footer .linkedin{
	left:8px;
}
#footer .facebook{
	left:64px;
}

/* ORDER FORMS */

#order .primaryContent li {
line-height: 20px;
margin-left: 20px;
}

#orderFormsNavBox div {
padding: 10px;
border: 1px solid #ccc;
background: #ececec;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
font-size: 12px;
}

#orderFormsNavBox h3 {
margin: 5px 0 0 10px;
}

#orderFormsNavBox li {
margin-left: 40px;
}

#faq {
font-size: 11px;
}

#faq ul {
margin: 0 0 20px 0;
}

.question {
font-weight: bold;
margin: 0 0 0 20px;
}

.answer {
line-height: 14px;
margin: 0 0 0 40px;
font-weight: normal;
}

#faqdiv p {
margin: 0;
font-size: 11px;
}



/* FREE SAMPLES */

#samplesNavBox div {
padding: 10px;
border: 1px solid #ccc;
background: #ececec;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
font-size: 12px;
}

#samplesNavBox h3 {
margin: 5px 0 0 10px;
}

#samplesNavBox li {
margin-left: 40px;
}



/* CONTACT DETAILS */

#contactDetails {
font-size: 11px;
}

#contactDetails address {
font-style: normal;
}

#contactDetails h2 {
margin: 10px 0 5px;
color: #1f3c4f;
}

#companyNo {
font-size: 14px;
font-weight: normal;
color: #333;
position: relative;
bottom: 1px;
left: 5px;
}



/* SUBSCRIBE */

#freeSamplesSubscribe {
margin: 30px auto 10px;
display: block;
padding: 20px;
width: 300px;
background: #eee;
border: 1px solid #cdcdcd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

#freeSamplesSubscribe .input {
width: 175px;
height: 18px;
border: 1px solid #cccccc;
background: url(images/formgradient.jpg) repeat-x #ffffff;
margin-bottom: 10px;
padding: 5px;
float: left;
}

#freeSamplesSubscribe label {
font-weight: bold;
margin: 3px 0 -8px;
display: block;
font-size: 14px;
}

.subscribe {
background: url(images/subscribebutton.png) no-repeat;
width: 100px;
height: 32px;
border: 0;
cursor: pointer;
display: block;
float: left;
margin: 0 0 0 10px;
}
.subscribe:hover { background-position: 0 -32px; }
.subscribe:active { background-position: 0 -64px; }

#agree {
width: 300px;
}

#agree label {
font-size: 11px;
font-weight: normal;
float: right;
width: 260px;
color: #666;
}

#agree input {
float: left;
margin: 10px;
}



/* LOGIN */

#freeSamplesLogin {
	margin: 20px auto 10px;
	display: block;
	padding: 10px 20px;
	width: 270px;
	background: #eee;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#freeSamplesLogin .input {
	width: 157px;
	height: 18px;
	border: 1px solid #cccccc;
	background: url(images/formgradient.jpg) repeat-x #ffffff;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
}

#freeSamplesLogin label {
	font-weight: bold;
	margin: 3px 0 -8px;
	display: block;
	font-size: 14px;
}

.login {
	background: url(images/loginbutton.png) no-repeat;
	width: 91px;
	height: 32px;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 0 0 10px;
}
.login:hover { background-position: 0 -32px; }
.login:active { background-position: 0 -64px; }

#agree {
width: 300px;
}

#agree label {
	font-size: 11px;
	font-weight: normal;
	float: right;
	width: 260px;
	color: #666;
}

#agree input {
	float: left;
	margin: 10px;
}



/* VIDEO */

#video{
	margin-bottom:10px;
}

object { outline:none; }



/* BIG NAV */

#bigNav {
	margin: 40px 0 0 0;
}

#bigProducts {
	text-indent: -9999px;
	background: url(images/bigproducts.png) no-repeat;
	width: 218px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 47px 0 57px;
}
#bigProducts:hover { background-position: 0 -98px; }
#bigProducts:active { background-position: 0 -196px; }

#bigSamples {
	text-indent: -9999px;
	background: url(images/bigsamples.png) no-repeat;
	width: 218px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 37px;
}
#bigSamples:hover { background-position: 0 -98px; }
#bigSamples:active { background-position: 0 -196px; }

#bigOrder {
	text-indent: -9999px;
	background: url(images/bigorder.png) no-repeat;
	width: 218px;
	height: 98px;
	display: block;
	float: left;
	margin: 0 57px 0 47px;
}
#bigOrder:hover { background-position: 0 -98px; }
#bigOrder:active { background-position: 0 -196px; }



/* LOGIN FIX */

body {
	background: #353535 !important;
}

#bgFix {
	background: url(images/bg.png) repeat-y center #e1f2fb;
}



/* ADMIN */

#admin_nav {
	margin-bottom: 30px;
}

#admin_nav li {
	list-style: none;
	float: left;
	padding: 0px 20px;
	background: #fff;
	border: 1px solid #ccc;
	margin: -11px 0 0 -1px;
}

.nav_title {
	font-weight: bold;
	width: 110px;
}

a.selected {
	ffont-size: 18px;
}

.admintitle {
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
}


/* COLLAPSIBLE FAQ */

#close-faq {
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	bottom: 37px;
	left: 295px;
	background: url(images/close.png) no-repeat;
	margin: 0 0 -30px 0;
}

#close-faq.active {
	background: url(images/open.png) no-repeat;
}


/* BANNER */


.banner * {
	margin: 0;
	padding: 0;
}

#contact-us-button {
	float: right;
	background: url(images/contactusbutton.png) no-repeat;
	width: 202px;
	height: 64px;
	margin: 30px;
}

.banner {
	width: 864px;
	background: url(images/attention.jpg) no-repeat;
	margin: 0 auto 20px;
	color: #c7bc60;
	padding: 15px 20px 28px;
	font-size: 12px;
}

.banner h3 {
	color: #fee40b;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

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

.doublelines li {
	margin: 0 0 10px 0;
	line-height: 14px;
}

#contact-us-button:hover {
	background: url(images/contactusbutton.png) no-repeat 0 -67px;
}

#contact-us-button:active {
	background: url(images/contactusbutton.png) no-repeat 0 -134px;
}
