/* CSS Document */
body { background:#19242E; font-family: Verdana, Arial, Helvetica, sans-serif; }
a,a:link,a:visited { color:#333; text-decoration:none; font-weight:bold; }
a:focus,a:hover { color:#36F; } 

h1,h2,h3 { margin:4px 0; font-weight:bold; }
h1 { font-size:12pt;}
h2 { font-size:10pt;}
strong { font-weight:bold; }
.nopad { padding:0; }
.titleGRD, .titleGRD th { text-align:left; font-size:10pt; font-weight:bold; }
.tableCenter { width:860px; margin:0 auto;}
.tableCenter tr td { line-height: 25px; }

#Main { width:924px; margin:0 auto; display:table; }
#Header { width:100%; height:330px; margin:0; padding:0; }
#Content { width:99.9%; padding:2em 0; margin-left:1px; display:table; min-height:200px; background:url(../images/bg.jpg) no-repeat top center #FFF; }
#Footer { width:100%; height:130px; margin:0; padding:0; text-align:center; font-size:8pt; line-height:25px; color:#FFF; }
#Footer a,#Footer a:link,#Footer a:visited { color:#FFF; text-decoration:none; font-weight:bold; }
#Footer a:hover,#Footer a:focus { color:#3BAAE4; } 

div#p-1,div#p-2,div#p-3,div#p-4, div#p-5, div#p-6, div#p-7, div#p-8, div#p-9, div#p-10, div#p-11, div#p-12, div#p-13, div#p-14, div#p-15, div#p-16, div#p-all {  padding:2px; margin:5px auto; display:table; font-size:8pt; line-height:15px; }
div#p-1,div#p-3,div#p-5 { border-right:2px solid #637382;  }
div#Line { background:#637382; height:2px; width:100%; margin:5px 0; float:left;}
/*title*/
div#p-1.title,div#p-2 .title,div#p-3 .title,div#p-4 .title,div#p-5 .title,div#p-6 .title, div#p-all .title { height:35px; }
div#p-6 p { padding:10px; }
/*Anasayfa*/
div#p-1 { width:510px; float:left;   height:210px; padding-left:26px;}
div#p-2 { width:335px; float:right;  height:210px; padding-right:26px;}
div#p-3 { width:345px; float:left;   height:130px; padding-left:26px;}
div#p-4 { width:560px; float:right;  height:130px; padding-right:26px;}
div#p-3 .ser { width:100px; height:68px; margin:15px 1px 1px 1px; float:left;}
div#p-4 .is { width:100px; height:100px; margin:3px; float:left; cursor:pointer;}
.news { width:99%; padding:1%; } 
/*Hakkimizda*/
div#p-5 { width:240px; float:left;   height:175px; padding-left:26px;}
div#p-6 { width:600px; float:right;  height:175px; padding-right:26px;}
/*kalite*/
div#p-7 { width:440px; float:left;   height:435px; padding-left:26px;}
div#p-8 { width:400px; float:right;  height:435px; padding-right:26px;}
div#p-8 .ser { width:100px; height:68px; margin:15px; float:left; cursor:pointer;}
div#p-7 h2 { margin-left:10px; }
div#p-7 p { margin-left: 13px; } 
/*iletisim*/
div#p-9 { width:400px; float:left;   height:305px; padding-left:26px;}
div#p-10 { width:440px; float:right;  height:305px; padding-right:26px;}
div#p-11 { width:840; float:left;  height:175px; padding-left:26px;}
/*refdetay*/
div#p-12 { width:405px; float:left;   height:420px; background:#b8cee4; margin-left:26px;}
div#p-13 { width:450px; float:right;  height:300px; background:#b8cee4; margin-right:26px;}
div#p-14 { width:450px; float:right;  height:100px; background:#b8cee4; display:table; margin-right:26px;}
div#p-14 .each { width:120px; height:100px; display:block; margin-left:1px; float:left;}

div#p-all { width:95%; padding:0 26px; }


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
#scroller_Point
{
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 150px;	 
	width: 100%;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:700px;	
	min-height:477px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
