﻿html, form, body
{
    min-width: 1050px;
    padding: 0px auto;
    margin: 0px auto;
    font: normal 13px 'Verdana';
    width: 100%;
    margin-top: 20px;
    min-width: 1200px;
    font-family: "VERDANA";
    font-weight: bold;
}
#Menu
{
    height: 33px;
    width: 100%;
    background-color: #d01111;
}
#Banner
{
    background-image: url(../Images/banner.png);
    background-repeat: no-repeat;
    width: 1000px;
    height: 434px;
    margin: 0px auto;
    border: solid 0px red;
    margin-top: 40px;
}
#slider ul, #slider li, #slider2 ul, #slider2 li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider2
{
    margin-top: 1em;
}
#slider li, #slider2 li
{
    /*  			define width and height of list item (slide) 			entire slider area will adjust according to the parameters provided here 		*/
    width: 330px;
    height: 241px;
    overflow: hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev
{
    display: block;
    width: 30px;
    height: 15px;
    position: absolute;
    left: -30px;
    top: 71px;
    z-index: 1000;
}
#nextBtn, #slider1next
{
    left: 335px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a
{
    display: block;
    position: relative;
    width: 30px;
    height: 15px;
    background: url(../images/sol.png) no-repeat 0 0;
}
#nextBtn a, #slider1next a
{
    background: url(../images/sag.png) no-repeat 0 0;
}

#Bottom
{
    margin: 0px auto;
    width: 1000px;
}
#Bottom .yazi
{
    font-family: "VERDANA";
    font-weight: normal;
    color: #5f5f5f;
    font-size: 12px;
}
#Footer
{
    margin: 0px auto;
    width: 1000px;
}
#Footer .yazi
{
    font-family: "VERDANA";
    font-weight: normal;
    color: #5f5f5f;
    font-size: 12px;
}
.BannerYazi
{
    font-family: "VERDANA";
    font-weight: normal;
    color: #5f5f5f;
    font-size: 12px;
}
a { text-decoration:none;}

