* {
	outline: none;
}

img {
	border: 0;
  margin: 0;
  padding: 0;
}

body {
	background:url(img/mainbg.gif);
	background-color: #e8eced;
  color: #6E6E6E;
  font: normal 9pt Arial, Verdana, sans-serif;
  line-height: 1.7em;
	margin: 0;
	outline: none;
	padding: 0;
	height: 100%;
}

html {
	height: 100%;
}

br.clear {
  clear: both;
}

hr, .nodisp {
  display: none;
}

input,
select {
	vertical-align: middle;
}

textarea {
	font-size: 0.9em;
	height: 100px;
	width: 250px;
}

table {
  font-family: Arial; font-size: 11px;
}

strong {
  font-weight: bold;
}

a, a:link, a:visited {
  color: #4d838d;
  text-decoration: none;
}

a:hover {
  color: #3c676f;
  text-decoration: none;
}

a:focus {
	-moz-outline: none -moz-mac-focusring;
}

#header {
  width: 100%;
	background:url(img/headerbg.gif);
  height: 168px;
}

#logo {
  float: left;
  height: 168px;
}

#headerimage {
  float: left;
  height: 168px;
}

#aboutimage {
  float: left;
  padding: 10px;
  
}

#aboutimage2 {
  float: right;
  padding: 10px;

  } 
  
#contentholder {
  width: 100%;
  height: 422px;
	background:url(img/contentbg.gif);
}

#contentwrapper {
  display: inline-block;
  border: 1px solid #000;
	background-color: #cbdfb1;
  top: 168px;
  left: 195px;
  position: absolute;
  min-height: 490px;
  z-index: 10;
  width: 542px;
}

#content {
  width: 462px;
  padding: 40px;
  
}

#footer {
  font-size: .75em;
  background-color: #c1d69d;
  height: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  
  
}

#menuwrapper {
  width: 195px;
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 195px;
}

#menu li {
  height: 31px;
  width: 195px;
}

#menu li a {
  display: block;
  height: 31px;
  width: 195px;
  background: url(img/menu_en_normal.gif);
  text-indent: -9999px;
}

#menu_1 {
  background-position: 0 0px !important;
}

#menu_2 {
  background-position: 0 -31px !important;
}

#menu_3 {
  background-position: 0 -62px !important;
}

#menu_4 {
  background-position: 0 -93px !important;
}

#menu_5 {
  background-position: 0 -124px !important;
}

#menu_1:hover {
  background: url(img/menu_en_hover.gif);
}

#menu_2:hover {
  background: url(img/menu_en_hover.gif);
}

#menu_3:hover {
  background: url(img/menu_en_hover.gif);
}

#menu_4:hover {
  background: url(img/menu_en_hover.gif);
}

#menu_5:hover {
  background: url(img/menu_en_hover.gif);
}

#menu li a.current {
  background: url(img/menu_en_hover.gif);
}

#language {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  top: 550px;
  left: 25px;
  position: absolute;
  z-index: 11;
  width: 135px;
  height: 37px;
  text-align: center;
}

#language li {
  height: 27px;
  width: 35px;
  padding: 5px;
  float: left;
}

#language li a {
  display: block;
  height: 27px;
  width: 35px;
  text-indent: -9999px;
}

#lang_1 {
  background: url(img/lang_en.gif);
}

#lang_2 {
  background: url(img/lang_tr.gif);
}

#lang_3 {
  background: url(img/lang_es.gif);
}

#language li a:hover {
  background-position: 0 -27px !important;
}

#language li a.current {
  background-position: 0 -27px !important;
}


