html{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	overflow:auto;
}
body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	min-width:760px;
	min-height:400px;
	color:#999999;
	background-color:#000000;
	font: 62.5%/1.3em Arial, Verdana, Times, sans-serif;
	/* IE HAXX ... shall be removed */
	_width:expression(document.documentElement.offsetWidth < 760 ? '760' : 'auto');
	_height:expression(document.documentElement.offsetHeight < 400 ? '400' : 'auto');
}
#flash_container{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	display:none;
}
ul{
  list-style:none;
  padding:0;
  margin:0;
}
img{
  border:none;
}
a{
  text-decoration:none;
}
a:hover{
  
}
a.selected{
  text-decoration:underline;
}
#s_container{
  padding:5% 0 0 0;
}
.s_text{
}
#breadcrumbs{
  height:48px;
  font-family:Georgia, "Times New Roman", Times, serif;
  position:relative;
  padding:0 0 15px 0;
  margin:0 0 15px 0;
  border-bottom-width:1px;
  border-bottom-style:solid;
}
#breadcrumbs h1{
  font-size:2em;
  line-height:1.5em;
  position:absolute;
  top:25px;
  margin:0;
}
#breadcrumbs h4{
  font-size:1.4em;
  line-height:1.5em;
  position:absolute;
  top:0;
  margin:10px 0 0 0;
}
#navigation{
  float:left;
  width:30%;
  height:400px;
  position:relative;
}
#logo{
  width:198px;
  height:48px;
  display:block;
  background:transparent url(../images/rizn-logo.png) no-repeat 0 0;
  position:absolute;
  right:0;
  padding:0 0 15px 0;
  margin: 0 0 0 0;
  border-bottom-width:1px;
  border-bottom-style:solid;
}
#notice{
  position:absolute;
  background:#000000;
  color:#666666;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  padding:10px 0 10px 0;
}
#notice a{
  color:#ffffff;
}
#logo span{
  display:none;
}
#navigation ul{
  padding:48px 0 0 0;
  margin:30px 0 0 0;
  display:block;
  position:absolute;
}
#navigation ul li{
  font-size:1.2em;
  line-height:1.5em;
}
#navigation ul li a{
  display:block;
  width:100px;
}
#content{
  float:left;
  width:60%;
  margin:0 0 0 5%;
}
#footer{
  margin:100px 0 0 -200px;
  padding:0 0 0 30%;;
  clear:both;
}
.clear{
  clear:both;
  height:0;
  line-height:0;
  font-size:0;
}

.home_text{
  font-size:5em;
  line-height:1.4em;
  font-family:Georgia, "Times New Roman", Times, serif;
  padding:0;
  margin:0;
}
.feats_list{
  margin:20px 0 0 0;
}
.news_list{
  margin:40px 0 0 0;
}
.news_list h3{
  margin:0;
  padding:0;
}


.projects_list{
  overflow:hidden;
}
.thumb{
  overflow:hidden;
  height:180px;
  width:160px;
  margin:0 6% 10px 0;
  float:left;
}
.thumb h2{
  margin:0 0 5px 0;
  padding:0;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.6em;
  display:none;
}
.thumb strong{
  margin:0 0 5px 0;
  padding:0;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.6em;
  padding:3px 0 3px 0;
  display:block;
}

.project_tags{
  display:block;
  overflow:hidden;
}
.project_tags li{
  float:left;
}
.project_thumbs{
 clear:both;
 padding:20px 0 0 0;
}
.project_thumbs li{
  clear:none;
  float:left;
  margin:0 8px 0 0;
}
.project_thumbs li a{
  display:block;
  overflow:hidden;
  padding-bottom:2px;
}
.project_thumbs li a:hover{
  padding-bottom:0;
  border-bottom-width:2px;
  border-bottom-style:solid;
}
.project_thumbs li a span{
  display:none;
}
.project_description{
  clear:both;
  font-size:1.2em;
  padding:15px 0 0 0;
}
.project_url{
  clear:both;
  margin:10px 0 0 0;
  font-family:Georgia, "Times New Roman", Times, serif;
}

.categories_list{

}
.categories_list li{
  display:block;
  float:left;
  margin:0 0 20px 0;
}
.categories_list h2{
  margin:0 0 3px 0;
  padding:0;
  font-size:1.2em;
}
.categories_list h3{
  font-weight:normal;
  font-size:1.1em;
  padding:0;
  margin:0;
}
.clients_list{
  clear:both;
  width:200px;
}
.clients_list li{
  float:none;
  margin:0;
  padding:0;
}
.clients_list h2{
  
}

.contacts_text{
  font-family:Georgia, "Times New Roman", Times, serif;
}
