* {
    margin:0;
    padding:0;
    border:none;
}

body {
    margin-bottom:5px;
    background:#000000 url(images/bg.jpg) top center no-repeat;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}

ol, ul, li {
    list-style-type:none;
}

input.text {
    padding:2px 2px;
    background:#ffffff url(images/input_bg.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}
textarea {
    padding:2px 2px;
    background:#ffffff url(images/input_bg.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
    overflow:auto;
}
select {
    padding:0;
    background:#ffffff url(images/input_bg.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:#000000;
}
a:hover {
    text-decoration:none;
    color:#4f3323;
}

.f_left, .f_middle {
    float:left;
}
.f_right {
    float:right;
}
.clear {
    clear:both;
}

.loading {
    display:none;
    padding:3px;
}
.loading img {
    padding-right:3px;
    vertical-align:middle;
}
.result {
    display:none;
    padding:2px;
    text-align:center;
}
.send_error {
    display:none;
    padding:2px;
    text-align:center;
}
.form_incomplete_error {
    display:none;
    padding:2px;
    text-align:center;
}

.form label {
    display:block;
    padding:2px 0;
    width:100%;
}
.form label input.text, .form label textarea {
    position:inherit;
    width:98%;
}

.not_found {
    padding:90px 20px;
    text-align:center;
}

#header {
    margin:auto auto -2px auto;
    width:960px;
    height:186px;
}

#container {
    margin:auto;
    padding:0 41px 0 42px;
}

#middle {
    margin:auto;
    padding:0 8px 15px 8px;
    width:861px;
    background:#ffffff url(images/middle_bottom.jpg) bottom left no-repeat;
}
#middle .f_left {
    width:665px;
}
#middle .f_right {
    width:190px;
}

#index_animate {
    padding:0 0 11px 4px;
    width:657px;
    height:190px;
    text-align:center;
}

#index_news {
    position:relative;
    margin:0 0 11px 4px;
    padding:3px;
    width:651px;
    height:48px;
    background:#bcbec0;
    overflow:hidden;
}
#index_news .f_left {
    width:65px;
    height:48px;
    border-right:1px dotted #1a1718;
    font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#1a1718;
    text-align:center;
}
#index_news .f_middle {
    padding:0 5px 0 8px;
    width:471px;
    height:48px;
    color:#1a1718;
}
#index_news .f_middle ul {
    height:28px;
}
#index_news .f_middle ul li a {
    text-decoration:none;
    font-weight:bold;
    color:#1a1718;
}
#index_news .f_middle ul li a:hover {
    text-decoration:underline;
    font-weight:bold;
    color:#444444;
}
#index_news .f_middle ul li span {
    display:block;
    margin-top:2px;
}
#index_news .rollover {
    padding-top:3px;
    margin-left:-3px;
    height:18px;
}
#index_news .rollover a {
    float:left;
    margin-right:3px;
    width:18px;
    height:18px;
}
#index_news .rollover a.previous {
    background:transparent url(images/news_rollover.jpg) 0 0 no-repeat;
}
#index_news .rollover a.next {
    background:transparent url(images/news_rollover.jpg) -18px 0 no-repeat;
}
#index_news .f_right {
    width:100px;
    height:48px;
    border-left:1px dotted #1a1718;
    font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#1a1718;
    text-align:center;
}
#index_news .f_right a {
    text-decoration:none;
    font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#1a1718;
}
#index_news .f_right a:hover {
    text-decoration:underline;
    color:#444444;
}
#index_content {
    padding:0 0 11px 4px;
    width:657px;
    height:211px;
}
#index_content .f_left {
    width:208px;
    height:211px;
}
#index_content .f_middle, #index_content .f_right {
    width:224px;
    height:211px;
}
#index_content .f_left.index_content1_turkish {
    background:transparent url(images/welcome_turkish.jpg) no-repeat;
    line-height:16px;
}
#index_content .f_left.index_content1_arabic {
    background:transparent url(images/welcome_arabic.jpg) no-repeat;
    line-height:16px;
}
#index_content .f_left.index_content1_persian {
    background:transparent url(images/welcome_persian.jpg) no-repeat;
    line-height:16px;
}
#index_content .f_left.index_content1_french {
    background:transparent url(images/welcome_french.jpg) no-repeat;
    line-height:16px;
}
#index_content .f_left.index_content1_english {
    background:transparent url(images/welcome_english.jpg) no-repeat;
    line-height:16px;
}
#index_content .f_middle.index_content2_turkish {
    background:transparent url(images/dealer_request_turkish.jpg) no-repeat;
}
#index_content .f_middle.index_content2_arabic {
    background:transparent url(images/dealer_request_arabic.jpg) no-repeat;
}
#index_content .f_middle.index_content2_persian {
    background:transparent url(images/dealer_request_persian.jpg) no-repeat;
}
#index_content .f_middle.index_content2_french {
    background:transparent url(images/dealer_request_french.jpg) no-repeat;
}
#index_content .f_middle.index_content2_english {
    background:transparent url(images/dealer_request_english.jpg) no-repeat;
}
#index_content .f_right.index_content3_turkish {
    background:transparent url(images/recent_service_turkish.jpg) no-repeat;
}
#index_content .f_right.index_content3_arabic {
    background:transparent url(images/recent_service_arabic.jpg) no-repeat;
}
#index_content .f_right.index_content3_persian {
    background:transparent url(images/recent_service_persian.jpg) no-repeat;
}
#index_content .f_right.index_content3_french {
    background:transparent url(images/recent_service_french.jpg) no-repeat;
}
#index_content .f_right.index_content3_english {
    background:transparent url(images/recent_service_english.jpg) no-repeat;
}
#index_content .f_left .content {
    padding:50px 35px 0 5px;
    height:150px;
}
#index_content .f_middle .content {
    padding:75px 35px 0 19px;
    height:125px;
}
#index_content .f_middle .content img, #index_content .f_right .content img {
    margin-top:5px;
}
#index_content .f_middle .link {
    padding-left:12px;
}
#index_content .f_right .content {
    padding:75px 35px 0 15px;
    height:125px;
}
#index_content .f_right .link {
    padding-left:6px;
}
#index_content .link a {
    float:left;
    padding:5px 26px 8px 8px;
    height:14px;
    background:transparent url(images/bullet1.jpg) right no-repeat;
    color:#444444;
}
#index_content .link a:hover {
    text-decoration:none;
    color:#858585;
}

#dealer_and_service {
    width:190px;
    height:197px;
    background:transparent url(images/dealer_and_service.jpg) no-repeat;
    text-align:center;
}
#dealer_and_service .img_link {
    padding-left:15px;
    height:30px;
}
#dealer_and_service .img_link a {
    float:left;
    width:79px;
    height:30px;
}
.turkish .img_link a.dealer {
    background:transparent url(images/dealer_btn_turkish.jpg) 0 0 no-repeat;
}
.arabic .img_link a.dealer {
    background:transparent url(images/dealer_btn_arabic.jpg) 0 0 no-repeat;
}
.persian .img_link a.dealer {
    background:transparent url(images/dealer_btn_persian.jpg) 0 0 no-repeat;
}
.french .img_link a.dealer {
    background:transparent url(images/dealer_btn_french.jpg) 0 0 no-repeat;
}
.english .img_link a.dealer {
    background:transparent url(images/dealer_btn_english.jpg) 0 0 no-repeat;
}
#dealer_and_service .img_link a.dealer:hover {
    background-position:0 -30px;
}
.turkish .img_link a.service {
    background:transparent url(images/service_btn_turkish.jpg) 0 0 no-repeat;
}
.arabic .img_link a.service {
    background:transparent url(images/service_btn_arabic.jpg) 0 0 no-repeat;
}
.persian .img_link a.service {
    background:transparent url(images/service_btn_persian.jpg) 0 0 no-repeat;
}
.french .img_link a.service {
    background:transparent url(images/service_btn_french.jpg) 0 0 no-repeat;
}
.english .img_link a.service {
    background:transparent url(images/service_btn_english.jpg) 0 0 no-repeat;
}
#dealer_and_service .img_link a.service:hover {
    background-position:0 -30px;
}

#dealer_and_service .link {
    padding:0 25px;
}
#dealer_and_service a.lostpassword {
    display:block;
    margin:2px 0;
    text-decoration:underline;
    color:#87888b;
}
#dealer_and_service a.lostpassword:hover {
    text-decoration:none;
    color:#444444;
}
#dealer_and_service a.register {
    display:block;
    margin:2px 0;
    text-decoration:underline;
    color:#2d2d2d;
}
#dealer_and_service a.register:hover {
    text-decoration:none;
    color:#444444;
}

#product_search {
    
}
#product_search1_turkish {
    width:190px;
    height:42px;
    background:transparent url(images/product_search1_turkish.jpg) no-repeat;
}
#product_search1_arabic {
    width:190px;
    height:42px;
    background:transparent url(images/product_search1_arabic.jpg) no-repeat;
}
#product_search1_persian {
    width:190px;
    height:42px;
    background:transparent url(images/product_search1_persian.jpg) no-repeat;
}
#product_search1_french {
    width:190px;
    height:42px;
    background:transparent url(images/product_search1_french.jpg) no-repeat;
}
#product_search1_english {
    width:190px;
    height:42px;
    background:transparent url(images/product_search1_english.jpg) no-repeat;
}
#product_search2 {
    padding:0 20px;
    width:150px;
    background:transparent url(images/product_search2.jpg) repeat-y;
}
#product_search2 p {
    padding-top:2px;
}
#product_search2 p input {
    width:143px;
}
#product_search2 p select {
    width:148px;
}
#product_search3_turkish {
    padding:12px 16px 0 0;
    width:174px;
    height:128px;
    background:transparent url(images/product_search3_turkish.jpg) no-repeat;
    text-align:right;
}
#product_search3_arabic {
    padding:12px 16px 0 0;
    width:174px;
    height:128px;
    background:transparent url(images/product_search3_arabic.jpg) no-repeat;
    text-align:right;
}
#product_search3_persian {
    padding:12px 16px 0 0;
    width:174px;
    height:128px;
    background:transparent url(images/product_search3_persian.jpg) no-repeat;
    text-align:right;
}
#product_search3_french {
    padding:12px 16px 0 0;
    width:174px;
    height:128px;
    background:transparent url(images/product_search3_french.jpg) no-repeat;
    text-align:right;
}
#product_search3_english {
    padding:12px 16px 0 0;
    width:174px;
    height:128px;
    background:transparent url(images/product_search3_english.jpg) no-repeat;
    text-align:right;
}

/* sart:products */
#p_product_search {
    margin-bottom:3px;
    height:199px;
    background:transparent url(images/p_product_search2.jpg) repeat-x;
}
#p_product_search .f_left {
    width:401px;
    height:199px;
}
#p_product_search .f_left.turkish {
    background:transparent url(images/p_product_search1_turkish.jpg);
}
#p_product_search .f_left.arabic {
    background:transparent url(images/p_product_search1_arabic.jpg);
}
#p_product_search .f_left.persian {
    background:transparent url(images/p_product_search1_persian.jpg);
}
#p_product_search .f_left.french {
    background:transparent url(images/p_product_search1_french.jpg);
}
#p_product_search .f_left.english {
    background:transparent url(images/p_product_search1_english.jpg);
}
#p_product_search .f_left a {
    float:left;

    width:150px;
    height:55px;
}
#p_product_search .f_left a.product_group1 {
    margin-top:60px;
    margin-left:35px;
}
#p_product_search .f_left a.product_group2 {
    margin-top:60px;
    margin-left:7px;
}
#p_product_search .f_left a.product_group3 {
    margin-left:35px;
    margin-top:10px;
}
#p_product_search .f_left a.product_group4 {
    margin-left:7px;
    margin-top:10px;
}
#p_product_search .f_right {
    padding:24px 0 0 30px;
    width:234px;
    height:175px;
    background:transparent url(images/p_product_search3.jpg) right no-repeat;
}
#p_product_search .f_right img {
    margin-bottom:5px;
}
#p_product_search .f_right p {
    padding-top:1px;
}
#p_product_search input.text {
    width:185px;
}
#p_product_search select {
    width:190px;
}
#p_product_search .button {
    padding-right:40px;
    text-align:right;
}
#p_product_content {
    margin:auto auto 5px auto;
    width:655px;
}
#p_product_content h1 {
    margin-bottom:5px;
    padding:12px 5px 5px 8px;
    height:23px;
    background:#ffcb05;
    border-bottom:8px solid #000000;
}
#p_product_content .p_item {
    margin-bottom:5px;
    height:97px;
    background:#e5e5e5;
}
#p_product_content .p_item .p_img {
    float:left;
    width:93px;
    height:93px;
    background:#ffffff;
    border:2px solid #b1b1b1;
}
#p_product_content .p_item .p_img a {
    position:absolute;
    margin:77px 0 0 77px;
    width:16px;
    height:16px;
    background:#b1b1b1 url(images/loop.gif) center no-repeat;
}
#p_product_content .p_item .p_img a:hover {
    background-color:#ffcb05;
}
#p_product_content .p_item .p_description {
    float:right;
    width:558px;
}
#p_product_content .p_item .p_description h3 {
    padding:6px 8px;
    height:18px;
    background:#b1b1b1;
    font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000000;
}
#p_product_content .p_item .p_description h3 a {
    text-decoration:none;
    color:#000000;
}
#p_product_content .p_item .p_description h3 a:hover {
    text-decoration:underline;
    color:#444444;
}
#p_product_content .p_item .p_description table {
    width:360px;
}
#p_product_content .p_item .p_description table th {
    text-align:left;
}

#p_product_content .p_item .p_description table th, #p_product_content .p_item .p_description table td {
    padding:3px 7px;
}
#p_product_content .p_item .p_description a.detail {
    position:absolute;
    margin:43px 0 0 378px;
    padding:5px 8px 4px 27px;
    width:145px;
    height:15px;
    background:#b1b1b1 url(images/loop.gif) 8px 6px no-repeat;
    text-decoration:none;
    color:#000000;
}
#p_product_content .p_item .p_description a.detail:hover {
    background-color:#ffcb05;
}

#p_product_animate {
    margin:auto;
    width:655px;
}
#p_product_animate h1 {
    padding:5px 5px 5px 8px;
    background:#b1b1b1;
    font:11px Tahoma, Verdana, Helvetica, sans-serif;
    color:#000000;
}
#p_product_animate div {
    border:1px solid #b2b2b2;
}
/* end:products */

.pager {
    padding:3px 0;
}
.pager span {
    margin-right:1px;
    padding:2px 3px 2px 5px;
    background:#ffcb05;
    font-weight:bold;
    color:#000000;
}
.pager a {
    margin-right:1px;
    padding:2px 3px 2px 5px;
    background:#b3b3b3;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
}
.pager a:hover {
    background:#3d3d3d;
}

#page_content {
    padding:0 0 11px 4px;
    width:657px;
}
#page_content .f_left, .f_right {
    margin:0;
    padding:0;
    border:none;
    background:none;
}
#page_content .f_left {
    width:467px;
}
#page_content .f_left h1 {
    width:467px;
    height:78px;
}
#page_content .f_left h1.corporate_turkish {
    background:transparent url(images/corporate_turkish.jpg) left no-repeat;
}
#page_content .f_left h1.corporate_arabic {
    background:transparent url(images/corporate_arabic.jpg) left no-repeat;
}
#page_content .f_left h1.corporate_persian {
    background:transparent url(images/corporate_persian.jpg) left no-repeat;
}
#page_content .f_left h1.corporate_french {
    background:transparent url(images/corporate_french.jpg) left no-repeat;
}
#page_content .f_left h1.corporate_english {
    background:transparent url(images/corporate_english.jpg) left no-repeat;
}
#page_content .f_left h1.contact_turkish {
    background:transparent url(images/contact_turkish.jpg) left no-repeat;
}
#page_content .f_left h1.contact_arabic {
    background:transparent url(images/contact_arabic.jpg) left no-repeat;
}
#page_content .f_left h1.contact_persian {
    background:transparent url(images/contact_persian.jpg) left no-repeat;
}
#page_content .f_left h1.contact_french {
    background:transparent url(images/contact_french.jpg) left no-repeat;
}
#page_content .f_left h1.contact_english {
    background:transparent url(images/contact_english.jpg) left no-repeat;
}

#page_content .f_left h1.about_turbo_charger_turkish {
    background:transparent url(images/about_turbo_charger_turkish.jpg) left no-repeat;
}
#page_content .f_left h1.about_turbo_charger_arabic {
    background:transparent url(images/about_turbo_charger_arabic.jpg) left no-repeat;
}
#page_content .f_left h1.about_turbo_charger_persian {
    background:transparent url(images/about_turbo_charger_persian.jpg) left no-repeat;
}
#page_content .f_left h1.about_turbo_charger_french {
    background:transparent url(images/about_turbo_charger_french.jpg) left no-repeat;
}
#page_content .f_left h1.about_turbo_charger_english {
    background:transparent url(images/about_turbo_charger_english.jpg) left no-repeat;
}
#page_content .f_left h1.tumosan_turkish {
    background:transparent url(images/tumosan_turkish.jpg) left no-repeat;
}
#page_content .f_left h1.tumosan_arabic {
    background:transparent url(images/tumosan_arabic.jpg) left no-repeat;
}
#page_content .f_left h1.tumosan_persian {
    background:transparent url(images/tumosan_persian.jpg) left no-repeat;
}
#page_content .f_left h1.tumosan_french {
    background:transparent url(images/tumosan_french.jpg) left no-repeat;
}
#page_content .f_left h1.tumosan_english {
    background:transparent url(images/tumosan_english.jpg) left no-repeat;
}
#page_content .f_left h1.request_dealership_turkish {
    background:transparent url(images/request_dealership_turkish.jpg) left no-repeat;
}
#page_content .f_left h1.request_dealership_arabic {
    background:transparent url(images/request_dealership_arabic.jpg) left no-repeat;
}
#page_content .f_left h1.request_dealership_persian {
    background:transparent url(images/request_dealership_persian.jpg) left no-repeat;
}
#page_content .f_left h1.request_dealership_french {
    background:transparent url(images/request_dealership_french.jpg) left no-repeat;
}
#page_content .f_left h1.request_dealership_english {
    background:transparent url(images/request_dealership_english.jpg) left no-repeat;
}
#page_content .f_left h1.request_service_turkish {
    background:transparent url(images/request_service_turkish.jpg) left no-repeat;
}
#page_content .f_left h1.request_service_arabic {
    background:transparent url(images/request_service_arabic.jpg) left no-repeat;
}
#page_content .f_left h1.request_service_persian {
    background:transparent url(images/request_service_persian.jpg) left no-repeat;
}
#page_content .f_left h1.request_service_french {
    background:transparent url(images/request_service_french.jpg) left no-repeat;
}
#page_content .f_left h1.request_service_english {
    background:transparent url(images/request_service_english.jpg) left no-repeat;
}
#page_content .f_left h1.dealer_search_turkish {
    background:transparent url(images/dealer_search_turkish.jpg) left no-repeat;
}
#page_content .f_left h1.dealer_search_arabic {
    background:transparent url(images/dealer_search_arabic.jpg) left no-repeat;
}
#page_content .f_left h1.dealer_search_persian {
    background:transparent url(images/dealer_search_persian.jpg) left no-repeat;
}
#page_content .f_left h1.dealer_search_french {
    background:transparent url(images/dealer_search_french.jpg) left no-repeat;
}
#page_content .f_left h1.dealer_search_english {
    background:transparent url(images/dealer_search_english.jpg) left no-repeat;
}
#page_content .f_left h1.service_search_turkish {
    background:transparent url(images/service_search_turkish.jpg) left no-repeat;
}
#page_content .f_left h1.service_search_arabic {
    background:transparent url(images/service_search_arabic.jpg) left no-repeat;
}
#page_content .f_left h1.service_search_persian {
    background:transparent url(images/service_search_persian.jpg) left no-repeat;
}
#page_content .f_left h1.service_search_french {
    background:transparent url(images/service_search_french.jpg) left no-repeat;
}
#page_content .f_left h1.service_search_english {
    background:transparent url(images/service_search_english.jpg) left no-repeat;
}
#page_content .f_left h1.who_said_what_turkish {
    background:transparent url(images/who_said_what_turkish.jpg) left no-repeat;
}
#page_content .f_left h1.who_said_what_arabic {
    background:transparent url(images/who_said_what_arabic.jpg) left no-repeat;
}
#page_content .f_left h1.who_said_what_persian {
    background:transparent url(images/who_said_what_persian.jpg) left no-repeat;
}
#page_content .f_left h1.who_said_what_french {
    background:transparent url(images/who_said_what_french.jpg) left no-repeat;
}
#page_content .f_left h1.who_said_what_english {
    background:transparent url(images/who_said_what_english.jpg) left no-repeat;
}
#page_content .f_left .content {
    padding:10px 10px 0 10px;
    min-height:450px;
    height:auto !important;
    height:450px;
}
#page_content .f_left .content h2 {
    margin-bottom:5px;
    border-bottom:2px solid #ffcb05;
}
#page_content .f_left .content h2.warning {
    background-image:url(images/icon_warning.jpg);
    background-position:100% 0;
    background-repeat:no-repeat;
}
#page_content .f_left .content p {
    margin-bottom:15px;
    text-align:justify;
    line-height:16px;
}
a.topOfPage {
    padding:2px 2px 2px 20px;
    background:transparent url(images/arrow_top.jpg) 0 1px no-repeat;
    text-decoration:none;
    color:#444444;
}
a.topOfPage:hover {
    text-decoration:underline;
}
#page_content .f_right {
    width:190px;
}
#page_content .f_right div {
    margin-bottom:10px;
}
#title_menu_corporate {
    width:190px;
    height:190px;
    background:transparent url(images/title_menu_corporate.jpg) no-repeat;
}
#title_menu_turbocharger {
    width:190px;
    height:223px;
    background:transparent url(images/title_menu_turbocharger.jpg) no-repeat;
}
#title_menu_dealers {
    width:190px;
    height:223px;
    background:transparent url(images/title_menu_contact.jpg) no-repeat;
}
#title_menu_contact {
    width:190px;
    height:190px;
    background:transparent url(images/title_menu_contact.jpg) no-repeat;
}
#page_content .f_right div ul {
    padding:30px 30px 0 16px;
}
#page_content .f_right div ul li {
    margin:0 0 -2px 0;
    padding:0;
    width:144px;
    font:bold 11px Arial, Helvetica, sans-serif;
    color:#ffffff;
}
#page_content .f_right div ul li a {
    display:block;
    padding:8px 12px;
    width:120px;
    height:14px;
    text-decoration:none;
    color:#ffffff;
}
#page_content .f_right div ul li a:hover, #page_content .f_right div ul li a.active {
    background:transparent url(images/title_menu_hover.jpg) no-repeat;
    text-decoration:none;
    color:#ffffff;
}
#page_content .f_right div p {
    padding:5px 15px;
}
#page_content .f_right div p img {
    margin:-3px 5px 0 5px;
    vertical-align:middle;
}
#page_content .f_right div p a {
    text-decoration:none;
    color:#444444;
}

#news .item {
    padding:2px 2px 20px 42px;
    background:transparent url(images/icon_news.jpg) 0 0 no-repeat;
}
#news .item h3 {
    margin-bottom:3px;
    font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000000;
}
#news .item cite {
    display:block;
    margin-bottom:3px;
    font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration:underline;
    color:#525252;
}
#news .item a.continue {
    padding:2px 2px 2px 20px;
    background:transparent url(images/arrow_right.jpg) 0 1px no-repeat;
    text-decoration:none;
    font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#525252;
}
.all {
    padding:2px 2px 2px 20px;
    background:transparent url(images/arrow_left.jpg) 0 1px no-repeat;
    text-decoration:none;
    font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#525252;
}
#news .item a:hover {
    text-decoration:underline;
    color:#000000;
}
#news .item .images {
    margin-bottom:15px;
}

#comments .item {
    padding:2px 2px 20px 42px;
    background:transparent url(images/icon_comments.jpg) 0 0 no-repeat;
}
#comments .item h3 {
    margin-bottom:3px;
    font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000000;
}
#comments .item cite {
    display:block;
    margin-bottom:3px;
    font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration:underline;
    color:#525252;
}
#comments .item a.continue {
    padding:2px 2px 2px 20px;
    background:transparent url(images/arrow_right.jpg) 0 1px no-repeat;
    text-decoration:none;
    font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#525252;
}
.all {
    padding:2px 2px 2px 20px;
    background:transparent url(images/arrow_left.jpg) 0 1px no-repeat;
    text-decoration:none;
    font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#525252;
}
#comments .item a:hover {
    text-decoration:underline;
    color:#000000;
}
#comments .item .images {
    margin-bottom:15px;
}

#comment_top .f_left {
    width:380px;
}
#comment_top .f_right {
    width:225px;
    height:300px;
}
#comment_top .f_right h3 {
    margin-bottom:3px;
    font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000000;
}
#comment_top .f_right cite {
    display:block;
    margin-bottom:3px;
    font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration:underline;
    color:#525252;
}

#press_room div {
    margin-bottom:15px;
}
#press_room .catalogue {
    padding:5px 0 5px 80px;
    background:transparent url(images/icon_catalogue.jpg) 0 0 no-repeat;
}
#press_room .catalogue h3 {
    font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000000;
}
#press_room .catalogue a {
    padding:2px 2px 2px 20px;
    background:transparent url(images/arrow_right.jpg) 0 1px no-repeat;
    text-decoration:none;
    font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#525252;
}
#press_room .catalogue a:hover {
    text-decoration:underline;
    color:#000000;
}
#press_room .corporate_documents ul {
    margin-bottom:10px;
    height:50px;
}
#press_room .corporate_documents ul li {
    float:left;
    display:block;
    margin-right:5px;
    width:50px;
    height:50px;
}
#press_room .corporate_documents ul li a {
    float:left;
    display:block;
    width:50px;
    height:50px;
}
#press_room .corporate_documents ul li a.ps {
    background:transparent url(images/icon_ps.jpg) 0 0 no-repeat;
}
#press_room .corporate_documents ul li a.ai {
    background:transparent url(images/icon_ai.jpg) 0 0 no-repeat;
}
#press_room .corporate_documents ul li a.ac {
    background:transparent url(images/icon_acrobat.jpg) 0 0 no-repeat;
}
#press_room .corporate_documents ul li a.fh {
    background:transparent url(images/icon_fh.jpg) 0 0 no-repeat;
}
#press_room .corporate_documents .action {
    padding-left:5px;
}

#press_room .corporate_images ul {
    margin-bottom:10px;
    height:50px;
}
#press_room .corporate_images ul li {
    float:left;
    display:block;
    margin:0 5px 5px 0;
    width:83px;
    height:56px;
}
#press_room .corporate_images ul li a {
    float:left;
    display:block;
    width:83px;
    height:56px;
}

#photo_gallery ul {
    margin-bottom:10px;
    height:50px;
}
#photo_gallery ul li {
    float:left;
    display:block;
    margin:0 5px 5px 0;
    width:83px;
    height:56px;
}
#photo_gallery ul li a {
    float:left;
    display:block;
    width:83px;
    height:56px;
}

#pot {
    margin:20px 0 0 490px;
}

#anim {
    width:666px;
}
#anim .anim1 {
    padding:30px 0 0 30px;
    height:32px;
    background:transparent url(images/anim1.jpg) no-repeat;
}
#anim .anim2 {
    padding:0 30px;
    height:330px;
    background:transparent url(images/anim2.jpg) no-repeat;
}
#anim .anim2 h1 {
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}
#anim .anim2 .item {
    float:left;
    padding-top:10px;
    margin-right:10px;
    width:195px;
    height:300px;
}
#anim .anim2 .last {
    margin:0;
}
#anim .anim2 .item p {
    padding-top:10px;
    height:70px;
    font:12px Arial, Helvetica, sans-serif;
    line-height:17px;
}
#anim .anim3 {
    height:32px;
    background:transparent url(images/anim3.jpg) no-repeat;
}

#footer {
    margin:auto auto auto auto;
    width:877px;
    height:70px;
}
#footer.turkish {
    background:transparent url(images/footer_turkish.jpg) right no-repeat;
}
#footer.arabic {
    background:transparent url(images/footer_arabic.jpg) right no-repeat;
}
#footer.persian {
    background:transparent url(images/footer_persian.jpg) right no-repeat;
}
#footer.french {
    background:transparent url(images/footer_french.jpg) right no-repeat;
}
#footer.english {
    background:transparent url(images/footer_english.jpg) right no-repeat;
}
#footer_content {
    width:667px;
    height:70px;
    background:transparent url(images/tuv_cert.jpg) right center no-repeat;
}
#footer_content2 {
    padding:15px 0 0 115px;
    width:450px;
    height:52px;
    background:transparent url(images/isfur_kems.jpg) 18px 12px no-repeat;
    color:#ffffff;
}
#footer_content2 p {
    margin-bottom:3px;
}
#footer_content2 a {
    text-decoration:none;
    color:#ffffff;
}
#footer_content2 a:hover {
    text-decoration:underline;
    color:#e0e0e0;
}
#footer_content2 a.by {
    color:#00ff00;
}