html {
  background-color: #FFF;
}

body {
  background-color: #FFF;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 13px;
}

A {
  color: #444242;
  text-decoration: none;
}

A:hover {
  color: #000;
  text-decoration: none;
}

table {
  border:1px solid #AAA;
  font-size: 11px;
  line-height:21px;
  margin:0px 0 15px 0;
  width:100%;
  border-collapse: collapse;
}

table td {
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;  
  empty-cells:show;
  padding:0 3px 0;
  vertical-align:top;
}

table td:last-child {
  border-right:0 none;
}

table tr:last-child td {
  border-bottom: 0;
}


#wrap {
  margin: 0 auto;
  width: 830px;
  background-color: #FFF;
}

#wrap .head {
  width: 100%;
  height: 78px;
  margin: 0 0 0 0;
  position: relative;
}

#wrap .head .logo {
  background: url('../img/logo_top.jpg') no-repeat;
  width: 40px;
  height: 60px;
  margin: 0 auto;
}

#wrap .head .Line {
  margin: 37px 7px 37px 7px;
}

#wrap .head .logo {
  margin: -39px 0 0 0;
}

#wrap .head .RLine {
  background: url('../img/line.jpg') no-repeat;
  background-position: center left;
  width: 385px;
  height: 2px;
  margin-top: 10px;
  overflow: hidden;
  display: none;
}

#wrap .content {
  margin: 10px 0 0 8px;
  float: left;
  width: 100%;
  height: 604px;
}

#wrap .content .verd {
  font-weight: normal;
  text-align: right;
}

#wrap .content .left_panel {
  height: 450px;
  width: 350px;
  float: left;
  padding: 80px 0 0 0;
}

#wrap .content .left_panel ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#wrap .content .left_panel ul li {
  padding: 10px 0;
  font-size: 20px;
}

#wrap .content .left_panel A {
  color: #444242;
  text-decoration: none;
}

#wrap .content .left_panel p {
  padding: 0 30px 0 0;
  text-align: justify;  
}

#wrap .content .right_panel {
  width: 430px;
  height: 450px;
  float: left;
}

#wrap .content .left_panel .sec_nav {
  margin: -40px 0 0 0;
}

#wrap .content .panel {
  margin: 0 0 0 0;
  height: 450px;
  width: 813px;
}

#wrap .content .panel h2 {
  padding: 15px 0 0 0;
}

#wrap .content .panel_gallery {
  margin: 0 0 0 0;
  height: 510px;
  width: 100%;
}

#wrap .content h2 {
  color: #444242;
  font-size: 20px;
  margin: 10px 0 20px 0;
}

#wrap .content h3 {
  color: #444242;
}

#wrap .nav {
  margin: 10px 0 10px 10px;
  font-size: 23px;
  float: left;
  font-weight: bold;
  text-align: justify;
  width: 100%;
}

#fancymenu ul {
  padding: 0;
  margin: 0;
}

#fancymenu ul li {
  float: left;
  list-style: none;
  margin:0 3px;
}

#fancymenu ul li a {
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  overflow: hidden;
}

#fancymenu li.background {
	background:transparent url(/img/bg_menu_right.png) no-repeat scroll right 0px;
	height:29px;
	position:absolute;
	width:9px;
	z-index:-8;
}

#fancymenu .background .inner {
	background:transparent url(/img/bg_menu.png) no-repeat scroll left top;
	height:29px;
	margin-right:7px;
}

#wrap .nav A {
  color: #444242;
  text-decoration: none;
  margin: 0 2px 0 2px;
}

#wrap .nav A:hover {
  color: #000;
  text-decoration: none; 
}

#wrap .content a:hover {
	color: #000;
	text-decoration: none;
}

#wrap .foot {
  margin: 0 0 0 0;
  height: 80px;
  width: 100%;
  position: relative;
  float: left;
  vertical-align: bottom;
  font-size: 17px;
  color: #444242;
}

#wrap .foot A {
  text-decoration: underline;
}

#wrap .foot .foot_logo {
  background: url('../img/rut_logo.gif') no-repeat;
  height: 80px;
  width: 62px;
  float: left;
  margin: 0px 0 0 75px;
}

#wrap .foot .foot_note {
  width: 600px;
  margin: 60px 0 0 140px;
  font-family: Georgia, serif;
}

#wrap .foot span {  

  margin: 30px 0 30px 0;
}

.clear {
  clear: both;
  height: 1px;
  margin: 0 !important;
  margin: 0 0 -10px 0; /* IE6 FIX */
}

#wrap #images {
  overflow: hidden;
  width: 479px;/*364px;*/
  margin: 0 0 0 0;
}

#wrap #images #image {
	text-align: center;
	margin-top: 75px;
}

#wrap #images #images_wrapper {
  height: 480px;
  margin: 0 0 0 0;
  overflow: hidden;
}

#wrap #images #images_wrapper .item {
  float: left;
}

#wrap .landscape {
  margin: 57px 0 58px 0;
}

#wrap #images #images_wrapper .normal {
  margin: 0 57px 0 58px;
}

#wrap #large_images {
  overflow: hidden;
  width: 650px;
  margin: 0 auto;
}

#wrap #large_images #images_wrapper {
  height: 480px;
  margin: 0 0 5px 0;
  overflow: hidden;
}

#wrap #large_images #images_wrapper .item {
  float: left;
}

#wrap #large_images #images_wrapper .landscape {
  margin: 30.5px 0 0 0;
}

#wrap #large_images #images_wrapper .normal {
  margin: 0 121px 0 121px;
}

#wrap #GoLeft {
  background: transparent url(../img/GoLeft.gif) no-repeat scroll center center;
  border: 1px solid #444242;
  cursor: pointer;
  height: 21px;
  width: 30px;
  text-indent:-9999px;
  display: block;
  margin: 0 0 0 0;
}

#wrap #GoRight {
  background: transparent url(../img/GoRight.gif) no-repeat scroll center center;
  border: 1px solid #444242;
  cursor: pointer;
  height: 21px;
  width: 30px;
  text-indent:-9999px;
  display: block;
  float: right;
  margin: 0 0 0 0;
}

#Overlay {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background: #000;
}

#Map {
  z-index: 1000;
  position: fixed;
  cursor: pointer;
  
  padding: 10px;
  background: #FFF;
}

#wrap .content .panel .example A:hover {
	text-decoration: underline;
}
