/* ---------------------------------
Makeup: Dimox
Author URI: http://dimox.name/
--------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px/17px Verdana, Tahoma, Arial, sans-serif;
	color: #005998;
	width: 100%;
}
a {
	color: #1D80FF;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 9px 0;
}
img {border: none;}

img.float_l {
	float:left;
	padding:0 15px 15px 0;
}

img.float_r {
	float:right;
	padding:15px 0 0 15px;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	background: #ECF8FF url(/images/header-left.jpg) no-repeat;
}
div.main_v a{
	font-size: 16px;
	line-height: 29px;
	text-decoration:none;
	color:#005998;
	font-weight:bold;
}
div.main_v {
	text-align:right;
}
	

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 367px;
	background: url(/images/header-right.jpg) 100% 0 no-repeat;
	position: relative;
	overflow: hidden;
}
#logo {
	position: absolute;
	top: 0;
	left: 5px;
	width: 200px;
	height: 80px;
}
#top-menu {
	list-style: none;
	margin: 0 0 0 203px;
}
* html #top-menu {margin: 0 0 0 191px;}
#top-menu li {
	float: left;
	width: 184px;
	text-align: center;
	margin-left: 12px;
}
#top-menu a {
	display: block;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 22px 0 8px;
	position: relative;
}
#top-menu a:hover {
	text-decoration: underline;
	color: #D0EDFF;
}
#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 984px;
	height: 57px;
	background: #71B6FB url(/images/menu-bg.gif) repeat-x;
	list-style: none;
	padding: 0 8px;
	margin-left: -10px;
}
* html #menu {
	bottom: -1px;
	margin-left: -20px;
	width: 990px;
}
#menu li {
	float: left;
	line-height: 46px;
	width: 154px;
	height: 57px;
	background: url(/images/menu.gif) no-repeat;
	margin-left: 10px;
	font-weight: bold;
}
#menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 22px;
	position: relative;
}
#menu a:hover {
	text-decoration: underline;
	color: #D0EDFF;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: url(/images/shasdow.gif) 224px 0 repeat-y;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 100%;
	float: left;
}
#text {
	margin: 0 0 0 268px;
	padding: 15px 34px 70px;
	background: url(/images/content-bg.gif) repeat-x;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#text p {
	text-indent: 30px;
}

h1 {
	font-size: 16px;
	line-height: 29px;
}
h2 {
	font-size: 11px;
	margin: 0 0 9px;
}

#content ul,
#content ol {
	margin: 7px 0 7px 30px;
}
#content li {
	padding: 2px 0;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	text-align: left;
	width: 218px;
	padding: 10px 25px 170px;
	margin-left: -100%;
	background: url(/images/left-bg.jpg) no-repeat;
	min-height: 355px;
	height: auto !important;
	height: 355px;
	font-size: 10px;
	line-height: 14px;
}
#left p {padding: 7px 0;}
#left hr {
	color: #9ACAEA;
	background: #9ACAEA;
	font-size: 0;
	height: 1px;
	border: none;
	margin: 7px 0;
}
* html #left hr {margin: 0;}
*+html #left hr {margin: 0;}

#left a:hover {background: #DFF3FF;}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 44px;
	background: #DDEDFC url(/images/footer-bg.gif) repeat-x;
	font-size: 10px;
	text-align: center;
	line-height: 42px;
	position: relative;
}
#simbol {
	position: absolute;
	top: -163px;
	left: 31px;
	width: 188px;
	height: 194px;
	background: url(/images/simbol.png) no-repeat;
}
* html #simbol {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/simbol.png',sizingMethod='image');
}

#bottom-menu {
	position: absolute;
	top: -55px;
	left: 0;
	width: 722px;
	text-align: center;
	padding-left: 268px;
}
#bottom-menu li {
	display: inline;
	font-size: 12px;
	list-style: none;
}
#bottom-menu a {
	margin: 0 5px 0 7px;
}

#lastart
{
	align: left;
}