@import url('fonts/fonts.css');
@import url('reset.css');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }

body,td,th {
	font-family: OpenSans-Regular_0;
	font-size: 13px;
	color:#3e3d3d;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#sayfa {
	width: 100%;
	position: relative;
}
#ust {
	width: 100%;
	z-index: 100;
}

.ust-wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
	height: 36px;
}
.logo {
	height: 187px;
	width: 152px;
	position: absolute;
	left: 8px;
	top: 6px;
}

#menu {
	background-image: url(images/menubg.png);
	background-repeat: repeat-x;
	height: 54px;
	width: 100%;
	z-index: 100;
	background-position: center top;
	padding-top: 11px;
}
.menuwrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
}

.social {
	width: 52px;
	position: absolute;
	top: 5px;
	height: 25px;
	right: 0px;
}
.facebook {
	float: left;
	height: 25px;
	width: 25px;
	background-image: url(images/facebook.jpg);
	background-repeat: no-repeat;
	margin-right: 2px;
}
.facebook:hover {
	background-image: url(images/facebook-hover.jpg);
	background-repeat: no-repeat;
}
.twitter {
	float: left;
	height: 25px;
	width: 25px;
	background-image: url(images/twitter.jpg);
	background-repeat: no-repeat;
}
.twitter:hover {
	background-image: url(images/twitter-hover.jpg);
	background-repeat: no-repeat;
}
.language {
	width: 68px;
	position: absolute;
	top: 3px;
	height: 20px;
	right: 20px;
}

.tr {
	float: left;
	height: 20px;
	width: 20px;
	background-image: url(images/tr.png);
	background-repeat: no-repeat;
	margin-right: 4px;
}
.dil-text {
	width: 20px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 20px;
}

.en {
	float: left;
	height: 20px;
	width: 20px;
	background-image: url(images/en.png);
	background-repeat: no-repeat;
	margin-right: 4px;
}
.fr {
	float: left;
	height: 20px;
	width: 20px;
	background-image: url(images/fr.png);
	background-repeat: no-repeat;
}


.link {
	font-family: 'OpenSans-Bold';
	font-size: 13px;
	color: #675a56;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}

.link:hover {
	color: #e62a1f;
}

.link3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #675a56;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight:normal;
}

.link3:hover {
	color: #e62a1f;
}
.link2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #675A56;
	text-decoration: none;
}

.link2:hover {
	color: #E62A1F;
}
.slayt-wrap {
	background-image: url(images/slaytbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 384px;
	width: 100%;
}

#slayt0 {
	height: 301px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
}

#slayt {
	height: 340px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
	background-color: #FFF;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 10px;
	-moz-box-shadow: 0 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.5);
	box-shadow: 0 0px 15px rgba(0,0,0,0.5);
}
.redborder {
	background-color: #FFF;
	border: 10px solid #e62a1f;
	height: 320px;
	width: 940px;
	border-radius: 4px;
}
#btn {
	width: 983px;
	margin-right: auto;
	margin-left: auto;
}

.btn-wrap {
	float: left;
	width: 298px;
	position: relative;
	height: 85px;
	background-image: url(images/btnbg.png);
	background-repeat: no-repeat;
	border: 7px solid #e62a1f;
	margin-right: 4px;
	padding-top: 13px;
	padding-left: 13px;
	background-color: #FFF;
}
.btn-wrap:hover {
	border: 7px solid #675a56;
}

.btn-wrap2 {
	float: left;
	width: 298px;
	position: relative;
	height: 85px;
	background-image: url(images/btnbg.png);
	background-repeat: no-repeat;
	border: 7px solid #e62a1f;
	padding-top: 13px;
	padding-left: 13px;
	background-color: #FFF;
}
.btn-wrap2:hover {
	border: 7px solid #675a56;
}
.arrow{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
	margin-top: 14px;
}
.btn-drop {
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
}


.tesis {
	height: 90px;
	width: 83px;
	position: absolute;
	top: 4px;
	right: 13px;
}

.kalite {
	height: 82px;
	width: 64px;
	position: absolute;
	top: 8px;
	right: 13px;
}

.video {
	height: 64px;
	width: 86px;
	position: absolute;
	top: 17px;
	right: 13px;
}

h1{
	font-family: raleway-bold;
	font-size: 24px;
	color: #675a56;
}

h2{
	font-family: 'OpenSans-Regular_0';
	font-size: 13px;
	color: #675a56;
	padding-top: 4px;
}
h3{
	font-family: raleway-bold;
	font-size: 22px;
	color: #000;
}
h4{
	font-family: raleway-bold;
	font-size: 16px;
	color: #675a56;
	margin-top: 10px;
}
p{
	font-family: 'OpenSans-Regular_0';
	font-size: 13px;
	color: #494949;
	padding-top: 8px;
	padding-bottom: 8px;
}

.clear {
	clear: both;
}

#alt {
	width: 980px;
	margin-top: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #fffe03;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.tavuk {
	height: 86px;
	width: 96px;
	position: absolute;
	top: -10px;
	right: 15px;
}


.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #836860;
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e62a1f;
	margin-top: 2px;
	padding-top: 10px;
}

#back-top {
	position: fixed;
	bottom: 100px;
	margin-left: -150px;
	right: 407px;
}

#back-top a {
	width: 49px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 49px;
	height: 78px;
	display: block;
	margin-bottom: 0px;
	/* rounded corners */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #e62a1f;
	background-image: url(images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #221e1f;
}
#orta {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	padding-left: 20px;
	min-height: 300px;
	background-color: #FFF;
	border-radius: 50px 50px 50px 50px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 30px;
	-moz-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	box-shadow: 0 0px 15px rgba(0,0,0,0.2);
}
.baslik {
	width: 780px;
	background-color: #ffff00;
	height: 60px;
	padding-right: 30px;
	padding-left: 200px;
	line-height: 60px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0px 0px 50px 50px;
}
.ortasol {
	float: left;
	width: 230px;
	min-height: 300px;
	background-color: #FFF;
	padding-top: 10px;
	margin-right: 20px;
}
.ortasag {
	float: left;
	width: 690px;
	padding-top: 10px;
}
.tesis-baslik {
	line-height: 40px;
	height: 40px;
	width: 212px;
	background-color: #E62A1F;
	padding-left: 18px;
	color: #FFF;
	font-family: Raleway-Bold;
	font-size: 13px;
	border-radius: 6px 6px 0px 0px;
}



.sidebarmenu ul{
	padding: 0;
	list-style-type: none;
	width: 220px;
	font-family: Raleway-Bold;
	font-size: 13px;
	margin: 0;
	border: 5px solid #e62a1f;
	border-radius: 0px 0px 6px 6px;
	background-image: url(images/solbg.jpg);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #3e3d3d;
	text-decoration: none;
	margin-bottom: 2px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-repeat: no-repeat;
	background-position: left center;
}

.sidebarmenu ul li a:visited{
	color: #3e3d3d;
}

.sidebarmenu ul li a:hover{
	color: #FFF;
	background-repeat: no-repeat;
	background-image: url(images/solbg.png);
	background-position: center top;
	background-color: #e62a1f;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 210px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


.label {
	width: 100%;
	margin-bottom: 20px;
}
.label-left {
	width: 100px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	height: 32px;
	line-height: 32px;
}

.label-right {
	width: 440px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	height: 32px;
	line-height: 32px;
}

.tb3 {
	border: 1px dotted #b1c3c6;
	width: 350px;
	height: 32px;
	border-radius: 4px;
}
.tb4 {
	border: 1px dotted #b1c3c6;
	width: 420px;
	border-radius: 4px;
}
.tb7 {
	border: 0px;
	width: 185px;
	height: 38px;
}
.buttons{
	background-color: #E62A1F;
	font-family: raleway-bold;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	border-radius: 4px;
	border: 0px;
	margin-top: 20px;
}
.buttons:hover{
	background-color: #675a56;
	color: #FFF;
}

.box {
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.box-img {
	float: left;
	width: 140px;
	margin-right: 5px;
	height: 100px;
	padding: 4px;
	border: 1px solid #CCC;
}
.box-text {
	float: right;
	height: 100px;
	margin-left: 5px;
	width: 220px;
}
.box-text2 {
	float: right;
	height: 100px;
	margin-left: 5px;
	width: 375px;
}
.box-text3 {
	float: right;
	height: 100px;
	margin-left: 5px;
	width: 530px;
}
.box-text4 {
	float: right;
	height: 100px;
	width: 690px;
}
.box-text5 {
	float: right;
	height: 100px;
	margin-left: 5px;
	width: 530px;
	line-height: 100px;
}
.box-text6 {
	float: right;
	height: 75px;
	margin-left: 5px;
	width: 530px;
	padding-top: 25px;
}
.toggle_container {
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	width: 690px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-position: left top;
}
.toggle_container .block {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.toggle_container .block p {
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	padding: 3px;
	border: 1px solid #F0E8E6;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 22px;
	background-color: #FFF;
}



.toggle_container2 {
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	width: 940px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-position: left top;
}
.toggle_container2 .block {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.toggle_container2 img {
	float: left;
	padding: 3px;
	border: 1px solid #F0E8E6;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	background-color: #FFF;
}
