@charset "utf-8";
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #507AA9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#footer_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]padding: 20px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}
.foot_inside h3 {
	/* [disabled]margin: 0px; */
	color: #CADEF0;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

.foot_inside {
	padding: 5px;
	float: left;
	width: 210px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(242,242,242);
}
#copyright {
	background-color: #5E86B3;
	padding: 5px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F2F2F2;
}

.foot_inside ul {
	list-style-image: url(../images/foot_list_icon.png);
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.foot_inside ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E86B3;
}
.foot_tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(253, 244, 1);
}

.foot_inside ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.foot_inside ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: rgb(153,204,255);
	text-decoration: none;
	transition: all 0.5 ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.foot_inside img:hover {
	opacity: 0.6;
	filter:alpha(opacity=60); /*  IE8 ve oncekiler */
}
#copyright a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: rgb(255,255,255);
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#copyright a:hover {
	color: rgb(255,153,255);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}