@charset "utf-8";
body {
	margin:0;
	padding:0;
	width:100%;
	background-color: #e8e8e8;
}
html, body {
	height: 100%;
}

#container {
	min-height: 100%; /* use min-height not height, to prevent overlap */
	margin-bottom: -198px; /* = #footer height+padding+border, to prevent overlap */
}
* html #container {
	height: 100%; /* ie6 doesn't support min-height, so need to use height */
}

#footer-spacer {
	height: 198px; /* = #container margin-bottom plus any extra space required between #container and #footer */
}
#spacer {
	height: 40px; /* = #container margin-bottom plus any extra space required between #container and #footer */
}
#footer {
	padding:0;
	background-image: url(/images/sayfa_tema/fotter_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 197px;}

a { text-decoration:none;}
a:hover { text-decoration:underline;}
img {
	border:0
}
/* main */
.main { padding:0; margin:0 auto;}
/********** header **********/
.blok_header {
	margin:0;
	padding:0;
	background-color: #7286A9;
	background-image: url(/images/sayfa_tema/head_bg.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 100%;
}
.header {
	width:1000px;
	margin:0 auto;
	padding:0;
}
/* logo */
.logo {
	margin:0;
	width:208px;
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 8px;
}
/* menu */	
.menu {
	width:600px;
	float:right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 0;
}
.menu ul { text-align: right;  padding:0; margin:0; list-style:none; border:0; float:right;}
.menu ul li {
	float:left;
	margin:0;
	border:0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 44px;
}
.menu ul li a {
	float:left;
	margin:0;
	padding:12px 0;
	color:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.menu ul li a span { padding:12px 9px; background:none;}
.menu ul li a:hover {
	color: #cd0e15;
}
.menu ul li a:hover span {   background:url(/images/l_menu.gif) no-repeat left;}
.menu ul li a.active {
	color: #cd0e15;
}
.menu ul li a.active span {
}

.menu ul .icon {
	background-image: url(/images/menu.png);
	display: block;
	height: 56px;
	width: 1px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 22px;
	margin-left: 22px;
}

/* search */
.search { padding:15px 0 5px 0; margin:0 auto; width:320px;}
.search form { display:block; float:left; padding:0;}
.search span { display:block; float:left; background: url(/images/search_bg.gif) left top no-repeat; width:263px; padding:0 5px 0 0; height:33px;}
.search form .keywords { line-height:14px; height:17px; float:left; background: url(/images/search_bg.gif) left top no-repeat; border:0;  padding:8px 5px; margin:0; font:normal 12px Arial, Helvetica, sans-serif; color:#6c6c6c;}
.search form .button { float:left; margin:0; padding:0;}
/*header_text_bg*/
.header_text_bg { margin:0; padding:19px 0 0 0; background: url(/images/header_text_bg.gif) top repeat-x; height:500px;}
.header_text_bg2 { margin:0; padding:19px 0 0 0; background: url(/images/header_text_bg2.gif) top repeat-x; height:118px;}
.header_text2 { margin:0 auto; padding:5px 10px; width:938px;}
.header_text2 h2 { width:280px; float:left; margin:0; padding:20px 0 0 20px; font: bold 30px Arial, Helvetica, sans-serif; color:#fff;}
.header_text2 p { width:350px; float:right; margin:0; padding:20px 0 0 0; font: normal 12px Arial, Helvetica, sans-serif; color:#686868;}
/*header_text*/
.header_text { margin:0 auto; padding:5px 10px; width:938px; background:#272727; border:1px solid #373737; }
.header_text h2 { font: normal 14px Arial, Helvetica, sans-serif; color:#989797; padding:5px 0; margin:0;}
.header_text h2 span { font: normal 11px Arial, Helvetica, sans-serif; color:#5e5e5e;}
.header_text img { float:right; margin:0; padding:5px 0 0 0;}

/* Ca3er style */
.cu3er_resize { width:960px; margin:0 auto; padding:10px 0 50px 0; background:url(/images/banner_bg.png) no-repeat bottom; }
#cu3er-container { width:960px; outline:0;}

/********** body **********/
.body_resize {
	margin:0;
	padding:0;
	background:#e8e8e8;
}
.body {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.body h2 { font: bold 18px Arial, Helvetica, sans-serif; color:#2a2a2a; margin:0;  padding:10px 5px;}
.body h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
	padding:5px 5px;
}
.body h2 span { display:block; font: normal 11px/1.6em Arial, Helvetica, sans-serif; color:#7d7d7d;}
.body img {
	padding:0;
	text-align: center;
}
.body img.portf {
	padding:0;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.body img.floated { float:right; padding:0; margin:10px 5px;}
.body p {
	color:#666;
	line-height:1.3em;
	padding:5px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body p.grey { color:#565656;}

.body a {
	text-decoration:none;
	color:#282e25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.right {
	width:250px;
	float:left;
	margin:0;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.left {
	width:700px;
	float:right;
	margin:0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.left2 {
	width:830px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.left_aboutus {
	width:1000px;
	background-image: url(/images/sayfa_tema/hakkimizda_bg.jpg);
	background-repeat: no-repeat;
	height: 497px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	float: left;
}

.left_contact {
	width:1000px;
	background-image: url(/images/sayfa_tema/iletisim.jpg);
	background-repeat: no-repeat;
	height: 497px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	float: left;
}

.center {
	width:740px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 590px;
}
.belge_resize {
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
}
.right_catalog {
	width:260px;
	float:left;
	margin:0;
	padding-bottom: 5px;
}

.right_catalog img{

	margin:0;

}

.catalog_1 {
	width:251px;
	height: 82px;

}

.catalog_3 {
	width:251px;
	height: 230px;

}

.catalog_2 {
	width:251px;
	background-image: url(/images/catalog_2.png);
	background-position: bottom;
	padding-bottom: 15px;
	background-repeat: no-repeat;
}
.block { width:255px; float:left; margin:10px; padding:0;}
.port {
	padding:5px 10px;
	background-color: #545456;
}
.port_kp {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 80px;
}
.products_port {
	padding:5px 10px;
	border: 1px solid #97d4fa;
	background-color: #FFF;
}

.products_left {
	float: left;
	width: 260px;

}

.products_image {
	float: left;
	width: 220px;
	padding-left: 33px;
	margin-bottom: 30px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
.products_text {
	float: right;
	width: 690px;
	padding-left: 20px;
	margin-bottom: 50px;

	
}

.products_text h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #282e25;
}

.products_text h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #282e25;
}
.products_text p {
	font-family: Arial;
	color: #282e25;
}



.products_tags {
	float: left;
	width: 220px;
	padding-left: 63px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #282e25;
}

.products_pdf {
	float: left;
	width: 220px;
	padding-left: 63px;
}
.products_pdf_link {
	float: left;
	width: 220px;
	padding-left: 63px;
	font-family: Arial;
	font-size: 14px;
	color: #282e25;
}
.port_resize {
	width:184px;
	float:left;
	height: 173px;
	background-image: url(/images/sayfa_tema/product_bg.jpg);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
}


.port_resize p {
	font-family: Arial;
	font-size: 12px;
	color: #282e25;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 3px;
	display: block;
	text-align: center;
}

.portscale{
	height: 100px;
	width: 183px;
}
.portscale img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
}
.products_port {
	padding:5px 10px;
	border: 1px solid #97d4fa;
	background-color: #FFF;
}

/*FBG*/
.FBG { background:#f5f5f5; border-top:1px solid #e6e6e6; margin:0; padding:0;}
.FBG_resize { width:930px; margin:0 auto; padding:20px 10px;}
.FBG_resize p { font: normal 11px Arial, Helvetica, sans-serif; color:#717171; padding:5px; margin:0; line-height:1.8em;}
.FBG_resize ul { list-style:none; margin:10px auto; padding:0;}
.FBG_resize li { background:url(/images/ul_li.gif) left no-repeat; padding:3px 0 3px 15px; margin:0; font: normal 11px Arial, Helvetica, sans-serif; color:#717171; }
.FBG_resize a { color:#2a2a2a; font: bold 11px Arial, Helvetica, sans-serif;}
.FBG_resize h2 { font: bold 14px Arial, Helvetica, sans-serif; color:#2a2a2a; padding:5px; margin:0;}
.FBG_resize .right {width:275px; float:right; margin:0; padding:10px 10px;}
.FBG_resize .left { width:150px; float:right; margin:0; padding:10px 10px;}
/* END_bloga*/
/*************footer**********/
.footer {
	padding:0;
	background-image: url(/images/sayfa_tema/fotter_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 197px;

}


.footer_resize {
	width:1000px;
	margin:0 auto;
	padding:0;
}
.footer p { font:normal 11px  Arial, Helvetica, sans-serif; color:#6d6d6d;}

.footer p.leftt { text-align:left; width:350px; margin:0; padding:15px 0 0 0; float:right;} 
/**********iletisim form **********/

#main-colum input, #main-colum textarea {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

#main-colum {
	width:630px;
	height:auto;
	float:left;
}
#contact-warp {width:260px; float:left; text-align:left; height:auto;margin-bottom:10px;}
#contact-warp p.label {
	width:260px;
	float:left;
	margin:0;
	color:#678094;
}
#contact-warp .special {display:none;}

.message {float:left; height:auto; width:500px; background:#FAE673; border:#FEBD63 1px solid; color:#CC6600; display:none; padding:10px;}

#contact-warp input {padding:5px; font-size:12px; width:260px; float:left; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; margin-bottom:5px; border:#ababab 1px solid;}
#contact-warp textarea {padding:5px; font-size:12px; width:550px; float:left; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; margin-bottom:10px; border:#ababab 1px solid;}

#contact-warp input.submit {float:left; background:url(/images/submit.png) no-repeat left top; display:block; width:80px; height:30px; cursor:pointer; border:none; text-indent:-9999px;}
#contact-warp input.submit:hover {background:url(/images/submit.png) no-repeat left bottom;}

p.clr, .clr { clear:both; padding:0; margin:0;}
li.bg, .bg { clear:both; border-bottom:1px solid #dedede; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}



 #sidebar {
	width:350px;
	height:auto;
	float:right;
	overflow:hidden;
	list-style-type: none;
}
 #sidebar .widget {
	margin-bottom:50px;
	list-style-type: none;
	color: #666;
}
#sidebar .widget li {
	height:30px;
	line-height:30px;
	border-bottom:#b9b9b9 1px dotted;
	background:none;
	list-style-type: none;
}
#sidebar .widget li:first-child {border-top:#b9b9b9 1px dotted;}
#sidebar .widget li:hover {background:#f0f0f0; padding-left:10px;}
#sidebar .widget li a {color:#545454; height:100%; width:100%; display:block; 	list-style-type: none;}
#sidebar .widget li a:hover {color:#80b000;}
#sidebar .widget h3 {margin-bottom:20px;}
#sidebar .widget li.current {background:#f0f0f0; padding-left:10px;}
#sidebar .widget li.current a, #sidebar .widget li.current a:hover {font-weight:bold; color:#80b000;}

#latest-post li.post {margin-bottom:25px; padding-bottom:10px; border-bottom:#b9b9b9 1px dotted; height:auto;} 
#latest-post li.post:hover {background:none; padding-left:0;}
#sidebar #latest-post li:first-child {border-top:none;}
#latest-post li.post a {height:auto; width:auto;}
#latest-post h3 {background:url(/images/calender.png) no-repeat top left; padding-left:28px;}
#latest-post h5 {font-weight:normal; margin-bottom:5px;}
#latest-post h5 a {color:#797979; text-transform:capitalize;text-decoration:underline;}
#latest-post h5 a:hover {color:#545454;}
#latest-post .post-thumb {padding:5px; border:#d0d0d0 1px solid; background:#ebebeb; float:left; margin:5px 7px 0 0;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#latest-post .post-thumb:hover {background:#dfdfdf;}
#latest-post .post {margin-bottom:25px; padding-bottom:10px; border-bottom:#b9b9b9 1px dotted;}
#latest-post .post p {font-size:10px; line-height:18px;}

#search-box-container {position:relative;}
#search-box {width:244px; height:21px; font-family:"Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; font-size:12px; padding:4px 0 0 4px; border:#b0b0b0 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#search-submit {
	border:none;
	cursor:pointer;
	height:16px;
	width:16px;
	margin-top:5px;
	position:absolute;
	left:227px;
	top:0px;
	background-image: url(/images/search.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#content #sidebar #contact-info img {float:none; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;padding:5px; border:#d0d0d0 1px solid; background:#ebebeb; margin:-5px 0 15px;}
#content #sidebar #social-info img {background:transparent none repeat scroll 0 0; border:medium none; padding:0; margin-right:5px;}
/********** alt menu **********/

#main-links {

}
#main-links ul {
	list-style: none;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main-links li {
	float:left;
	margin-right: 6px;
	
}



#main-links .m1 a{
	float:left;
	margin-right:6px;
text-indent:-9999em;

	height: 97px;
	width: 146px;
	background-image: url(/images/sayfa_tema/m1_over.png);
}

#main-links .m1 a:hover{
	background-image: url(/images/sayfa_tema/m1.png);
}


#main-links .m1 a.active{
	background-image: url(/images/sayfa_tema/m1.png);
}


#main-links .m2 a{
		float:left;
	margin-right:6px;
	text-indent:-9999em;

	height: 97px;
	width: 146px;
		background-image: url(/images/sayfa_tema/m2_over.png);

}

#main-links .m2 a:hover{

	background-image: url(/images/sayfa_tema/m2.png);
}

#main-links .m2 a.active{

	background-image: url(/images/sayfa_tema/m2.png);
}

#main-links .m3 a{
		float:left;
	margin-right:6px;
	text-indent:-9999em;
	height: 97px;
	width: 146px;
		background-image: url(/images/sayfa_tema/m3_over.png);

}

#main-links .m3 a:hover{

	background-image: url(/images/sayfa_tema/m3.png);
}

#main-links .m3 a.active{

	background-image: url(/images/sayfa_tema/m3.png);
}

#main-links .m4 a{
		float:left;
	margin-right:6px;
	text-indent:-9999em;
	height: 97px;
	width: 146px;
		background-image: url(/images/sayfa_tema/m4_over.png);

}

#main-links .m4 a:hover{

	background-image: url(/images/sayfa_tema/m4.png);
}

#main-links .m4 a.active{

	background-image: url(/images/sayfa_tema/m4.png);
}

#main-links .m5 a{
		float:left;
	margin-right:6px;
	text-indent:-9999em;
	height: 97px;
	width: 146px;
		background-image: url(/images/sayfa_tema/m5_over.png);

}

#main-links .m5 a:hover{

	background-image: url(/images/sayfa_tema/m5.png);
}

#main-links .m5 a.active{

	background-image: url(/images/sayfa_tema/m5.png);
}

#main-links .m6 a{
		float:left;
	margin-right:6px;
text-indent:-9999em;
	height: 97px;
	width: 146px;
		background-image: url(/images/sayfa_tema/m6_over.png);

}

#main-links .m6 a:hover{

	background-image: url(/images/sayfa_tema/m6.png);
}

#main-links .m6 a.acitve{

	background-image: url(/images/sayfa_tema/m6.png);
}
.menu ul .icon {
	background-image: url(/images/menu.png);
	display: block;
	height: 56px;
	width: 1px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 22px;
	margin-left: 22px;
}
.hak {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.aboutus_text {
	height: 429px;
	width: 470px;
	float: right;
	margin-top: 20px;
	font-family: Arial;
	font-size: 15px;
}

.aboutus_text p {
	font-family: Arial;
	font-size: 12px;
}
.products_head {
	height: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-color: #1D1D1D;
	background-position: center;
	padding-right: 30px;
	padding-top: 5px;
}
.products_head_text {
	height: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;

}

