@charset "utf-8";
/* CSS Document */

body
{
	color: #fff;
	font: normal normal normal 12px 'Arial' , 'Geneva' , Sans-Serif;
	background: #233265 url("../images/layout/bgBody.jpg") repeat-x top;
	margin-left:0; margin-top:0; margin-bottom:0; margin-right:0;
}

a:link , a:active , a:visited
{
	background: transparent;
	color: #72afcb;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
}

a:hover
{
	color: #fff;
}

#middle
{
    background:transparent url(../images/layout/bgMiddle.jpg) repeat-y scroll 0 0;
    float:left;
    height:700px;
    width:350px;
}

#middle ul.atolyeMenu
	{
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		border-bottom: 1px solid #425884;
	}


#left
{
	float: left;
	background: url("../images/layout/bgLeft.jpg") no-repeat;
}

#left ul.santralMenu
	{
		margin: 250px 0px 0px 30px;
		padding: 0px;
	}

	#left ul.santralMenu li
	{
		margin: 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
	}
	
	ul.atolyeMenu li
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		cursor: pointer;
	}

	ul.atolyeMenu li a:link , ul.atolyeMenu li a:active , ul.atolyeMenu li a:visited
	{
		background: transparent;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
	}

	ul.atolyeMenu li a:hover
	{
		color: #D3D1F1;
	}

	li.atolyeTitle
	{
		color: #72AFCB;
		font-weight: bold;
	} 

#right
{
	background: url("../images/layout/bgRight.jpg") no-repeat;
	float:left;
}

menu
{
	position:absolute; z-index:3px; top:250px; float:right;
}