body {
   margin: 0;
   padding: 0;
   border: 0;
   overflow: hidden; 
   max-height: 100%; 
	height: 100%;
   background-color: white;
}

a{
	color: blue;
	text-decoration: none;
}

a:hover{
	color: navy;
	text-decoration: underline;
}

a.link_logo img {
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
  opacity: 0.5;
  border: none;
}

a.link_logo:hover img {
  filter:alpha(opacity=100);   
  -moz-opacity: 1.0;   
  opacity: 1.0;
  border: none;
}

a.list_img img {
  filter:alpha(opacity=75); 
  -moz-opacity: 0.75; 
  opacity: 0.75;
  border: none;
}

a.list_img:hover img {
  filter:alpha(opacity=100);   
  -moz-opacity: 1.0;   
  opacity: 1.0;
  border: none;
}

#top_container{
	position: absolute;
	top: 0;
	left: 200px;
	width: 100%;
	overflow: hidden;
	color: white;
	height: 130px;
	background-image: url(pics/top_header.jpg);
}

#bottom_container{
	position: absolute;
	bottom: 0;
	left: 200px;
   right: 0;
	overflow: hidden;
	color: gray;
	height: 15px;
	font-size: 12px;
	text-align: center;
}

#left_container{
	position: absolute;
	left: 0;
	top: 130px;
	width: 190px;
	_height: expression((document.body.clientHeight - 190) + "px");
	bottom: 60px;
	overflow: auto;
	text-align: center;
}

#main_container{
	position: fixed;
	top: 150px;
	bottom: 20;
	left: 200px;
	right: 0;
	overflow: auto;
	border: solid silver 1px;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	text-align: justify;
}

/**** IE <= 6 HACK ****/

* html body{
	padding: 150px 0 20px 200px;
}

* html #main_container{
	width: 100%;
	height: 100%;
}

* html #bottom_container{
	width: 100%;
}

* html #right_content_border{
	height: 100%;
}

* html #contact_bottom{
	width: 100%;
}

/**** IE <= 6 HACK ****/

#top_left_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 130px;
	background-image: url(pics/logo_sunnys.jpg);
}

/* #top_right_div described in menu_style.css */

#time_info_div{
   position: relative;
	float: right;
	right: 10px;
	top: 10px;
	font-size: 12px;
	color: gray;
}

#menu_container{
	position: absolute;
	top: 55px;
}

#header_txt_back{
	position: absolute;
	top: 110px;
	left: 200px;
	width: 250px;
	height:40px;
	background-image: url(pics/header_txt.jpg);
}

#header_txt{
	position: absolute;
	width: 160px;
	left: 22px;
	top: 10px;
	height: 25px;
   text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

/******************************************/

/******* MENU *******/
.menu{
	padding: 0 0 0 33px;
}

.menu a:hover{
   background-position: 0 -26px;
   color: white;
	text-decoration: none;
}

#link_div{
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 180px;
	height: 40px;
	text-align: center;
	border-top: dashed 1px silver;
	font-size: 10px;
	padding-top: 10px;
}

/************************/

#list_frame{
	position: relative;
	width: 550px;
	height: 100px;
	background-image: url(pics/list_frame.jpg);
	margin-bottom: 20px;
}

#list_image{
	position: relative;
	right: 25px;
	float: right;
	top: 20px;
}

#list_txt{
	position: relative;
	left: 40px;
	float: left;
	height: 30px;
	top: 32px;
	font-weight: bold;
	font-size: 25px;
	font-style: italic;
}

#list_no_item{
	position: relative;
	left: 0px;
	top: 40px;
	width: 500px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: red;
}

#gallery_container{
	position: absolute;
	right: 10px;
	float: right;
	top: 20px;
	width: 250px;
	text-align: center;
	border-left: solid 1px silver;
	padding: 0 0 20px 15px;
}

#gallery_container img{
	border: none;
	margin-bottom: 15px;
}

#type_gallery{
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 210px;
	height: 40px;
	background-image: url(pics/type_name.jpg);
	margin-bottom: 10px;
}

#type_gallery_txt{
	position: relative;
	text-align: center;
	margin: 0 auto;
	top: 7px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#desc_container{
	position: absolute;
	top: 20px;
	right: 305px;
	left: 10px;
  _width: expression((document.body.clientWidth - 520) + "px");
}

#type_name{
	position: relative;
	width: 210px;
	height: 40px;
	background-image: url(pics/type_name.jpg);
	text-align: center;
}

#type_name_txt{
	position: relative;
	margin: 0 auto;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	top: 8px;
}

#desc_panel {
	position: relative;
	left: 5px;
	margin: 10px 0 50px 0;
	font-size: 16px;
	font-family: Arial;
}

#desc_panel ul {
   list-style-type: none;
   padding: 0 0 0 1em;
   margin: 0em;
}

#desc_panel ul li {
   background-image: url(pics/bullet.jpg);
   background-repeat: no-repeat;
   background-position: 0em 1px;
   padding-left: 30px;
	margin-bottom: 5px;
}


#other_info{
	position: relative;
	top: 0px;
	left: 10px;
	margin-right: 30px;
	width: 200px;
	height: 60px;
	float: left;
	border-top: dashed 1px silver;
}

#other_devices{
	position: relative;
	top: 0px;
	left: 10px;
	width: 200px;
	float: left;
	border-top: dashed 1px silver;
	height: 60px;
}

.other_header{
	position: relative;
	top: 5px;
	left: 10px;
	font-size: 14px; 
	font-weight: bold;
      font-family: Arial;
	font-style: italic;
}

.other_links{
	position: relative;
	left: 25px;
	top: 10px;
}

#submenu_left{
	position: relative;
	text-align: center;
	font-size: 5px;
}
