/* Common properties */
* {
font-family: Arial, Tahoma, sans-serif;
}
body {
background: #fff url(../i/body-bg.jpg) no-repeat bottom left;
margin: 0;
padding: 0;
}
form {
margin: 0;
}
input, select, textarea {
font: Menu;
}

a {
color: #036;
}
a:active {
color: #900;
}
a:visited {
color: #369;
}
/* Layout */

div#o {
background: transparent url(../i/sea.jpg) repeat-x left top;
}

table#outer {
border: 0 none;
width: 100%;
}

td#logo-holder {
height: 150px;
max-width: 190px;
text-align: center;
vertical-align: top;
}
img#logo {
border: 0 none;
margin: 0;
}

td#egypt-fishing {
background: transparent url(../i/boat.jpg) no-repeat right bottom;
height: 150px;
padding: 0 20px;
}

tr#primer-nav {
background: #004d91;
height: 30px;
}

table#top td {
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  padding: 3px 2em;
}

table#top td a,
table.top td a:visited {
  color: #fff;
}

tr#body td {
vertical-align: top;
}
tr#body td#left-col {
border-top: 10px solid #c00;
}
tr#body td#left-col div#left-col-inner {
margin: 20px 10px;
}
div#left-col-inner div.nav-block {
background: #fff;
border: 1px solid #004d91;
padding: 0.4em;
filter: Alpha(opacity=80);
opacity: 0.8;
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
}

tr#body td#right-col {
/*background: #fff;*/
}

tr#body td#right-col div#right-col-inner {
margin: 20px;
}

tr#footer td {
padding: 20px 10px;
vertical-align: top;
}

tr#footer td#left {
text-align: center;
}
tr#footer td#right {
font-size: 75%;
text-align: right;
}

div#address {
margin-top: 2em;
}

div.list {
font-size: 75%;
margin-bottom: 1.2em;
}
div.list div.header {
background: transparent url(../i/bullet-fish.gif) no-repeat left top;
color: #000;
font-weight: bold;
padding: 4px 0 4px 40px;
}

div.list div.header a,
div.list div.header a:visited {
color: #036;
text-decoration: none;
}

div.list div.listItem {
/*font-weight: bold;*/
margin-left: 0.5em;
}

/* Content */
div#content {
font-size: smaller;
min-height: 450px;
_height: 450px;
}

div#content h1,
div#content h2 {
font-weight: normal;
}

div#content h1 {
color: #000;
font-size: 180%;
}

div#content h2 {
color: #036;
font-size: 160%;
}

div#content h3 {
color: #333;
font-size: 140%;
}

div#content div.item a {
font-weight: bold;
}

div.map div.map {
margin-left: 1em;
}

.item {
margin: 0.6em 0 0.4em 1em;
}

#path {
margin-bottom: 0.5em;
}

.fb {
	background: #666;
	width: 90%;
}

.fb th {
	background: #dcdcdc;
	font-size: x-small;
}

.fb-left {
	background: #f5f5f5;
	text-align: right;
	width: 30%;
}
.fb-right {
	background: #dcdcdc;
	width: 70%;
}

.fb-right input,
.fb-right select,
.fb-right textarea,
.fb-order input,
.fb-order select,
.fb-order textarea {
	width: 98%;
}

.order {
	background: #f5f5f5;
}
