/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	margin: 0;
	padding: 0;
	background-color: #565656;
	background-image: url(../images/bgr.gif);
	background-repeat: repeat-x;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 90%;
}
#top{
  background-color: #9D070D;
  color: #9D070D;
  width: 100%;
  height: 20px;
  font-size: 8px;
  margin: 0 0 10px 0;	
}
#copy{
  background-color: #fff;
  color: #565656;
  width: 100%;
  height: 15px;
  font-size: 10px;	
  text-align: center;
  margin: 50px 0 0 0;
  padding: 3px 0 0 0;
  float: left;
}
/************** header tag styles **************/

h1{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h2{
 font: bold 100% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/******* body tag styles *******/
#container {
  width: 800px;
}
#title {
  background-image: url(../images/gemina_logo.gif);
  background-repeat: no-repeat;
  height: 80px;
  width: 800px;
  margin: 2px 0 5px 0;	
  padding: 0 0 0 0;
  text-align: right;
}
#story {
  background-image: url(../images/bgr_about.jpg);
  height: 400px;
  float: left;
  width: 800px;
}
#management{
  background-image: url(../images/bgr_management.jpg);
  height: 400px;
  float: left;
}
#tourism{
  background-image: url(../images/bgr_tourisum.jpg);
  height: 400px;
}
#rental{
  background-image: url(../images/bgr_rental.jpg);
  height: 400px;
  width: 800px;
  float: left;
}
#service{
  background-image: url(../images/bgr_extra.jpg);
  height: 400px;
  float: left;
  width: 800px;
}
#name {
   color: #9D070D;
	text-transform: uppercase;
   text-align: right;
	float: right;
	font-size: 120%;
	font-weight: bold;
   margin: 10px 10px 0 0;
  height: 1em;
  filter: Shadow(color:#565656, strength:5, direction:135) 
}
div.transOFF  {
  overflow: auto;
	float: left;
	width: 50%; 
	background-color: #fff;
	opacity:.50;
	filter: alpha(opacity=50);
	 -moz-opacity: 0.5; 
	 text-align: left;
	 height: 400px;
	 padding: 0px 5px 0px 10px;
 }
div.transON  {
  overflow: auto;
	float: left;
	width: 50%; 
	background-color: #fff;
	opacity:.80;
	filter: alpha(opacity=80);
	 -moz-opacity: 0.8; 
	 text-align: left;
	 height: 400px;
	 padding: 0px 5px 0px 10px;
 }
 div.wight  {
  overflow: auto;
	float: left;
	width: 50%; 
	background-color: #ECECEC;
	 text-align: left;
	 height: 400px;
	 padding: 0px 5px 0px 10px;
 }
 div.offer  {
	background-color: #EDEAEA;
	 text-align: left;
	 padding: 0px 5px 0px 10px;
	 float: right;
	 margin: 25px 0px 0 0px;
	 width: 160px;
	 height: 500px;
	 position: relative;
 }
  div.offer1  {
	background-color: #EDEAEA;
	 text-align: left;
 }
  div.offer img  {
	border: 5px solid #D7D7D7;
   margin: 2px;
 }
 #menu {
 	width: 800px;
	margin: 10px 0 0 0;
	float: left;
 }
 #menu td {
	text-align: left;
	vertical-align: top;
   font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	padding: 0 2px 0 0;
 }
  #menu a {
   font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
 }
   #menu img {
    border: 0;
 }
 #topmenu {
  height: 25px;
  width: 800px;
  margin: 0 0 0 0;	
  padding: 0 0 0 0;
  text-align: right;
  float: left;
}
 #topmenu a {
 	color: #9D070D;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
 }
  #topmenu a:hover {
 	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
 }
    #topmenu img {
    border: 0;
	 padding: 0 0 0 0;
	 margin-bottom: 0;
 }
   a {
 	color: #9D070D;
 }
  a:hover {
 	color: #000;
	text-decoration: none;
 }
 .topOffer  {
	background-color: #FFF;
	opacity:.70;
	filter: alpha(opacity=70);
	 -moz-opacity: 0.7; 
	 font-size: 10px;
 }
