@charset "UTF-8";
/* CSS Document for sika */

body { background:#cecfcf !important; color:#000; font-family:Arial, Tahoma, Helvetica, sans-serif; font-size: 12px; margin:0; padding:0; min-height: 100%}
h1, h2, h3, h4, h5, h6, p{
	color: #2c3e50 !important;
}
a { color:#113a68;}
a:hover { color:#000;}
a img {border: 0px solid #FFFFFF;}
.clearer {height: 1px; font-size: 1px; clear: both; float:none;}			

.main {width: 1002px; margin: 0 auto; padding: 14px 0 0;}
.main{
	margin-top: 10px;
	box-shadow: 1px 1px 30px rgba(40,40,40,0.3);
	background-color: #FFF;
	margin-bottom: 15px;
}
.main p{
	font-size: 115%;
	text-indent: 2em;
	color: #2c3e50;
}
.top { background: #113a68; width: 946px; height: 50px; margin: 0 0 0 27px;}
.top-header{
	width: 970px;
	margin: 0 auto;
}
.top-header img{
	width: 970px;
	margin-left: -1px;
}
.text { width: 908px; margin: 14px auto 30px;}
	.l { float: left; width: 440px;}
	.l img{
	}
	.r {float: right; width: 440px;}
.footer {margin: 0 auto; text-align: center; padding: 0 0 25px 0;width: 940px;}
.link_to-wrapper{
	padding: 3px;
	border: 1px solid #CCD0E5;
	transition: 0.1s;
}
.link_to-wrapper:hover{
	padding: 3px;
	border: 1px solid orange;
}
img.link_to {
	width: 180px;
	opacity: 0.8;
}
img.link_to:hover{
	opacity: 1;
}
.clear{
	clear: both;
}