body{
	margin:0;
	padding:0;
/*	font-family:"Lucida Grande";*/
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 0.8em;
	background:#fff url(../images/bg-pattern.png) repeat-x fixed top center;
	min-width:800px;
	min-height:400px;
}
h1{
	font-size:1.75em;
	margin-bottom:30px;
	margin-left:20px;
}
img{
	border:0 none;
}
#body{
	margin:0 auto;
	min-height:600px;
	width:1000px;
	padding-top:20px;
	padding-bottom:160px;
}
#navigator{
	height:160px;
	bottom:0;
	position:fixed;
	left:0;
	width:100%;
	background:transparent url(../images/nav_bg.png);
/*	background-color:#fff;*/
}
#navtopbar{
	height:40px;
	display:block;
	position:relative;
	top:0;
	left:0;
	padding-left:120px;
	padding-right:120px;
	text-align:center;
	color:#fff;
}
.navProject{
	background-color: #000;
}
.dt_logo{
	left:10px;
	position:absolute;
	top:10px;
}
#navbuttons{
	text-align:right;
	margin-right:50px;
	width:400px;
	float:right;
}
#subbuttons a{
	outline:none;
}
#navbuttons span{
	display:inline-block;
	height:20px;
	line-height:20px;
	padding:5px 27px;
	padding-left:5px;
/*	font-size:0.9em;*/
	color:#fff;
	cursor:pointer;
	float:left;
}
#navigator #projeler_btn,
#navigator .projeler{
	background-color:#000;
}
#navigator #ozgecmis_btn,
#navigator .ozgecmis{
	background-color:#4d4a45;
}
#navigator #iletisim_btn,
#navigator .iletisim{
	background-color:#836148;
}
#navigator .logo_title{
	margin-left:120px;
	display:inline-block;
	font-size:1em;
	margin-top:40px;
/*	font-weight:bold;*/
}
#navbuttons span span{
	width:17px;
	height:17px;
	display:inline-block;
	padding:0;
	margin:0;
	margin-right:5px;
	vertical-align:middle;
	visibility:hidden;
}
#navbuttons span a{
	text-decoration: none;
	color:#fff;
	outline:none;
	/*font-weight:bold;*/
}
#navbuttons span.hover span,
#navbuttons span.selected span{
	visibility:visible;
}
.white_arrows, .black_arrows{
	width:17px;
	height:17px;
	display:inline-block;
	padding:0;
	margin:0;
}
.white_arrows{
	background-image:url(../images/arrows-white.png);
	background-repeat:no-repeat;
}
.black_arrows{
	background-image:url(../images/arrows-black.png);
	background-repeat:no-repeat;
}
.backward{
	background-position:0 0;
}
.turn_right{
	background-position:-17px 0;
}
.turn_left{
	background-position:-34px 0;
}
.forward{
	background-position:-51px 0;
}

#navtopbar .backward{
	background-position: 0 -3px;
	position:relative;
}

#navtopbar a{
	color:#fff;
	text-decoration:none;
}
#navArrow{
	display:block;
	height:17px;
	overflow:hidden;
	text-align:left;
}
#navArrow span{
	top:-20px;
}

#project_list{
	list-style:none;
	padding:0;
	margin:0;
}
#project_list h2{
	padding:0;
	margin:5px 0 0;
	cursor:pointer;
	vertical-align:middle;
	font-size:1.25em;
}
.title_arrow{
	vertical-align:middle;
	margin-right:5px;
}
#project_list div.project_list_node{
	clear:both;
	display:block;
	overflow:hidden;
	display:none;
	margin-bottom:30px;
}

div#project_list ol#project_photos {
	list-style:none;
	padding:0;
	display:inline-block;
	margin-right:10px;
	margin-left:15px;
	width:633px;
}
div#project_list ol#project_photos li{	
	-webkit-border-radius: 0.4em 0.4em 0.4em 0.4em;	
	-moz-border-radius:0.4em 0.4em 0.4em 0.4em;
	background:none repeat scroll 0 0 #FAFAFA;
	border:1px solid #DDDDDD;
	float:left;
	height:110px;
	line-height:110px;
	text-align:center;
	width:110px;
	background-color:#eee;
	margin:0.3em;
	padding:0.2em;
	cursor:pointer;
}
div#project_list ol#project_photos li a{
	outline:none;
}
div#project_list ol#project_photos li img{
	vertical-align: middle;
}

#info_box{
	display:inline-block;
	float:right;
	text-align:left;
	width:300px;
	padding:10px 20px;
	line-height:18px;
	font-size:0.9em;
/*	border: 1px solid #9a9a9a;*/
}

#info_box strong{
	display:inline-block;
	width: 110px;
}
#info_box sup{
	font-size:0.7em;
}
#info_box h3{
	margin:0;
	padding:0;
}

.order_bar{
	text-align:right;
	font-size:0.5em;
	padding-left:20px;
}
.order_bar a{
	color:#000;
	text-decoration:none;
}
.order_bar a:hover{
	text-decoration:underline;
}
.order_bar .order_arrow{
	font-size:1em;
}