﻿html
{
    overflow: scroll; /*firefox scroll bar*/
}

body
{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #191919;
}

#out
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: transparent;
    width: 913px;
    min-height: 703px;
    height: auto !important; /* min-height hack for ie6 */
    height: 703px;
    border: none;
}


#top
{
    position: relative;
    float: left;
    width: 913px;
    height: 105px;
   /*background: url(../images/top.jpg) no-repeat;*/
}

#menu
{
    position: relative;
    float: left;
    width: 913px;
    height: 23px;
    background-color: #284b6e;
    border: solid 1px #191919;
    margin: 5px 0 0 0;
}

#menufiyat
{
    position: relative;
    float: left;
    width: 650px;
    height: 20px;
    background-color: green;
    border: solid 1px #191919;
    margin: 5px 0 0 0;
}
#main
{
    position: relative;
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    background-color: #b8b7b7;
    width: 913px;
    min-height: 540px;
    height: auto !important; /* min-height hack for ie6 */
    height: 540px;
    display: inline;
}

#mainL
{
    position: relative;
    float: left;
    width: 650px;
    padding: 0;
    height: 305px;
    height: auto !important; /* min-height hack for ie6 */
    margin: 10px 0 0 10px;
    text-align: center;
    display: inline;
}

#mainLTop
{
    position: relative;
    float: left;
    width: 890px;
    height: 305px;
    margin: 0;
    padding: 0;
    text-align: center; /*background-color: green;*/
    display: inline;
}


#flash
{
    position: relative;
    float: left;
    width: 627px;
    height: 305px;
    margin: 0;
    padding: 0;
    text-align: center;
    /*background: url(../images/flash.jpg) no-repeat;*/
    display: inline;
}

#mainR
{
    position: relative;
    float: left;
    width: 242px;
    height: 305px;
    padding: 0;
    margin: 0 0 0 20px;
    text-align: center;
    background: url(../images/news.jpg) no-repeat;
    display: inline;
}

#mainLbtm
{
    position: relative;
    float: left;
    width: 892px;
    height: 201px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    background-color: Transparent;
    display: inline;
    border: none;
}


#ikinciEl
{
    position: relative;
    float: left;
    width: 285px;
    height: 201px;
    margin: 0;
    padding: 0;
    background-color: Transparent;
    display: inline;
    background: url(../images/secondHand.jpg) no-repeat;
}

#galeri
{
    position: relative;
    float: left;
    width: 329px;
    height: 201px;
    margin: 0 0 0 12px;
    padding: 0;
    text-align: center;
    background-color: Transparent;
    display: inline;
    /*background: url(../images/gallery.jpg) no-repeat;*/
}

#biz
{
    position: relative;
    float: left;
    width: 242px;
    height: 201px;
    margin: 0 0 0 23px;
    padding: 0;
    text-align: center;
    background-color: Transparent;
    display: inline;
    background: url(../images/biz.jpg) no-repeat;
}

#footer
{
    position: relative;
    float: left;
    width: 913px;
    height: 23px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: solid 1px #191919;
    background: #002a56 url(../images/footer.jpg) no-repeat;
}



#eventsContent
{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:Transparent ;
	color: white;
	text-align:left;
}

/* pop*/

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;