﻿body							{	margin: 0px;	padding: 0px;	font-size: 100%;	font-family: Arial, Helvetica, sans-serif;	background-color: #0F0100;}

.contanier						{	width:100%;display:table;}
.render							{	width:960px; display:table; margin-right:auto; margin-left:auto;}
a								{	text-decoration:none; color:white;}



/*header*/
.header							{	width: 100%;	display: table;	background-image: url('../img/head-bg.jpg'); }
.head							{	width: 100%;	height: 150px; margin-top:20px;}
.logo							{	width:37%; float:left; margin-left:10px;}
.logo img						{	width:100%;}

.menu							{	border: 1px solid #7b2c09 ;	float: right;	background-color: #1C0700;	margin-left: 5%;		margin-top: 2%;}
.menu ul						{	list-style: none; margin:0px; padding:0px;		}
.menu ul li						{	padding: 10px;	float: left;}
.menu ul li:hover				{	background-color:#7b2c09;}
.menu ul li:hover ul			{	display:block;}

.menu ul li ul					{	display:none;	overflow: hidden;	border-bottom-right-radius: 10px;	border-bottom-left-radius: 10px;	position: absolute;	z-index: 999;	width: 400px;	background-image: url('../img/content-bg.png');	background-attachment: fixed;	margin-top: 5px;margin-left: -10px;}
.menu ul li ul li				{	border: 1px solid #CCCCCC;	width: 160px;	margin: 5px;  font-size:80%;}
.menu ul li ul li a 			{	color:#993300;}
.menu ul li ul li img			{	width:50px;}
.menu ul li ul li span			{	float:right; width:100px}

.menu ul li ul li:hover			{	background-color: #EFEFEF;}

.border-right					{	border-right-style: solid;	border-right-width: 1px;	border-right-color: #3E1F12;}

/*.content*/
.content						{	width: 100%;	display: table;	background-color: #EFEFEF;}
.incontent						{	margin-top: -60px;}
.left							{	width: 673px;	float: left;	background-image: url('../img/left-bg.png');	background-repeat: no-repeat;}
.right							{	float: left;	 width:250px;}

/*lanhuage*/
.language						{	width:100%; height:75px; text-align:center;}
.language .item					{	float:left; width:50%;  }
.language .item img				{	width:50px;}

/*banner*/
.banner							{	margin:15px;margin-right: 25px; float:left;}
.banner img						{	width:100%;}

/*Slider*/
.Slider							{	list-style: none;margin: 0px;padding: 0px;overflow:hidden; height:373px;}
.Slider ul li					{	position:absolute;}
.Slider li .slogan			{	position:absolute; margin-top:-2px; font-size:100%; width:631px;  }

/*Proje*/
.proje							{	border-radius: 10px;	overflow: hidden;	border: 1px solid #CCCCCC;	float: left;	background-color: #FFFFFF;	width: 95%;	margin-left: 10px;	margin-right: 10px;}
.proje .blok					{	float:left; border:none;}
.proje .blok:hover				{	background-image:none;}
.proje .blok .head				{	width:100%;}
.proje .blok .item				{	border: 1px Solid #F3F3F3;	text-align: center;	border-radius: 5px;	overflow: hidden;	width: 22.5%;	float: left;}
.proje .blok .item:hover		{	background-color: #CCCCCC;	background-image: url('../img/item-bg.png');}
.proje .blok .item:hover h2 	{	color:black;}
.proje .blok .item h2			{	color:#333333; font-size:80%; }
.proje .blok .item img			{	width:100%;}


/*iletisim*/
.iletisim						{	border-top-right-radius: 10px;	border-bottom-right-radius: 10px;	border-bottom-left-radius: 10px;	overflow: hidden;	float: left;	background-color: #FFFFFF;	width: 95%;	margin-left: 10px;	margin-right: 10px;	margin-top: 10px;}
.iletisim .blok					{	float:left; border:none;}
.iletisim .blok:hover			{	background-image:none;}
.iletisim .blok .head			{	width:100%;}
.iletisim .blok .item			{	width: 23%;	float: left;	border-right-style: solid;	border-right-width: thin;	border-right-color: #F3F3F3;}
.iletisim .blok .item h2		{	color:#333333; font-size:50%; }
.iletisim .blok .item img		{	width:100%;}



/*blok*/
.blok							{	width: 100%;	margin: 5px;	border-bottom-style: solid;	border-bottom-width: 1px;	border-bottom-color: #999999;}
.blok:hover						{	background-image: url('../img/item-bg.png'); cursor:pointer;}
.blok .head						{	width:100%; height:auto; margin:5px;}
.blok .item						{	width:100%; margin:5px;}

.blok h1						{	font-size:100%; color:#333333;}
.blok h2						{	font-size:70%; color:#666666;;}
/*footer*/
.footer							{	width: 100%;	display: table;	background-color: #0F0100; display:table; }
.footer .item					{	 float:left; border:0; color:white; font-size:80%; margin:5px;}