@charset "utf-8";
/* CSS Document */


.buttons {
	font-size: 12px;
	overflow: hidden;
}

.buttons button, .buttons .button {
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #444;
	cursor: pointer;
	display: block;
	float: left;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*  font-size: inherit;*/
  	font-weight: bold;
	margin: 0 10px 0 0;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	text-transform: uppercase;
	background-color: #fff;
	background-image: url(../images/btn_services.png);
	background-repeat: repeat-x;
	background-position: center;
}

.buttons button { padding: 6px 10px; }
.buttons .button { padding: 4px 10px; }
.buttons button[type] { line-height: 16px; } /* Safari */

.buttons button:hover, .buttons .button:hover {
  background-color: #999;
  border-color: #999;
}

.buttons button:active, .buttons .button:active {
  background-color: #999;
  border-color: #999;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .4);
}

button::-moz-focus-inner { border-color: transparent; } /* Removes dotted border line in Firefox */

.buttons img {
  margin: -3px 0 0 3px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

/* Call Back */
.buttons a.callback  {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #eee;
	cursor: pointer;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, .99);
	text-transform: uppercase;
	background-color: transparent;
	background-image: url(../images/btn_callback.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 40px;
	text-align: center;
	line-height: 39px;
}

.buttons a:hover.callback{
	background-color: rgba(255, 255, 255, .50);
	color: #ccc;
	
}
.buttons a:active.callback {
  	background-color: rgba(255, 255, 255, .50);
	color: #E51937;
}

/* Positive */

.buttons .positive {
	color: #000;
	text-transform: none;
}

.buttons .positive:active {
  background-color: #990000;
  border-color: #660000;
}

/* Learn More */

.buttons .negative { color: #990000; }

.buttons .negative:active {
  background-color: #990000;
  border-color: #990000;
}


/* Big */

.big_button {
	line-height: 68px;
	font-size: 14px;
	color: #fff;
}

.big_button a.button {
	background-image: url(../images/btn_big.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.big_button a.button {
  padding: 10px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

