	body {
		background:#E1D4C0 url(../i/sides_body.gif) repeat-y center top;
                 margin:0 auto;
                 padding:0;
	}
	
	
	   #doc{
		
		width:827px;
                   /*My widht hack*/
               /* *widht:85%;/*for IE*/
		
	}

	    div.yui-b p {

                margin:0 0 .5em 0;
                color:#000;

            }

            div.yui-b p strong {

                font-weight:bold;
                color:#000;

            }

            div.yui-b p em {

                color:#000;

            }

            h1 {
            margin-top:10px;

            }

            #productsandservices {

                margin:0 0 10px 0;
                border: solid #c96;
                border-width:3px 0 0 0;
            }

            div.yuimenu {

                position:absolute;
	          }

a:link {
	color: #963;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}
a img {
  border-width:0;
  }

#b2 {
	background-color: #963;
	margin-left: 10px;
	border: 5px double #E1D4C0;
}

#b2 p{
	color: #fff !important;
	padding: 10px;
}

#b2 h2{
	color: #FFA477;
	margin: 5px;
}
.img1{
	 float:right;
	 border:2px solid #c96; 
	 padding:2px;
}
.img2{
	 float:left;
	 border:2px solid #c96;
	 margin:2px 10px 0 0; 
	 padding: 2px;
}
.ft2 {
	background-color: #963;
	padding:10px;
	text-align: center;
	color: #fff;
	border: 2px double #E1D4C0;
	}

/* Menu styles */

div.yuimenu {

    z-index:1;
    visibility:hidden;
    background-color:#f6f7ee;
   /*background-color: #e1cdb0;*/
    border:solid 1px #c96;
    padding:1px;
    
}


/* MenuBar Styles */

div.yuimenubar {

    /*background-color:#f6f7ee;*/
    background-color: #e1cdb0;
   
}

/*
    Application of "zoom:1" triggers "haslayout" in IE so that the module's
    body clears its floated elements
*/
div.yuimenubar div.bd {

    zoom:1;
    

}

/*
    Clear the module body for other browsers
*/
div.yuimenubar div.bd:after {

    content:'.';
    display:block;
    clear:both;
    visibility:hidden;
    height:0;

}


/* Matches the group title (H6) inside a Menu or MenuBar instance */

div.yuimenu h6,
div.yuimenubar h6 { 

    font-size:100%;
    font-weight:normal;    
    margin:0;
    border:solid 1px #c96;
    color:#b9b9b9;    

}

div.yuimenubar h6 {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    padding:4px 12px;
    border-width:0 1px 0 0;
    
}

div.yuimenu h6 {

    float:none;
    display:block;
    border-width:1px 0 0 0;
    padding:5px 10px 0 10px;

}


/* Matches the UL inside a Menu or MenuBar instance */

div.yuimenubar ul {

    list-style-type:none;
    margin:0;
    padding:0;
    

}

div.yuimenu ul {

    list-style-type:none;
    border:solid 1px #c96;
    border-width:1px 0 0 0;
    margin:0;
    padding:10px 0;

}


div.yuimenu ul.first-of-type, 
div.yuimenu ul.hastitle,
div.yuimenu h6.first-of-type {

    border-width:0;

}


/* MenuItem and MenuBarItem styles */

div.yuimenu li,
div.yuimenubar li {

    font-size:85%;
    cursor:pointer;
    cursor:hand;
    white-space:nowrap;
    text-align:left;
     

}

div.yuimenu li.yuimenuitem {

    padding:2px 24px;
    
}

div.yuimenu li li,
div.yuimenubar li li {

    font-size:100%;

}


/* Matches the help text for a menu item */

div.yuimenu li em {

    font-style:normal;
    margin:0 0 0 40px;

}

div.yuimenu li a em {

    margin:0;

}

div.yuimenu li a,
div.yuimenubar li a {
    
    /*
        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 
        mouseout events bubble to the parent LI in IE.
    */
    zoom:1;
    color:#000;
    text-decoration:none;
    
}

div.yuimenu li.hassubmenu,
div.yuimenu li.hashelptext {

    text-align:right;

}

div.yuimenu li.hassubmenu a.hassubmenu,
div.yuimenu li.hashelptext a.hashelptext {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    text-align:left;

}


/* Matches focused and selected menu items */

div.yuimenu li.selected,
div.yuimenubar li.selected {
	background-color: #C96;
}

div.yuimenu li.selected a.selected,
div.yuimenubar li.selected a.selected {

    text-decoration:underline;

}

div.yuimenu li.selected a.selected,
div.yuimenu li.selected em.selected, 
div.yuimenubar li.selected a.selected {

    color:#fff;

}


/* Matches disabled menu items */

div.yuimenu li.disabled, 
div.yuimenubar li.disabled {

    cursor:default;

}

div.yuimenu li.disabled a.disabled,
div.yuimenu li.disabled em.disabled,
div.yuimenubar li.disabled a.disabled {

    color:#b9b9b9;
    cursor:default;
    
}

div.yuimenubar li.yuimenubaritem {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    border-width:0 0 0 1px;
    border-style:solid;
    border-color:#c96;
    padding:4px 24px;
    margin:0;

}

div.yuimenubar li.yuimenubaritem.first-of-type {

    border-width:0;

}


/* Matches the submenu indicator for menu items */

div.yuimenubar li.yuimenubaritem img {

    height:8px;
    width:8px;
    margin:0 0 0 10px;
    vertical-align:middle;

}

div.yuimenu li.yuimenuitem img {

    height:8px;
    width:8px;
    margin:0 -16px 0 10px;
    border:0;

    *margin-left:0;
    *border-left-width:10px;
    *border-style:solid;
    *border-color:#f6f7ee;

}

div.yuimenu li.yuimenuitem.selected img.selected {

    *border-color:#8c8ad0;

}

div.yuimenu li.checked {

    position:relative;

}

div.yuimenu li.checked img.checked {

    height:8px;
    width:8px;
    margin:0;
    border:0;
    position:absolute;
    left:6px;
    _left:-16px; /* Underscore hack b/c this is for IE 5.5 and IE 6 only */
    top:.5em;
    
}

 #b2 ul li a{ color: #ffc;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #c63;
	
	}
 
 #metabox {
 	font-size:90%;
   color: #603000;
	padding: 10px;
	
	}
 #metabox a{
	color: #603000;
}
  #metabox h3{
 	margin-bottom:10px;
	color: #603000;
	
 }
 
/*lightbox*/
  #overlay {
		display:none;
		position:absolute;
		opacity:0.6;
		filter:alpha(opacity=60);
		z-index:999;
		top:0;
		left:0;
		background:#000;
	}
	#lightbox {
		display:none;
		position:absolute;
		z-index:1000;
		text-align:center;
		top:10px;
		left:-100px;
	}
	#lightbox img {
		border:2px solid #fff;
		cursor:pointer;
		background:#000;
		padding:2px;
		margin:0 auto;
		display:block;
	}
#swappers{
	margin-bottom:10px;
	border-bottom:1px solid #c96;
	text-align:center;
	
}

#swappers ul li {
		width:20px;
		height:20px;
		line-height:0;
		/*font-size:1px;*/
		border:1px solid #c96;
		margin-right:5px;
		float:left;
		cursor:pointer;
		
	}
	
	#swappers a {
		font-weight:bold;
		color:#963;
		background:transparent;
		text-decoration:none;
		
	
	}
a:visited.scrolling-link {
		color:#963;
		font-weight:bold;
		text-decoration:none;
		
		

}
a:hover.scrolling-link {
  color:#900;
  text-decoration:underline;
  }
  
acronym {
	cursor: help;
        border-bottom: 1px dotted #999;
        color:#963;
          
}

abbr[title] {border-bottom: 1px dotted #999;}
abbr[title]:hover {cursor: help;}

.copy {
	color:#fdd;
}
.right {
    
        text-align:right;
    
    }
    .ft2 a {
        color:#ff0;
          
    }
    .kaynakca {
	padding: 10px;
	color: #fff;
	font-size: 87%;
}
    .kaynakca li {
	line-height: 20px;
	list-style: square inside;
}
#bd li{
	line-height: 20px;
}
.ozel  {
	color: #f96;
	text-decoration: none;
}
h2, h3 {
	margin-bottom:10px;
}
p.first-letter {

 font-size: 1.4em;
 font-weight: bold;
 
}
.print {
	display: none;
}
.baskan{
   text-align:center; color:#963;
}
        table { border:none; margin-bottom:1em; width:100%; }
        
        th { font-size:100% Verdana, Arial, Helvetica,
        Sans-Serif;font-weight:bold;
        background:#996633;color:#ffffff;padding:3px; }
        
        td {
        font-weight:bold; border:none; padding:3px;
                
            }
        .odd {
                font-weight:bold;
                background:#e1cdb0;
                color:#000;
            }
	.baskan2 {
			list-style-type:none;
			color:#ffc;
			border-bottom:1px dotted #900;
			text-align:center;
		}	    

