@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	/*background: url(duvar.jpg) center top repeat;
	/*background-image: url(duvar.JPG);*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	/*background: #726e6b url(footerimage.jpg) fixed repeat-x left bottom;*/
	width: 100%;
	min-width:970px;/*--Fixes Background Bug--*/
}
.innerstyle #container { 
	width: 774px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
   background: #dad9d8;
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*height: 615px;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* border: 0px solid #000000; */
} 


.box {background:#882B09; color:#fff; margin:0 15px;}
.rtop, .rbottom{
display:block;
background:#dad9d8;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#6d250f;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 8px
}

.box2 {background:#882B09; color:#fff; margin:0 15px;}
.rtop, .rbottom{
display:block;
background:#dad9d8;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#6d250f;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}


/*background-color : transparent;*/

.out {
  display:block; 
  background:#454545; 
 /* border:0px solid #8e7f6f; */
  position:relative;
  
  }
.in {
  text-align:center; 
  background:#dad9d8; 
  /* border:0px solid #555; */
  position:relative; 
  padding:0px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {width: 774px;;} /* change to suit */
h4 {font-weight:bold; color:#000000;}



.innerstyle #header { 
	/*background: url(odun_whitebck.jpg)  center bottom no-repeat;*/
	height:120px;

	 /*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.innerstyle #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 774px;
  height: 120px;
  background: url(odun_whitebck2.jpg)  center top no-repeat;
  position: relative;
}

#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 125px;
  height: 58px;
  background: url(ana.gif) no-repeat;
  left: 145px;
  top: 15px;
}
/*#menu .home span {
  width: 86px;
  height: 14px;
  background: url(home-over.gif) no-repeat;
  left: 28px;
  top: -20px;
}*/

#menu .pics {
  width: 125px;
  height: 58px;
  background: url(resimler.gif) no-repeat;
  left: 275px;
  top: 17px;
}
/*#menu .pics span {
  width: 40px;
  height: 12px;
  background: url(about-over.gif) no-repeat;
  left: 44px;
  top: 54px;
}*/

#menu .price {
  width: 125px;
  height: 58px;
  background: url(fiyatlar.gif) no-repeat;
  left: 405px;
  top: 19px;
}
/*#menu .price span {
  width: 92px;
  height: 20px;
  background: url(rss-over.gif) no-repeat;
  left: 26px;
  top: -20px;
}*/

/*#menu .howtogo {
  width: 144px;
  height: 58px;
  background: url(ulasim.gif) no-repeat;
  left: 530px;
  top: 94px;
}*/
/*#menu .howtogo span {
  width: 92px;
  height: 20px;
  background: url(rss-over.gif) no-repeat;
  left: 26px;
  top: -20px;
}*/

#menu .howtoget {
  width: 125px;
  height: 58px;
  background: url(ulasim.gif) no-repeat;
  left: 535px;
  top: 20px;
}


#menu .contact {
  width: 125px;
  height: 58px;
  background: url(iletisim.gif) no-repeat;
  left: 665px;
  top: 20px;
}
/*#menu .contact span {
  width: 92px;
  height: 20px;

  background: url(rss-over.gif) no-repeat;
  left: 26px;
  top: -20px;
}*/


/*#lang {
font-size: 11px;
font-family: Arial Helvetica sans-serif;
padding-left:10px; padding-top:40px;

	 /*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
/*} */



/*#lang a:link {
color: #CE5621; 
background: #280600; 
}

#lang a:active { 
color: #CE5621;
background: #280600; 
}

#lang a:visited {
color: #B8470B; 
background: #280600; 
}

#lang a:hover {
color: #F1D886;
background: #000000; 
border:1px solid #000000; 
}*/



.innerstyle #sidebar1 {
	/* float: left; since this element is floated, a width must be given */
	position:absolute;
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 340px;
	background: url(yasemin_frame.jpg)  center top no-repeat;
	left: 0px;
	top: 120px;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 6px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
}


.innerstyle #sidebar2 {
	/* float: right; since this element is floated, a width must be given */
	position:absolute;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #000000 url(yasemin_small.jpg)  center center no-repeat;*/
	height: 340px;
	left: 614px;
	top: 121px;
	/*background: url(ropealt.jpg)  right top no-repeat;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.innerstyle #mainContent { 
	 /*margin: 0 250px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*text-align: center;*/
	text-align: center; 
	margin: 0 2px; 
	margin-left: 198px;
	/*height: 490px;*/
	/* background: url(mainfield2.jpg) center top no-repeat;*/
	/* padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#box h1,h2,h3,h4{border-bottom: 2px solid #92b681;
font-size: 11px;
}

#centertext {
/*text-align: -moz-center; */
/*	margin: 0; */

font-size: 12px;
font-family: Arial Helvetica sans-serif;
	/*font-weight: bold;*/
	 /* padding:.2em;*/
	/* padding-top:80px;*/
	/* padding-left:40px; */
 } 
 
 #center { margin:0 auto;
width:330px;


 } 
 
 

/*#footer {*/
   /* height: 20px;*/
   /* background: orange;*/
   /* width: 100%;*/
 /*  position: absolute;*/
 /*  bottom: 0;*/
/*}*/

 

