/* 
Автор: Андрей Головнев | andrey@golovnev.by 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* General Styles */
html {height: 100%; font: 14px/1.4 Gergia;}
body {background:#d1e2ef;color:#003a6a;}
html, body {margin:0;padding:0;width:100%;height:100%;}
ul {list-style:none;}
a { color: #003a6a; }
a:visited {  }
a:hover { text-decoration:none; }
a:active {  }

.page {margin:0 auto;position:relative; min-height:100%;height:auto !important;height:100%;width:999px;}
	.page .empty {height:120px;}
	
	/* Header */
	.header {height:142px;}
		
		/* Navigation */
		.nav {float:left;padding:44px 0 0 51px;position:relative;}
		.nav  ul {position:relative;float:left;}
		.nav  ul li {float:left;padding:10px 13px;position:relative;background:#274461;}
			.nav ul li a {color:#fff;display:block;font:16px 'Trebuchet MS';padding-left:17px;text-transform:uppercase;text-decoration:none;}
			
		.nav  ul li ul {visibility:hidden;position:absolute;left:0;top:42px;width:278px;background:url(bg-nav.png) repeat;}
		.nav  ul li ul li {float:none;position:relative;padding:0 14px 0 28px;background:none;}
			.nav  ul li ul li a {position:relative;border-bottom:1px dotted #6699cc;color:#fff;font-size:11px;padding:10px 0;background:url(blank.gif) top left no-repeat;}
			
		.nav  ul li ul li ul {top:0;left:278px;width:253px;background:url(bg-subnav.png) repeat;}
		.nav  ul li ul li ul li {float:none;}
		
		.nav ul li:hover {position:relative;background:#274461;}
		.nav ul li:hover > ul {visibility:visible;}
		.nav ul li a:hover {color:#fff;}
		.nav ul li ul li:hover {background:url(blank.gif) top left no-repeat;}						
		.nav ul li ul li a:hover {text-decoration:underline;background:url(blank.gif) top left no-repeat;}
		
		/* Header Image */
	.header-image {margin-left:50px;}