ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a{text-decoration:none; color:#838383;}
a:hover{text-decoration:none; color:#fff;}
a img{border:0;}
body{
  font-family:Arial, serif;
  font-size:0.8em;
  height:100%;
}

html, body, #flashcontent{
  height:100%;
  color:#666;
  background-color:#000000;
}

#mainObject{
  height:100%;
  min-width:900px;
  min-height:624px;
}

#need-flash{
	background-color:#DED55F;
	width:96%;
	padding:10px 2%;
	position:absolute;
	top:0;
	left:0;
	color:black;
}

#need-flash a{color:#838383;}
#need-flash a:hover{color:#434343;}
#rizn-link{float:right;}

#main{
  width:950px;
  margin:50px auto 0 auto;
}
#container{
  background:url(/images/kosa5.jpg) top center no-repeat #000000;
  height:500px;
}

#main .content{
  padding-top:20px;
}

#main-menu{
  list-style:none;
  width:150px;
  float:left;
}

#main-menu li{
  margin-bottom:4px;
}

#main-menu ul{
  margin-top:5px;
  margin-left:20px;
  list-style:none;
  margin-bottom:10px;
}

#main-menu a.current{
  color:white;
}

#main .content .body{
  width:800px;
  margin-left:150px;
  position:relative;
}

#main .content .body .title{
  position:absolute;
  right:0;
  color:white;
  font-size:20px;
  font-family:Arial;
  top:-50px;
  font-weight:normal;
}

#main .content .body .text-holder{
  width:500px;
}

#main .content .body .text-content p{
  margin-bottom:10px;
}

#main .content .body .text-content .date{
  margin-top:-15px;
  margin-bottom:15px;
}

#main .content .body .text-content h1{
  font-size:18px;
  font-weight:normal;
  margin-bottom:20px;
  color:white;
}

#main .content .body .text-content h2{
  color:white;
  margin-bottom:10px;
  font-size:16px;
  font-weight:normal;
}

#main .content .body .text-content strong{
  color:white;
}

#main .content .body .text-content ul{
  margin: 0 0 10px 20px;
}

#main .content .body .text-sidebar{
  position:absolute;
  right:0;
  top:0;
  list-style:none;
  width:240px;
  overflow:hidden;
}

#main .content .body .text-sidebar li{
  margin-bottom:15px;
  clear:left;
}

#main .content .body .text-sidebar li.text{
  font-size:18px;
  color:white;
}

#main .content .body .text-sidebar li.text h2{
  font-size:11px;
}

#main .content .body .text-sidebar li.info{
  font-size:15px;
  color:white;
}

#main .content .body .text-sidebar li.info h2 {
  font-size:11px;
  color:#666;
}

#main .content .body .text-sidebar li.image{
  clear:none;
  float:left;
  margin-right:5px;
  margin-bottom:5px;
}

#main .content .body .partners{
  list-style:none;
  overflow:hidden;
}

#main .content .body .partners li{
  margin-bottom:20px;
}

#main .content .body .partners li h2{
  margin-bottom:5px;
}

#main .content .body .teachers{
  list-style:none;
  overflow:hidden;
}

#main .content .body .teachers li{
  float:left;
  margin:0 20px 20px 0;
  background-color:white;
  height:420px;
  width:280px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  border:1px solid #333;
  overflow:hidden;
}

#main .content .body .teachers li .text-content{
  background-color:black;
  padding:10px;
  display:none;
  height:420px;
  overflow:auto;
}

#main .content .body .teachers li h2{
  margin-top:20px;
  text-align:center;
}

#main .content .body .teachers li span{
  margin-top:10px;
  display:block;
  text-align:center;
}

#main .content .body .teachers li:hover img,
#main .content .body .teachers li:hover h2,
#main .content .body .teachers li:hover span.job{
  display:none;
}

#main .content .body .teachers li:hover .text-content{
  display:block;
}

#main .content .body .gallery{
  list-style:none;
  overflow:hidden;
}

#main .content .body .gallery li{
  float:left;
  margin:0 20px 20px 0;
  width:285px;
  height:180px;
  position:relative;
}

#main .content .body .gallery li a{
  display:block;
}

#main .content .body .gallery li a img{
  display:block;
}

#main .content .body .gallery li a span{
  position:absolute;
  left:0;
  bottom:0;
  width:265px;
  padding:10px;
  opacity: 0.5;
  filter:alpha(opacity=50);
  color:white;
  min-height:32px;
  background-color:black;
}

#main .content .body .gallery li a:hover span{
  opacity: 1;
  filter:alpha(opacity=100);
}

#main .content .body .gallery-images{
  list-style:none;
  overflow:hidden;
  width:500px;
  margin-top:20px;
}

#main .content .body .gallery-images li{
  float:left;
  margin:0 7px 4px 0;
}

#main .content .body .news{
  list-style:none;
  width:500px;
}

#main .content .body .news li{
  margin-bottom:15px;
}

#main .content .body .news li span{
  color:#444;
  float:left;
}

#main .content .body .news li a{
  display:block;
  margin-left:75px;
}
.slogon{
  font-size:20px;
  color:white;
  min-height:500px;
}

/* ======================= SIMPLE FORM =======================*/
form.simple-form{
  overflow:hidden;
  _zoom:1;
}

form.simple-form div.row{
  margin-bottom:10px;
}  
form.simple-form label{
  font-weight:bold;
  font-size:11px;
}

form.simple-form div.checkbox label{
  font-weight:normal;
}

form.simple-form input,
form.simple-form select,
form.simple-form textarea{
  margin-top:3px;
  display:block;
  border:1px solid #a7a7a7;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width:240px;
}

form.simple-form .error_list li{
  color: red;
}

form.simple-form div.with-errors input,
form.simple-form div.with-errors select,
form.simple-form div.with-errors textarea{
  border-color:red;
}


