@charset "UTF-8";
/* CSS Document */
.btn, .btn:visited {
	margin-right:4px;
	padding: 2px 4px 6px;
	text-decoration: none !important;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	display:inline;
	float:left;
	position: relative;
	 
}

	/*.btn:hover { background-color: #111; color: #fff; }
	.btn:active	{ top: 1px; left:1px;}*/
	
	.npbtn { 
		background: #000 url(../images/interface/btn_overlay.png) repeat-x; 
		color:#999;
		line-height: 18px;
		text-align: center;
		border:1px solid #111;
		width:80px;
	}
	
	.npbtn:hover { background-color: #333; color:#fff; text-decoration:none;}
	
	.aboutbtn {
		color:#FFF;
		background: #006666 url(../images/interface/btn_overlay.png) repeat-x; 
		line-height: 24px;
		border:1px solid #006666;
		width:180px;
		text-align:center;
	}
	.aboutbtn:hover { background-color: #009999;}
	
	.contactbtn {
		color:#333;
		background: #ffcc33 url(../images/interface/btn_overlay.png) repeat-x; 
		line-height: 24px;
		border:1px solid #ffcc33;
		width:180px;
		text-align:center;
	}
	.contactbtn:hover { background-color: #ffe533;}