
*
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

a, img
{
    border: none;
}

body
{
    background: #e0e5e9;
}

textarea:focus, input:focus
{
    outline: none;
}

.UserBilgisi
{
    width: 100%;
    height: 20px;
}

#header_wrap
{
    width: 100%;
    float: left;
    background: url(../images/header_main_bg.png) repeat-x bottom;
    height: 105px;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
}

#header_wrap .header
{
    margin: auto;
    width: 1000px;
    height: 90px;
}

#header_wrap .logo
{
    float: left;
    width: 280px;
    height: 90px;
    margin-left: 88px;
}

#header_wrap .logo img
{
    padding: 19px 0 0 0;
}

#header_wrap .nav_wrap
{
    width: 632px;
    float: left;
    height: 96px;
}

#header_wrap .topnav_wrap
{
    height: 38px;
    float: left;
    width: 100%;
}


#header_wrap .topnav_wrap .topnav
{
    width: 390px;
    float: right;
    height: 38px;
}

#header_wrap .topnav_wrap .topnav .orange
{
    float: left;
    height: 38px;
    width: 130px;
}


#header_wrap .topnav_wrap .topnav .red
{
    float: left;
    height: 38px;
    width: 130px;
}

#header_wrap .topnav_wrap .topnav .red .omdl
{
    background: url(../images/rp_red.jpg) repeat-x;
    float: left;
    height: 38px;
    width: auto;
}




#header_wrap .topnav_wrap .topnav .blue
{
    float: left;
    height: 38px;
    width: 130px;
}

#header_wrap .topnav_wrap .topnav .blue .omdl
{
    background: url(../images/rp_blue.jpg) repeat-x;
    float: left;
    height: 38px;
    width: auto;
}


#header_wrap .topnav_wrap .topnav .orange .oleft, .orange .oright, .red .oleft, .red .oright, .blue .oleft, .blue .oright
{
    float: left;
    height: 100%;
    width: 19px;
}

#header_wrap .topnav_wrap .topnav .orange .omdl
{
    background: url(../images/rp_orange.jpg) repeat-x;
    float: left;
    height: 38px;
    width: auto;
}

#header_wrap .topnav_wrap .topnav .orange .omdl a, .red .omdl a, .blue .omdl a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: #FFF;
    line-height: 34px;
}

#header_wrap .topnav_wrap .topnav .orange .omdl a
{
    text-shadow: #a52602 0 1px 1px;
}

#header_wrap .topnav_wrap .topnav .red .omdl a
{
    text-shadow: #ab1b1b 0 1px 1px;
}

#header_wrap .topnav_wrap .topnav .blue .omdl a
{
    text-shadow: #013570 0 1px 1px;
}


#header_wrap .btmnav_wrap
{
    float: left;
    width: 100%;
}


#header_wrap .btmnav_wrap ul
{
    list-style: none;
    float: left;
}

#header_wrap .btmnav_wrap ul li
{
    display: inline;
    margin: 0 0 0 25px;
}

#header_wrap .btmnav_wrap ul li a
{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 40px;
}
#header_wrap .btmnav_wrap ul li a:hover
{
    color: Red;
}

#content_wrap
{
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}

#content
{
    width: 1000px;
    margin: auto;
}

#slide
{
    width: 710px;
    float: left;
    height: 300px;
    position: relative;
    border-radius: 8px;
}


#slide DIV
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    height: 300px;
    background-color: #FFF;
}

#slide DIV.active
{
    z-index: 10;
    opacity: 1.0;
}

#slide DIV.last-active
{
    z-index: 9;
}

#slide DIV IMG
{
    height: 300px;
    display: block;
    border: 0;
}


#content .content_right
{
    width: 250px;
    float: right;
    height: 300px;
    background: #e60c2f;
    border-radius: 8px;
}


#content .content_inside
{
    background: url(../images/content_inside.jpg) repeat-x;
    width: 230px;
    height: 280px;
    margin: 10px 10px;
    border-radius: 8px;
    color: #FFF;
}

#content .content_inside .topbox
{
    float: left;
    width: 210px;
    height: 50%;
    border-bottom: #FFF solid 1px;
    margin: 0 10px 0;
}

#content .content_inside .btmbox
{
    float: left;
    width: 210px;
    height: 50%;
    margin: 0 10px 0;
}

#content .content_inside .topbox h2
{
    font-size: 24px;
    margin: 0 0 4px 0;
}

#content .content_inside .btmbox h2
{
    font-size: 24px;
    margin: 4px 0 4px 0;
}

#content .content_inside .topbox p, .btmbox p
{
    font-size: 20px;
    font-style: italic;
}

#content .content_inside img
{
    float: right;
}

#footer_wrap
{
    width: 100%;
    float: left;
}

#footer
{
    width: 820px;
    margin-left: 220px;
    margin: auto;
}

#footer .footer_in
{
    float: left;
    width: 820px;
    background: #FFF;
    height: 180px;
    border-radius: 8px;
}


#footer .footer_in .top_footer_in
{
    width: 100%;
    background: #013378;
    height: 116px;
    border-radius: 8px 8px 0 0;
}

#footer .footer_in .top_footer_in .services_wrap
{
    width: 994px;
    height: 110px;
    background: url(../images/services_wrap_bg.jpg) repeat-x;
    float: left;
    border-radius: 8px 8px 0 0;
    margin: 3px;
}

#footer .footer_in .top_footer_in .services_wrap .btm_logo
{
    float: left;
    width: 270px;
    height: 110px;
}

#footer .footer_in .top_footer_in .services_wrap .btm_logo img
{
    border-radius: 8px 0 0 0;
}


#footer .copyright
{
    width: 100%;
    float: left;
    margin: 5px 0;
}

#footer .copyright p
{
    text-align: center;
    color: #013378;
    font-size: 12px;
}

#footer .footer_in .top_footer_in .services_wrap .services
{
    float: left;
    height: auto;
    width: 724px;
}


#footer .footer_in .top_footer_in .services_wrap .services .service_pic
{
    float: left;
    height: 110px;
    width: auto;
    margin: 0 0 0 20px;
}

#footer_btm_lft
{
    float: left;
    width: 550px;
    height: 100%;
    margin: 4px 0 0 0;
}

#footer_btm_rt
{
    float: right;
    width: 146px;
    height: 100%;
    margin: 10px;
}

/*---------- Home Page--------*/


#footer .form
{
    float: left;
    width: 100%;
    background: #FFF;
    height: auto;
    border-radius: 8px;
    padding: 0 0 10px 0;
}

#footer .form .head
{
    height: 50px;
    width: 100%;
    float: left;
    background: #013378;
    border-radius: 8px 8px 0 0;
}

#footer .form .head_in
{
    width: 994px;
    height: 44px;
    background: url(../images/head_bg.jpg) repeat-x;
    float: left;
    border-radius: 8px 8px 0 0;
    margin: 3px;
}

#footer .form .head_in h2
{
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
    margin: 0 0 0 10px;
}

#formcontent
{
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0 0 0;
}

#formcontent .form_in
{
    width: 480px;
    margin: auto;
    height: 100%;
}

#formcontent .form_in .box1
{
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    border-bottom: 1px solid black;
}

#formcontent .form_in .box1_in
{
    float: left;
    width: 100%;
    height: auto;
}

#formcontent .form_in .box1p
{
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
}


#formcontent .form_in .box1 .lft
{
    float: left;
    width: 50%;
    height: auto;
}

#formcontent .form_in .box1 .lft label
{
    display: block;
    margin: 4px 0;
}

#formcontent .form_in .box1 .rt input
{
    margin: 2px 0;
}
#formcontent .form_in .box1 .rt
{
    float: right;
    width: 50%;
    height: auto;
}


#formcontent .form_in .box1 .rt .telcode
{
    width: 30px;
    margin: 0 3px 0 0;
}

#formcontent .form_in .box1 .rt .telnum
{
    width: 110px;
}

#formcontent .form_in .box1 p
{
    font-size: 12px;
    text-align: left;
}


#formcontent .form_in .box2
{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
}


#formcontent .form_in .box2 .mar, .box3 .mar, .box5 .mar
{
    margin: 0 0 0 20px;
}

#formcontent .form_in .box2 label
{
    margin: 0 0 0 5px;
}

#formcontent .form_in .box2 select, .box4 select
{
    width: 120px;
    height: 250px;
}

#formcontent .form_in .box2 select option, .box4 select option
{
    margin: 2px;
}


#formcontent .form_in .box2 .d1, .box2 .d2, .box2 .d3, .box4 .d1, .box4 .d2, .box4 .d3
{
    float: left;
    width: auto;
    height: auto;
}

#formcontent .form_in .box2 .d2 .sub, .box4 .d2 .sub
{
    display: block;
}

#formcontent .form_in .box2 .d2, .box4 .d2
{
    margin: 100px 10px;
}


#formcontent .form_in .box3, .box4, .box5
{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

#formcontent .form_in .box3 .opt
{
    width: 91%;
    height: auto;
    margin: auto;
    padding: 0 0 20px 0;
}

#formcontent .form_in .box3 label, .box5 label
{
    margin: 5px;
}

#formcontent .form_in p
{
    font-size: 12px;
}

#formcontent .form_in .box6
{
    float: left;
}

#formcontent .form_in .box6 input
{
    margin: 0 5px 20px 5px;
}

.content
{
    padding-left: 20px;
    padding-top: 30px;
    width: 800px;
    margin-left: 220px;
    background-color: White;
}
.divMenuTarihlerSol
{
    padding-top: 15px;
    margin-left: 80px;
    width: 616px;
    height: 183px;
    float: left;
    background-image: url('../images/menu1.png');
    background-repeat: repeat-x;
}
.divMenuTarihlerSolLong
{
    padding-top: 15px;
    margin-left: 80px;
    width: 616px;
    height: 335px;
    float: left;
    background-image: url('../images/menu1long.png');
    background-repeat: repeat-x;
}
.divMenuTarihlerSag
{
    margin-right: 20px;
    padding-top: 15px;
    width: 337px;
    height: 199px;
    float: right;
    background-image: url('../images/menu1.png');
    background-repeat: repeat-x;
}
.divMenuTarihlerBalik
{
    margin-left: 20px;
    width: 200px;
    height: 30px;
    color: Black;
    font-weight: bold;
    font-size: 15px;
}
.divMenuTarihlerTable
{
    margin-left: 20px;
    width: 300px;
    height: 140px;
}

.divEmail
{
    width: 800px;
    height: 100%;
    background-color: White;
}

.divMenuTarihlerSol2
{
    padding-top: 15px;
    width: 275px;
    height: 199px;
    float: left;
    background-image: url('../images/menu3.png');
}
.divMenuTarihlerSag2
{
    padding-top: 15px;
    width: 230px;
    height: 199px;
    float: right;
    background-image: url('../images/menu2.png');
}
.divMenuTarihlerOrta2
{
    padding-top: 15px;
    width: 275px;
    height: 199px;
    background-image: url('../images/menu3.png');
}
.divMenuTarihlerTable2
{
    margin-left: 10px;
    width: 300px;
    height: 140px;
}
.divMenuTarihlerBalik2
{
    margin-left: 20px;
    width: 150px;
    height: 30px;
    color: Black;
    font-weight: bold;
    font-size: 15px;
}
.divMenuTarihlerTable3
{
    margin-left: 20px;
    width: 195px;
    height: 140px;
}
