#infooter {
	width: 778px; 
	height: 39px;
	background: rgb(119,122,121); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(119,122,121,1) 19%, rgba(165,165,165,1) 100%, rgba(166,168,167,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(119,122,121,1)), color-stop(100%,rgba(165,165,165,1)), color-stop(100%,rgba(166,168,167,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(119,122,121,1) 19%,rgba(165,165,165,1) 100%,rgba(166,168,167,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(119,122,121,1) 19%,rgba(165,165,165,1) 100%,rgba(166,168,167,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(119,122,121,1) 19%,rgba(165,165,165,1) 100%,rgba(166,168,167,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(119,122,121,1) 19%,rgba(165,165,165,1) 100%,rgba(166,168,167,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777a79', endColorstr='#a6a8a7',GradientType=0 ); /* IE6-9 */
    position:absolute; 
    bottom:0px;
    border:ridge #444444 1px;
    border-left: none;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
#copyright {
	float:left;
	width: 200px;
	height:20px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 11px;
}
#footercontact {
	float:right;
	width: 200px;
	height:20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 11px;
	text-align: right;
}

.contactusbutton {
	-moz-box-shadow:inset 0px 1px 26px 0px #000000;
	-webkit-box-shadow:inset 0px 1px 26px 0px #000000;
	box-shadow:inset 0px 1px 26px 0px #000000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e32424), color-stop(1, #800000) );
	background:-moz-linear-gradient( center top, #e32424 5%, #800000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e32424', endColorstr='#800000');
	background-color:#e32424;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #2e2d2d;
	display:inline-block;
	color:#dedede;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:140px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 0px 7px #030000;
	float: right;
	margin-right: 10px;

}
.contactusbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #800000), color-stop(1, #e32424) );
	background:-moz-linear-gradient( center top, #800000 5%, #e32424 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#e32424');
	background-color:#800000;
}
.contactusbutton:active {
	position:relative;
	top:1px;
}