@import 'useful.css';
@import 'text.css';

/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    color: #000 !important;
    background: none !important;
}

html {
	width: 100%;
	height: 100%;
	background: #eeeeee url("../images/page/page_bg.gif") 50% 0 repeat-y;
}

body {
    width: 100%;
	height: 100%;
    font-family: Verdana, Arial, Tahoma, "Geneva CE", lucida, sans-serif;
    font-size: 0.7em;
}

ul {
	margin-bottom: 1.0em;
	margin-left: 20px;
}

ul li {
	padding-left: 0;
	margin: 0 0 0.3em 0;
	list-style: square;
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: 100%;
	margin: 0;
	padding: 0;
}

#content {
	width: 100%;
	padding: 100px 0 0 0;
}

#content .leftPart {
	display: none;
}

#content .rightPart {
	width: 100%;
	padding: 0;
	float: none;
}

.niceBlock {
	margin-bottom: 20px;
	padding: 10px 10px 5px 10px;
	background: #eeeeee;
	border: 1px #959595 solid;
}

.niceBlock .photo {
	width: 165px;
	float: left;
}

.niceBlock .right {
	width: 375px;
	float: right;
}

.niceBlock h1 {
	font-size: 20px;
	margin-bottom: 8px;
}

.niceBlock .right p {
	margin: 0;
}

.leftBlock {
	width: 400px;
	float: left;
}

.rightBlock {
	width: 150px;
	padding-left: 12px;
	float: right;
	border-left: 1px #eeeeee solid;
}

.newsPerex {
	padding-left: 17px;
	margin-bottom: 16px;
	background: url("../images/page/li_grey.gif") 0 2px no-repeat;
}

.newsPerex .photo {
	float: right;
	margin-left: 10px;
}

.newsPerex .photo img {
	width: 112px;
	height: 78px;
}

.greenArrow {
    background: url("../images/page/li_green.gif") 0 2px no-repeat;
}

.links {
	padding: 7px 0 14px 0;
}

.links li {
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("../images/page/li_bubble_grey.gif") 0 6px no-repeat;
}

.links li a {
	font-weight: bold;
	color: #3366cc;
}

.links li a:hover {
	color: #000;
}

/*--HEADER----------------------------------------------------------------*/

#header {
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/page/header_bg.jpg") 0 0 no-repeat;
}

.hp #header {
	width: 922px;
	height: 152px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/page/header_bg_hp.jpg") 0 0 no-repeat;
}

#header #logo {
	width: 190px;
	height: 79px;
	position: absolute;
	top: 0;
	left: -10px;
	display: block;
}

#breadCrumbs {
	display: none;
}

.icoHome {
	display: none;
}

.icoSitemap {
	display: none;
}

.icoContact {
	display: none;
}

#search {
	display: none;
}

/*--FOOTER---------------------------------------------------------------*/

#footer {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px #999999 solid;
	text-align: left;
	font-size: 10px;
	position: relative;
}

#footer a {
	color: #8b8b8b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .logo {
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
}

.develop, #footer .banner {
	display: none
}

