body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
#banner {
	height: 50px;
	width: 100%;
}
#map {
	height: 100%;
	width: 100%;
	position: absolute;
}
#menu {
	width: 250px;
	position: absolute;
	background-image: url(http://www.3dbursa.com/images/kat_bg.png);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#kategoriler {
	overflow: auto;
	position: relative;
	z-index: 1;
	width: 290px;
	background-image: url(http://www.3dbursa.com/images/kat_bg.png);
	left: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#side_bar {
	position: absolute;
	bottom: 0px;
	background-image: url(http://www.3dbursa.com/images/kat_bg.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	overflow: scroll;
	height: 100px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#modernbricksmenu {
left browser edge*/  padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	float: right;
}
#modernbricksmenu ul {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
}
#modernbricksmenu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#modernbricksmenu a {
	float: left;
	display: block;
	color: #333;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px; /*Default menu color*/
	border-bottom: 1px solid white;
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}
#modernbricksmenu a:hover {
	background-color: #CCCCCC; /*Menu hover bgcolor*/
}
#modernbricksmenu #current a { /*currently selected tab*/
	background-color: #0099FF; /*Brown color theme*/
	border-color: #CCCCCC; /*Brown color theme*/
	color: #FFF;
}
#modernbricksmenuline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #D10C11; /*Brown color theme*/
}
