﻿body {
margin:0px;
font-family:Arial;
color:#525252;
font-size:12px;
}

h1 {font-size:12px; font-weight: bold;}

h2, h2 a{
	color:#176ca4;
	font-size:14px !important;
}
h3{
	color: #0f5499;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
h3.usefull{
	font-size: 11px;
	font-weight: normal;
	position: relative;
	width: 180px;
	_width: 200px;
	display: block;
	padding: 5px 10px;
	background: #0f5499;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	margin-top: -10px;
	_margin-top: 0px;
	margin-bottom: 2px;
	_border-left: 1px solid silver;
}
.usefull-content{
	width: 178px;
	_width: 200px;
	padding: 5px 10px;
	border: 1px solid silver;	
}

img {
	border:none;
}

a{
	color: #105499;
}
a:hover{
	color: #333;
}
.top {
	width:1024px;
	height:170px;
	overflow:hidden;
	background-image:url('imgs/top.png');
	background-repeat:no-repeat;
	position: relative; margin-top: -20px;
}

.top #logo {
	width:246px;
	height:79px;
	overflow:hidden;
	background-image:url('imgs/logo.png');
	background-repeat:no-repeat;
	float:left;
	margin-left:55px;
	margin-top:55px;
}

.top #phone {
	width:246px;
	height:79px;
	overflow:hidden;
	color:#0864a1;
	font-size:18px;
	text-align:right;
	float:right;
	margin-right:57px;
	margin-top:78px;
}

.main {
	width:1024px;
	min-height:553px;
	
	background-image:url('imgs/bg.png');
	background-repeat:repeat-y;
}

.main #top_pic {
	width:1024px;
	height:204px;
	overflow:hidden;
	background-image:url('imgs/top_pic.png');
	background-repeat:no-repeat;
}

.main #cont {
	width:1024px;
	min-height:309px;
	overflow:hidden;
	background-image:url('imgs/cont_top.png');
	background-repeat:no-repeat;
}

.bottom {
	width:1024px;
	height:127px;
	overflow:hidden;
	background-image:url('imgs/bottom.png');
	background-repeat:no-repeat;
}

.bottom #plus, .bottom #minus, .bottom #ok {
	background-repeat:no-repeat;
	background-position:top center;
	width:120px;
	height:20px;
	overflow:hidden;
	margin-top:42px;
	padding-top:25px;
	padding-left:3px;
	text-align:center;
	float:left;
}

.bottom a {
	color:#105499;
	text-decoration:none;
}

.bottom a:hover {
	color:#000000;
	text-decoration:none;
}

.bottom #plus {background-image:url('imgs/plus.jpg');}
.bottom #minus {background-image:url('imgs/minus.jpg');}
.bottom #ok {background-image:url('imgs/ok.jpg');}

.topmenu {
	width:500px;
	height:45px;
	margin-right:55px;
	_margin-right:30px;
	margin-top:11px;
	margin-left:30px;
	color:#105499;
	font-size:12px;
	font-weight:bold;
	float:right;
	text-align:left;
}

.topmenu .item, .topmenu .item-hover {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:36px;
	width:100px;
	color:#105499;
	text-decoration:none;
	cursor:pointer;
}

.topmenu .item a, .topmenu .item-hover a{
	color:#105499;
	text-decoration:none;
}

.topmenu .item-hover {
	background-color:#FFFFFF;
	color:#000000;
}

.lmenu {
	width:298px;
	_width:244px;
	height:340px;
	background-image:url('imgs/lmenu.png');
	background-repeat:no-repeat;
	padding-top:25px;
	padding-left:44px;
	color:#105499;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}


.submenu {
	display: none;
	width:185px;
	padding-top:15px;
	padding-bottom:25px;
	padding-left:4px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
        position:absolute;
   	    background:white;
        opacity:0.90;
        filter:alpha(opacity=90);
    border:1px solid gray;
    margin-left: 140px;
    margin-top: -40px;
    z-index: 100;
}


.submenu div#item {
	text-align:left;
	padding-left:25px;
	margin-top:2px;
	padding-top:6px;
	padding-bottom: 6px;
	text-decoration:underline;
	color:#105499;
}

.submenu #item:hover {
	background:#FFFFFF;
	color:#000000;
}

.lmenu #item {
	text-align:left;
	_padding: 10px 0;
	width:150px;
	_width:196px;
	padding-left:46px;
	margin-top:2px;
	padding-top:10px;
	padding-bottom: 10px;
	text-decoration:underline;
	float:left;
	color:#105499;
}

.lmenu #item:hover {
	background:#FFFFFF;
	color:#000000;
}

.bmenu {
	color:#105499;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	width:520px;
	height:40px;  
	overflow:hidden; 

	float:left;
	margin-left:45px;
	margin-top:25px;
}

.bmenu #item {
	height:20px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:underline;
	overflow:hidden;
	float:left;
	color:#105499;
}

.bmenu #item:hover {
	background:#FFFFFF;
	color:#000000;
}

table#page-title{
	border-bottom: 2px solid #0f5499; 
	margin-bottom: 15px;
	width: 100%;
}
	table#page-title td#title{
		background: #0f5499 url(../img/title-bg.gif) no-repeat right;
		height: 24px;
		width: 160px;
		_width: 200px;
		padding: 0 60px 0 12px;
		white-space: nowrap;
	}
		table#page-title td#title h2{
			margin: 2px 0 0 0;
			padding: 0;
			font-size: 11px;
			text-transform: uppercase;
			color: white;
		}
		table#page-title td#bread{
			
			text-align: right;
			font-size: 11px;
			color: #0f5499;
		}
		ul.breadcrumbs li, ul.breadcrumbs li a{
			font-size: 12px;
		}
table#page-subtitle{
	position: relative;
	margin-top: -15px;
	margin-bottom: 20px;
	width: 100%;
}
	table#page-subtitle td#subbread{
		background: #0f5499 url(../img/subbread-bg.gif) no-repeat left;
		height: 24px;
		text-align: right;
		font-size: 11px;
		color: #fff;
		padding: 0 12px 0 60px;
		width: 300px;
		_width: 350px;
		white-space: nowrap;
	}
		table#page-subtitle td#subbread a{
			color: #fff;
			text-decoration: none;
		}

.mcont, .mcont td, .mcont p, .mcont div, .mcont th, .mcont a, .mcont li{
	font-family: sans-serif, arial;
	font-size: 12px;
}
.mcont {
    font-size:12px;
	margin-top:80px;
	margin-left:30px;
	margin-right:70px;
	text-align:justify;
	_width: 675px;
}
.mcont table{
	border-collapse: collapse;
	border-color: silver;font-size:12px;
	margin-bottom: 10px;
}
.mcont table td{
	border-color: silver;font-size:12px;
}
.mcont ul{
	margin: 0;
	padding: 0;font-size:12px;
}
.mcont li{
	list-style: none;
	padding: 3px 0;font-size:12px;
	padding-left: 10px;
	background: url(../img/li-bg.gif) no-repeat 1px 8px;
}
ul.breadcrumbs li{
	padding-left: 0;
	background: none;
}
#hint{
	position: absolute; 
	background:white; 
	border:1px solid gray; 
	display: none; 
	padding: 10px; 
	opacity:0.90;
    filter:alpha(opacity=90);
    z-index: 2;
}
.hint{
	background: url(../img/1x1.gif);
	z-index: 1;
}
	#hint #hint-title{
		 margin:0; 
		 padding:0; 
		 margin-bottom:6px;
	}

.footlink {size:6px; color: #F2F2F2; display:inline; float:left}
.footlink a {color: #B2B2B2}