@import url(reset.css);
@import url(960.css);
@import url(text.css);
A
{
	color: #003399;
	text-decoration: none;
}
A:hover
{
	color: #346B1F;
	text-decoration: none;
}
UL LI
{
	list-style: none;
	margin: 0;
}
#header
{
	height: 114px;
}

#logo
{
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;

}
HTML, BODY
{
	background: #FFFFFF url(../images/site_bg.jpg) repeat-x;
	height: 100%;
}
#kapsayici
{
	height: 100%;
	min-height: 100%;
	height: auto !important; /*[e]auto*/
	height: 100%;
	margin: 0 auto -80px;
}
#footer
{
	background: #FFFFFF url(../images/site_bg.jpg) repeat-x;
	color: #FFFFFF;
}
#footer A
{
	color: #F5F5F5;
}
#footer A:hover
{
	color: #174143;
}
.kutu
{
	background: #FEFEFE;
	padding: 5px;
	border: 1px solid #EBEBEB;
	margin: 10px 0;
	color: #4B4B4B;
	overflow: hidden;
	clear: both;
	font-size: 12px;
}
H1
{
	font-size: 14px;
	margin: 0 0 10px;
	color: #CC0000;
	font:Tahoma
}
#sol_menu UL LI A
{
	color: #666666;
	display: block;
	font-size: 12px;
	height: 19px;
	margin: 5px;
	padding: 4px 4px 0;
	text-decoration: none;
	border-bottom: 1px solid #F3F3F3;
}
#sol_menu UL LI A:hover
{
	background: #356E21 no-repeat scroll 0 0;
	color: #F7F7F7;
}
#banner
{
	height: 182px;
	background: #ffffff;
	margin: 10px 0;
}
.clear
{
/*generic container (i.e. div) for floating buttons*/
	overflow: hidden;
	width: 100%;
}
A.button
{
	background: transparent url(../images/bg_button_a.gif) no-repeat scroll top right;
	color: #FFF;
	display: block;
	float: left;
	font: bold 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
/*sliding doors padding*/
	text-decoration: none;
}
A.button SPAN
{
	background: transparent url(../images/bg_button_span.gif) no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
A.button:active, A:hover.button
{
	background-position: bottom right;
	color: #CCC;
	outline: none;
/*hide dotted outline in Firefox*/
}
#menu
{
	top: 90px;
	position: absolute;
}
A.button:active SPAN
{
	background-position: bottom left;
	padding: 6px 0 4px 18px;
/*push text down 1px*/
}
#footer, .push
{
	height: 80px;
/*.push must be the same height as .footer*/
}
