.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/y.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.1em;
}
img {
	border: none;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ae0d0d;
}

/* Header */

#header {
	width: 702px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 95px;
}

#logo h1 {
	float: left;
	padding: 15px 40px 0 0;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

/* Menu */

#menu {
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 45px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 150%;
	color: #ffffff;
}

#menu a:hover {
	color: #ae0d0d;
}

#menu .active a {
	background: url(images/button_.jpg) no-repeat;
	color: #FFFFFF;
}

/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	margin: 0 auto;
}

#urungruplari{
	width: 680px;
	height: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/urungrpzmn.gif) no-repeat;
}

#urungruplari h2 {
	height: 1.4em;
	font-size: 1em;
	text-align:center;
}

#top-photo p {
	margin: 0;
	background: url(images/img10.gif) no-repeat;
}

#thumbs {
	display: block;
	float: left;
	width: 640px;
	height: 100px;
	background: url(images/img12.gif) no-repeat;
}

#thumbs img {
	padding: 8px 0 0 10px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

#orta {
	width: 670px;
	padding: 15px;
	background: url(images/img002.gif) repeat-y;
}

#urun{
	float:left;
	width: 150px;
	margin: 5px;
}

#urun a{
	font: bold 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#urun a:hover{
	color: #501000;
}

#urun img{
	border: 1px dotted #FFFFFF;
	width: 152px;
}

#urunbuton{
	clear:both; 
	width: 670px; 
	height: 25px;
}

#urunbuton a{
	width: 100%;
	text-align:right;
}

#top{
	height:22px;
	background: url(images/img001.gif) no-repeat;
}

#bottom{
	height:22px;
	background: url(images/img003.gif) no-repeat;
}

#ortaleft {
	float: left;
	width: 305px;
}

#ortaright {
	float: right;
	width: 320px;
}

#recent-photos{
	margin-bottom: 10px;
	
}

#footer {
	clear: both;
	padding: 10px;
	margin-top: 5px;
	background: #530000 url(images/yy.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/* form css*/
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 10px 0;
	border: none;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	float: left;
	width: 90px;
	padding: 0;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea, fieldset div select {
	width: 182px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 182px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #530000;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}

div.errorMessage {
	display: block;
	font: 1em "lucida sans", verdana, sans-serif;
	color: #000;
	margin: 0 0 1em 0;
	padding: .5em;
	background-color: #ffdfdf;
	border: 1px dotted #de9292;
	text-align: center;
}