/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */
	
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  overflow: auto;
  background-color: #ffffff;
}

div#container {
  width: 720px;
  margin: 0px auto;
  height: 500px;
  margin-top: 40px;
}

div#header {
  height: 30px;
  padding: 0 0 0 0px;
  margin: 0 0 30 0px;
  background-image: url("img/top_01.jpg");
}

div#content {
  height: 380px;
  padding: 0 0 0 0px;
  margin: 0px;
}

div#firstbox {
  height: 340px;
  width: 220px;
  float: left;
  margin: 0 15 0 0px;
  padding: 0px;
  background-color: #ffffff;
}

#firstbox img {
  height: 340px;
  width: 220px;
  margin: 0px;
  border: none;
  padding: 0px;
}

div#secondbox {
  height: 340px;
  width: 220px;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #ffffff;
}

#secondbox img {
  height: 340px;
  width: 220px;
  margin: 0px;
  border: none;
  padding: 0px;
}

div#thirdbox {
  height: 340px;
  width: 220px;
  float: left;
  margin-left: 15px;
  background-color: #7b7b7b;
  overflow: hidden;
}

#thirdbox img {
  height: 340px;
  width: 220px;
  margin: 0px;
  border: none;
  padding: 0px;
}

ul#thirdbox {
  margin: 0px;
  padding: 0 0 0 7px;
  height: 29px;
  list-style-position: inside;
  list-style-type: none;
}

ul#thirdbox li {
  display: block;
  clear: both;
  float: left;
  padding: 0 0 0 15px;
  margin: 0px;
  height: 29px;
}

ul#thirdbox li a {
  text-decoration: none;
  font-size: 12px;
  font-family: arial;
    color: #ffffff;
}

ul#thirdbox li a:hover {
  color: #aaaaaa;
}

.referencebox {
  height: 340px;
  width: 220px;
  text-align: center;
  float: left;
  margin-left: 15px;
  overflow: auto;
  font-family: arial ;
  font-size: 14px;
  color: #222222;
}

.offerbox {
  height: 340px;
  width: 220px;
  text-align: center;
  float: left;
  margin-right: 15px;
  overflow: auto;
  font-family: arial;
  font-size: 14px;
  color: #222222;
}

div#menu {
  height: 29px;
  width: 720px;
  background-color: #d7d5d5;
}

ul#menu {
  margin: 0px;
  padding: 0 0 0 15px;
  height: 29px;
  list-style-position: inside;
  list-style-type: none;
  font-size: 6px;
}

ul#menu li {
  display: inline;
  padding: 0px;
  margin: 0px;
  height: 29px;
  font-size: 6px;
}

ul#menu li a img {
  border: none;
}

ul#menu li a:hover {
  display: inline;
}

ul#menu li a:hover img {
  display: none;
  border: none;
}

ul#menu li a img.rollover {
  display: none;
}

ul#menu li a:hover img.rollover {
  display: inline;
}

div#footer {
  text-align: right;
  color: #d7d5d5;
  font-size: 10px;
  font-family: arial;
  font-weight: bold;
}

#footer a {
  text-decoration: none;
  color: #d7d5d5; 
}

