

.awesome{
	background: #222 url(../images/awesome_bg_1.jpg) repeat-x;
	display: inline-block;
	padding: 8px 14px 9px;
	color: #fff!important;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	border:0;
	margin: 0 0 10px 0;
}

.awesome:hover { 

background: #333!important; 
color: #fff !important; 
text-decoration:none !important; 

}

.awesome_extra{
	background: #333!important;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff!important;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	border:0;
	margin: 0 0 40px 0;
}

.awesome:hover								{ background-color: #971b1e; color: #fff !important; text-decoration:none !important; }


.awesome1{
	background: #333;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff!important;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	border: 1px solid #971b1e;
	margin: 0 0 40px 0;
}

.awesome1:hover								{ background-color: #fff; border: 1px solid #971b1e; color: #971b1e !important; text-decoration:none !important; }

.awesome2{
	background: #971b1e;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	border: 1px solid #971b1e;
	margin: 0 0 40px 0;
}

.awesome2:hover								{ background-color: #fff; border: 1px solid #971b1e; color: #971b1e !important; text-decoration:none !important; }


.awesome:active								{ top: 1px; }
.small.awesome, .small.awesome:visited 		{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 	{ font-size: 13px; font-weight: bold; line-height: 1;  }
.large.awesome, .large.awesome:visited 		{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
/*.red.awesome, .red.awesome:visited			{ background-color: #e33100; }*/
.red.awesome, .red.awesome:visited			{ background-color: #e91606; }
/*.red.awesome:hover							{ background-color: #872300; }*/
.red.awesome:hover							{ background-color: #a61207; }
.magenta.awesome, .magenta.awesome:visited	{ background-color: #a9014b; }
.magenta.awesome:hover						{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited	{ background-color: #ff5c00; }
.orange.awesome:hover						{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited	{ background-color: #ffb515; }
.yellow.awesome:hover						{ background-color: #fc9200; }


.awesome_large{
	background: #fff;
	display: inline-block;
	padding: 10px 20px 10px;
	color: #971b1e;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	border:1px solid #971b1e;
	margin:0 0 30px 0;
	font-size: 1.5em;
}

.awesome_large:hover {
	background-color: #971b1e; 
	color: #fff !important; 
	text-decoration:none !important; 
}


.awesome_job:hover{
	background: #222 url(../images/alert-overlay.png) repeat-x;
	color:#f1671f!important;
	text-shadow: 0 -1px 1px #222;
}

.awesome_job{
	background: #222 url(../images/awesome_bg_1.jpg) repeat-x;
	display: inline-block;
	padding: 14px 20px 14px 20px;
	color: #fff!important;
	text-decoration: none;
	margin:0 0 10px 0;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow:none;
	position: relative;
	cursor: pointer;
}

.awesome_job:hover{
	background: #222 url(../images/alert-overlay.png) repeat-x;
	color:#f1671f;
	text-shadow: 0 -1px 1px #222;
}

.awesome_job1{
	background: #222 url(../images/awesome_bg_1.jpg) repeat-x;
	display: inline-block;
	padding: 20px 30px 20px 30px;
	color: #fff;
	text-decoration: none;
	margin:0 0 10px 150px;
	font-weight: bold;
	line-height: 1;
	font-size: 1.4em;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	text-shadow:none;
	position: relative;
	cursor: pointer;
}

.awesome_job1:hover{
	background: #222 url(../images/alert-overlay.png) repeat-x;
	color:#f1671f;
	text-shadow: 0 -1px 1px #222;
}


