@charset "utf-8";
/*
	Project:		Kalekim
	Project URI:	http://www.kalekim.com/
	Description:	Kalekim web site 'screen' cascading style sheet
	Version: 		1.0
	Author: 		Ozgur Gunes @ Modiki
	Author URI:		http://modiki.com/
*/

/*
	Table of Contents 
	-------------------------
	1	General
	2	Structure
	3	Nav
	4	Jumper
	5	Links
	6	Headings
	7	Lists
	8	Tables

*/

/* GENERAL //
-------------------------------------------------- */
body {
	background: #e0e0e0;
	margin: 0;
	padding: 0;
	font: 11px/14px Arial, Helvetica, sans-serif
}

a {
	text-decoration: none;
}

p, h1, h2, h3, h4, h5 {
	margin-top: 0;
	font-weight: normal;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

.scroll {
	overflow: auto;
	height:240px;
}

.brandLogo {
	float: right;
	margin-left: 15px;
	padding-left: 15px;
}

#main div div {
	margin: 0;
	padding: 0;	
}

.cell {
	width: 45%;
	float: left;
	margin-right: 5%;
	text-align: center;
}


/* STRUCTURE //
-------------------------------------------------- */
#logo {
	display: none;
}

#wrapper {
	width: 840px;
	border: 1px solid #c0c0c0;
	margin: 20px auto;
	background: #fff;
}

#top {
	height: 95px;
}

#mast {
	float: left;
	margin: 15px;
}

#mast h1 a {
	width: 140px;
	height: 60px;
	background: url(noya-insaat.html) no-repeat;
	display: block;
}

#mast h1 span,
#mast h2 {
	display: none;
}

#nav {
	float: right;
	list-style: none;
	margin-top: 10px;
	margin-right: 50px;
}

#footer {
	margin-top: 15px;
	clear: both;
	background: #e9e8e8;
	height: 35px;
}

#content {
	clear: both;
	border-width: 1px 0;
	border-style: solid;
	border-color: #838383;
	background-color: #999999;
	height: 400px;
	color: #fff;
}

#movie {
	float: left;
}

#main {
	float: right;
	width: 450px;
	padding:15px;
	padding-bottom: 0;
	height: 320px;
	margin:0;
	font-size: 12px;
}

#tools {
	float: right;
	width: 450px;
	padding: 0 15px;
	border-top: 1px solid #b8c711;
	height: 34px;
}


#pager {
	float: right;
	width: 450px;
	padding: 0 15px;
	height: 20px;
}

#main h2 {
	background:#a3a3a3;
	padding: 15px;
	font-size: 24px;
	margin-left: -15px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 24px;
}


#jumper {
	margin: 0;
	padding: 0;
	color: #666;
	width: 200px;
	float: left;
}

#buttons {
	margin-top: 10px;
}

/* NAV //
-------------------------------------------------- */
#nav ul {
	display: none;
}

#nav a {
	position: relative;
	display: block;
	color: #6e6f6f;
}

#nav a:hover {
	color: #b8c711;
}

#nav .current {
	border-bottom: 2px solid #b8c711;
}

#nav li.over ul, #nav li:hover ul {
	display: block;
	position: absolute;
	padding: 10px;
	margin: 0 -10px;
}

#nav li {
	float: left;
	margin-right: 10px;
	display: inline;
	padding: 1px 3px;
}

#nav ul li {
	padding: 0;
}

#buttons li {
	float: right;
}

/* JUMPER //
-------------------------------------------------- */
#jumper ul {
	display: none;
}

#jumper li {
	background: #e9e8e8 url(../img/pulldown.html) no-repeat right;
	border: 1px solid #fff;
	padding: 2px;
	margin: 0;
	position: relative;
	display: block;
}

#jumper li li {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#jumper li:hover ul, #jumper li.over ul {
	display: block;
	position: absolute;
	background: #e9e8e8 no-repeat right;
	border: 1px solid #fff;
	width: 200px;
	margin: 0;
	padding: 0;
	margin-left: 5px !important;
	margin-top: -10px !important;
	margin-left: -35px;
	margin-top: 5px;
}

#jumper ul li a {
	padding: 2px;
	border-bottom: 1px solid #fff;
	padding-right: 50px;
	padding-left: 5px;
	position: relative;
	display: block;
	color: #666;
}

#jumper ul li a:hover {
	background: #d8e731;
}

/* LINKS //
-------------------------------------------------- */
#pager a, #pager span {
	padding: 3px !important;
	padding: 1px 3px;
	background: #afb0a3;
	color: #fff;
	font-size: 10px;
}

#pager a.current {
	background: #b8c711;
}

.kaleLogo {
	float: left;
}

.kaleLogo a {
	display: block;
	width: 19px;
	height: 24px;
	background: url(../img/kale.html);
	margin: 6px 10px;
}

.kaleLogo span {
	display: none;
}

#footer a {
	color: #878383;
}


#main a {
	color: #ffffff;
}

#main a:hover {
	color: #e8f741;
}

#main h4 a {
	background: url(../img/link.html) no-repeat left;
	padding-left: 20px;
}

.printButton a {
	padding: 2px 0;
	padding-left: 15px;
	background: url(../img/print.html) no-repeat left;
	color: #fff;
}


/* HEADINGS //
-------------------------------------------------- */

#mast h1 {
	margin: 0;
}

#main h3 {
	color: #d8e731;
	font-size: 160%;
	line-height: 120%;
}

#main h4 {
	font-size: 140%;
}

#main h5 {
	font-size: 120%;
}

h4.iletisim {
	margin-top: 30px;
	margin-bottom: 10px;
}

.scroll h3 {
	padding-top: 3px;
}

/* LISTS //
-------------------------------------------------- */
#brandMenu {
	margin-left: 50px;
}

#brandMenu li {
	margin-top: 10px;
	float: left;
	margin-right: 15px;
}

#langMenu {
	float: right;
}

#langMenu li {
	margin-top: 10px;
	float: left;
	margin-right: 15px;
}

#langMenu li.current {
	background: url(../img/bullet.html) no-repeat left;
	padding-left: 10px;
}

#main ul {
	list-style: url(../img/bullet.html);
	margin-left: 25px;
}

#main li {
	margin: 5px 0;
}

#buttons li {
	margin-left: 10px;
	margin-top: 5px;
}

#reflist ul.hidden {
	display: block;
}

#reflist ul.hidden ul {
	display: none;
}

/* TABLES //
-------------------------------------------------- */
table {
	width: 95%;
}
th {
	text-align: left;
	color: #d8e731;
	padding-bottom: 3px;
}
td {
	width: 50%;
	border-top: 1px solid #aaa;
	padding: 3px;
}