@charset "utf-8";

.temizle {
	clear: both;
}

/* Mersin Tanıtım */

#sayfa {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 3px dotted #0C3;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	border-radius: 25px;
}
#logo {
}
#menu {
	margin-top: 7px;
}

#menu_ic {
	width: 452px;
	margin-right: auto;
	margin-left: auto;
}

#menu_ic ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_ic ul li  {
	float: left;
}
#menu_ic ul li a {
	display: block;
	padding: 4px;
	width: 75px;
	text-align: center;
	color: #999;
	text-decoration: none;
	-webkit-transition: all 0.3s linear 0.1s;
	-moz-transition: all 0.3s linear 0.1s;
	-ms-transition: all 0.3s linear 0.1s;
	-o-transition: all 0.3s linear 0.1s;
	transition: all 0.3s linear 0.1s;
	border: 1px solid #999;
	margin-right: 2px;
}

#menu_ic ul li a:hover {
	color: #0C3;
	border-top-color: #0C3;
	border-right-color: #0C3;
	border-bottom-color: #0C3;
	border-left-color: #0C3;
}



#icerik {
	padding: 8px;
}
#alt {
	margin-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


#imza {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	bottom: 0px;
	text-align: center;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#imza_ic {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 750px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
}