@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */
*{
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
body{
	font-family:"Trebuchet MS";
	font-size:12px;
	background-image:url(../images/zemin.png);
	background:url(../images/zemin.png) repeat-x;
	margin:0 auto;
	line-height:14px;
}
.container{
	margin: 0 auto;
	width:980px;
	height:725px;
	/*border-left:1px solid #D2D2D2;
	//border-right:1px solid #D2D2D2;*/
}

.header{
	height:125px;
	background-color:#edeeef;
	vertical-align:bottom;
}

.header-left{
	width:796px;
	float:right;
}

.header-left li{
	margin:0;
}

.header-right{
	width:184px;
	float:left;
}

.main{
	background-color:#FFFFFF;
	height:610px;
}

.main-left{
	width:796px;
	float:right;
}

.main-right{
	width:184px;
	float:left;
	background:url(../images/main-right-bg.jpg) repeat-y;
	height:675px;
}

.box-container{
	padding-left:6px;
	margin-left:50px;
	background:url(../images/main-bg.gif) no-repeat;
	height:325px;
}

.box{
	 height:68px; float:left; color:#FFFFFF; text-align:center; vertical-align:middle; font-weight:bold; font-size:16px;
	 padding-top:42px;
	 list-style: none;
	 margin-right:3px;
}

.box-add{
	z-index:5;
	height:135px; float:left; color:#FFFFFF; text-align:center; vertical-align:middle; font-weight:bold; font-size:16px;
	list-style: none;
	margin-right:15px;
	margin-left:12px;
	width:215px;
	margin-bottom:30px;
}

.box-add-title{
	color:#606060;
	height:18px;
	padding-left:7px;
	padding-top:5px;
	text-align:left;	
	font-size:15px;
	font-weight:bold;
	background-color:#dfdfdf;
	margin-bottom:4px;
}

.box-add-content{
	color:#333333;
	font-size:11px;
	padding:3px;
	line-height:12px;
	text-align:left;
}

.box-add img{
	display:block;
}

.box img{
	display:none;
}

.box-add span{
	display:none;
}

.bottom{
	float:right;
}

.search-box{
	height:33px;
	background:url(../images/search-box-samples.jpg) no-repeat;
	padding:5px 5px 5px 37px;
}

.search-text{
	width:85px;
	height:15px;
	border:2px solid #dadada;
	float:left;
	margin-left:15px;
}
.search-submit{
	float:right;
}

.footer{
	height:40px;
	border-top:1px solid #cecece;
	margin:10px 20px 0px 20px;
	color:#999999;
	font-size:11px;
	font-weight:bold;
	padding-top:15px;
}

.footer a{
	color:#999999;
	font-size:11px;
	text-decoration:none;
}
.footer a:link {
	text-decoration: none !important;
}
.footer a:visited {
	text-decoration: none;
	color: #999999 !important;
}
.footer a:hover {
	text-decoration: none;
	color: #999999 !important;
}
.footer a:active {
	text-decoration: none;
	color: #999999 !important;
}
.outer{
	background-image:url(../images/main-right-bg1.jpg);
	background-repeat:no-repeat;
}
div.menu{
	padding-top:5px;
	width: 150px;
	text-align:left;
}
div.menu div{
	list-style: none;
	text-indent: 0px;
}
div.menu div{
	margin-top: 3px;
	padding-left:9px;
}
div.menu a{
	color:#333333;
	display:block;
	padding: 5px 20px;
	height: 17px;
	text-decoration: none;
	background:url(../images/left-menu-article.gif) no-repeat;
	background-position:left;
	font-weight:bold;
	width:100px;
}
div.menu a:hover{
	padding: 5px 20px;
	background:url(../images/left-menu-article-bold.gif) no-repeat;
	background-position:left;
	color:#333333;
}           
p{
	line-height:15px;
}  
.top-menu{
	height:33px;
	background:url(../images/top-menu-bg.gif) no-repeat;
	padding-left: 60px;
}                  
.top-menu ul{
padding: 3px 0;
margin: 0;
font-weight:bold;
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.top-menu li{
display: inline;
margin: 0;
}

.top-menu li a{
text-decoration: none;
padding: 10px 15px;
margin-right: 3px;
color: #2d2b2b;
}

.top-menu li a:visited{
color: #2d2b2b;
}

.top-menu li a:hover, .top-menu li a.current{
background-color: #bfc1c0;
color: #006eb4;
}

.top-menu li a:active{
color: black;
}


.top-menu-hakkimizda{
	height:33px;
	background:url(../images/hakkimizda-top-bg.jpg) no-repeat;
	padding-left: 60px;
}  

.top-menu-hakkimizda ul{
padding: 3px 0;
margin: 0;
font-weight:bold;
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.top-menu-hakkimizda li{
display: inline;
margin: 0;
}

.top-menu-hakkimizda li a{
text-decoration: none;
padding: 10px 15px;
margin-right: 3px;
color: #2d2b2b;
}

.top-menu-hakkimizda li a:visited{
color: #2d2b2b;
}

.top-menu-hakkimizda li a:hover, .top-menu-hakkimizda li a.current{
background-color: #bfc1c0;
color: #006eb4;
}

.top-menu-hakkimizda li a:active{
color: black;
}
.tabcontainer{
height:13px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background:url(../images/top-menu-child-bg.gif) no-repeat;
padding:10px;
width:796px;
position:absolute;
display:none;
}
.tabcontainer2{
height:13px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background:url(../images/top-menu-child-bg2.gif) no-repeat;
padding:10px;
width:796px;
position:absolute;
display:none;
}
.tabcontent{
display:none;
padding-left:55px;
}

.tabcontent a{
text-decoration: none;
color: #070908;
font-size:12px;
font-weight:bold;
margin-right:10px;
}

.tabcontent a:hover{
text-decoration: none;
color:#006eb4;
font-size:12px;
font-weight:bold;
margin-right:10px;
}


.left-menu{
	padding-left:29px;
}
.left-menu li{
	list-style:none;
	margin-bottom:10px;
} 

.left-menu a{
	color:#333333;
	font-size:12px;
	width:150px;
	text-decoration:none;
}

.left-menu a.current{
	color:#010101;
	font-size:12px;
	font-weight:bold;
	width:150px;
	text-decoration:none;
}
.news{
	padding-left:25px;
	color:#333333;
	font-size:11px;
	padding-right:2px;
}

.news-title{
	padding-left:15px;
	font-weight:bold;
	margin-bottom:3px;
}

