
body, table, input, textarea, select {
  font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, 'Sans Serif';
  line-height: 19px;
}

body {
  cursor: default;
  text-align: center;
  color: white;
  background: url(images/background.gif) top repeat-x #495f71;
}

body, input {
  font-size: 14px;
}

table, input, textarea, select {
  color: #495f71;
  background: white;
}

body, form {
  padding: 0;
  margin: 0;
}

img {
  border: none;
}

img, input {
  vertical-align: middle;
}

h1 {
  font-family: Arial, Verdana, Helvetica, 'Sans Serif';
  font-size: 13px;
  color: white;
  text-align: right;
  background: url(images/title_back.gif) right repeat-y #495f71;
  margin: 0;
  padding: 2px 5px;
}

h2 {
  font-size: 18px;
  margin: 10px;
  padding: 0;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  margin: 10px;
  padding: 0;
  font-weight: bold;
}

a {
  color: #0062b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*----------*/
/* Dividers */
/*----------*/
.divh1 {
  background: url(images/div.gif) bottom repeat-x;
}

.divh2 {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.divl {
  border-left: #dadada 1px solid;
  margin-left: 5px;
}

.divr {
  border-right: #dadada 1px solid;
  margin-right: 5px;
}

/*------------*/
/* Decoration */
/*------------*/
.body_left {
  background: url(images/body_left.gif) left repeat-y;
}

.body_right {
  background: url(images/body_right.gif) right repeat-y;
}

.xNone      { background: url(images/x_none.jpg     ) right no-repeat; }
.xRock      { background: url(images/x_rock.jpg     ) right no-repeat; }
.xSea       { background: url(images/x_sea.jpg      ) right top no-repeat; }
.xSunflower { background: url(images/x_sunflower.jpg) right no-repeat; }
.xTrain     { background: url(images/x_train.jpg    ) right no-repeat; }
.xTree      { background: url(images/x_tree.jpg     ) right no-repeat; }


/*-----------*/
/* Main Page */
/*-----------*/
.Main {
  width:1002px;
  margin: auto;
  text-align: justify;
}

.header {
  height: 95px;
  background: url(images/header_back.gif) bottom repeat-x #103350;
}

.logo {
  float: right;
  width: 700px;
  height: 95px;
  background: url(images/logo.gif) no-repeat center;
}

.header_line {
  border: 1px solid #e9e9e9;
  border-top: 2px;
}

form.search {
  text-align: right;
  background: #c3c3c3;
  margin-right: 232px;
}

form.search div {
  padding: 8px;
}

input.search {
  width: 122px;
  height: 17px;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Verdana, Helvetica, 'Sans Serif';
  font-size: 14px;
  border: 1px solid #6f7e8a;
  background: #e9e9e9;
  color : #6f7e8a;
}

input.search_go {
  margin: 0 5px;
  cursor: pointer;
}

.menu {
  float: left;
  background: url(images/menu_back.gif) top repeat-x;
  height: 321px;
  width: 173px;
}

.content {
  margin-right: 232px;
  margin-left:177px;
  padding-bottom: 10px;
  background: white;
  color: #495f71;
}

.content p {
  margin: 10px;
}

.footer {
  float: right;
  width: 233px;
  background: #495f71;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

/**************************
  CONTACT
***************************/

.contact input, .contact select, .contact textarea {
  width: 200px;
}

.contact textarea {
  height: 100px;
  overflow: auto;
}


/*-----------*/
/* Menu      */
/*-----------*/
.menu a {
  display: block;
  font-family: Arial, Verdana, Helvetica, 'Sans Serif';
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #113450;
  padding-left: 17px;
  background: url(images/menu_arrow.gif) left no-repeat #f1f1f1;
  border: 1px solid #40586c;
  margin: 2px 7px;
  margin-top: 0;
}

.menu_item0 {
}

.menu_item1,
.menu_item1 a {
  color: #707070;
}

.menu_item2, .menu_item3, .menu_item4,
.menu_item2 a, .menu_item3 a, .menu_item4 a {
  color: #6a8baa;
  font-size: 12px;
  font-weight: bold;
}


/*-----------*/
/* Menu      */
/*-----------*/
.extras {
  float:right;
  text-align: left;
}

.extra {
  width: 200px;
  margin: 7px;
  margin-right:0;
  font-size: 12px;
}

.extra h3 {
  font-size: 13px;
  margin:5px;
}

.extra p {
  margin:5px;
}

.extras .gray {
  background: url(images/extra_back_y_gray.gif) repeat-y;
}

.extras .blue {
  background: url(images/extra_back_y_blue.gif) repeat-y right;
}

.extras .orange {
  background: url(images/extra_back_x_orange.gif) repeat-x center;
}
