﻿body
{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
}

#subCats .bayilerimiz a
{
	margin-top:5px;
	background-image: url(../images/img_bayilerimiz.jpg);
	background-repeat: no-repeat;
	width:161px;
	height:96px;
	display:block;
	}
	
#subCats .bayilerimiz a:hover
{
	background-image: url(../images/img_bayilerimiz_over.jpg);
	background-repeat: no-repeat;
	width:161px;
	height:96px;
	}
	#subCats .servislerimiz a
{
	margin-top:5px;
	background-image: url(../images/img_servislerimiz.jpg);
	background-repeat: no-repeat;
	width:161px;
	height:96px;
	display:block;
	}
	
#subCats .servislerimiz a:hover
{
	background-image: url(../images/img_servislerimiz_over.jpg);
	background-repeat: no-repeat;
	width:161px;
	height:96px;
	}

#subCats .subCatItem_active a
{
	display: block;
	line-height: 27px;
	padding-left: 24px;
	padding-top: 1px;
	font-size: 11px;
	margin-bottom:3px;
	text-decoration: none;
	background-image: url(../images/subCatBg_active.png);
	background-repeat: no-repeat;
	color: #000000;
}



/*menu accordion*/
.mypets
{
	/*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid gray;
	background: #E1E1E1;
}

.openpet
{
	/*class added to contents of 1st demo when they are open*/
	background: yellow;
}

.technology
{
	/*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font-size: 10px;
	margin: 10px 0;
}


.openlanguage
{
	/*class added to contents of 2nd demo when they are open*/
	color: green;
}

.closedlanguage
{
	/*class added to contents of 2nd demo when they are closed*/
	color: red;

