* {
    margin:0;
    padding:0;
    border:none;
}

body {
    background:#ffffff;
    font:11px Tahoma, Verdana, Helvetica, sans-serif;
    color:#444444;
}

ol, ul, li {
    list-style-type:none;
}

input.text, textarea {
    padding:2px 3px;
    background:#ffffff url(images/input.jpg) repeat-x;
    border-top:1px solid #b9b1ae;
    border-left:1px solid #b9b1ae;
    border-right:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
    font:11px Tahoma, Verdana, Helvetica, sans-serif;
    color:#444444;
}
textarea {
    overflow:auto;
}
input.button {
    padding:2px 3px;
    background:#ffffff url(images/button.jpg) repeat-x;
    border-top:1px solid #ff6845;
    border-left:1px solid #ff6845;
    border-right:1px solid #d02700;
    border-bottom:1px solid #d02700;
    font:11px Tahoma, Verdana, Helvetica, sans-serif;
    color:#ffffff;
    cursor:pointer;
}
select {
    padding:0;
    background:#ffffff url(images/input.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}
select option {
    padding:2px;
}

a {
    text-decoration:underline;
    color:#444444;
}
a:hover {
    text-decoration:none;
    color:#ff3300;
}

.f_left, .f_middle {
    float:left;
}
.f_right {
    float:right;
}
.clear {
    clear:both;
}

#header {
    padding-top:10px;
    height:290px;
    background:#e1dcd9;
}
#header .top {
    margin:auto;
    padding:18px 18px 0 18px;
    width:931px;
    height:73px;
    background:transparent url(images/header.jpg) no-repeat;
}
#header .top .f_left {
    padding-top:2px;
    width:215px;
    height:76px;
}
#header .top .f_left a {
    display:block;
    width:209px;
    height:67px;
    background:transparent url(images/logo.jpg) no-repeat;
}
#header .top .f_left a.tr {
    background:transparent url(images/logo_tr.jpg) no-repeat;
}
#header .top .f_left a.eng {
    background:transparent url(images/logo_eng.jpg) no-repeat;
}
#header .top .f_middle {
    padding:20px 0 0 26px;
    width:620px;
    height:58px;
}
#header .top .f_middle ul {
    height:22px;
}
#header .top .f_middle ul li {
    float:left;
    margin-right:1px;
}
#header .top .f_middle ul li a {
    float:left;
    padding:4px 8px 0 8px;
    height:18px;
    background:transparent url(images/menu.jpg) 0 0 repeat-x;
    font-weight:bold;
    text-decoration:none;
    color:#000000;
}
#header .top .f_middle ul li a:hover {
    background-position:0 -22px;
    color:#ffffff;
}
#header .top .f_middle ul li {
    float:left;
}
#header .top .f_right {
    padding-top:5px;
    width:60px;
    height:63px;
}
#header .top .f_right a {
    display:block;
    margin-bottom:5px;
    width:60px;
    height:21px;
    background:transparent url(images/languages.jpg) no-repeat;
    text-decoration:none;
    color:#000000;
}
#header .top .f_right a.tr span {
    display:block;
    padding:3px 0 0 25px;
    width:35px;
    height:18px;
    background:transparent url(images/flag_tr.jpg) 5px 5px no-repeat;
    cursor:pointer;
}
#header .top .f_right a.eng span {
    display:block;
    padding:3px 0 0 25px;
    width:35px;
    height:18px;
    background:transparent url(images/flag_eng.jpg) 5px 5px no-repeat;
    cursor:pointer;
}
#header .top .f_right a:hover {
    background-position:0 -21px;
    color:#ff3300;
}
#header .top .f_right a.active {
    background-position:0 -21px;
}
#header .bottom {
    margin:auto;
    padding:0 18px 0 18px;
    width:931px;
    height:199px;
    background:transparent url(images/bg1.jpg) repeat-y;
}
#header .bottom .content {
    width:930px;
    border-top:5px solid #5f5a57;
}

#container {
    margin:auto;
    padding:0 18px 0 18px;
    width:931px;
    background:transparent url(images/bg2.jpg) repeat-y;
}
#container .f_left {
    padding-bottom:5px;
    width:690px;
}
#container .f_left h1 {
    padding:10px 8px 0 10px;
    height:26px;
    background:transparent url(images/heading1.jpg) repeat-x;
    border-bottom:1px solid #105595;
    font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#ffffff;
}
#container .f_left h1 a {
    color:#ffffff;
}
#container .f_left .box {
    padding:5px 0;
}
#container .f_left .box .brand img.base {
    float:left;
    margin-right:5px;
    border:3px solid #999999;
}
#container .f_left .box .brand .download {
    float:right;
    width:295px;
    height:109px;
}
#container .f_left .box .brand .download a {
    display:block;
    padding:18px 10px 0 100px;
    width:185px;
    height:91px;
    background:transparent url(images/download.jpg) no-repeat;
    font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#444444;
}
#container .f_left .box .brand .download a:hover {
    text-decoration:underline;
    color:#ff3300;
}
p.back {
    margin-top:5px;
    padding:3px 0;
    border-top:1px solid #e0e0e0;
}
p.back a {
    font-weight:bold;
    text-decoration:none;
}
#container .f_left .box h3 {
    margin-bottom:5px;
    padding:3px 0;
    border-bottom:1px solid #e0e0e0;
    font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container .f_left .box p {
    margin-bottom:8px;
    line-height:16px;
    text-align:justify;
}
#container .f_left .box ul li {
    margin:2px 0;
    padding:4px 0 0 28px;
    height:22px;
    background:transparent url(images/bullet.jpg) 0 0 no-repeat;
}
#container .f_left .main {
    padding:5px 0;
}
#container .f_left .main .main_left {
    float:left;
    padding-right:10px;
    width:503px;
}
#container .f_left .main .main_left p {
    margin-bottom:8px;
    line-height:15px;
    text-align:justify;
}
#container .f_left .main .main_left p a {
    padding:4px 25px 4px 2px;
    background:transparent url(images/bullet.jpg) 100% 0 no-repeat;
    text-decoration:none;
    color:#7294b4;
}
#main_news {
    margin-bottom:5px;
    height:69px;
    background:#f1f1f1;
    border-top:1px solid #b7b7b7;
}
#main_news .mn_left {
    float:left;
    padding-top:5px;
    width:105px;
    height:64px;
    background:#cccdcd;
    font-weight:bold;
    text-align:center;
}
#main_news .mn_middle {
    float:left;
    padding:5px;
    width:540px;
    height:59px;
}
#main_news .mn_middle ul li p {
    line-height:16px;
}
#main_news .mn_middle ul li p a {
    line-height:16px;
    text-decoration:none;
    font-weight:bold;
    color:#7f7f7f;
}
#main_news .mn_middle ul li p a:hover {
    text-decoration:underline;
    color:#ff3300;
}
#main_news .mn_right {
    float:right;
    width:32px;
    height:69px;
}
#main_news .mn_right a {
    display:block;
    width:32px;
    height:69px;
    background:transparent url(images/all_news.jpg) no-repeat;
}

/* begin: slider */
#slider{
    position:absolute;
    margin-bottom:5px;
    width:930px;
    height:192px;
    overflow:hidden;
}	
#slider ul, #slider li {
    margin:0;
    padding:0;
    width:930px;
    height:192px;
    list-style:none;
}
#slider li {
    width:930px;
    height:192px;
    overflow:hidden; 
}	
#prevBtn, #nextBtn {
    display:block;
    width:17px;
    height:17px;
}
#prevBtn a, #nextBtn a {
    position:absolute;
    display:block;
    width:17px;
    height:17px;
    background-image:url(images/slider_btn.gif);
    top:275px;
}	
#nextBtn a {
    margin-left:905px;
    background-position:-17px 0;
}
#prevBtn a {
    margin-left:880px;
}
/* end: slider */

#product_slider {
    position:relative;
    width:690px;
    height:113px;
    overflow:hidden;
}
#product_slider img {
    border:1px solid #eeeeee;
}
#product_slider a.prev, #product_slider a.next {
    position:absolute;
    float:left;
    width:27px;
    height:113px;
    background:transparent url(images/carousel_btn.gif) 0 0 no-repeat;
}
#product_slider a.next {
    margin-left:665px;
    background-position:-27px 0;
}

#container .f_left .main .main_left p a:hover {
    text-decoration:underline;
}
#container .f_left .main .main_right {
    float:left;
    width:150px;
}
#container .f_right {
    width:235px;
}
#container .f_right h1 {
    padding:10px 8px 0 10px;
    height:26px;
    background:transparent url(images/heading2.jpg) repeat-x;
    border-bottom:1px solid #113474;
    font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align:right;
    color:#ffffff;
}
#panel {
    padding:8px 5px;
    background:#f0edeb;
}
#panel table th {
    padding:2px 0;
    text-align:left;
}
#panel table td {
    padding:2px 0;
    text-align:right;
}
#panel table td input.text {
    width:90%;
}
#panel table td a {
    text-decoration:none;
    color:#828282;
}
#panel table td a:hover {
    text-decoration:underline;
    color:#000000;
}
#container .f_right .box {
    padding:3px 0;
    border-top:1px solid #c8c8c8;
    line-height:16px;
}
#container .f_right .marketing {
    padding-right:95px;
    height:50px;
    background:transparent url(images/sidebar_marketing.jpg) 100% 0 no-repeat;
}
#container .f_right .e-catalogue {
    padding-right:95px;
    height:100px;
    background:transparent url(images/sidebar_ecatalogue.jpg) 100% 0 no-repeat;
}
#container .f_right .call_center {
    padding-right:95px;
    height:60px;
    background:transparent url(images/sidebar_call_center.jpg) 100% 0 no-repeat;
}
#container .f_right .call_center h3 {
    font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container .f_right .logos {
    height:45px;
    background:transparent url(images/sidebar_logos.jpg) 50% 50% no-repeat;
}

#ecatalogue {
    padding-top:5px;
    border-top:1px solid #e0e0e0;    
}
#ecatalogue .item {
    float:left;
    margin:0 6px 6px 0;
    padding:5px;
    width:214px;
    height:60px;
    background:transparent url(images/ecatalogue.jpg) repeat-x;
    border:1px solid #e0e0e0;
    cursor:pointer;
}
#ecatalogue .item a {
    text-decoration:none;
    font-weight:bold;
}
#ecatalogue .item img {
    float:left;
    margin-right:5px;
}
#ecatalogue .last {
    margin-right:0;
}

#human_resources td {
    padding:1px;
}

#contact .left {
    float:left;
    width:50%;
}
#contact .right {
    float:left;
    width:50%;
}
#contact table {
    width:100%;
}
#contact table caption {
    padding:2px;
    font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#666666;
    text-align:left;
}
#contact table tr {
    vertical-align:top;
}
#contact table th {
    text-align:left;
}
#contact table th, #contact table td {
    line-height:17px;
}

#news .item {
    padding:3px 0;
    border-bottom:1px solid #e0e0e0;
}
.news {
    text-align:justify;
}

#footer {
    margin:auto;
    padding:11px 25px 0 25px;
    width:917px;
    height:70px;
    background:transparent url(images/footer.jpg) no-repeat;
}
#footer a {
    text-decoration:none;
}
#footer .f_left {
    line-height:20px;
}
#footer .f_left p.copy {
    color:#a9a9a9;
}
.etiket {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 100px;
	text-align: right;
	font-size: 13px;
	clear: both;
}
.girdi {
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
