body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    margin-top:0px;
	}
p{
		font-size:14px;
		font-family:Verdana, Geneva, sans-serif;
		color:#333;
}
li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-indent:12px;
	margin-top:5px;

}
a{

		color:#333;
		text-decoration:none;
}
a:hover{

		color:#cc0000;
		text-decoration:none;
}
.header {
	height: 80px;
	width: 960px;
	margin-top:20px;

}
.container {
	width: 960px;
	margin: 0 auto;
    border-top: 4px solid #ff6600;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.container .banner {
	background-image: url(images/main_banner.png);
	background-repeat: no-repeat;
	height: 384px;
	width: 960px;
}
.container .banner1 {
	background-image: url(images/ucretsizcanlidestek.png);
	background-repeat: no-repeat;
	height: 384px;
	width: 960px;
}
.container .content {
	width: 960px;
	min-height: 700px;
	padding: 30px;
}
.container .contentinner {
	width: 960px;
	min-height: 700px;
	padding: 10px;
}
.container .content .left {
	width: 45%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	min-height: 150px;
}
.container .footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 104px;
}
.container .tck {
	background-image: url(images/slogan.png);
	background-repeat: no-repeat;
	height: 139px;
}
.container .sloganhome {
	background-image: url(images/sloganhome.png);
	background-repeat: no-repeat;
	height: 139px;
}
.container .footer .footeraddress{
	padding-top: 40px;
	text-align: center;
	width: 700px;
	margin: 0 auto;
	color:#fff;
	text-shadow: 0 1px 0 #333;
}
.footeraddress a{
	color:#ffcc00;
	text-shadow: 0 1px 0 #333;
}
.container .content img, .container .contentleft img {
	padding-right: 20px;
}
.container .content .left h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	text-shadow: 3px 3px 3px 5px #ddd;
	color: #333333;
	text-decoration: none;
}
.container .content .left h2 a {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	text-shadow: 3px 3px 3px 5px #ddd;
	color: #333333;
	text-decoration: none;
}
.container .content .left h2 a:hover {
	color: #D41404;
	text-decoration: none;
}
.container .content .contentleft h2 a:hover {
	color: #D41404;
	text-decoration: none;
}
.contentleft {
	width: 900x;
	margin-right: 4%;
	margin-bottom: 4%;
	min-height: 150px;
}
.container .loginform {
	background-color: #EC6D17;
	height: 30px;
	margin-bottom: -30px;
	padding-top: 3px;
	padding-right: 3px;
}
.container .content .contentleft h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	text-shadow: 3px 3px 3px 5px #ddd;
	color: #333333;
	text-decoration: none;
}
.container .content .contentleft h2 a {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	text-shadow: 3px 3px 3px 5px #ddd;
	color: #333333;
	text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

fieldset
{
  margin: 0;
  padding: 0;
  border: 0;
}

input:focus,textarea:focus {
  outline: none;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background: #eee;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

nav li {
  float: left;
}

nav #login {
  border-right: 1px solid #ddd;
  -moz-box-shadow: 1px 0 0 #fff;
  -webkit-box-shadow: 1px 0 0 #fff;
  box-shadow: 1px 0 0 #fff;
}

nav #login-trigger,
nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 #fff;
}

nav #signup a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

nav #login-trigger {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

nav #login-trigger:hover,
nav #login .active,
nav #signup a:hover {
  background: #fff;
}

nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);
  padding: 15px;
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

nav li #login-content {
  right: 0;
  width: 250px;
}

/*--------------------*/

#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 238px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px #ccc inset;
  -webkit-box-shadow: 0 1px 1px #ccc inset;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
  margin: 10px 0 0 0;
}

#login #submit {
  background-color: #d14545;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
  background-image: -webkit-linear-gradient(top, #e97171, #d14545);
  background-image: -moz-linear-gradient(top, #e97171, #d14545);
  background-image: -ms-linear-gradient(top, #e97171, #d14545);
  background-image: -o-linear-gradient(top, #e97171, #d14545);
  background-image: linear-gradient(top, #e97171, #d14545);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #7e1515;
  float: left;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

#login #submit:hover,
#login #submit:focus {
  background-color: #e97171;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
  background-image: -webkit-linear-gradient(top, #d14545, #e97171);
  background-image: -moz-linear-gradient(top, #d14545, #e97171);
  background-image: -ms-linear-gradient(top, #d14545, #e97171);
  background-image: -o-linear-gradient(top, #d14545, #e97171);
  background-image: linear-gradient(top, #d14545, #e97171);
}

#login #submit:active {
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#login #submit::-moz-focus-inner {
  border: none;
}

#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}
.logo {
  float: left;
  line-height: 30px;
  width:350px;
  height:100px;
}
.headbanner {
  float: right;
  line-height: 30px;
  width:475px;
  height:100px;
}