@charset "utf-8";
/* CSS Document */

body{
	margin: 20px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 14px
	line-height: 140%;
	color: #333;	
	text-decoration: none;
}

#sayfa {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#sayfa #baslik {
	font-size: 24px;
	text-align: center;
}

#sayfa #adres {
	padding-top: 10px;
}

#sayfa #harita {
	padding: 10px 20px;
}

#sayfa #footer {
	padding-left: 20px;
	padding-bottom: 20px;
	list-style-type: none;
	float: left;
	color: #7F6F60;
	font-size:9px;
}

#sayfa #footer a {
	color: #7F6F60;
}

#sayfa #footer a:hover {
	color: #00A2ED;
}

ul.iletisim{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.iletisim li{
	display: block;
	padding-left: 25px;
	height: 20px;
	vertical-align: middle;
	line-height: 140%;
}

.temizle{
	clear: both;
}

.adres{
	background-image: url(images/home_blue.png);
	background-repeat: no-repeat;
}

.telefon{
	background-image:url(images/phone_blue.png);
	background-repeat: no-repeat;	
}

.mail{
	background-image:url(images/email_blue.png);
	background-repeat: no-repeat;	
}

.rounded{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

.shadow{
	box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	-moz-box-shadow: 5px 5px 5px #000;
}

.resimKenarlik3px{
	border: 3px solid #00A2ED;
}
