/* Class definition for background shading */ 

.system_template_innerWindow_init{
	visibility:hidden; 
	position:absolute; 
	z-index:90;
	border:12px solid #000000;
	background-color:#F5F5F5;
}

.system_template_innerWindow {
	visibility:hidden; 
	position:absolute; 
	z-index:90; 
	border-left:12px solid #000000;
	border-bottom:12px solid #000000;
	border-right:12px solid #000000;	
	background-color:#F5F5F5;
}

.system_template_content_shade {
	visibility:hidden; 
	position:absolute; 
	z-index:20;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	background-color:#000000;
}

.system_dynamic_content_www_link {
	text-decoration:none;
	color:#CCCC00;
	font-weight:bold;
}

.system_dynamic_content_email_link {
	text-decoration:none;
	color:#FF00FF;
	font-weight:bold;
}



/***********************/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, span{
	margin:0;
	padding:0;
	border: 0;
}

body{
	text-align: left;
/*	font-family:tahoma, Arial, Helvetica, sans-serif;*/
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight:normal;
	color:#000;
	font-size:8pt;
	background-color:#e4791a;
	line-height:1.5em;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position:left top;
}




tr,td{
	color:#000;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

p{

}
h1 {
	font-size: 200%;
	font-weight:lighter;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 2em;
}
h2 {
	font-size: 180%;
	font-weight:400;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	}
h3{
	font-size: 160%;
	font-weight:400;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 2em;
	}

h4 {
	font-size: 140%;
	font-weight:bold;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h5 {
	font-size: 100%;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: 600;

}

h6 {
	font-size: 100%;
	font-weight:bold;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;

}

a{
	color:#000;
	text-decoration:none;

}
a:hover{
	color:#000;
	text-decoration:none;

}


sup{
	font-size: 100%;
}

label{
	 font: bold 100% "tahoma", Verdana, Arial;
	 color: #334d55;
}

hr{
	border:0px solid #FFFFFF;
	height:0px;
}

fieldset{
	padding:10px;
	border:1px solid #fff;
}

.alternatif_fieldset{
	padding:5px;
	border:1px solid #fff;
}

legend{
	color:#2793B9;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:5px;
	
}
form{
	margin: 0;
	padding:0;
	}
form select{
	color:#000000;
	font-family:tahoma;
	font-size:8pt;
}
form select{
	color:#000000;
	font-family:tahoma;
	font-size:8pt;
}
.error_message{
	color:#FF0000;
	font-weight:bold;
}


option {
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	height:16px;
}

ul{
	list-style-type:square;
	margin-left:15px;
}
li{
	list-style-type:disc;
	margin-top:5px;
	list-style-position: outside;
}
ul li{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}


ol{
	list-style-type:decimal;
	margin-left:35px;
	list-style-position: outside;
}
ol li{
	margin-top:10px;
	font-size:8pt;
	list-style-type:decimal;
}

ol ol{
 list-style-type: disc;
}
ol ol ol{
 list-style-type: none;
}

a.tab_class {
	background-color:#CCCCCC;
}

a.tab_class_active {
	background-color:#F8FAA0;
	color:#FF0000;
}



/***************** mail form ************/



.input{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:200px;
	height:18px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#17323e;
}

.input:hover{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:200px;
	height:18px;
	background-color:#ffffff;
	border:1px solid #000;
	color:#17323e;
}



.input_text{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:200px;
	height:50px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#17323e;
}

.input_text:hover{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:200px;
	height:50px;
	background-color:#ffffff;
	border:1px solid #000;
	color:#17323e;
}




.button{
	border:1px #414447 solid;
	width:80px;
	height:20px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#000;
	background-color:#8ba8c2;
	font-weight:bold;
	font-size:8pt;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}


.button:hover{
	border:1px #414447 solid;
	width:80px;
	height:20px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#fff;
	background-color:#648aad;
	font-weight:bold;
	font-size:8pt;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}




/*********  insan kaynaklari  ***********/

.ik_normal{
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:120px;
	height:18px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}

.ik_middle{
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:80px;
	height:18px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}
	
.ik_small{
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:50px;
	height:18px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}

.ik_text{
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:400px;
	height:100px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}

.ik_adres{
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:300px;
	height:60px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}


.ik_baslik{
	background-color:#0472c8;
	height:22px;
	padding:0px 0px 0px 10px;
	font-weight:bold;
	font-size:9pt;
	color:#FFFFFF;
}


/************** divler *********************/




#header{
	margin:0 auto;
	float: center;
	width:883px;	 
}




			#ust_bolum{
				background-image:url(../images/top_bg7.jpg);
				background-repeat:no-repeat;
				background-position:left top;			
				margin:0 auto;
				float: center;
				width:881px;
				height:102px;
				text-align:left;
				padding:3px 0px 0px 2px;	
			}
			
			
			
							#top_bg{
								background-image:url(../images/top_bg6.jpg);
								background-repeat:no-repeat;
								background-position:left top;
								width:883px;
								height:105px;
								float:left;
								text-align:left;	
							}
			
							
							
											#logo{
												padding:5px 0px 0px 2px;												
												width:700px;
												height:100px;
												float:left;
												text-align:left;	
											}
										
			
			

			#menu{
				background-color:#316098;
				padding:3px 0px 0px 0px;
				margin:0 auto;
				float: center;
				width:883px;
				height:53px;
			}
			
			#menu01{
				background-color:#316098;
				background-image:url(../images/menu_bg.png);
				background-repeat:repeat-x;
				background-position:left bottom;
				padding:0px 0px 0px 10px;
				margin:0 auto;
				float: center;
				width:853px;
				height:53px;
			}			





			#orta_bolum{
				background-color:#316098;
				padding:0px 0px 0px 0px;
				margin:0 auto;
				float: center;
				width:883px;
			}
			

						#orta_bolum_beyaz{
							background-color:#fff;
							padding:10px 10px 10px 10px;
							margin:0 auto;
							float: center;
							width:843px;
						}			
			
			

			#alt_bolum{
				background-color:#316098;			
				margin:0 auto;
				float: center;
				width:863px;
				height:80px;
				padding:0px 10px 10px 10px;					
			}
			
			#sir{
				margin:0 auto;
				float: center;
				width:873px;
				height:20px;
				padding:10px 10px 0px 00px;
				text-align:right;					
			}									






/************* other div *****************/


#product_bg{
	background-image:url(../images/product_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:308px;
	height:471px;
	padding:35px 10px 0px 10px;
}


			
			#urun01{
				width:305px;
				height:100px;
				padding:10px 0px 5px 7px;
			}


			#urun_kenarlik{
				width:299px;
				height:95px;
				padding:0px 0px 0px 0px;
				border:1px #434343 solid;
			}




/**************** menu stilleri ********/

.menu01{
	color:#fff;
	font-size:8pt;
}


a.menu01:hover{
	color:#000;
	font-size:8pt;	
}



.menu02{
	color:#000;
	font-size:8pt;	
}

a.menu02:hover{
	color:#000;
	font-size:8pt;	
}






/********** yazi stilleri ******/

.ceylan_metal{
	color:#3d3a3a;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:9pt;
	padding:0px 0px 2px 0px;
}



.baslik_ceylan_metal{
	color:#fff;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:9pt;
	padding:0px 0px 2px 0px;
}

.metal_grup{
	color:#605d5d;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:10pt;
	padding:0px 0px 2px 0px;
}


.ceylan_metal2{
	color:#3d3a3a;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:12pt;
	padding:0px 0px 2px 0px;
}


.beyaz{
	color:#FFFFFF;
}



.beyaz_bold{
	color:#FFFFFF;
	font-weight:bold;		
}


/******** kenarlik ********/

.kenarlik_alt_noktali{
	border-bottom:1px #D6D6D6 dashed;
}

.kenarlik{
	border:1px #D6D6D6 solid;
}

.resim{
	border:1px #333333 solid;
}

.resim:hover{
	border:1px #00918e solid;
}










/*********** linkler ***********/


.link_siyah_normal{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

a.link_siyah_normal:hover{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}


.link_beyaz_normal{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

a.link_beyaz_normal:hover{
	color:#d8d8d8;
	text-decoration:none;
	font-weight:normal;
}



.link_beyaz_bold{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

a.link_beyaz_bold:hover{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}


.link_siyah_normal2{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

a.link_siyah_normal2:hover{
	color:#0c6fd4;
	text-decoration:none;
	font-weight:normal;
}


.link_siyah{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a.link_siyah:hover{
	color:#848484;
	text-decoration:none;
	font-weight:bold;
}



.sir{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

a.sir:hover{
	color:#EBEBEB;
	text-decoration:none;
	font-weight:normal;
}




/******** photo gallery *******/



.photo{
	background-image:url(../images/photo01.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	width:180px;
	height:23px;
	padding:2px 0px 0px 10px;
	color:#000;
	font-weight:bold;
	font-size:8pt;
}


a.photo:hover{
	background-image:url(../images/photo02.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	width:180px;
	height:23px;
	padding:2px 0px 0px 10px;
	color:#fff;
	font-weight:bold;
	font-size:8pt;
}



.photo_sel{
	background-image:url(../images/photo02.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	width:180px;
	height:23px;
	padding:2px 0px 0px 10px;
	color:#fff;
	font-weight:bold;
	font-size:8pt;
}



a.photo_sel:hover{
	background-image:url(../images/photo02.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	width:180px;
	height:23px;
	padding:2px 0px 0px 10px;
	color:#000;
	font-weight:bold;
	font-size:8pt;
}





#iso{
	width:100px;
	height:15px;
	padding:0px 0px 0px 0px;
	text-align:left;
}








