body {
	margin:50px 0 0;
	background-color: #EBEBEB;
	background-image: url(arkafon.gif);
	background-repeat: no-repeat;
}

.bodylink, .bodylink a:link, .bodylink a:hover, .bodylink a:visited, .bodylink a:active {
	color: #00F;
}

.urun a:link, .urun a:visited {
	font-size:11px;
	text-decoration:underline;
	color: #2A5FAA;
}

.urun a:hover, .urun a:active {
	font-size:11px;
	text-decoration: none;
	color: #2A5FAA;
}

.menu a:link, .menu a:visited {
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	padding:4px 6px;
	color:#676767;
}

.menu a:hover, .menu a:active {
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	padding:4px 6px;
	background-color:#676767;
	color:#CDCDCD;
}

.flag, .flag a:link, .flag a:hover, .flag a:visited, .flag a:active {
	font:Georgia;
	font-size: 11px;
	text-decoration:none;
	color:#999;
	padding:0;
	background-color:#ebebeb;
}

#menu0 {
	clear:both;
	text-align:left;
	margin:0 0 3px 15px;
	padding:4px;
}

.ayak {
	font-size:9px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
}

fieldset { border:0;margin:0;padding:0; }
label { display:block; }
input.text,textarea { width:350px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }

/* drop down menu baslar */
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Tahoma;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #eeeeee;
border: 1px solid #333333;
border-bottom-width: 1;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}

.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 150px; /*width of menu (not including side paddings)*/
color: #222222;
background: #eeeeee;
border-bottom: 1px solid #333333;
text-decoration: none;
padding: 4px 4px;
margin: 0px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #676767;
color: #cdcdcd;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* drow down menu biter */

/* kayan menu baslar */
.urbangreymenu{
	width: 155px;
	text-align: right;
	background-color: #f5f5f5;
}

.urbangreymenu .headerbar{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #2A5FAA;
	background: #f5f5f5;
	margin-bottom: 0;
	padding: 6px;
}

.urbangreymenu .headerbar a{
	text-decoration: underline;
	color: #2A5FAA;
	display: block;
}

.urbangreymenu .headerbar a:hover{
	text-decoration: none;
	color: #2A5FAA;
	display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 11px Tahoma;
	color: black;
	background: #f5f5f5;
	display: block;
	padding: 6px;
	line-height: 16px;
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: black;
background: #EBEBEB;
}
/* kayanmenu biter */
#contact-wrapper {
	width:430px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:10px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}