@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body, table, tr, th, td, div, img, form {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #006da6;
}
a:hover {
	color: #647fb4;
}

table.w100 {
	width: 100%;
}
table.h100 {
	height: 100%;
}
.clear {
	clear: both;
}
.ph {
	cursor: pointer;
	cursor: hand;
}


table.header td.logo {
	height: 80px;
	background-color: #336699;
	padding-left: 20px;
	width: 160px;
}
table.header td.lang {
	background-color: #336699;
	background-image: url(/img/title_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: right;
	padding-top: 8px;
	padding-right: 15px;
}

table.lang td {
	height: 14px;
	width: 19px;
	text-align: center;
	color: #cccccc;
}
table.lang td.space {
	width: 11px;
}
table.lang td a {
	color: white;
	text-decoration: none;
}
table.lang td a:hover {
	text-decoration: underline;
}
table.lang td.sel {
	background-image: url(/img/lang_sel.gif);
}
table.lang td.sel a {
	color: #336699;
}

div.menu ul, div.menu li {
	padding: 0;
	margin: 0;
	display:inline; 
}
div.menu li {
	list-style: none;
	display:inline; 
}
div.menu {
	background-color: #225180;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 19px;
	padding-left: 20px;
}
div.menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 2px 5px 0px 5px;
	margin-right: 20px;
	color: white;
	font-size: 12px;
	text-decoration: none;
}
div.menu a:hover, div.menu a.sel {
	background-color: #336699;
}


div.footer_line {
	background-color: #225180;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 5px;
}
table.footer td {
	height: 45px;
	background-color: #336699;
	font-size: 10px;
	color: white;
}
table.footer td a {
	color: white;
}
table.footer td.copyright {
	padding-left: 20px;
}
table.footer td.made_by {
	text-align: right;
	padding-right: 20px;
}


div.center {
	padding: 20px;
}
div.center h1 {
	font-size: 18px;
	font-weight: normal;
}
div.center div.title {
	font-size: 14px;
	margin-bottom: 6px;
}
div.center div.title span {
	font-size: 18px;
}

table.center td.sub_menu {
	width: 170px;
	padding-right: 20px;
	
}
table.center td {
	vertical-align: top;
}

table.center td.sub_menu ul, table.center td.sub_menu li {
	padding: 0;
	margin: 0;
}
table.center td.sub_menu li {
	list-style: none;
	padding: 3px 0px;
}

table.center td.sub_menu a {
	color: black;
	text-decoration: none;
	font-size: 12px;
}
table.center td.sub_menu a:hover, table.center td.sub_menu a.sel {
	color: #797979;
}

table.center td.gallery {
	width: 170px;
	padding-left: 20px;
}
table.center td.gallery img {
	margin-bottom: 10px;
	border: 1px solid #336699;
	padding: 1px;
}


div.armoury div.item {
	width: 120px;
	text-align: center;
	float: left;
	margin: 10px;
	height: 110px;
}
div.armoury div.item img {
	border: 1px solid #336699;
	padding: 1px;
}
div.armoury div.item a {
	color: black;
}
div.armoury_img img {
	margin:  5px;
	border: 1px solid #336699;
	padding: 1px;
}
