

div, table, tbody, tr, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

* {
	margin:0px;
	padding:0px;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#696969;
	font-size:18px;
	text-transform:uppercase
}

h1{font-size: 18px; text-transform:none; }
h2{font-size: 16px; text-transform:none; }
h3{font-size: 14px; text-transform:none; color: #000;}
h4{font-size: 12px; text-transform:none; }
h5{font-size: 10px; text-transform:none; }
h6{font-size: 19px; text-transform:none; }

a {
	text-decoration:none
}

ol, ul {
	list-style:none
}



body {
	background: url(../images/body-bg.jpg) no-repeat center top;
}

.bdy{
	background-position: 0px -70px;
}

#fullwidth {
	width:100%;
	float:left;
	position:relative;
}

.main_wrap {
	width:1000px;
	margin:0 auto;
}

.main_wrap_support {
	width:1000px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		/*color:#757a7a;*/
}

.bannerwrap {
	width:1000px;
	float:left;
}

.dil {
	width: 300px;
	float: right;
	padding-right: 10px;
	padding-top: 14px;
	text-align: right;
}

.oniz {
	margin-top: 27px;
}

.stn {
	width: 135px;
	height: 180px;
	float: left;
	margin: 0 3px;
}

.stnbaslik {
	width: 135px;
	height: 20px;
	float: left;
	color: #000000;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 10px;
	background: #ffffff;
}

.stnimg {
	width: 135px;
	height: 135px;
	float: left;
	background: #ffffff;
}

#content {
	width:100%;
	float:left;
	background:#EAEBDD url(../images/content-bg.png) repeat-x;
	margin-top:10px;
	padding-bottom:20px;
}

div h3.minihead {
	width:100%;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:23px;
	color:#696969;
	margin-bottom:20px;
	text-transform:none;
	margin-top:20px;
}

div h3.minihead3 {
	width:250px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:23px;
	color:#696969;
	margin-bottom:10px;
	text-transform:none;
}

div p.minipara {
	width:100%;
	float:left;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#757a7a;
	line-height:18px;
	text-align:justify;
	
}



	ul.urunozellik {
		width: 99%;
		float: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#757a7a;
	}
	
	ul.urunozellik li {
		width:97%;
		float:left;
/* 		list-style:none; */
		padding-bottom:10px;
		padding-left: 20px;
		background: url(../images/okey-icon.png) no-repeat;
		
	}

	ul.testimoli {
		width:250px;
		float:left;
		margin-left:30px;
	}
	
	ul.testimoli li {
		width:100%;
		float:left;
		list-style:none;
		margin-top:15px;
		border-bottom:#d6d6d6 solid 1px;
		padding-bottom:10px;
	}
	
	ul.testimoli li h5 {
		width:100%;
		float:left;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		color:#909090;
		font-weight:bold;
		line-height:16px;
		text-transform:none;
	}
	
	ul.testimoli li h5 span {
		font-weight:normal;
	}
	
	ul.testimoli li p.testimolipara {
		width:100%;
		float:left;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		color:#909090;
		margin-top:20px;
	}
	
	ul.testimoli li p.testimolipara a{
		color:#605a54;
	}
	
	ul.testimoli li p.testimolipara a:hover{
		color:#605a54;
		text-decoration:underline;
	}

	p.breadcrumb {
		width:940px;
		float:left;
		margin:60px 0 0 10px;
		color:#757a7a;
		padding:5px 0;
		font-weight:bold;
		border-bottom:#12438F dotted 1px;
	}
	p.breadcrumb a {
		color:#605a54
	}
	p.breadcrumb a:hover {
		text-decoration:underline;
	}

.footer {
	width:100%;
	float:left;
	/* background: #9BC03F; 
	background: #2098b3;*/
	background: #009099;
}

.footerdesign {
	width:100%;
	float:left;
	height:15px;
	background:url(../images/footerlines.png) no-repeat center top;
}

.footer p {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	line-height:18px;
	text-align:justify;
	margin-bottom:0;
}

.footer a {
	color:#ffffff;
}

.footer a:hover{
	text-decoration:underline;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin-top: 1em;
	border: none;
}

label {
	float: left;
	width: 85px;
	padding: 0 5px 0 0;
	/*text-align: right;
	*/
}

input {
	/* width: 120px; */
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-color: #555555 #CCCCCC #CCCCCC #555555;
	padding: 1px;
	color: #333;
}

.fm-opt {
	margin-bottom: .5em;
}

.fm-submit {
	width: 120px;
	height: 35px;
	background: url(../images/gonder.png) no-repeat;
	float: right;
}

.fm-submit input {
	background: none transparent;
	width: 120px;
	height: 35px;
	border: 0;
	color: #fff;
	cursor: pointer;
}

form.mail				{width:100%; float:left}
form.mail input			{width:353px; height:25px; padding:0 10px; margin-top:15px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#757a7a; line-height:18px; border:#433f37 solid 1px; line-height:23px;} 
form.mail input:focus		{ border:#64AACA solid 1px;}
form.mail select			{width:353px; height:25px; padding:0 10px; margin-top:15px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#757a7a; line-height:18px; border:#433f37 solid 1px; line-height:23px;} 
form.mail select:focus		{ border:#64AACA solid 1px;}
form.mail textarea			{width:438px; height:113px; padding: 5px 10px; margin-top:15px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#757a7a; line-height:18px; overflow:auto; border:#433f37 solid 1px;}
form.mail textarea:focus	{border:#64AACA solid 1px;}

form.mail input.more_button {
	width:129px;
	height:38px;
	margin-top:25px;
	margin-left:0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	line-height:24px;
	clear:left;
	cursor:pointer;
	outline:none;
	border:none;
	padding-bottom:4px;
	
}

form.bayi				{width:100%; float:left}
form.bayi input			{width:353px; height:25px; padding:0 10px; margin-bottom: 5px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#757a7a; line-height:18px; border:#433f37 solid 1px; line-height:23px;} 
form.bayi input:focus		{border:#64AACA solid 1px;}
form.bayi select			{width:353px; height:25px; padding:0 10px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#757a7a; line-height:18px; border:#433f37 solid 1px; line-height:23px;} 
form.bayi select:focus		{border:#64AACA solid 1px;}
form.bayi textarea			{width:438px; height:113px; padding: 5px 10px; margin-bottom: 5px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#757a7a; line-height:18px; overflow:auto; border:#433f37 solid 1px;}
form.bayi textarea:focus	{border:#64AACA solid 1px;}

form.bayi input.more_button {
	width:129px;
	height:38px;
	margin-top:25px;
	margin-left:0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	line-height:24px;
	clear:left;
	cursor:pointer;
	outline:none;
	border:none;
	padding-bottom:4px;
	
}

#overlay { position: absolute; left: 0px; top: 0px; width:100%; height:300%; text-align:center; z-index: 1000; background:url(../images/background-trans.png);}
#overlay div { width:300px; margin: 300px auto; background-color: #fff; border:1px solid #000; padding:15px; text-align:center;}

/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
  height:50px;
}
#back-top {
	position: fixed;
	bottom: 30px;
	left:50%;
	margin:0 0 0 600px;
	display:none;
}

#back-top a {
	display:block;
	width:41px;
	height:41px;
	overflow:hidden;
	text-indent:-999em;
	background: url("../images/back-to-top.gif") no-repeat scroll 0 0 transparent;
}