@charset "iso-8859-9";
* {
	margin: 0;
	padding: 0;
}
* html img,
* html .png{
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "Images/blank.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}
html, body, form {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
body{
	background-color: #e7e7e7;
}
table, img {
	border: 0;
}
img, div { behavior: url(iepngfix.htc); }
.Clear{
	clear: both;
}
table.MainTable{
	margin: 0 auto;
	width: 935px !important;
	height: 600px !important;
}
table.MainTable td{
	vertical-align: top;
}
/* Menu Tablosu */
table.MainTable td.LeftMenu{
	width: 260px !important;
	background-color: #e8e8e8;
}
table.MenuTable{
	width: 260px;
	border: 0;
	margin: 0;
	padding: 0;
}
table.MenuTable td.M_Left{
	background-image: url(Images/Oyak_Menu_LeftBar.png);
	background-repeat: repeat-y;
	vertical-align: bottom !important;
	width: 15px !important;
}
table.MenuTable td.M_Content{
	background-image: url(Images/Oyak_Menu_CenterBar.png);
	background-repeat: repeat-x;
	background-color: #DCDCDC;
	width: 235px !important;
	height: 450px;
}
table.MenuTable td.M_Right{
	background-image: url(Images/Oyak_Menu_RightBar.png);
	background-repeat: repeat-y;
	vertical-align: bottom !important;
	width: 10px !important;
}
/* Menu Tablosu Sitil Sonu */
/* İçerik Tablosu */
table.MainTable td.Content{
	width: 675px !important;
}
Table.ContentTable{
	width: 675px !important;
}
Table.ContentTable td.C_Left{
	background-image: url(Images/Oyak_Content_LeftBar.png);
	background-repeat: repeat-y;
	vertical-align: bottom !important;
	width: 10px !important;
}
Table.ContentTable td.C_Content{
	background-image: url(Images/Oyak_Content_CenterBar.png);
	background-repeat: repeat-x;
	background-color: #DBDBDB;
	width: 650px !important;
	height: 550px;
}
Table.ContentTable td.C_Right{
	background-image: url(Images/Oyak_Content_RightBar.png);
	background-repeat: repeat-y;
	vertical-align: bottom !important;
	width: 10px !important;
}
Table.ContentTable td.C_Content td.Title{
	background-image: url(Images/Oyak_Title_BG.png);
	background-repeat: no-repeat;
	height: 50px;
	vertical-align: middle;
	padding-left: 25px;
	font: 18px Arial;
	color: #C10030;
}
Table.ContentTable td.C_Content td.Content {
	font: 12px Arial;
	color: #323232;
	line-height: 18px;
	padding: 0px 30px 0 30px;
	text-align: justify;
}
Table.ContentTable td.C_Content td.Content a{
	font: 11px Arial;
	color: #323232;
	text-decoration: none;
}
Table.ContentTable td.C_Content td.Content a:hover{
	text-decoration: underline;
}
Table.ContentTable td.C_Content td.Content li{
	list-style: none;
	background-image: url(Images/Oyak_List_Icon.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-indent: 15px;
}
Table.ContentTable td.C_Content td.HomeTitle{
	background-image: url(Images/Oyak_Home_Title_BG.png);
	background-repeat: no-repeat;
	height: 50px;
	vertical-align: middle;
	padding-left: 25px;
	font: 18px Arial;
	color: #C10030;
}
Table.ContentTable td.C_Content td.HomeContent{
	background: url(Images/Oyak_Home_Part_BG.png)  repeat-y;
	font: 12px Arial;
	color: #323232;
	text-align: justify;
	line-height: 18px;
	padding: 0px 35px 0 35px;

}
Table.ContentTable td.C_Content td.HomeContent ul{
	list-style: none;
	margin-left: 15px;
}
Table.ContentTable td.C_Content td.HomeContent li{
	background: url(Images/Oyak_News_Icon.gif) no-repeat left 4px;
	display: block;
	padding-left: 12px;
}
Table.ContentTable td.C_Content td.HomeContent hr{
	background: #CFCFCF;
	margin: 10px 0 10px 0;
}
Table.ContentTable td.C_Content td.HomeContent a{
	font: 12px Arial;
	text-decoration: none;
	color: #666666;
	z-index: 999;
	position: relative;
}
Table.ContentTable td.C_Content td.HomeContent a:hover{
	text-decoration: underline;
}
/* İçerik Tablosu Sitil Sonu */
/* Akordiyon Menu Sitilleri */
.arrowlistmenu{
	margin-left: 15px !important;
	margin-Top: 15px !important;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	cursor: hand;
	cursor: pointer;
	font: bold 13px Arial;
	color: #000000;
	width: 217px;
	height: 41px;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #BC002F;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 5px !important;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
	width: 194px;
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-image: url(Images/SubMenu_out.png);
	background-repeat: no-repeat;
	width: 159px;
	height: 24px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-image:url(Images/SubMenu_over.png);
	background-repeat: no-repeat !important;
	width: 159px;
	height: 24px;
	color: #FFF !important;
}
.arrowlistmenu ul li a{
	background-image: url(Images/SubMenu_out.png);
	background-repeat: no-repeat;

	display: block;
	width: 159px;
	height: 24px;
	
	font: 11px Arial !important;
	text-decoration: none;
	color: #C10030;
	
	padding-left: 35px !important;
	padding-top: 10px !important;
	
	z-index: 999 !important;
	cursor: pointer;
}
.arrowlistmenu ul li a:visited{
	color: #A70303;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-image: url(Images/SubMenu_over.png);
	background-repeat: no-repeat;
	width: 159px;
	height: 24px;
	color: #FFF;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-image: url(Images/SubMenu_over.png);
	background-repeat: no-repeat;
	width: 159px;
	height: 24px;
	color: #FFF;
}
/* Akordiyon Menu Sitilleri Sonu */
/* Form Sitilleri */
#txtAd, #txtEposta, #txtTelefon, #txtMesaj{
	border: 0 none;
	background: none;
	margin: 5px 0 0 10px;
}
.TextboxCSS{
	background:url(Images/Oyak_Textbox_BG.png) no-repeat;
}
.TextareaCSS{
	background:url(Images/Oyak_Textarea_BG.png) no-repeat;
	height: 140px;
}
/* Form Sitilleri Sonu */
