
/* Author: Madi Karizma (egolabel.net) */
/* Last modified: September 03, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */

/* General Properties */

* {
  margin: 0;
  padding: 0; }
  
body, html {
  background: #002330 url(../images/body_background.jpg) repeat-x;
  color: #333;
  font: 10px verdana;
  height: 100%;
  width: 100%; }
  
ul {
  list-style: none; }
  
img {
  border: 0; }
  
/* Page */

#wrap {
  margin: auto;
  position: relative;
  width: 800px; }
  
/* Header */

#header {
  height: 119px; }
  
.logo_bar {
  height: 75px; }
  
.welcome_bar {
  height: 44px; }
  
.logo {
  float: right;
  height: 51px;
  margin-top: 12px;
  width: 220px; }
  
.fps_logo {
  float: left;
  height: 23px;
  margin-top: 31px;
  width: 236px; }
  
.welcome_text {
  color: #f5f5f5;
  float: left;
  font: 11px verdana;
  font-weight: bold;
  margin: 17px 0 0 5px;
  width: auto; }
  
.white_menu {
  color: #999;
  float: right;
  margin: 17px 5px 0 0;
  width: auto; }
  
.white_menu a {
  color: #fff;
  font-weight: bold; }
  
.white_menu a:hover {
  color: #ddd; }
  
/* Navigation Menu */

#menu_bar {
  background: #002330;
  border-bottom: solid 5px #000;
  font: 11px verdana;
  height: 37px;
  padding: 0 10px 0 10px;
  margin-top: 10px; }

.menu_link {
  background: #002c3c;
  border: solid 1px #002c3c;
  border-bottom: none;
  margin-top: 7px;
  padding: 8px 0 8px 0;
  text-align: center; }
  
.menu_link a {
  color: #fff;
  text-decoration: none; }
  
.menu_link a:hover {
  color: #fff;
  text-decoration: underline; }
  
.selected {
  background: #000;
  border: solid 1px #000;
  border-bottom: none;
  color: #fff;
  margin-top: 7px;
  padding: 8px 0 8px 0;
  text-align: center; }
  
#menu_home {
  float: left;
  margin-right: 2px;
  width: 59px; }
  
#menu_amexclusive {
  float: left;
  margin-right: 2px;
  width: 128px; }
  
#menu_requestform {
  float: left;
  margin-right: 2px;
  width: 184px; }
  
#menu_tour {
  float: left;
  margin-right: 2px;
  width: 153px; }
  
#menu_servicecall {
  float: left;
  margin-right: 2px;
  width: 140px; }
  
/* Content */

#content {
  min-height: 400px; }
  
* html #content {
  height: 400px; }
  
.success {
  background: #000;
  color: #40b340;
  font: 12px arial;
  padding: 10px;
  padding-bottom: 5px;
  text-align: center; }
  
.error {
  background: #000;
  color: #ff0000;
  font: 12px arial;
  padding: 10px;
  padding-bottom: 5px;
  text-align: center; }
  
.col420 {
  background: #000;
  float: left;
  padding: 10px;
  width: 400px; }
	
.col380 {
  background: #000;
  float: right;
  min-height: 290px;
  padding: 20px 10px 10px 10px;
  width: 360px; }
  
* html .col380 {
  height: 360px; }
  
.title {
  border-bottom: solid 5px #53696f;
  margin-bottom: 5px;
  padding: 0 0 5px 2px; }
  
* html .title {
  margin-bottom: 15px; }
  
h1 {
  background: #001822;
  color: #fff;
  font: 14px arial;
  margin-top: 10px;
  padding: 10px; }
  
* html h1 {
  margin-top: 0; }
  
h1 a {
  color: #fff;
  display: block;
  text-decoration: none; }
  
h1 a:hover {
  text-decoration: underline; }
  
.option {
  background: #001822;
  border-top: solid 5px #53696f;
  color: #fff;
  font: 12px arial;
  padding: 15px 15px 5px 15px; }
  
* html .option {
  margin-bottom: 10px; }
  
.option p {
  margin-bottom: 8px; }
  
.required_note {
  color: #666;
  margin-bottom: 13px; }
  
.padtop {
  padding-top: 10px; }
  
select {
  border: solid 1px #ccc;
  color: #333;
  font: 12px arial; }
  
.listmenu_500 {
  width: 500px; }

.listmenu_100 {
  width: 100px; }
  
.listmenu_150 {
  width: 150px; }
  
input {
  border: solid 1px #ccc;
  color: #333;
  font: 12px arial;
  margin-right: 8px;
  padding: 2px 3px 2px 3px; }
  
.textfield_250 {
  width: 242px; }
  
/* Footer */

#footer {
  clear: both;
  padding: 10px 0 20px 0; }
  
#footer a {
  color: #53696f; }
  
#footer a:hover {
  color: #fff; }
  
.footer {
  color: #53696f;
  text-align: center; }
  
.footer li {
  line-height: 15px;
  margin-bottom: 8px; }
  
.footer img {
  margin-top: 7px; }

.footer_tag {
  font-size: 12px;
  font-weight: bold; }
  
/* Author: Madi Karizma (egolabel.net) */
/* Last modified: September 03, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */
