/* CSS Document */
/*	Css Reset
*********************/
html, body, div, span, applet, object, iframe, embed
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
   margin:0px;
   padding:0px;
   border:0px;
   outline:0px;
   font-size:100%;
   vertical-align:baseline;
   background:transparent;
}

form, button, select, input, textarea {
	margin:0px;
	padding:0px;
	outline:0px;	
}

html {
	height: 100%; 
	min-height: 100%; 
}

body {
	line-height:normal;
	height:100%;
	min-height:100%;
	font:tual;
}

ol, ul {
   list-style: none;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

/*********************
	Genel Ayarlar
*********************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration:none;
	background:#fff;
	height:100%;

}

::-webkit-scrollbar {
    height: 12px;
	width: 12px;
	background: #000;
    }
::-webkit-scrollbar-thumb {
    background:#CCC;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000;
}

body{font-family:Verdana,'Conv_HelveticaLTStd-Cond', Helvetica, sans-serif; font-size:16px; color:white;

}
h1,h2,h3,h4{font-family:Verdana, 'Conv_HelveticaNeueLTStd-Th', Helvetica, sans-serif, cursive;}

/********************************
	div lerin sonuna nokta ekle 
********************************/
div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;
	font-size:0;
	text-indent:-1000px;
}

div {
	display:block;
}

/* IE6 */
* html div {
  height: 1%;
}
/* IE7 */
*:first-child + html div {
  min-height:1%;
}
	

/*********************************
	li lerin sonuna nokta ekle 
*********************************/
li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;
	font-size:0;
	text-indent:-1000px;
}

li {
	/*display:block;*/
} 

/* IE6 */
* html li {
  height: 1%;
}
/* IE7 */
*:first-child + html li {
  min-height:1%;
}

span {
	display:inline;	
}

a {
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	text-decoration:underline !important;
}

select {
	font-size:14px;
	font-family:tahoma;
	margin:0px;
}


/******************
	Renkler
******************/
.orange {
	color:#FF6600;	
}

.white {
	color:#FFFFFF;	
}

.blue {
	color:#007EFF;	
}

.gray {
	color:#8A8A8A;	
}

/********************
	Font
********************/
.bold {
	font-weight:bold;	
}

.italic {
	font-style:italic;	
}

/********************
	Float
********************/
.left {
	float:left;
}

.right {
	float:right;	
}

/********************
	Display
********************/
.displayNone {
	display:none;	
}

.displayBlock {
	display:block;	
}

/********************
	Clear - 15px lik bosluk
********************/
.clear {
	clear:both;
	height:10px;
}

/****************
	Borderlar

****************/
.borderBottom {
	border-bottom:1px solid #E0E0E0;	
}

.borderTop {
	border-top:1px solid #E0E0E0;	
}

.borderBottomOrange {
	border-bottom:1px solid #CE5407;	
}

.borderBottomNone {
	border-bottom:none !important;	
}

.borderTopNone {
	border-top:none !important;	
}

/******************************
	Site Govdesi Icin 
	100%  lik Ortalanmis Div
******************************/

#pageWrapper{
	width:100% !important;
	height:100% !important;
	/*overflow:hidden;*/
	margin:0 !important;
	background-image:url(../resimler/background.png);
	background-position:top center;
	background-repeat:no-repeat;
}
 
