#wrapper	{
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
#header	{
	width: 950px;
	height: 140px;
	}
#logo	{
	position: absolute; 
	top: 40px;
	left: 15px;
	width: 424px;
	height: 98px;
	}

.banner_top{
 float:right;
 width:468px;
 height:60px;
 margin:55px 22px 0 0; 
}

#banner	{
	position: relative;
	top: 140px;
	border-top: 1px solid #f5f5f5;
	width: 940px;
	padding: 15px;
	width:910px;
	}

#content_wrapper	{
	margin: 0 auto;
	top: 170px;
	}
#left_col	{
	float: left;
	width: 38%;
	padding: 10px 15px 15px 15px;
	}
#middle_col	{
	width: 31%;
	float: left;
	}
#middle_col_inner	{
	width: 17%;
	float: left;
	padding-top: 10px;
	}

	
/* $NAVIGATION ---------------------------------------------------------- */
#navigation	{
	position: absolute;
	right:0;
	top: 0;
	width: 860px;
	height: 44px;
	background:transparent url(navigation.gif) no-repeat;
	}
#navigation li	{
	position:absolute;
	list-style: none;
	}
#navigation li, #navigation a	{	height:44px; display:block;	}
#navigation span	{	display: none;	}

#hom	{	top:0; left: 22px; 	width: 77px;	}
#krm	{	top:0; left: 101px; width: 73px;	}
#kur	{	top:0; left: 176px; width: 64px;	}
#kus	{	top:0; left: 242px; width: 69px;	}
#hab	{	top:0; left: 313px; width: 69px;	}
#duy	{	top:0; left: 384px; width: 77px;	}
#hiz	{	top:0; left: 463px; width: 100px;	}
#mev	{	top:0; left: 565px; width: 69px;	}
#uye	{	top:0; left: 636px; width: 81px;	}
#ile	{	top:0; left: 719px; width: 64px;	}
#en		{	top:0; left: 807px; width: 19px;	}
#tr		{	top:0; left: 827px; width: 19px;	}

#hom a:hover	{background: transparent url(navigation.gif) -22px	-44px no-repeat; margin:0; padding:0;}
#krm a:hover	{background: transparent url(navigation.gif) -101px 	-44px no-repeat;}
#kur a:hover	{background: transparent url(navigation.gif) -176px 	-44px no-repeat;}
#kus a:hover	{background: transparent url(navigation.gif) -242px 	-44px no-repeat;}
#hab a:hover	{background: transparent url(navigation.gif) -313px 	-44px no-repeat;}
#duy a:hover	{background: transparent url(navigation.gif) -384px 	-44px no-repeat;}
#hiz a:hover	{background: transparent url(navigation.gif) -463px 	-44px no-repeat;}
#mev a:hover	{background: transparent url(navigation.gif) -565px 	-44px no-repeat;}
#uye a:hover	{background: transparent url(navigation.gif) -636px 	-44px no-repeat;}
#ile a:hover	{background: transparent url(navigation.gif) -719px 	-44px no-repeat;}
#en a:hover	{background: transparent url(navigation.gif) -807px 	-44px no-repeat;}
#tr a:hover	{background: transparent url(navigation.gif) -827px 	-44px no-repeat;}


/* $CONTENT ---------------------------------------------------------- */
#content	{
	float: left;
	width: 52.5%;
	padding: 15px;
	}
#dyna	{
	float: left;
	width: 70%;
	padding: 15px;
	}
#content dl, #services dl, #dyna	dl{
	margin: 10px 0;
	}
#content dt.title, #content dt.title a, #services dt.title, #services dt.title a, #dyna dt.title a	{
	font: 13pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4291b1;
	padding-top: 10px;
	text-decoration:none;
	font-weight: bolder;
	}
#content dt.title a:hover, #services dt.title a:hover, #dyna dt.title a:hover	{
	text-decoration: underline;
	}
#content dt a, #services dt a, #dyna dt a	{
	color: #666;
	text-decoration:none;
	}
#content dt a:hover, #services dt a:hover, #dyna dt a:hover	{
	color: #333;
	}
#content dt img, #services dt img, #dyna dt img	{
	float: left;
	padding: 10px 10px 10px 0;
	margin-top: 5px;
	}
#content dt span, #services dt span, #dyna dt span	{
	color: #999;
	}
#content dd a, #dyna dd a	{
	color: #666;
	text-decoration: none;
	}
#content dd a:hover, #dyna dd a:hover	{
	color: #333;
	text-decoration: underline;
	}
#content dt.activity_date	{
	color: #999;
	}
#content ul, #dynacontent ul	{
	margin:0;
	padding:0;
	}
#content li, #dynacontent li	{
	list-style: none;
	padding: 5px 0;
	background: url(bullet_arrowblue.gif) 0 10px no-repeat;
	padding-left: 15px;
	}
	
/* $SERVICES ---------------------------------------------------------- */
#services	{
	float: left;
	width: 70%;
	border-left: 1px solid #f4f4f4;
	padding: 15px;
	}
/* $CONTENTFORM ---------------------------------------------------------- */
.contentform	{
	background: #f7f7f2;
	border-bottom:1px solid #e9e9de;
	padding: 0 0 0 10px;
	margin:0;
	}
.contentform input, .contentform select, .contentform textarea	{
	width: 180px;
	border-top: 1px solid #d5d5c8;
	border-left: 1px solid #d5d5c8;
	border-right: 1px solid #e9e9de;
	border-bottom: 1px solid #e9e9de;
	color: #666;
	padding: 3px;
	}
.contentform textarea	{
	height: 60px;}
.contentform option	{
	border-bottom: 1px solid #e9e9de;
	}
.contentform select	{
	width: 187px;
	}
.contentform fieldset	{
	padding:15px;
	border: 1px solid #e4e4e4;
	}
.contentform h3	{
	color: #7d7d69;
	margin:0;
	padding: 5px 0 0 0;
	}
.contentform dl	{
	float: left;
	padding-right: 15px;
	}
.contentform dt	{
	color: #666;
	padding: 5px 0 0 0;
	}
/* $MEMBER_LIST ---------------------------------------------------------- */
dl.company_list	{
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	margin: 15px 0;
	padding: 10px;
	}
dl.company_list dt	{
	color: #666;
	font-weight: bold;
	}
dl.company_list dd	{
	color: #666;
	padding: 3px 0;
	}
dl.company_list dd a	{
	text-decoration: none;
	background-color: #ffffe8;
	padding: 3px;
	font-weight: bold;
	font-size: 90%;
	}
dl.company_list a:hover	{
	text-decoration: underline;
	color: #000;
	}
/* $NEW_MESSAGE ---------------------------------------------------------- */
dl.new_message	{
	background: #f7f7f2;
	border-bottom: 1px solid #e9e9de;
	color: #7c7c66;
	padding: 10px;
	}
dl.old_message	{
	background: #f5f5f5;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	color: #777;
	}

dl.new_message dd, dl.old_message dd	{
	padding: 3px 0;
	}
dl.new_message dd.date, dl.old_message dd.date	{
	color: #fff;
	background:  #7d7d69;
	font-weight: bold;
	padding-left: 5px;
	}
dl.new_message dd.sender, dl.old_message dd.sender	{
	background: url(email_icon.gif) 0 50% no-repeat;
	padding-left: 15px;
	color: #333;
	}
dl.new_message dd.message, dl.old_message dd.message	{
	background: url(news_icon.gif) 0 50% no-repeat;
	padding: 3px 3px 3px 15px;
	}
dl.new_message dd.message a, dl.old_message dd.message a	{
	color: #333;
	text-decoration: none;
	}
dl.new_message dd.link a, dl.old_message dd.link a	{
	color: #333;
	text-decoration: none;
	}
p.send_new_message	{
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 3px;
	float: left;
	}
p.send_new_message a	{
	text-decoration: none;
	color: #666;
	}

/* DYNACONTENT ---------------------------------------------------------- */
#dynamenu	{
	border-right: 1px solid #e9e9de;
	border-bottom: 1px solid #e9e9de;
	padding: 10px;
	background: #f7f7f2;
	float: left;
	margin-right: 15px;
	width: 200px;
	font-size: 90%;
	margin-top:0;
	}
#dynamenu ul	{
	margin:0 0 0 10px;
	padding:2px 0;
	list-style: none;
	}
#dynamenu li	{
	list-style: none;
	padding: 1px 0;
	background: url(bullet_arrowblue.gif) 0 6px no-repeat;
	padding-left: 15px;
	}

#dynamenu li a	{
	color: #333;
	text-decoration: none;
	font-size: 8pt;
	}
#dynamenu li a:hover	{
	color: #000;
	text-decoration: underline;
	}
#dynacontent h3 *, #dynacontent h3	{
	font: 16pt "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	}
#dynacontent	{
	padding: 10px;
	font-size: 90%;
	margin-left: 225px;
	}
#dynafiles	{
	margin-left: 250px;
	}
#dynafiles ul	{
	list-style: none;
	margin:0;
	padding:0;
	}
#dynafiles li	{
	background: url(dynafile.gif) 0 -5px no-repeat;
	padding-left: 25px;
	height: 30px;
	font: 8pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

/* $TITLE_BG ---------------------------------------------------------- */
.title_bg	{
	width: 100%;
	height: 36px;
	background: url(title_bg.gif) repeat-x;
	color:#fff;
	}
	
.title_bg h2{
 color:#fff;
 font-size:10px;
 font-weight:normal;
 padding:6px 0 0 10px;
}	

.bonus{
 padding:0;
 border-bottom:1px dashed #666;
 padding:0 0 5px 0;
 margin:5px 0 10px 0;
}
.bonus_txt{
 text-align:center;
 font-size:12px;
 color:#666666;
 margin:5px 0 5px 0;
}	
.bonus_txt b{
  color:#FF0000;
  font-weight:bold;
   font-size:14px;
}
.banner img{
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #999999;
	padding:7px;
 
}

.bonus h3{
 padding:0;
 margin:5px 0 5px 10px;
}

.add img{
 margin:15px 0 0 0;
 border:2px solid #bcbcbc;
 padding:3px;
}
	
.title_bg_krem	{
	width: 100%;
	height: 36px;
	background: url(title_bg_krem.gif) repeat-x;
	}
/* $MAIN_NEWS ---------------------------------------------------------- */
.main-news	{
	width: 358px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-bottom: 15px;
	}
.main-news dl	{
	padding: 0 15px;
	}
.main-news dt, .main-news dt a, .main-news dt.title a	{
	font: 13pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4291b1;
	padding-top:0px;
	text-decoration:none;
	font-weight: bolder;
	}
.main-news dt a:hover, .main-news dt.title a:hover	{
	text-decoration: underline;
	}
.main-news dt img	{
	float: left;
	padding: 10px 10px 10px 0;
	margin-top: 5px;
	}
.main-news h1.news_date	{
	color: #999;
	margin: 0;
	}
.main-news dt span	{
	color: #999;
	}
/* $NEWS_LIST ---------------------------------------------------------- */
.news_list, .acts_list {
	border: 1px solid #fff;
	background-color:#f5f5f5;
	text-align:center;
	width: 100%;
	border-collapse:collapse;
	margin-top: 15px;
	}
.news_list td, .acts_list td {
	border: 1px solid #fff;
	padding:5px 5px;
	text-align: left;
	padding:0;
	}
.news_list td.date, .acts_list td.date	{
	font-weight: bold;
	font-size: 90%;
	padding: 5px;
	color: #333;
	width: 25%;
	}
.news_list td a, .acts_list td a	{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 7px;
	margin:0;
	}
.acts_list td a	{
	padding: 15px 7px;
	}
.news_list td a:hover, .acts_list td a:hover	{
	background-color: #e5e5e5;
	display: block;
	color: #333;
	}
.news_list th, .acts_list th	{
	border: 1px solid #e8e8dd;
	height: 24px;
	background-color: #333;
	text-align: left;
	padding: 0 0 0 6px;
	color: #fff;
	font-size: 10pt;
	}
/* $GNR_LIST ---------------------------------------------------------- */
.gnr_list {
	background-color:#f5f5f5;
	text-align:center;
	border-collapse:collapse;
	margin-top: 15px;
	width: 40%;
	float: left;
	margin: 10px 15px 10px 0;
	}
.gnr_list2 {
	background-color:#f5f5f5;
	text-align:center;
	border-collapse:collapse;
	margin-top: 15px;
	width: 100%;
	margin: 10px 15px 10px 0;
	}
.gnr_list td, .gnr_list2 td {
	border: 1px solid #fff;
	padding:5px 5px;
	text-align: left;
	padding:0;
	}
.gnr_list td.left	{
	font-weight: bold;
	font-size: 90%;
	padding: 5px;
	color: #333;
	text-align: right;
	}
.gnr_list th, .gnr_list2 th	{
	border: 1px solid #e8e8dd;
	height: 24px;
	background-color: #333;
	text-align: left;
	padding: 0 0 0 6px;
	color: #fff;
	font-size: 10pt;
	}
/* $MAIN_COMMIT ---------------------------------------------------------- */
.main-commit	{
	border: 1px solid #e5e5e5;
	margin: 15px 0 0 0;
	}
.main-commit ol li	{
	margin-left: 30px;
	}
.main-commit ol, .main-commit ul	{
	padding:0;
	margin:0;
	background: url(commit_list_bg.gif) top left repeat-x;
	}
.main-commit ul	{
	list-style: none;
	}
.main-commit ol li, .main-commit ul li	{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #e5e5e5;
	}
.main-commit ol li.links, .main-commit ul li.links	{
	background-color: #d0d0d0;
	font-size: 80%;
	height: 20px;
	}
.main-commit ol li.links a, .main-commit ul li.links a	{
	color: #666;
	font-weight: bold;
	height: 15px;
	padding-top: 5px;
	}
.main-commit ol li.links a:hover, .main-commit ul li.links a:hover	{
	color: #fff;
	background-color: #333;
	}
.main-commit li a	{
	text-decoration: none;
	color: #666;
	padding: 7px 5px 7px 10px;
	display: block;
	}
.main-commit li a:hover	{
	color: #000;
	background-color: #e5e5e5;
	}
.main-commit h2, h2	{
	padding:5px 10px;
	background-color: #4291b1;
	margin:0;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	}
.middle_col h2	{
	padding:5px 10px 0 10px;
	background-color: #4291b1;
	margin:0;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}
h3.title{
 padding:0 0 2px 0;
 margin:0;
 color:#FFFFFF;
font-weight:bold;
font-size:12px;
}

.reviews_banner img{
 float:left;
 margin:2px 5px 2px 0;
 border:2px solid #fff;
 padding:3px;
 background:#ccc;
}

.reviews{
  border-bottom:1px dashed #fff;
	margin:5px 0 10px;
	padding:0 0 5px;
}

.reviews p{
 margin:0;
 padding:0 0 7px 0;
 color:#fff;
 text-align:justify;
}
	
/* $MAIN_INFORM ---------------------------------------------------------- */
#main-inform	{
	background: url(envelope.gif) no-repeat;
	width: 293px;
	height: 107px;
	margin: 15px 0 0 0;
	}
#main-inform dl	{
	padding: 10px;
	color: #885905;
	}
#main-inform dt	{
	font-weight: bold;
	margin-bottom: 3px;
	}
#main-inform dd	{
	background: url(envelope_pdf.gif) 0 3px no-repeat;
	padding: 3px 0 0 25px;
	font-size: 8pt;
	}
#main-inform dd a	{
	color: #885905;
	text-decoration: none;
	}
#main-inform dd a:hover	{
	text-decoration: underline;
	}
#content-ad	{
	margin: 10px 0;
	}

/* $MAIN_ACTIVITY ---------------------------------------------------------- */
#main-activity dd img	{
	float: left;
	margin-right: 15px;
	border: 3px solid #fff;
	}
#main-activity	{
	margin-top: 0px;
	padding: 5px;
	background-color: #83c4df;
	border: 1px solid #69afcc;
	}
#main-activity dt.activity_title, #main-activity dt.activity_title a	{
	color: #333;
	margin-bottom: 5px;
	text-decoration:none;
	margin-top: 10px;
	}
#main-activity dt.activity_title a:hover	{
	text-decoration: underline;
	color: #000;
	}
#main-activity dt.activity_date	{
	color: #fff;
	font-weight: bold;
	}
#main-activity dd a	{
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding:0 10px;
	}
/* $SIDEBAR ---------------------------------------------------------- */
#sidebar	{
	float: right;
	margin: 3px 20px 0 0;
	display: inline;
	width: 226px;
	color: #666;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

#sidebar h2	{
	color: #fff;
	background:url(title_bg.gif) repeat-x  0 0;
	padding:5px 15px;
	margin:0;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}   

.modules	{
	width: 222px;
	border-bottom: 1px solid #e9e9de;
	margin-bottom: 15px;
	background-color: #f7f7f2;
	padding-bottom: 5px;
	}

#sidebar dl, #sidebar table	{
	margin: 10px 0 0 20px;
	}
.imkb_table	{
	margin-left: 10px;
	width: 200px;
	border:0;
	border-collapse:collapse;
	}
.imkb_table td	{
	font: 12px "Courier New", Courier, monospace;
	color: #CC0000;
	border-bottom: 1px solid #e9e9de;
	}
.imkb_table th	{
	border-bottom: 1px solid #e9e9de;
	}
.baskan_table	{
	width: 200px;
	border:0;
	}
.baskan_table td	{
	color: #CC0000;
	}
#sidebar dt	{
	margin: 5px 0 0 0;
	}
#sidebar form	{
	margin: 0;
	}
#sidebar dd	input, #sidebar dd select	{
	width: 180px;
	border-top: 1px solid #d5d5c8;
	border-left: 1px solid #d5d5c8;
	border-right: 1px solid #e9e9de;
	border-bottom: 1px solid #e9e9de;
	color: #666;
	padding: 3px;
	font-size: 11px;
	}
#sidebar hr	{
	height:1px;
	border: 0;
	color: #e3e3d9;
	background-color: #e3e3d9;
	margin: 0 20px 0 20px;
	}
#sidebar ul	{
	list-style: none;
	margin: 5px 0 0 20px;
	padding: 0;
	}
#sidebar li	{
	margin: 5px 0;
	}
#sidebar li.lost_password	{
	background: url(lost_password.gif) no-repeat;
	padding-left: 25px;
	}
#sidebar li.sign_up	{
	background: url(sign_up.gif) no-repeat;
	padding-left: 25px;
	height: 16px;
	margin-bottom: 10px;
	}
#sidebar li.adv_search	{
	background: url(adv_search.gif) no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	}
#sidebar ul#member_list li	{
	list-style: none;
	padding:0 0 5px 25px;
	border-bottom: 1px solid #e3e3d9;
	}
#sidebar ul#member_list li.member_details	{	background: url(icon_member.gif) 0 50%	 no-repeat;	}
#sidebar ul#member_list li.company_details	{	background: url(icon_company.gif) 0 50%	 no-repeat;	}
#sidebar ul#member_list li.my_messages		{	background: url(icon_mail.gif) 0 50%	 no-repeat;	}
#sidebar ul#member_list li.my_announces		{	background: url(icon_announce.gif) 0 50%	 no-repeat;	}
#sidebar ul#member_list li.my_news			{	background: url(icon_news.gif) 0 50%	 no-repeat;	}

#sidebar #currency	table	{
	margin: 0 0 5px 10px;
	border-collapse: collapse;
	width: 210px;
	}
#sidebar #currency	table th	{
	padding: 1px 4px;
	width: 25%;
	font-weight: bold;
	text-align:left;
	}
#sidebar #currency	table td	{
	padding: 1px 4px;
	text-align:left;
	}
#corp_list	{
	background-color: #f7f7f2;
	padding:10px;
	border-bottom: 1px solid #e9e9de;
	}
#corp_list p	{
	margin-top: 0;
	}
#corp_list ul	{
	list-style: none;
	margin:0;
	padding:0;
	}
#corp_list li	{
	padding: 3px 20px 3px 20px;
	background: url(news_icon.gif) 0 50% no-repeat;
	border-bottom: 1px solid #e3e3d9;
	}
#corp_list li a	{
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #7d7d69;
	text-decoration: none;
	background: none;
	border:0;
	}
#corp_list li a:hover	{
	color: #000;
	text-decoration: underline;
	}
/* $FOOTER ---------------------------------------------------------- */
#footer	{
	background-color: #282828;
	border-top: 5px solid #009ddd;
	margin: 0;
	padding: 15px;
	color: #7d7d69;
	font-size: 8pt;
	text-align: left;
	}
ul#flinks	{
	list-style: none;
	margin-left: 100px;
	padding:0;
	}
ul#flinks li	{
	font-size: 8pt;
	display: inline;
	padding:3px 8px;
	font-weight: bold;
	background-color: #000;
	}
#footer a	{
	color: #fff;
	}
#footer a:hover	{
	text-decoration: underline;
	}
#footer p	{
	margin:0 0 0 80px;
	padding:3px 20px;
	font-weight:bold;
	color: #fff;
	}
	
#altinorumcek	{
	margin-top: 10px;
	}

#poll {
	padding: 10px;
}

#poll label {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 10px;
	margin-left: 5px;
}

#poll input {
	margin: 0px;
	padding: 0px;
	float: left;
}

#polltitle {
	font-size: 12px;
	font-weight: bold;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.top_links{
 background:url(link_bg.jpg) repeat-x  0 0;
 width:912px;
 height:30px;
 margin:0 0 0 15px;
}
.link{
 width:500px;
 float:left;
 margin:5px;
}

.link ul{
 float:left;
 margin:0;
 padding:0;
 list-style:none;
 display:inline;
}
.link ul li{
 float:left;
 margin:0;
 padding:0;
 list-style:none;
 display:inline;
 padding:0 15px 0 15px;
 border-right:1px solid #ccc;
}

.link ul li a{
 color:#fff;
 text-decoration:none;
 text-align:left;
}
.link ul li a:hover{
 color:#bcbcbc;
 text-decoration:none;
 text-align:left;
}

.search{
 float:right;
 width:220px;
 height:30px;
 margin:2px 0 0 0;
}




