@charset "utf-8";

/* CSS Document */



img, div { behavior: url(/css/iepngfix.htc); }
*{

	padding:0px;

	margin:0px;

}



h1{

	font-size:140%;

	color:#104A82;

}



h2{

	font-size:120%;

	color:#104A82;

}



h3{

	font-size:110%;

	color:#104A82;

}



p{



}



img{

	outline:none;

}



a{

	color: #0396D7;

	text-decoration:none;

	outline:none;

}



body { 

	/*background-image: url(../img/body_bg.gif); */

	background-image:url(../img/water08.jpg);

	background-repeat:repeat-x repeat-y;

	color:#333333;

	font-family:Arial,Helvetica,sans-serif;

	font-size:11px;

	font-size-adjust:none;

	font-stretch:normal;

	font-style:normal;

	font-variant:normal;

	font-weight:normal;

	line-height:normal;

	margin:0pt;

	padding:0pt 0pt 10px;

	text-align:center;

}



.container{

	width:756px;

	margin:  auto;

	margin-top: 10px;

}



.header {

	/*background:transparent url(/img/bg-header.png) repeat scroll 0%;

	*/

	background-image:url(../img/bg-header.png);

	margin:auto;

	width:756px;

	height: 49px;

}

 



.content {

	/*background:transparent url(/img/bg-pagewidth.png) repeat scroll 0%;

	*/

	background-image:url(../img/bg-pagewidth.png);
	background-repeat:repeat-y;
	margin:0pt auto;

	padding:0pt 30px 25px;

	text-align:left;
	height:100%;

	width:696px; 

}



.top{

	width:696px;

	height:78px;

}

.logo{

	height:78px;

	width:260px;

	float:left;

}



.searchForm{

	float:right;

	height:30px;    

	width:220px;

	margin:47px 0px 0px 0px;

}

.searchField{

	background:url(../img/bg-search.gif);

	background-repeat:no-repeat;

	height:30px;

	float:left; 

	width: 190px;

	margin-left:10px;

}

.searchButton{

	background-image:url(../img/a-submit.gif);

	float:right;

	height:17px;

	width:17px;

	margin:7px 0px 8px 0px;

}



.clearing { clear: both; height: 1px; }



.navigation{

	width:696px;

	height:30px;

	margin:20px 0px;

	background-image:url(../img/nav.gif);

	background-repeat:repeat-x; 

}



.navigation ul{

	left:0px;



}



.navigation ul li

{ 

  float: left; 

  margin: 0px; 

  list-style:none;

  position:relative;

} 



.navigation ul li .b{

	background-image:url(../img/nav-border2.gif);

	background-repeat:no-repeat;

	width:2px;

	height:30px;

}



.navigation ul li a 

{ 

  display: block;

  float: left; 

  height: 24px;

  text-decoration: none;

  padding: 6px 25px 0px;

  text-transform: capitalize;

  font-size: 12px;

  border-right:2px;

  line-height: 17px; 

  color:#FFFFFF;

  font-weight:bold;

} 



.navigation ul li a:hover

{

	background-image:url(../img/nav-hover.gif);

	background-repeat:repeat-x;

} 



.navigation ul li {

	position: relative;

	z-index:100;

}



.navigation ul ul {

	display:none;
	position: absolute;
	margin-top:29px;
	
	background-image:url(../img/nav.gif);
	background-repeat: repeat-x repeat-y;
	background-position:top;

	top:0px; 

	left: 0;

	width:200px; 

}

.navigation ul li:hover ul{

display: block;}



.navigation ul ul li{

	height:29px;

	font-size:80%;

	width:100%; 
	padding:0px;
	margin:0px;

}

.navigation ul ul li a{ 

	font-size:11px;

	width:100%;

	padding-left:10px;

	font-weight:normal;

	padding: 6px 10px;

}



.navigation ul ul li a:hover{ 

	font-size:11px;

	width:90%;

	padding: 6px 10px;

	font-weight:bold;

	 

}



.left{

	width:450px;

	clear:both;

	height:auto;

	float:left;

	background-color:#FFFFFF;

}

	

.left ol{

	margin-left:20px;

	line-height: 18px;

	font-size:12px;

}



.uyari{

	font-weight:bold;

	text-transform: capitalize;
	text-align:center;
	margin:20px 0px;

}

.right{

	width:230px;

	clear:right;

	float:right; 

	height:auto;

	background-color:#FFFFFF;

}



.rightSeparate{ 

	width:230px;

	float:right;

	margin:10px 0px;

}





.boxTop{

	background-color:#B4DFFF;

	background-image:url(../img/box_w_top.gif);

	background-repeat:no-repeat;

	background-attachment:scroll;

	width:469px;

}



.boxTop h2{

	padding:5px 10px;

	color:#104A82;

}





.boxBottom{

	background-color:#B4DFFF;

	background-attachment:scroll;

	background-color:transparent;

	background-image:url(../img/box_w_bottom.gif);

	background-repeat:no-repeat;

	width:449px;

	padding:10px;	

}



.fbox01, .fbox02, .fbox03, .fbox04, .fbox05, .fbox06 {

float:left;

width:100%;

}

.fbox01 {

background:transparent url(../img/fbox.gif) repeat-y scroll 0pt;

}

.fbox02 {

background:transparent url(../img/fbox.gif) repeat-y scroll 100% 0pt;

}

.fbox03 {

background:transparent url(../img/fbox-top-left.gif) no-repeat scroll 0% 0pt;

}

.fbox04 {

background:transparent url(../img/fbox-top-right.gif) no-repeat scroll 100% 0pt;

}

.fbox05 {

background:transparent url(../img/fbox-bottom-left.gif) no-repeat scroll 0pt 100%;

}

.fbox06 {

background:transparent url(../img/fbox-bottom-right.gif) no-repeat scroll 100% 100%;

}

.fbox01 h2 {

	line-height:30px;

	padding-left:12px;

	padding-top:3px;;

}



.padding10px { 

	padding:20px 20px 20px;

}

.padding10px hr { 

	height:1px;

	margin:10px 0pt;

	padding:0pt;

}



.partners {

display:inline;

float:right;

list-style-image:none;

list-style-position:outside;

list-style-type:none;

margin:12px 50px 0pt 0pt;

padding:0pt;

}



.footer {

	/*background:transparent url(/img/bg-footer.png) repeat scroll 0% 50%;

	*/background-image:url(../img/bg-footer.png);

	height:94px;

	margin:0pt auto;

	width:756px;

	height:94px; 

	clear:both;

}



.footer div {

height:94px;

position:relative;

width:756px;

z-index:100;

}

.foo-nav {

	left:40px;

	list-style-image:none;

	list-style-position:outside;

	list-style-type:none;

	margin:0pt;

	padding:0pt;

	position:absolute;

	top:16px;

	width: 630px;

}

.foo-nav li {

background:transparent url(../img/divider.gif) no-repeat scroll right center;

float:left;

line-height:13px;

padding:0pt 8px;

}

.foo-nav li.last {

background:transparent none repeat scroll 0%;

}

.foo-nav li a {

color:#7AC1E7;

text-decoration:none;

}

.foo-nav li a:hover {

text-decoration:underline;

}

p.copy {

color:#FFFFFF;

left:49px;

margin:0pt;

position:absolute;

top:37px;

}

.footer .tel {

	left:50px;

	list-style-image:none;

	list-style-position:outside;

	list-style-type:none;

	margin:0pt;

	padding:0pt;

	position:absolute;

	top:69px;

	width: 659px;

}

.footer .tel li {

color:#FFFFFF;

float:left;

height:25px;

padding:5px 0pt 0pt;

}

.footer .tel li strong {

margin:0pt 0pt 0pt 10px;

}

.footer .tel li.second {

background:transparent url(../img/bg-footer-sep.gif) no-repeat scroll right top;

padding-left:85px;

padding-right:10px;

}







.clear-contentunitHeader {

	background:#D2D2D2 none repeat scroll 0%;

	border:medium none;

	clear:both;

	color:#D2D2D2;

	height:0.25em;

	margin-bottom:15px;

	margin-top:0px;

	width:100%;

}



.clear-contentunit {

	background:#D2D2D2 none repeat scroll 0%;

	border:medium none;

	clear:both;

	color:#D2D2D2;

	height:0.25em;

	margin-bottom:15px;

	margin-top:15px;

	width:100%;

}



.galeri img{

	float: right;

	margin: 10px;

	border: 1px solid #7AC1E7;

}



input{ 

	border:1px solid #999999;

	font-size: 11px;

	padding:2px 5px;

}



.button {

	background-image:url(../img/gonder2.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	cursor:pointer;

	width:78px;

	height:30px;

	padding:0px;

	margin-top:10px;

	border:0px solid #FFFFFF;

}



.button:hover{

	background-image:url(../img/gonder2.png);
	background-repeat:no-repeat;
	background-position: 0px -30px;

}



.buttonGiris{

	background-image:url(../img/giris2.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;

	cursor:pointer;

	width:104px;

	height:40px;

	padding:0px;

	margin-top:10px;

	border:0px solid #FFFFFF;

}



.buttonGiris:hover{
	background-image:url(../img/giris2.png);
	background-repeat:no-repeat;
	background-position:0px -40px;

}

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.pollbar{
background-color: #0099FF;
font-size:6px;
height:8px;
line-height:8px;
margin:1px;
}