/* TAGS */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image: url(images/gl-grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
}

form, input, textarea {
	margin: 0px;
	padding: 0px;
}

input { 
	vertical-align: middle;
}

img {
	border: 0px;
	display: inline;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
}
.text-m ul {
	margin: 0;
	padding: 0px 0px 30px 30px;
}

.text-m ul li {
	margin: 0;
	padding: 0px 15px 3px 0px;
}
.text-m {padding: 5px 20px;}
ol {
	
}

ol li {
	
}

em {
	
}

div {
	font-size: 12px;
	text-align: left;
}

p { 
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

h1 { 
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}

/* links */
a:link, 
a:visited, 
a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #000;
}

a:hover,
a:visited:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}


/* texts */


/* forms */
.button {
	font-size: 12px;
	color: #000;
	padding: 0px 5px;
	vertical-align: middle;
	border: 1px solid #000;
}

.combobox {
	font-size: 12px;
	border: 1px inset #000;
	vertical-align: middle;
}

.textarea, 
.textbox {
	font-size: 12px;
	color: #000;
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
	border: 1px inset #000;
}


/* colors */



/* misc */
.warning {
	font-size: 12px;
	font-style: italic;
}

.error {
	color: #f00;
}

.required {
	color: #f00;
	font-size: 12px;
}

.w-xx-small { 
	width: 35px;
}

.w-x-small { 
	width: 100px;
}

.w-medium { 
	width: 120px;
}

.w-wide { 
	width: 400px;
}

.w-x-wide { 
	width: 700px;
}

.w-p50 { 
	width: 50%;
}

.uppercased { 
	text-transform: uppercase !important;
}

.underlined { 
	text-decoration: underline !important;
}

.italic { 
	font-style: italic !important;
}

.bold { 
	font-weight: bold !important;
}

.normal { 
	font-weight: normal !important;
}

.justify { 
	text-align: justify !important;
}

.center { 
	width: 100%;
	text-align: center !important;
}

.left { 
	text-align: left !important;
}

.right { 
	text-align: right !important;
}

.hidden { 
	display: none;
}

.nohidden { 
	display: block;
}

img.left {
	float: left;
	margin: 0px 15px 5px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 5px 15px;
}

.centered {
	margin: 0px auto;
	padding: 0px auto;
}

.clear {
	clear: both;
}






/* layout */

#root {
	margin: 0px auto;
	width: 960px;
}

#wrp {
	margin: 0px 20px;
	float: left;
	width: 920px;
	background-color: #fff;
}

.z-top {
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 100%;
}

.z-middle {
	float: left;
	width: 100%;
	padding: 0px 0px 20px 0px;
	background: url(images/column-rp.gif) repeat-y right;
}

.z-left {
	width: 690px;
	float: left;
	overflow: hidden;
}

.z-right {
	width: 230px;
	float: left;
	overflow: hidden;
}

/* top */
.z-top .z-left {
	height: 175px;
	background: url(images/cloud.jpg) no-repeat left;
}
	
.z-top .z-right {
	height: 175px;
}

.z-top .z-right .lang {
	text-transform: uppercase;
	text-align: right;
	padding: 15px 10px 0px 0px;
}

.z-top .z-right .lang span {
	background-color: #666666;
	color: #fff;
	padding: 0px 2px;
	font-size: 11px;
}

.z-top .z-right .lang a {
	padding: 0px 3px;
	background-color: #fff;
	font-size: 11px;
}

.z-top .z-right .logo {
	margin: 40px 0px 0px 0px;
}

.z-top .z-left ul {
	width: 95%;
	padding: 110px 0px 0px 15px;
	margin: 0px;
	list-style: none;
	float: left;
}

.z-top .z-left a {
	color: #fff;
}

.z-top .z-left li {
	float: left;
	width: 170px;
	padding: 2px 10px 0px 0px;
	text-align: left;
}

/* middle */
.z-middle .z-left {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(images/rp.jpg) repeat-x top;
}

.z-middle .z-left .content-wrp {
	width: 100%;
	/*background: url(images/grad.jpg) no-repeat top left; */
}

.z-middle .z-right {
	
}



.z-middle .z-right .contacts {
	padding: 0px 25px 0px 15px;
}


.z-middle .z-right .news {
	padding: 10px 25px 0px 15px;
}


.z-middle .z-right .submenu {
	margin: 10px 0px 0px 15px;
	list-style: none;
}

.z-middle .z-right .submenu a:link, 
.z-middle .z-right .submenu a:visited, 
.z-middle .z-right .submenu a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.z-middle .z-right .submenu a:hover,
.z-middle .z-right .submenu a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}


.z-middle .z-right .submenu li {
	padding: 2px 0px 3px 0px;
}



.text {
	width: 100%;
	background: url(images/rp.jpg) repeat-x top;
}

.text .wrp {
	background: url(images/grad.jpg) no-repeat top left;
	padding: 15px;
	padding: 20px 15px 15px 15px;
}



.block {
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0px 0px;
}
.column2 .block 
{
	height: 210px;
	}
.block h5 {
	
}

.block .item {
	margin: 0px 0px 10px 0px;
}


.column2 {
	width: 50%;
	float: left;
}

.column1 {
	background: url(images/grad.jpg) no-repeat top left;
	width: 94%;
	float: left;
	padding: 20px 15px 15px 15px;
	text-align: justify;
}
.column1 h1 {font-size: 14px; padding: 0px 0px 10px 0px; font-weight: bold; text-transform: uppercase;}
.column1 h2 {font-size: 13px; padding: 0px 0px 10px 0px; font-weight: bold; text-transform: uppercase;}
.column1 h3 {font-size: 12px; padding: 0px 0px 10px 0px; font-weight: bold; text-transform: uppercase;}
.column1 p {font-size: 11px; }
.column1 ul {font-size: 11px; padding: 0px 0px 15px 15px;}
.column1 ul li {font-size: 11px; padding: 0px 5px 5px 5px;}

.h1_current{
        margin: 0px;
        font-size: 14px;
}
.h2_current{
        margin: 0px;
        font-size: 13px;
}
.p_strong{font-size: 10px;}
.p_strong strong{font-weight: normal;}
.test {font-size: 12px;}
.test a{font-size: 12px;}
