@charset "utf-8";
/* RESET */
* { margin: 0; padding: 0; outline: 0 }
img{border:0px;}
/* LAYOUT */

body{
	background:#ffffff no-repeat;
	text-align:center;
	font:12px Arial;
	color:#000000;
	background:#E6E6E6 url(images/body-bg.jpg) repeat-x;
}

a:link, a:visited, a:hover{
	color:#333333;
	font:12px Arial;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrap{
	position: relative;
	width:980px;
	text-align:left;
	margin:auto;
}

.fixed-width{
	width:980px;
}

#header{
	background:#f7ecdf  url(images/background.jpg) repeat-x;
	width:980px;
}

#menu{
	height:252px;
	margin-bottom:10px;
}

#menu a{display:block;float:left;width:211px;height:31px;}
#menu a#hakkimizda{background:#f7ecdf url(images/pasif.jpg) no-repeat;}
#menu a#hizmetlerimiz{background:#f7ecdf url(images/pasif.jpg) no-repeat scroll 0px -31px;}
#menu a#projelerimiz{background:#f7ecdf url(images/pasif.jpg) no-repeat scroll 0px -62px;}
#menu a#bayilerimiz{background:#f7ecdf url(images/pasif.jpg) no-repeat scroll 0px -93px;}
#menu a#insankaynaklari{background:#f7ecdf url(images/pasif.jpg) no-repeat scroll 0px -124px;}
#menu a#franchise{background:#f7ecdf url(images/pasif.jpg) no-repeat scroll 0px -155px;}
#menu a#haberler{background:#f7ecdf url(images/pasif.jpg) no-repeat scroll 0px -186px;}
#menu a#iletisim{background:#f7ecdf url(images/pasif.jpg) no-repeat scroll 0px -217px;}

#menu a#hakkimizda:hover{
	background:#f7ecdf url(images/aktif.jpg) no-repeat scroll 0px 0px;
}
#menu a#hizmetlerimiz:hover{
	background:#f7ecdf url(images/aktif.jpg) no-repeat scroll 0px -31px;
}
#menu a#projelerimiz:hover{
	background:#f7ecdf url(images/aktif.jpg) no-repeat scroll 0px -62px;
}
#menu a#bayilerimiz:hover{
	background:#f7ecdf url(images/aktif.jpg) no-repeat scroll 0px -93px;
}
#menu a#insankaynaklari:hover{
	background:#f7ecdf url(images/aktif.jpg) no-repeat scroll 0px -124px;
}
#menu a#franchise:hover{
	background:#f7ecdf url(images/aktif.jpg) no-repeat scroll 0px -155px;
}
#menu a#haberler:hover{
	background:#f7ecdf url(images/aktif.jpg) no-repeat scroll 0px -186px;
}
#menu a#iletisim:hover{
	background:#f7ecdf url(images/aktif.jpg) no-repeat scroll 0px -217px;
}

#main{
	background:#f7ecdf;
	/*width:980px;*/
	padding-bottom:10px;
}

#main-left{
	float:left;
	width: 211px;
	margin-top:10px;
	padding-left:10px;
}

#main-right{
	float: right;
	width: 730px;
	margin-top:10px;
	margin-left:10px;
	padding-right:10px;
}

#footer{
	background:#f7ecdf url(images/footer.jpg) repeat-x;
	width:980px;
	height:90px;
	color:#663300;
	font-weight:bold;
}

#footer a{
	color:#663300;
	font-weight:bold;
}

#footer-left{
	float:left;
	padding-top:40px;
	padding-left:25px;
}

#footer-right{
	float:right;
	padding-top:40px;
	padding-right:25px;
}

.page-content{}
.page-content img{
	border:1px solid #CCCCCC;
	padding:3px;
	background-color:#FFFFFF;
	margin-bottom:4px;
}

.page-content img[align=right]{
	margin-left:4px;
}

.page-content img[align=left]{
	margin-right:4px;
}

.page-content ul{
	margin-left:40px;
	margin-bottom:10px;
	margin-top:10px;
}

.page-content ol{
	margin-left:40px;
	margin-bottom:10px;
	margin-top:10px;
}

/* FORM */
input.textfield{
	border:1px solid #CCC;
	padding:2px;
	color:#333333;
}

#remember{
	margin:0px;
	padding:0px;
	height:15px;
}
select.combobox{
	border:1px solid #CCC;
	padding:1px;
	color:#333333;
}
select.combobox option{
	padding-right:2px;
	padding-left:2px;
}

input.button{
	height:auto;
	width:auto;
	background:#EEEEEE url(images/btn.jpg) repeat-x;
	color:#333333;
	font:bold 12px Tahoma;
	cursor:pointer;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:18px;
	padding-right:18px;
	border:1px solid #CCC;
}

a.link-button{
	background:#B8BFC7 url(images/btn.jpg) repeat-x;
	color:#333333;
	font: bold 12px Tahoma;
	cursor:pointer;
	border:0px;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	border:1px solid #CCCCCC;
	text-decoration:none;
	display:block;
}

a.link-button:hover{
	border:1px solid #333333;
	text-decoration:none;
}

/* Framework CSS */
blockquote{
	margin-bottom: 5px;
  	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	border-right: 4px solid #CCCCCC;
	padding:5px;
	overflow:hidden;
	height:auto;
}

.info {
	height:148px;
	margin-bottom: 5px;
  	background: #FBFDFF url(images/info.jpg) no-repeat 10px 10px !important;
	border: 1px solid #A2BECB;
	border-left: 4px solid #A2BECB;
	font-weight:bold;
}

.info_min {
	min-height:50px;
	margin-bottom: 5px;
  	background: #FDF6D4 url(images/info32.gif) no-repeat 10px 10px !important;
	border: 1px solid #EAE3C1;
	border-left: 4px solid #EAE3C1;
	border-right: 4px solid #EAE3C1;
	font-weight:bold;
	height:52px;
	overflow:auto;
}

.info #msg{
	margin-top:26px;
	margin-left:148px;
	font-family: Tahoma;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	color:#333333;
	height:94px;
}

.info_min #msg{
	margin-top:18px;
	margin-left:50px;
	font-family: Tahoma;
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
	color:#333333;
	padding-bottom:10px;
}

.info #nav{
	text-align:right;
	color:#333333;
	padding-right:10px;
}

.warning {
  	background: #FBFDFF url(images/warning.jpg) no-repeat 10px 10px !important;
}

.warning_min{
	background: #FDF6D4 url(images/warning32.gif) no-repeat 10px 10px !important;
}

.success {
  	background: #FBFDFF url(images/success.jpg) no-repeat 10px 10px !important;
}

.success_min {
  	background: #FDF6D4 url(images/success32.gif) no-repeat 10px 10px !important;
}

#exception {
	margin-top:30px;
	width:500px;
 	padding: 20px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica;
	font-size:14px;
	background-color:#FFFFFF;
}

#exception #msg{
	margin-top:20px;
}

#exception #debug{
	margin-top:20px;
	font-weight:bold;
	color:red;
}

#exception #links{
	margin-top:20px;
	font-weight:bold;
	color:#003399;
}

/* H1 Container */
.h1-container{
	clear:both;
	overflow:hidden;
	font-size:20px;
	color:#333333;
	font-family:Arial, Helvetica;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}

.h1-container .h1-left{
	float:left;
	clear:left;
	width:0px;
}

.h1-container .h1-center{
	float:left;
	padding-top:0px;
	padding-bottom:3px;
}

.h1-container .h1-right{
	float:right;
	clear:right;
	width:8px;
}

.float-right{float:right;}
.float-left{float:left;}
.clear-right{clear:right;}
.clear-left{clear:left;}
.left-margin{margin-left:5px;}
.right-margin{margin-right:5px;}

.float-container{
	overflow: hidden;
}

* html .float-container{ /* IE6 Fix */
	height:0px;
	overflow:visible;
}