*, html {
	padding: 0;
	margin : 0;
}

body, label, input, select, option, textarea {
	font-family: Tahoma, Arial;
	font-size: 16px;
	letter-spacing: 0.4px;

}
body {
	text-align: center;
	background-color: #999;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;	
	
	color: #CC9933;

}
#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #660000;
	padding-bottom:2px;
	overflow:hidden;

}
fieldset {
	border: none;
}

#mainContent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 1px;

}

#hizmetler, #calisma {
	background-color: #F2C871;
	color : #7D3204;
	text-align:left;
	padding: 3px;
}
#hizmetler td {
	color: #7D3204;
	font-size: 15px;
}
#cagri-merkezi {
	font-size : 24px;
}
#cagri-merkezi h2{
	color: #996600;
	font-size : 20px;

}
#link-to-form {
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
	color: white;
}

#usta-formu {
	margin-bottom: 7px;
}



.form-body {
	width: 760px;
	font-size: 10px;
}
.fieldset-container {
padding-top: 4px;
background-color: #FCEEE4;
border: 2px solid white;
margin-bottom:5px;
}
.form-fieldset {
	padding:10px;

}
.form-legend {
	font-size: 15px;
	color: #582303;
	padding-left: 5px;
	padding-right: 5px;
}
.form-hint {
	font-size: 9px;
	color: gray;
	margin-bottom:1px;
}
.form-element {
	padding: 4px;
	margin-bottom: 3px;
	font-size: 12px;
	text-align: left;
}
a { color : white; }

.form-label {
	display: block;
	color: black;
	font-size: 12px;
}

.form-text {
	border:1px solid gray;
	border-style: inset;
	height: 20px;
	font-size: 13px;
	width:350px;
	color: #333;
}
.form-file {

	height: 20px;
	font-size: 13px;
	width:350px;
	color: #333;
}
.form-textarea {
	border:1px solid gray;
	border-style: inset;
	height: 248px;
	font-size: 13px;
	width:350px;
	color: #333;
}


.form-error {
	color: red;

}

.bilgi {
	color: #F9BB00;
	font-family: "Lucida Sans Unicode";
	margin-bottom: 3px;
}
a.site-name {
	color: #996600;
	font-size: 30px;
	letter-spacing: 1.8px;
	text-decoration: none;
}

#thanks {
	border: 2px solid red;
	padding: 5px;
	background-color: #FCEEE4;
	color: black;
	width: 700px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
.services {
	font-size: 16px;
	font-weight: bold;
}


/* BUTTONS */
.buttons {
	padding-left: 7px;
}
.buttons a, .buttons button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;

	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
	color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.buttons a.positive:active{
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
	color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active{
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}

.simply-scroll { 
	width: 100px;
	height: 150px;
	margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
	width: 100px;
	height: 150px;
}


.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 100px;
	height: 150px;
}

/** NEW CSS **/
.kampanya { margin-bottom: 3px; }
#forms { overflow: hidden; }
#content { text-align: center; padding: 4px; }
#middle { padding: 4px; }
#hizmetler table tr td { font-size: 13px; width: 142px;}

.left {
float: left;
}
.right {
float: right;
}
.clear{
clear: both;
}