@charset "utf-8";

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; 
}
body {
line-height: 1.2; 
}
ol, ul {
list-style: none; 
}
blockquote, q {
quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; 
}
:focus {
outline: 0; 
}
ins {
text-decoration: none; 
}
del {
text-decoration: line-through; 
}
table {
border-collapse: collapse; 
border-spacing: 0; 
}
ul{list-style: none;}
img{border:0;}
a{text-decoration: underline; color: #41d7ed}
a:hover {text-decoration: none;}

html{ width:100%; height:100%;}
body{ 
	height: 100%;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
	background:#fff url(img/bg.gif) left top repeat-x;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

#container-page {
	width: 999px;
	position: relative;
	left:50%;
	margin-left:-499px;	
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	background:#457099;
}
#container-content {
	padding-bottom: 44px;
}

/* HEADER */
#header{
	height:358px;
	padding:30px 25px 0 25px;
	background: url(img/headbg.jpg) left top no-repeat;
	font-family: Georgia, "Century Schoolbook L", Serif;
	font-size: 24px;
}

/* CONTENT */
#content{
}

/* content left */
#contleft{
	float:left;
	width:186px;
	padding:10px 10px 0 36px;
}	
#menu{font-size:14px;}
#menu li{margin:0 0 17px 0;}
#menu li ul{margin:15px 0 0 10px;font-size:12px;}
#menu li ul li{margin:5px 0 0 0;}
#menu li a, .menu{cursor: pointer;text-decoration: underline;color:#fff;}
#menu li a:hover, .menu:hover{text-decoration: none;color:#41d7ed;}


.schetchik{margin-bottom:5px;}

/* content right */
#contright{    
	float:left;
	width:749px;
	padding:10px 0 0px 0px; 
}

/* navtop */
#navtop{
			padding:0 0 10px 0px;
}
		#navtop li{
			display: inline;
		}
			#navtop li a{
				font-size: 14px;
				font-weight:bold;	
			}

h2{
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin:0 0 9px 0;
}
.conttext p{
	margin:0 0px 17px 0;
	text-align:justify;
}
.conttext img{
	margin-right:10px;
	float:left;
}
#foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 44px;
}

/* navfoot */
#navfoot{
	text-align:center;
	padding:16px 0 0 0px;
}
		#navfoot li{
			display: inline;
		}
			#navfoot li a{
				font-size: 12px;				
				padding:0px 0px;
				color:#fff;
			}
			#navfoot li a:hover{text-decoration: none;}
