body {
	background: #111;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #808080;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #000;
}

#header {
	border-bottom: solid 1px #292929;
	position: relative;
	padding: 0 0 0 15px;
	height: 234px;
}
#header .lang {
	position: absolute;
	top: 10px;
	right: 30px;
}
#header .lang a {
	color: #fff;
}

#logo {}
#logo a {
	background: transparent url(../images/logo.png) no-repeat left top;
	width: 170px;
	height: 234px;
	display: block;
	text-indent: -9999px;
}



#mainNav {
	position: absolute;
	right: 0;
	bottom: 3px;
}
#mainNav ul {
	height: 37px;

}
#mainNav ul li {
	float: left;
}
#mainNav ul li a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/mainNav.png);
	display: block;
	height: 37px;
	text-indent: -9999px;
	float: left;
}

#mainNav ul li a.akademi 	{background-position: 0 0; 			width: 118px;}
#mainNav ul li a.oduller 	{background-position: -118px 0; 	width: 124px;}
#mainNav ul li a.basin 		{background-position: -242px 0; 	width: 94px;}
#mainNav ul li a.iletisim 	{background-position: -336px 0; 	width: 108px;}

body#akademi #mainNav ul li a.akademi,
#mainNav ul li a.akademi:hover 	{background-position: 0 -56px; }
body#oduller #mainNav ul li a.oduller,
#mainNav ul li a.oduller:hover 	{background-position: -118px -56px;}
body#basin #mainNav ul li a.basin,
#mainNav ul li a.basin:hover 		{background-position: -242px -56px;}
body#iletisim #mainNav ul li a.iletisim,
#mainNav ul li a.iletisim:hover 	{background-position: -336px -56px;}

/* ============ */
/* = Masthead = */
/* ============ */

#masthead {
	height: 603px;
	background: transparent url(../images/mainBackground.png) no-repeat left top;
	padding: 0 0 0 35px;
	position: relative;
}
#masthead h2.title_altinbamya {
	background: transparent url(../images/titles_main.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 25px;
	margin-bottom: 10px;
}
body#home_en #masthead h2.title_altinbamya {
	background: transparent url(../images/titles_main_en.png) no-repeat 0 0;
}
#masthead .text_content {
	padding: 100px 0 0 0;
	width: 225px;
}
#masthead .text_content p {
	padding: 5px 0;
	line-height: 16px;
	color: #ccc;
}

/* =================== */
/* = Screen slidehow = */
/* =================== */

#screen_slideshow {
	position: absolute;
	width: 517px;
	height: 314px;
	top: 133px;
	left: 430px;
	z-index: 100;
	background: #fff;
	overflow: hidden;
}
#screen_slideshow .wrapper{
	position: relative;
}
#screen_slideshow .mask {
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/slideshow/slideshow_mask.png) no-repeat left top;
	width: 517px;
	height: 314px;
	z-index: 400;
}



#section_thumbnails{
	background: url(../images/mainFooterBackground.png) no-repeat left top;
	height: 355px;
	padding: 25px 0 0 36px;
}
#section_thumbnails .column {
	width: 250px;
	margin-right: 71px;
	height: 355px;
	border-bottom: solid 1px #171414;
	float: left;
	color: #848080;
	position: relative;

}

#section_thumbnails .thumbnail a {
	width: 250px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#section_thumbnails .thumbnail a:hover {
	background-position: 0 -80px;
}
#section_thumbnails .thumbnail a.akademi {background-image: url(../images/content/thumb_akademi.png)}
#section_thumbnails .thumbnail a.oduller {background-image: url(../images/content/thumb_2009.png)}
#section_thumbnails .thumbnail a.basinda {background-image: url(../images/content/thumb_basinda.png)}



#section_thumbnails .last {
	margin-right: 0px;
	margin-left: -2px;
}

#section_thumbnails h3 {
	margin-bottom: 16px;
}

#section_thumbnails h3 a {
	background-image: url(../images/titles_main.png);
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
}
body#home_en #section_thumbnails h3 a {
	background-image: url(../images/titles_main_en.png);
}
#section_thumbnails h3.akademi a {background-position: 0px -50px;}
#section_thumbnails h3.oduller a {background-position: 0px -100px;}
#section_thumbnails h3.basinda a {background-position: 0px -150px;}

#section_thumbnails .thumbnail {height: 80px; margin-bottom: 38px;}
#section_thumbnails p {
	line-height: 22px;
}
#section_thumbnails .more {
	background: transparent url(../images/arrow.png) no-repeat left top;
	display: block;
	width: 9px;
	height: 10px;
	text-indent: -9999px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}


/* =========== */
/* = Content = */
/* =========== */

#header_image {
	background-position: 10px 0;
	background-repeat: no-repeat;
	width: 950px;
	height: 134px;
	background-image: url(../images/content/header_placeholder.png);
	margin-top: 10px;
}
body#oduller #header_image,
body#akademi #header_image,
body#basin #header_image {
	background-image: url(../images/content/header_akademi.png);
}
body#iletisim #header_image {
	background-image: url(../images/content/header_iletisim.png);
}

#content {
	color: #808080;
	padding: 0 10px;

}
#content a {
	text-decoration: none;
	color: #fff;
}
#content .section {
	border-bottom: dotted 1px #808080;
	padding: 20px 0;
}
#content p {
	line-height: 18px;
	padding: 5px 0;
}
#content ul {
	padding: 5px 0;
}
#content ul li {
	background: transparent url(../images/bullet.png) no-repeat 0px 5px;
	padding: 0 0 0 15px;
	line-height: 18px;
}


#content h3.title {
	background-image: url(../images/content_titles.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 30px;
	text-indent: -9999px;
}
/* Insert title classses and positionings */
#content h3.t_akademi {
	background-position: 0 0;
}
#content h3.t_academy {
	background-position: 0 -50px;
}


#content h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 12px 0 3px;
	color: #eee;
	position: relative;
}

#content h4 .top {
	position: absolute;
	right: 0;
	top: 0;
}
#content h4 .top a {
	font-size: 10px;
	text-decoration: none;
}
#content h4 .top a:hover {
	text-decoration: underline;
}
#content h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	border-bottom: dotted 1px #333;
	padding: 5px 0;

}

#content .darr {
	font-size: 14px;
	padding: 0 0 0 5px;
}
#content .uarr {
	font-size: 12px;
	padding: 0 0 0 5px;
}


/* ================ */
/* = Contact Page = */
/* ================ */

#iletisim .contact_info {
	background: transparent url(../images/content/placeholder_iletisim.png) no-repeat left top;
	height: 208px;
	padding: 0 0 0 350px;
	margin: 50px 0 0 0 ;
}
#iletisim .contact_info h4.title,
#iletisim .contact_info span.phone,
#iletisim .contact_info a.email_address {
	background-repeat: no-repeat;
	background-image: url(../images/content/contact_text.png);
	background-color: transparent;
	text-indent: -999px;
}
.contact_info span.phone {
	width: 140px;
	display: block;
	background-position: 0px -69px;
	height: 36px;
}
#iletisim .contact_info h4.title {
	padding: 0; margin: 0;
	width: 250px;
	height: 69px;
	background-position: 0 0;
}
.contact_info a.email_address{
	display: block;
	height: 17px;
	width: 170px;
}
.contact_info a.email_address{
	background-position: 0 -105px;
}
.contact_info a.email_address:hover{
	background-position: 0 -141px;
	
}

/* ========= */
/* = Press = */
/* ========= */

body#press #press_thumbnails,
body#basin #press_thumbnails {
	margin: 30px 0 0 0;
}
body#press #press_thumbnails li,
body#basin #press_thumbnails li {
	margin: 0;
	padding: 0;
	width: 150px;
	background: none;
	background-image: none;
	background-color: #181818;
	float: left;
	margin: 0 10px 10px 0;
}
body#press #press_thumbnails li .caption,
body#basin #press_thumbnails li .caption {
	padding: 0 0 0 10px;
	line-height: 20px;
}
body#press #press_thumbnails li a,
body#basin #press_thumbnails li a {
	position: relative;
	color: #efdd96;
	display: block;
	padding-bottom: 4px;
}
body#press #press_thumbnails li a:hover,
body#basin #press_thumbnails li a:hover {
	color: #fff;
}
body#press #press_thumbnails li a .overlay,
body#basin #press_thumbnails li a .overlay {
	position: absolute;
	top: 0; left: 0;
	width: 144px;
	border: solid 3px #181818;
	height: 119px;
}
body#press #press_thumbnails li a:hover .overlay,
body#basin #press_thumbnails li a:hover .overlay {
	border-color: transparent;
	background: transparent url(../images/magnify.gif) no-repeat center center;
	opacity: .7;
}
body#press #press_thumbnails li .image img,
body#basin #press_thumbnails li .image img {
	vertical: top;
}



/* ========== */
/* = Footer = */
/* ========== */
#footer {
	color: #808080;
	padding: 10px 10px 20px;
	position: relative;
}
body#home #footer {
	padding: 35px;
}

body#home #footer ul.social_links {
	float: none;
	
}
#footer ul.social_links {
	float: right;
	
	display: none;

}
#footer ul {
	height: 21px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	background-image: url(../images/social_icons.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 22px;
	text-indent: -9999px;
	height: 21px;
	display: block;
	margin-right: 7px;
}
#footer ul li a.friendfeed 	{background-position: 0 0;}
#footer ul li a.twitter 	{background-position: -31px 0;}
#footer ul li a.facebook 	{background-position: -61px 0; margin-right: 0}

#footer .contact {
	width: 700px;
	float: left;
	color: #fff;
}
#footer .contact a {
	color: #fff;
	text-decoration: none;
}
#footer .contact a:hover {
	text-decoration: underline;
}
#footer .orange {
	color: #d8890e;
}
#iletisim #footer {
	border-bottom: dotted 1px #808080;
	margin: 0 10px 10px;
	height: 30px;
}
#basin #footer {
	border-top: dotted 1px #808080;
	margin: 30px 10px 10px;
	height: 30px;
}


#trafo {
	position: absolute;
	left: 50%;
	margin-left: 485px;
	bottom: 10px;
}
#trafo a {
	background: url(../images/trafo_logo.gif) no-repeat 0 0;
	display: block;
	width: 10px;
	height: 30px;
	text-indent: -9999px;
}






