@charset "UTF-8";
/* CSS Document */


p a {
	text-decoration: none;
	color: #e98e22; /*orange*/
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

p a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #e98e22;
}

a.btn {
	background: url(../images/btn_bg.png) 0 0 repeat-x #f7f7f7;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	color: #a6a6a6;
	line-height: 12px;
	padding: 12px 24px 14px;
	border-radius: 5px;
	margin-top: 24px;
}

a.btn:hover {
	background: #f3f00d;
	color: #111;
	border-color: #999;
}

a.yell {
	background: #f3f00d;
	display: block;
	font-size:14px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: 'Marck Script', cursive;
	font-size:22px;
}
a.yell:hover {
	background: #f6f473;
	color: inherit;
}

a.red {
	background: #8f1e3c;
	display: block;
	font-size:14px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	color:#ffffff;
	font-family: 'Marck Script', cursive;
	font-size:22px;
}
a.red:hover {
	background: #b22038;
	color: inherit;
}

a.green {
	background: #86b376;
	display: block;
	color:#ffffff;
	font-size:14px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: 'Marck Script', cursive;
	font-size:22px;
}
a.green:hover {
	background: #a6c69b;
	color: inherit;
}
a.orange {
	background: #e98e22;
	display: block;
	color:#ffffff;
	font-size:14px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: 'Marck Script', cursive;
	font-size:22px;
}
a.orange:hover {
	background: #eeab5b;
	color: inherit;
}





a.btn.btn1 {
	margin-top: 14px;
}
.menu_block nav .sf-menu li ul li a {
	text-decoration: none;
}
.menu_block nav .sf-menu li ul li a:hover {
	text-decoration: none;
}
