@import url("reset.min.css");
body {
    background: url(../images/bg.jpg) repeat-y 50% #D3D3D3;
    font-family: Arial, sans-serif;
    font-size: 12px;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clr {
    clear: both;
}

/*** H Tag Style ***/
h1 { 
    font-size:28px; 
}
h2 { 
    font-size:24px;
}
h3 { 
    font-size:20px;
}
h4 { 
    font-size:18px;
}
h5 { 
    font-size:16px;
}
h6 { 
    font-size:14px;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
}

/*** Header ***/
header#top{
    border-top: 7px solid #D11425;
    height: 240px;
}

/*** Header Logo ***/
header#top #logo {
    background: url(../images/logo_bg.png) no-repeat;
    width: 274px;
    height: 140px;
    position: relative;
    top: -7px;
    float: left;
}
header#top #logo .logo {
    margin: 14px 0 0 40px;
}

header#top .lang-menu {
    float: right;
    background: url(../images/lng-menu-bg.png) no-repeat;
    width: 140px;
    height: 140px;
    position: relative;
    top: -7px;
    padding-left: 26px
}
header#top .lang-menu ul {
    list-style:none; 
    margin-left: auto;
    margin-right: auto; 
    display: table; 
}
header#top .lang-menu ul li {
    float:left;
    margin:0 16px 0 0; 
    padding:10px 0; 
}
header#top .lang-menu ul li:after {
    content: ' ';
    height: 36px;
    width: 1px;
    display: block;
    position: relative;
    top: -24px;
    right: -20px;
}
header#top .lang-menu ul li:last-child:after {
    background: none;
}
header#top .lang-menu ul li a {
    color: #fff;
    display: block;
    font-size: 13px;

}
header#top .lang-menu ul li a:hover {
    text-decoration: underline;
}

/*** Header Menu ***/
header#top nav {
    width: 2800px;
    background-color: #D01425;
    position: relative;
    left: 50px;
    height: 52px;
}
header#top nav > ul {
    background: url(../images/menu-bg.png) repeat-x;
    position: relative;
    left: -22px;
    width: 100%;
    height: 52px;
    padding-left: 20px;
    /* width: 700px; */
}
header#top nav ul li {
    float: left;
    line-height: 52px;
    position: relative;
}
header#top nav ul li a {
    color: #fff;
    font-size: 19px;
    display: block;
    padding: 0 17px;
    text-shadow: 2px 1px 5px #000;
}
header#top nav ul li:hover a {
    text-shadow: 0px 0px 10px #FFF;
}
header#top nav ul li:hover ul {
    visibility: visible;
}
header#top nav ul ul {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    background: #ffffff;
    border: 4px solid #A3000F;
    visibility: hidden;
    height: auto;
}

header#top nav ul ul:after, header#top nav ul ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

header#top nav ul ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
header#top nav ul ul:before {
	border-color: rgba(209, 136, 132, 0);
	border-bottom-color: #A3000F;
	border-width: 16px;
	margin-left: -16px;
}


header#top nav ul ul li {
    padding: 0px;
    margin: 0px;
    line-height: 26px;
}
header#top nav ul ul li a:hover {
    color: #5F0E08;
}
header#top nav ul ul li a {
    color: #A73229;
    font-size: 16px;
    padding: 0px;
    text-shadow: none;
}
header#top nav .menu-rg {
    position: absolute;
    left: 730px;
    top: -36px;
}
header#top nav .menu-rg a.top {
    background: url(../images/nav-top-btn.png) no-repeat;
    width: 209px;
    color: #fff;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    float: right;
}
header#top nav .menu-rg a.bottom {
    background: url(../images/nav-bottom-btn.png) no-repeat;
    width: 209px;
    color: #fff;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    float:right;
}
header#top nav .menu-rg .search {
    height: 43px;
    padding-top: 9px;
}
header#top nav .menu-rg .search input {
    border: 1px solid #C4C4C4;
    padding: 8px;
    border-radius: 6px;
    outline: none;
    width: 200px;
    background-color: #EEEEEE;
}
header#top nav .menu-rg .search button {
    border: none;
    display: block;
    text-indent: -9999px;
    background: url(../images/search.png) no-repeat transparent;
    width: 20px;
    height: 20px;
    position: relative;
    top: -26px;
    left: 190px;
    cursor: pointer;
    outline: none;
}

.slider {
    width: 1000px;
    height: 510px;
    position: relative;
}
.flexslider {
    width: 860px;
    margin-left: 2px;
}
.slider .cnt {
    background: url(../images/slide-content.png) no-repeat;
    width: 1000px;
    height: 510px;
    position: absolute;
    z-index: 400;
    top: 0px;
}
.slide-side {
    width: 335px;
    position: absolute;
    right: 0px;
    top: 109px;
    z-index: 600;
}
.slide-side h4 {
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding-left: 100px;
}
.slide-side ul {
    height: 265px;
    margin-top: 20px;
	
}
.slide-side ul li.b1{
    background: url(../images/hbr-img.png) no-repeat;
	 margin-left: 75px;
    width: 175px;
    height: 53px;
    padding-left: 85px;
    margin-bottom: 10px;
    
}.slide-side ul li.b2 {
    background: url(../images/hbr-img.png) no-repeat;
	 margin-left: 55px;
    width: 183px;
    height: 53px;
    padding-left: 85px;
    margin-bottom: 10px;
    
}.slide-side ul li.b3 {
    background: url(../images/hbr-img.png) no-repeat;
	 margin-left: 35px;
    width: 200px;
    height: 53px;
    padding-left: 85px;
    margin-bottom: 10px;
    
}.slide-side ul li.b4 {
    background: url(../images/hbr-img.png) no-repeat;
	 margin-left: 15px;
    width: 240px;
    height: 53px;
    padding-left: 85px;
    margin-bottom: 10px;
    
}
.slide-side ul li a .baslik {
    color: #c81c05;
    font-size: 14px;
	
}
.slide-side ul li a .baslik span {
    display: block;
    font-size: 12px;
    padding-top: 5px;;
	color:#333;
}
.slide-side .e-bulten {
    height: 80px;
    padding-top: 5px;
    padding-left: 2px;;
}
.slide-side .e-bulten h6 {
    color: #fff;
    padding: 4px ;
}
.slide-side .e-bulten span {
    color: #fff;
    font-size: 11px;
    padding: 0 0 0 5px;
}
.slide-side .e-bulten #e-bulten-form {
    margin-top: 8px;
}
.slide-side .e-bulten #e-bulten-form input {
    padding: 4px;
    margin-left: 6px;
    width: 220px;
    border: none;
    background: transparent;
    outline: none;
}
.slide-side .e-bulten #e-bulten-form button {
    margin-left: 14px;
    width: 72px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}
.tablar {
    margin-top: 20px;
    width: 1000px;
}
.tablar #tabs {
    float: left;
}
.tablar #tabs ul {
    overflow: auto;
}
.tablar #tabs ul li.ui-tabs-active, .tablar #tabs ul li.ui-state-active {
    background: url(../images/tab-current-bg.png) no-repeat;
    width: 197px;
    height: 40px;
    margin-right: 10px;
}
.tablar #tabs ul li {
    float: left;
    background: url(../images/tab-bg.png) no-repeat;
    width: 197px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
}
.tablar #tabs ul li a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    outline: none;
}
.tablar .tab-content {
    background: url(../images/tab-content-bg.png) repeat-x;
    width: 700px;
    height: 238px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
}
.tablar .tab-l {
    float: left;
    padding: 20px 0 20px 20px;
    width: 412px;
}
.tablar .tab-l h4 {
    color: #2D90ED;
    border-bottom: 4px solid #2D90ED;
    padding-bottom: 5px;
    margin-bottom: 10px
}
.tablar .tab-l p {
    color: #565656;
    line-height: 22px;
    
}
.tablar .tab-r {
    float: right;
    width: 232px;
    padding: 43px 20px 0 0;
    
}
.tablar .bnr {
    float: right;
    width: 292px;
    height: 280px;
    position: relative;
}
.tablar .bnr .btn {
    background: url(../images/red-btn.png) no-repeat;
    width: 170px;
    height: 39px;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-left: 9px;
}
.tablar .bnr .bx1 {
    background: url(../images/bnr-in-bg.png) repeat-x;
    height: 118px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    width: 290px;
    position: relative;
	text-align:center;
}
.tablar .bnr .bx1 .flex-prev {
    background: url(../images/mini-sld-left.png) no-repeat;
    width: 8px;
    height: 13px;
    display: block;
    position: absolute;
    z-index: 700;
    bottom: -7px;
    left: 135px;
    text-indent: -9999px;
}
.tablar .bnr .bx1 .flex-next {
    background: url(../images/mini-sld-right.png);
    width: 8px;
    height: 13px;
    display: block;
    position: absolute;
    z-index: 700;
    bottom: -7px;
    right: 135px;
    text-indent: -9999px;
}
.tablar .bnr .bx1 ul.slides {
    margin-top: 10px;
    margin-left: 8px;
}
.tablar .bnr .bx2 {
    background: url(../images/bnr-in-btm-bg.png) repeat-x;
    height: 104px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    width: 290px;
    position: absolute;
    bottom: 0px;
}
.tablar .bnr .bx2 .phn .tel {
    margin-left: 110px;
    color: #1F7E85;
    line-height: 32px;
    font-size: 20px;
}
.tablar .bnr .bx2 .phn {
    background: url(../images/phone-img.png) no-repeat 20px 4px;
    width: 298px;
    height: 84px;
    padding-top: 20px;
}
#boxes {
    background: url(../images/footer-bg.png);
    width: 100%;
    height: 248px;
    margin-top: 20px;
}
.box {
    width: 250px;
    float: left;
}
.box h2{
    color: #D81625;
    margin: 40px 0 10px 0;
}.box h2 a{
    color: #D81625;
    margin: 40px 0 10px 0;
}
.box h2.s1 {
    background: url(../images/1.png) no-repeat;
    height: 55px;
    padding-left: 65px;
    display: block;
}
.box h2.s2 {
    background: url(../images/2.png) no-repeat;
    height: 55px;
    padding-left: 55px;
    display: block;
}
.box h2.s3 {
    background: url(../images/3.png) no-repeat;
    height: 55px;
    padding-left: 55px;
    display: block;
}
.box h2.s4 {
    background: url(../images/4.png) no-repeat;
    height: 55px;
    padding-left: 55px;
    display: block;
}
.box p {
    font-size: 12px;
    color: #353535;
    line-height: 22px;
    padding-right: 30px;
}

/*** Side Bar ***/
aside#sidebar {
    width: 309px;
    float: left;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    border-radius: 4px;
}

/*** Side Bar Menu ***/
aside#sidebar nav {
    padding: 20px 12px 10px 12px;
}
aside#sidebar nav ul li {
    background: url(../images/sb-menu-bg.png);
    width: 284px;
    height: 41px;
    margin-bottom: 10px;
    line-height: 41px;
}
aside#sidebar nav ul li a {
    padding: 0 10px;
    color: #fff;
    display: block;
}

/*** Content ***/
section.content {
    float: right;
    width: 678px;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 20px;
}
section.content .img {
    width: 604px;
    height: 188px;
    position: relative;
    margin: 10px;
    overflow: hidden;
}
section.content .img:before {
    content: ' ';
    display: block;
    background: url(../images/content-bg.png) no-repeat;
    width: 604px;
    height: 188px;
    position: absolute;
    z-index: 1000;
}
section.content article {
    padding: 10px;
}
section.content article h2 {
    color: #D21525;
    border-bottom: 4px solid #D21525;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
section.content article p {
    line-height: 20px;
    color: #404040;
}

/*** Footer ***/
footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    width: 1000px;
    height: 80px;
    margin-top: 30px;
}
footer ul.footer-menu {
    margin-left: 10px;
}
footer ul.footer-menu li {
    float: left;
    line-height: 80px;
}
footer ul.footer-menu li a {
    color: #fff;
    font-size: 19px;
    display: block;
    padding: 0 10px;
    text-shadow: 2px 1px 5px #000;
}

footer ul.footer-menu li:hover a {
    text-shadow: 0px 0px 10px #FFF;
}
footer .tel {
    float: right;
    height: 80px;
    margin-top: 18px;
}
footer .tel .in {
    background: url(../images/tel-white.png) no-repeat;
    height: 44px;
    width: 180px;    
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    padding-left: 50px;
}
 .tab-l .Detaill{  display:block; width:80px; background-image:url(../images/detail-icon-1.png); background-repeat:no-repeat; font-size:12px; padding:11px 0 11px 40px; color:#6c747f;   font-family: 'NeoSansPro-Regular';margin-top:30px;}
.tab-l  .Detaill:hover{ background-position:0 -38px; color:#fff;}

.maps {
    width: 600px;
    height: 250px;
    border: 1px solid #D2D2D2;
    background-color: #fff;
    margin-top: 10px;
    padding: 8px;
    
}
.maps iframe {
    width: 600px !important;
    height: 250px !important;
}
.form {
    padding: 10px 0;
    margin-bottom: 20px;
}
.form input[type="text"] {
    padding: 8px;
    border: 3px solid #e1e1e1;
    width: 175px;
}
.form textarea {
    padding: 8px;
    border: 3px solid #e1e1e1;
    margin-top: 5px;
    width: 580px;
    height: 80px;
}
.form button {
    background-color: #457AB3;
    padding: 8px 16px;
    border: none;
    color: #fff;
    margin-top: 5px;
    float: right;
    margin-right: 2px;
    cursor: pointer;
}
.form button:hover {
    background-color: #5C8FC6;
}
.form2 {
    padding: 10px 0;
    margin-bottom: 20px;
}
.form2 input[type="text"] {
    padding: 8px;
    border: 3px solid #e1e1e1;
    width: 250px;
}
.form2 textarea {
    padding: 8px;
    border: 3px solid #e1e1e1;
    margin-top: 5px;
    width: 480px;
    height: 80px;
}
.form2 button {
    background-color: #457AB3;
    padding: 8px 16px;
    border: none;
    color: #fff;
    margin-top: 5px;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}
.form2 button:hover {
    background-color: #5C8FC6;
}
.pagenavi {
	display:block;
	margin:0 5px 0 0;
	text-align:center;
}
.pagenavi span, .pagenavi a {
	margin: 0 1px;
	display:inline-block;
	padding:0 12px;
	background:url(../images/button-tail.gif) repeat-x 0 0 #f7f7f7;
	color:#606c56;
	font-weight: bold;
	font-size:12px;
	line-height:25px;
	height:25px;
	text-decoration:none;
	border:none;
	text-transform:none !important;
	border-radius: 0;
	border-radius: 2px;
	box-shadow: 0 0 5px rgba(255,255,255,.3) inset;
	border: 1px solid #e1e1e1;
}
	
.pagenavi .pagenavi_prev {
	margin:0 5px 0 0;
}
.pagenavi .pagenavi_next {
	margin:0 0 0 5px;
}
.pagenavi a:hover, .pagenavi .current {
	background:url(../images/button-tail.gif) repeat-x 0 bottom #e80933;
	color:#fff !important;
	text-decoration:none;
	border: 1px solid #e80933;
	box-shadow: none;
}


.urun-box {
	float:left;
	width:200px;
	margin-left:9px;
	border:solid 0px #ccc;
}
.urun-box2 {
	float:left;
	width:200px;
	margin-left:9px;
}
.urun-baslik {
	height:30px;
	font-weight:bold;
	font-size:12px;
	text-align:center
}
.urun-baslik p {
	margin:0;
	padding:0;
	padding-top:7px;
	color:#C00;
}

.urun-resim {
	text-align:center;
	margin-left:15px;
    	width:160px;
	height:120px;
}
section.content article .firma-resim {
    float: left;
	margin-left:20px;
    margin: 5px 10px 10px 0;
}
.mavi_btn {
    background: url(../images/btn_light_bg.png) left top no-repeat #699EB5;
    border: 1px solid #699EB5;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    height: 14px;
    line-height: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 14px;
    display: inline-block;
}.tarih_yazi2{
	font-size:14px;
	color:#1b3067;
}
	
.tarih_yazi2 a{
	font-size:14px;
	color:#1b3067;
	text-decoration:none;}
	
.tarih_yazi2 a:hover{
	text-decoration:underline;}

.box8{
	border:1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0px 0px 2px #fff;
	-webkit-box-shadow: 0px 0px 2px #fff;
	box-shadow: 0px 0px 2px #fff;
}
section.content article  .mufredat {
    width: 100%;
}

section.content article .mufredat tr:first-child {
    background-color: #F9F9F9;

    border-bottom: 1px solid #D0CECA;
}
section.content article .mufredat tr:first-child td {
    color: #666666;
    font-size: 12px;
    border-right: 1px solid #D0CECA;
    padding: 8px;
    font-weight: bold;
    text-align: center;
}
section.content article .mufredat tr td {
    font-size: 11px;
    padding:8px;
    text-align: center;
}
section.content article .mufredat tr {
    border-bottom: 1px solid #D0CECA;
}

section.content article .mufredat tr td:last-child {
    border-right: none;
}
section.content article .mufredat tr td:first-child {
    text-align: left;
}