/* dogumgununkutluolsun.com, v1.0, elmasgunes.net */

/* dinamic */
#dinamic
{
	z-index: 999;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	width: 100%;
}

/* mini header */
#miniheader
{
	z-index: 998;
	position: relative;
	width: 100%; height: 33px;
	background: transparent url("miniheader-back.jpg") left top repeat-x;
}

#miniheader .inside
{
	width: 940px;
	margin: 0 auto;
}

#miniheader h1
{
	float: left;
	display: block;
	width: 200px; height: 33px;
	margin-left: 20px;
	background: transparent url("miniheader-logo.jpg") left top no-repeat;
}

#miniheader h1 span
{
	display: none;
	font-size: 15px;
	font-style: italic;
}

#minimenu
{
	float: right;
	display: block;
	width: 202px; height: 33px;
	margin-right: 20px;
	text-align: right;
}

#minimenu a
{
	float: right;
	display: block;
	width: 100px; height: 33px;
	background: transparent url("miniheader-menu.jpg") left top no-repeat;
}

#minimenu a span
{
	display: none;
}

/* header */
#header
{
	z-index: 999;
	position: relative;
	width: 100%; height: 160px;
	background: transparent url("header-back.jpg") left top repeat-x;
}

#header .inside
{
	width: 940px;
	margin: 0 auto;
}

#header h1
{
	float: left;
	display: block;
	width: 600px; height: 83px;
	background: transparent url("header-logo.jpg") left top no-repeat;
}

#header h1 span
{
	display: none;
	font-size: 18px;
	font-style: italic;
}

#menu
{
	float: right;
	display: block;
	position: relative;
	width: 202px;
	margin-right: 20px;
	text-align: right;
}

#menu ul
{
	padding-bottom: 40px;
	background: transparent url("menu-bottom.gif") left bottom no-repeat;
	list-style-type: none;
}

#menu li
{
	width: 202px;
	text-align: left;
}

#menu li a
{
	display: block;
	width: 190px; height: 16px;
	padding: 4px 6px;
	background: transparent url("menu-back-normal.gif") left top repeat-y;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 16px;
}

#menu li a:hover
{
	background: transparent url("menu-back-active.gif") left top repeat-y;
}

#menu #hidemenu
{
	display: block;
	position: absolute;
	width: 85px; height: 15px;
	margin-top: -25px; left: 100px;
	background: transparent url("menu-bottom-hide.gif") left top no-repeat;
}

#menu #hidemenu span
{
	display: none;
}