@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body, table, tr, th, td, div, img, form, li, ul {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style: none;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}

body {
	background-color: #e6cfa0;
	background-image: url(/img/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a {
	color: #330a00;
}
a:hover, a.sel {
	color: #990007;
}

table.w100 {
	width: 100%;
}
table.h100 {
	height: 100%;
}
.clear {
	clear: both;
}
.ph {
	cursor: pointer;
	cursor: hand;
}
.png {
	//background-image: none ! important;
	behavior: url('/css/pngfix.htc');
}

td.main_top {
	vertical-align: top;
}
td.main_bottom {
	vertical-align: bottom;
}

div.header {
	height: 300px;
	background-image: url(/img/header.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #e1c18c;
}
div.header td {
	vertical-align: top;
}
div.header td.logo {
	padding: 110px 0px 0px 135px;
	width: 135px;
}
div.header td.slogan {
	padding: 190px 0px 0px 30px;
	color: #3f2612;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}
div.header td.slogan span {
	font-size: 30px;
	position: relative;
	left: -30px;
}
div.header td.lang {
	text-align: right;
	width: 350px;
}
div.header td.lang li {
	display: inline;
}
div.header td.lang ul {
	padding: 14px 32px 0px 0px;
}
div.header td.lang a {
	color: #990007;
	display: block;
	float: right;
	margin: 0px 3px;
	width: 29px;
	height: 17px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
}
div.header td.lang a.sel {
	background-image: url(/img/ln_bg.gif);
}

div.main_menu {
	background-color: #3f2612;
	height: 32px;
	border-top: 1px solid #65503e;
	border-bottom: 1px solid #c7b188;
	font-size: 17px;
	padding-top: 12px;
}
div.main_menu a {
	color: #ebd2a3;
	text-decoration: none;
}
div.main_menu a.sel, div.main_menu a:hover {
	color: #c4ae86;
}
div.main_menu li {
	display: inline;
	height: 44px;
	padding-left: 70px;
}

div.center {
	padding: 30px 70px 30px 70px;
}

div.ship {
	text-align: right;
}
div.ship img {
	position: relative;
	top: 15px;
	left: -45px;
}
div.footer {
	height: 96px;
	background-image: url(/img/footer_bg.jpg);
	color: #3f2612;
}
div.footer a {
	color: #3f2612;
	text-decoration: none;
}
div.footer table {
	height: 96px;
}
div.footer td.copy {
	padding-left: 90px;
}
div.footer td.made_by {
	text-align: left;
	font-size: 11px;
	line-height: 11px;
	padding-right: 90px;
}
div.footer td.made_by table {
	float: right;
}
div.footer td.made_by img {
	margin-right: 7px;
}

div.weather {
	color: #990007;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	position: absolute;
	height: 1px;
}
div.weather span.wind {
	position: relative;
	top: 6px;
}
div.weather table {
	position: relative;
	top: -100px;
	left: 50px;
}
div.weather img {
	margin-right: 10px;
}
div.weather span {
	font-size: 30px;
}