/* CSS Document */
/* Handcoded by Emre ALKAN sventevithe@gmail.com */

* {margin:0px; padding:0px;}

body {background:#33ff00;}

.ortala {width:850px;
margin:0px auto 0px auto;
}

#container {width:850px;
background:#fff;
float:left;
}

#header {width:850px;
height:200px;
float:left;
}

#logo {width:250px;
height:200px;
float:left;
background-color:#33ff00;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}

#menu {width:600px;
height:200px;
float:left;
background:#33ff00;
}

#nav {width:600px;
height:100px;
margin-top:75px;
float:left;
}

#nav a {font-family:"Verdana";
font-size:13px;
font-weight:bold;
color:#ff0020;
text-decoration:none;
margin-left:12px;
}

#nav a:hover {font-family:"Verdana";
font-size:13px;
font-weight:bold;
color:#fff;
text-decoration:none;
margin-left:12px;
}

#content {width:850px;
background:#fff;
float:left;
}

#splash {width:850px;
height:239px;
float:left;
background-image:url(../images/splash.jpg);
background-position:center;
background-repeat:no-repeat;
margin-top:5px;
}

#contentleft {width:625px;
w\idth:605px;
float:left;
padding:10px;
}

#contentleft a {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#ff0000;
text-decoration:none;
}

#contentleft a:hover {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#d1d1d1;
text-decoration:none;
}

#contentleftlinkarea {width:625px;
float:left;
text-align:center;}

#contentleftlinkarea p {text-align:center;}

#contentleftlinkarea a {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#33ff00;
text-decoration:none;
}

#contentleftlinkarea a:hover {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#d1d1d1;
text-decoration:none;
}

#contentleft h2 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#33ff00;
margin-bottom:5px;
}

#contentleft p {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000;
margin-bottom:5px;
line-height:20px;
text-align:justify;
}

span {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#FF3333;
text-decoration:underline;
}

#sidebar {width:225px;
float:left;
}

#sidebar img {padding:10px;
border:none;
}

#footer {width:850px;
height:125px;
float:left;
background-image:url(../images/logoft.jpg);
background-repeat:no-repeat;
background-position:left;
background-color:#33ff00;
}

#footerarea {width:693px;
w\idth:673px;
height:125px;
he\ight:105px;
float:right;
padding:10px;
}

#footerarea p {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#0040ff;
margin-bottom:5px;
line-height:20px;
text-align:justify;
}

.footerspan {color:#ff0020;
float:left;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-size: 1.1em;
	font-weight: bold;
}

label {
	float: left;
	width: 150px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	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: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-chk input {
	width:20px;
	margin-left:175px;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	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 */
}

.messagebox {width:150px;

height:100px;

font:normal 11px Verdana, Arial, Helvetica, sans-serif ;

color:#000;

}




