@import"reset.css";
@import"tms.css";
.button, .button:after, .sf-menu .it_top, .sf-menu>li>div>a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.overview>div {
	width:200px;
	margin-right:21px;
	color:#a3a3a3;
}
.overview>figure {
}
.overview .title {
	font-size: 14px;
	line-height: 18px;
	color: #a0af28;
	text-shadow:1px 1px #ffffff;
	margin-bottom:10px;
}
.button, .overview .title {
	font-weight:bold;
	font-style:italic;
}
.button {
	display:inline-block;
	padding:10px 41px 11px 13px;
	margin: 14px 0 9px 2px;
	border-radius:3px;
	font-size: 14px;
	line-height: 19px;
	color:#959393;
	text-shadow: 1px 1px #fefefe;
	background: url(../images/button.jpg) repeat-x #eeeceb;
	box-shadow: 1px 1px 8px #c7c2bf;
	font-weight:900;text-decoration:none;
	position:relative;
}

.button:hover {
	background-position:  0 -40px;
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 8px #444442;
	background-color:#080808;
}
.button:after {
	display: block;
	background: url(../images/of_marker1.png) no-repeat;
	right:12px;
	top:10px;
	width:20px;
	height:20px;
	position:absolute;
	content:"";
}
.button:hover:after {
	background-position:0 -20px;
}

/**********************************************/
