/* TODO: Genel Stiller */

html, body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	background:#FFFFFF;
	height:100%;
}

body form {
	margin:0;
	padding:0;
}

body label {
	cursor:pointer;
}

body input {
	font-family:Arial;
}

h1, h2, h3, h4, h5 {
	text-decoration:none;
	margin:0;
	padding:0;
	font-weight:normal;
}

#pages {
	display:table;
	width:100%;
	height:100%;
}

.clear {
	height:1px;
	clear:both;
}

#simplegalleryTop {
	position:absolute;
	z-index:9998;
}

#simplegallery{ 
	position: relative; 
	visibility: hidden; 
	z-index:1;
}

a:link					{ text-decoration: none; 						}
a:visited 				{ text-decoration: none; 						}
a:hover   				{ text-decoration: underline; 					}
a.linkclr01:link		{ text-decoration: none; 		color:#333333; 	}
a.linkclr01:visited 	{ text-decoration: none; 		color:#333333; 	}
a.linkclr01:hover   	{ text-decoration: underline; 	color:#72ac00; 	}

/* TODO: Diger Stiller Bitti */

.sm {list-style:none; width:960px; height:106px; display:block; overflow:hidden; padding:0; margin:0;}
.sm li {float:left; display:inline; overflow:hidden; padding:0; margin:0;}





