/* GENERAL */
body
{
	background-color: #0082AF;
	margin: 0px;
	padding: 0px;
}

body, p, div, input, textarea, select, td, th, a
{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #4D4D4D;
	font-size: 11px;
}

/* LAYOUT */

div#page
{
	width: 800px;
	margin: 0px auto;
	background-image: url(../img/body_bcg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div#topline
{
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	background-image: url(../img/top_line.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div#logo
{
	width: 172px;
	height: 65px;
	float: left;
	background-image: url(../img/webmarkent.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#topgrad
{
	width: 628px;
	height: 65px;
	float: left;
	background-image: url(../img/top_grad.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div#main-image
{
	width: 628px;
	height: 48px;
	margin-top: 17px;
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#topline2
{
	clear: both;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	background-image: url(../img/top_line2.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div#submenu
{
	height: 18px;
	background-image: url(../img/top_grad2.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div#submenu a
{
	color: #B2E2EE;
	padding-left: 18px;
	font-size: 10px;
	line-height: 16px;
}

div#submenu a:hover
{
	color: #FFFFFF;
}

div#lang-nav
{
	float: right;
	padding-top: 3px;
	padding-right: 37px;
}

div#lang-nav a
{
	display: inline;
	padding-left: 24px;
}

div#content, div#content-index
{
	width: 628px;
	overflow: hidden;
	float: left;
	background-image: url(../img/body_top.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#content-index
{
	width: 628px;
	height: 386px;
	background-image: url(../img/index.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#content-index h1, div#content-index h2
{
	visibility: hidden;
}

div#area
{
	padding: 47px 42px 37px 42px;
}

div#menu
{
	width: 172px;
	padding: 24px 0px 20px 0px;
	float: left;
	background-image: url(../img/menu_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

div#menu a, div#menu a.active, div#menu a.first-menu
{
	display: block;
	width: 144px;
	min-height: 22px;
	//height: 22px;
	padding: 11px 10px 0px 18px;
	font-weight: bold;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	letter-spacing: -1px;
}

div#menu a.last-menu
{
	background-image: url(../img/blank.gif);
}

div#menu a.active
{
	background-image: url(../img/menu_on.gif);
}

div#menu a:hover
{
	color: #0F6DA5;
}

div#login {
	background-color: #0082AF;
	margin: 12px;
	padding: 5px;
}

div#login * {
	color: #FFFFFF;
	font-weight: bold;
}

div#login input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 90px;
	margin-bottom: 5px;
	float: left;
	color: #000000;
	font-weight: normal;
}

div.title {
	width: 45px;
	float: left;
	margin-bottom: 5px;
}

div#login input.login {
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	width: auto;
	float: right;
	margin-bottom: 0px;
}

div#active-branch
{
	background-image: url(../img/active_branch.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div#active-branch-bottom
{
	background-image: url(../img/active_branch_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
}

div#active-branch-bottom a.branch-main
{
	color: #0F6DA5;
	padding-left: 18px;
	background-image: url(../img/blank.gif);
}

div#active-branch-bottom a.branch-main:hover
{
	color: #0F6DA5;
}

div#active-branch-bottom a {
	color: #878787;
	width: 132px;
	padding-left: 30px;
	background-image: url(../img/slash.gif);
	background-position: 18px 10px;
	background-repeat: no-repeat;
	height: auto;
}

div#active-branch-bottom a:hover {
	color: #66A2C6;
}

div#active-branch-bottom a.depth2 {
	width: 119px;
	padding-left: 43px;
	background-position: 31px 10px;
}

div#active-branch-bottom a.subactive {
	color: #4D4D4D;
}

div#bottomline
{
	clear: both;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	background-image: url(../img/bottom_line.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div#pagepath
{
	height: 26px;
	padding-left: 18px;
	background-image: url(../img/bottom_grad.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #DADADA;
}

div#pagepath a
{
	color: #DADADA;
	font-size: 9px;
	line-height: 25px;
}

div#legal {
	float: right;
	padding-right: 18px;
}

/* CONTENT */

h1
{
	color: #001E54;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2em;
	padding-bottom: 10px;
	border-bottom: 2px solid #FFFFFF;
}

h2
{
	color: #001E54;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}

h3
{
	color: #001E54;
	font-weight: bold;
	margin-bottom: 1em;
}

p
{
	margin-bottom: 1em;
}

div#area a
{
	color: #0064A0;
	text-decoration: none;
}

div#area a:hover
{
	text-decoration: underline;
}

td
{
	padding: 3px 11px 3px 0px;
	vertical-align: top;
}

table.color-table
{
	background-color: #878787;
}

table.color-table td, th {
	color: #E3E4E5;
	padding: 3px 11px 3px 3px;
}

table.color-table th
{
	background-color: #0064A0;

}

ul
{
	margin-bottom: 1em;
}

ul ul
{
	margin-top: 1em;
}

li
{
	margin-left: 13px;
	//margin-left: 16px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url("../img/list1.gif");
	margin-bottom: 1em;
}

ul ul li
{
	margin-left: 26px;
	list-style-image: url("../img/list2.gif");
}

div.question
{
	padding: 5px;
	margin-bottom: 2em;
	border: 1px solid #4D4D4D;
}
div.contacts
{
	float: left;
}

div#clients {
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

div.client {
	float: left;
	width: 272px;
	text-align: center;
}

div.client a {
	font-weight: bold;
}

div#area div.client a:hover {
	text-decoration: none;
}

div.client img {
	border: 15px solid #FFFFFF;
}

sup {
	font-size: 9px;
}

a.map { font-weight: bold; }

div.hr {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #0082AF;
}

/* FORM */
div.half {
	width: 250px;
	margin-right: 22px;
	float: left;
}

form#qform input, div.radio, div.longradio {
	margin-top: 10px;
	width: 250px;
}

div.longradio {
	width: auto;
}

form#qform input.chbox {
	margin-top: 0px;
	width: auto;
}

form#qform input.short {
	width: 125px;
}

form#qform input.submit {
	width: auto;
	background-color: #0082af;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	padding: 5px;
}

div.file {
	float: left;
	margin-right: 15px;
}

body div#page div#menu div#toplist {
	padding-top: 10px;
	text-align: center;
}

body div#page div#menu div#toplist a {
	display: inline;
	width: auto;
	background-image: none;
	border: none;
}

/* UTILITY */

.b {
	font-weight: bold;
}

div.clear, div.clearl2, div.clearl1 {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height:1px;
}

div.clearl1 {
	margin-bottom: 20px;
}

div.clearl2 {
	margin-bottom: 40px;
}

div.fleft {
	float: left;
}

div.fright {
	float: right;
}